/* CSS Document */

*{
 margin:0px;
 padding:0px;
}

body{
 color:#000000;
 font-size:12px;
 font-weight:normal;
 font-family:Verdana,Arial,sans-serif;
 text-align:center;
 line-height:1.5;
 background-color:#CDE6F3;
}

*html body {
 font-family:'ＭＳ Ｐゴシック',sans-serif;
}

*:first-child+html body {
 font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

img{
 border:0px;
}

ul{
 list-style:none;
}

#wrap{
 width:760px;
 text-align:left;
 margin:0px auto;
}

#header{
 width:760px;
 height:70px;
 background-color:#407CC6;
 position:relative;
}

#header h1{
 width:700px;
 color:#FFFFFF;
 font-size:22px;
 position:absolute;
 top:15px;
 left:15px;
}

#contents{
 width:750px;
 border-bottom:#407CC6 1px dashed;
 padding:10px 10px 20px 0px;
 margin-bottom:5px;
 overflow:hidden;
}

#right{
 width:540px;
 height:300px;
 float:right;
}

#right h2{
 font-size:14px;
 border-left:#407CC6 5px solid;
 border-bottom:#407CC6 1px solid;
 background-color:#FFFFFF;
 padding:2px 0px 2px 7px;
}

*html #right h2{
 font-size:14px;
 border-left:#407CC6 5px solid;
 border-bottom:#407CC6 1px solid;
 background-color:#FFFFFF;
 padding:3px 0px 2px 7px;
}

*:first-child+html #right h2{
 font-size:14px;
 border-left:#407CC6 5px solid;
 border-bottom:#407CC6 1px solid;
 background-color:#FFFFFF;
 padding:3px 0px 2px 7px;
}

#right p{
 padding:10px;
}

#left{
 width:180px;
 height:300px;
 background-color:#FFFFFF;
 padding:0px 10px;
 float:left;
}

#left h2{
 font-size:14px;
 border-bottom:#407CC6 1px dashed;
 padding:2px 0px 2px 7px;
 margin-bottom:5px;
}

*html #left h2{
 font-size:14px;
 border-bottom:#407CC6 1px dashed;
 padding:3px 0px 2px 7px;
 margin-bottom:5px;
}

*;first-child+html #left h2{
 font-size:14px;
 border-bottom:#407CC6 1px dashed;
 padding:3px 0px 2px 7px;
 margin-bottom:5px;
}

#left ul{
 margin-left:10px;
}

#left ul li{
 margin-bottom:1px;
}

#footer{
 width:760px;
 height:40px;
 font-size:11px;
 text-align:center;
 clear:both;
}

/* 用語集 */
.menu{
	clear:both;
}

.menu ul li{
	float:left;
	border-right:#000000 solid 1px;
	padding-right:8px;
	margin-right:8px;
}
.first{
	border-left:#000000 solid 1px;
	padding-left:8px;
}
.koushin{
	text-align:right;
}


