@charset "UTF-8";

/* CSS Document */



*{

margin:0;

padding:0;

}



html,body {

	height:100%;

	margin:0px auto;

}



body {

	color:#424242;

	font-size:14px;

	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	line-height: 1.8em;

	background:url(../images/cubes.png) repeat;

	

}



#bordertop{

	border-top:6px #696969 solid;

	width:100%;

}



/*ヘッダーの設定*/



#header{

	position:relative;

	border-top:4px #e9e9e9 solid;

	color:#555;

}



#header .image{

	width:980px;

	height:300px;

	margin:0 auto;

	background-image:url(../images/header.jpg);

}



#header .inner{

	position:absolute;

	top:0;

	width:980px;

	background-color:rgba(255,255,255,0.6);

}



#header .logo{

	width:960px;

	margin:0 auto;

}



#header h1{

	font-size:24px;

	line-height:1.8em;

	display:inline;

}

	

#header h2{

	font-size:14px;

	padding:5px;

	display:inline;

}



/*コンテナの設定*/



#cont{

	width:980px;

	margin:20px auto;

	overflow:hidden;

	zoom:1;

}



/*メインコンテンツの設定*/



#main{

	float:left;

	width:705px;

	background-color:rgba(255,255,255,0.6);

}



#main h2{

	font-size:18px;

	line-height:1.8em;

	padding:5px 10px 0 20px;

	background:url(../images/h2.png) no-repeat 15px 12px;

	text-indent:16px;

}



#main h3{

	font-size:16px;

	padding-left:25px;

}



#main p{

	padding:0 15px 10px 40px;

}



#main .borderbox{

	width:705px;

	height:1px;

	border-top:3px #00797F solid;

	border-bottom:1px #00797F solid;

	background-color:rgba(255, 255, 255, 0.6);

}



/*サイドコンテンツの設定*/



#side{

	float:right;

	width:250px;

	margin-left:25px;

	background-color:rgba(233,233,233,0.6);

}

	

#side h2{

	font-size:16px;

	color: #ccc;

	text-shadow:

   1px  1px 0px #fff,

  -1px -1px 1px #999;	

  	padding-top:10px;

	text-align:center;

}



#side h3{

	font-size:15px;

	color:#999;

	text-align:center;

	border-bottom:1px #ccc solid;

	margin:0 15px;

}



#side p{

	font-size:12px;

	color:#999;

	padding:5px 20px;

	line-height:1.5em;

	margin-bottom:10px;

}



/*サイドメニューの設定*/



#side ul{

	list-style-type:none;

}



#side li{

	margin-bottom:0.4em;

	padding-left:20px;

}



#side li a:link,

#side li a:visited{

	color:#666;

	text-decoration:none;

	padding-left:15px;

	display:block;

	text-indent:20px;

	background:url(../images/arrow.png) no-repeat 0 center;

}



#side li a:hover,

#side li a:active{

	color:#ccc;

	text-decoration:none;

	background:url(../images/arrow.png) no-repeat 2px center;

}

		

/*現在位置表示のスタイル*/



#side li a.selected{

	color:#ccc;

	text-decoration:none;

	background:url(../images/arrow.png) no-repeat 2px center;

}



/*フッターの設定*/



#footer{

	width:100%;

	background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(240,240,240,1) 100%);



background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(240,240,240,1)));



background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(240,240,240,1) 100%);



background: -o-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(240,240,240,1) 100%);



background: -ms-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(240,240,240,1) 100%);



background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(240,240,240,1) 100%);



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#f0f0f0',GradientType=0 );





}



#footer .navi{

	width:980px;

	height:35px;

	margin:0 auto;

}



#footer .navi ul{

	list-style:none;

	font-size:11px;

	padding-top:5px;

}



#footer .navi ul li{

	padding:0 5px;

	line-height:1.2em;

	border-left:1px #6c6c6c solid;

	display:inline;

}



#footer .navi ul li:first-child{

	border-left:none;

}	



#footer .navi ul li a:link,

#footer .navi ul li a:visited{

	color:#696969;

	text-decoration:none;

}



#footer .navi ul li a:hover{

	color:#ccc;

	text-decoration:none;

}



#footer .navi ul li a:active{

	color:#999;

	text-decoration:none;

}



/*コピーライトの設定*/



#copyright{

	color:#fff;

	background-color:#696969;

	width:100%;

	font-size:10px;

	text-align:center;

	height:15px;

	line-height:1.5em;

}



/* ---------------------------------------------------------------------- */



/*サイトマップの設定*/



.sitemap{

}



.sitemap ul{

	list-style-type:none;

	padding:10px 15px;

}



.sitemap a:link{

	color:#666;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #696969 dotted;

	background:url(../images/arrow.png) no-repeat 0 center;

	text-indent:40px;

}



.sitemap a:visited{

	color:#551a8b;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #551a8b dotted;

	text-indent:40px;

}



.sitemap a:hover{

	color:#ccc;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #ccc dotted;

	background:url(../images/arrow.png) no-repeat 3px center;

	text-indent:40px;

}



.sitemap a:active{

	color:#999;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #999 dotted;

	text-indent:40px;

}

