﻿@charset "utf-8";
/* CSS Document */


/*レイアウト*/
body{
background:#000;
}

#wrapper{
	width:960px;
	}

#head{
	width:960px;
	height:20px;
	color:#FFF;
	font-size:86%;
}
#navi{
	width:960px;
	}


#contents{
	float:left;
	width:650px;
	height:auto;
	color:#FFF;
	}

#menu{
	color:#FFF;
	width:150px;
	height:250px;
}

#image{
	float:right;
	background:#fff;
	width:100px;
	padding:0px;
}

#foot{
	background:#000;
	color:#FFF;
	border-top:solid 1px #fff;
	}

#flash{
	clear:both;
	width:960px;
	height:400px;
	background-image:url(../images/unpair1.gif);
}

a:link{
	color:#0F0;
}

a:visited{
	color:#0F0;
}

a:hover{
	color:#00F;
}

/*ヘッドナビ*/
h1{
	font-size:86%;
}
#navi ul li{
      float:left;
      margin-right:20px;
      margin-left:20px;
}

#navi ul li a{
	height:30px;
	width:150px;
	font-size:131%;
}

.nav1 a:hover{
	background-image:url(../images/btn_1.jpg);
}
.nav2 a:hover{
	background-image:url(../images/btn_2.jpg);
}
.nav3 a:hover{
	background-image:url(../images/btn_3.jpg);
}
.nav4 a:hover{
	background-image:url(../images/btn_4.jpg);
}
.nav5 a:hover{
	background-image:url(../images/btn_5.jpg);
}

.img{
	display:none;
}

/*サイドメニュー*/

#menu ul li{
border-bottom:dotted 1px #fff;
margin-bottom:5px;
padding-bottom:5px;
height:20px;
line-height:20px;
background: url(../images/icon_arrow_w.jpg) no-repeat 15px 5px;
}

#menu ul li a{
	color:#F00;
}

#menu ul li a:hover{
	color:#00F;
}

/*コンテンツ*/

#contents h3{
	font-size:100%;
	border-left:solid 15px #fff;
	border-bottom:solid 2px #fff;
	color:#0FF;
	margin-bottom:5px;
	text-indent:5px;
}
#contents h2{
	font-size:116%;
	font-weight:bold;
	background-color:#666;
	height:30px;
	line-height:30px;
        margin-bottom:2px;
		text-indent:5px;
	}

.scroll{
	height:150px;
	overflow:auto;
	scrollbar-arrow-color:#CCC;
	scrollbar-face-color:#333;
	scrollbar-track-color:#333;
}
#yokoku{
	float:left;
	margin-left:50px;
}
/*フッター*/
.f_contents {
	float: left;
	margin-left:2px;
}
.f_contents p{
	text-align:center;
}
.f_contents ul {
	margin-left: 30px;
	margin-bottom:0px;
	text-align:left;
}
.f_contents ul li {
	line-height:1.5em;
	text-indent:20px;
	background: url(../images/icon_arrow_w.jpg) no-repeat 0px 5px;
	list-style:none;
}
.f_contents ul li a {
	color: #FFF;
}

.f_contents ul li a:hover{
	color:#00F;
}

#copyright {
	width: 960px;
	padding-top:0px;
	margin-top: 0px;
	/*border-top: 1px solid #FFF;*/
	text-align: right;
}
.clear {
   clear: both;
   height: 20px;
   line-height: 0;
   zoom: 1;
	 text-align:right;
}

.link{
	line-height:20px;
}
