/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #000;
	font-size: 14px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol,li {
	list-style:none;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Fonts　フォントサイズを相対指定する↓　*/
body{
	font:13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    *font-size:small;/* IE用 */
    *font:x-small;/* IE 互換モード用 */
	background:
}

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

/*　↓リンクに対する共通設定↓　*/
a {
	text-decoration:none;
	font-size: 14px;
}

/*　↓HTML5　新要素をブロック化する↓　*/
header, section, footer, aside, nav, article, figure, hgroup {
	margin:0;
	padding:0;
	display: block;
	font-size: 14px;
}


img {
border: none;
}

.img_left{
	float:left;
	margin-right:15px;
	}
	
.img_right{
	float:right;
	margin-left:15px;
	}

/*　↓float解除用「clearfix」↓　*/
.clearfix:after{/*for modern browser*/
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {zoom:1;/*for IE 5.5-7*/}

/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */



#main{
   position: relative;
   width:  1000px; /* 画像の横幅に合わせて記述 */
   height: 400px; /* 画像の高さに合わせて記述 */
}
#main img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#main img.active {
   z-index: 10;
   opacity: 1.0;
}
#main img.last-active {
   z-index: 9;
}



#wrapper {
	width:1000px;
	margin: 0px auto;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-color:#FFFFFF;
	color: #000;
	font-size: 14px;
}

header {
	width: 1000px;
	height: 20px;
	padding-top:5px;
	text-align: right;
	font-size: 14px;
	}

#logo {
width: 140px;
height: 75px;
margin-top:5px;
margin-bottom:15px;
margin-left:15px;
float: left;
}


#banner {
width: 800px;
height: 60px;
margin-top:25px;
margin-right:10px;
margin-bottom:0px;
text-align: right;
float: right;
}

#main {
width: 1000px;
height: 400px;
margin-bottom:10px;
clear: both;
}

#path {
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
font-size: 14px;
}


#menu ul li{
margin-bottom:10px;
float: left;
}

#menu2 ul li{
margin-bottom:5px;
float: left;
}


#main_menu {
width: 1000px;
margin-bottom:0px;
background-color:#FFF;
	border:0px solid #000;
border-collapse:collapse;
}


table {
border:0px solid #000;
border-collapse:collapse;
}

table tr td,table tr th{
background-color:;
	border: 0px none #000;
	font-size: 17px;
	color: #000;
	padding:10px;
}

table tr td p {
font-size: 14px;
padding:10px;
}



#space{
width: 1000px;
height: 20px;
clear:both;
}

#topics {
width: 200px;
height: 60px;
margin-left:20px;
clear:both;
}

#topics2 {
width: 500px;
height: 200px;
margin-top:10px;
margin-left:10px;
line-height:20px;
clear:both;
}

#topics2 table{
	border:1px solid #000;
}

#topics2 table tr td,table tr th{
background-color:;
	border:1px dotted #000;
	font-size: 13px;
	padding:5px;
	text-align: center;
}

dl {
margin-top:15px;
float:left;
	}

dl dt {
	font-weight:bold;
	font-size:105%;
	color:#006;
	margin-bottom:10px;
	text-align: left;
	}
	
	
dl.navi1 {
width: 150px;
height: 200px;
margin-left:70px;
margin-right:20px;
}

dl.navi2{
width: 140px;
height: 200px;
}

dl.navi3 {
width: 160px;
height: 200px;
margin-right:40px;
}

dl.navi4 {
width: 140px;
height: 200px;
margin-right:50px;
}

dl.navi5 {
width: 140px;
height: 200px;
}



h1{
	font-size:14px;
	font-weight: normal;
}

h3{
	font-size:17px;
	color: #FF0000;
	font-weight:bold;
}

h4{
	font-size:17px;
	font-weight: normal;
}
tr td h4 {
}
