@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/gplaypattern.png) repeat;
	
}

#bordertop{
	border-top:6px #b4b4b4 solid;
	width:100%;
}

/*ヘッダーの設定*/

#header{
	position:relative;
	border-top:4px #f0f0f0 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;
}

/*サイドコンテンツの設定*/	
	
#side{
	float:left;
	width:217px;
	background-color:rgba(240,240,240,0.6);
	padding:10px;
}


#side h2{
	font-size:18px;
	color:#fff;
	text-shadow: 0px 0px 2px #333333;
	text-align:center;
}

#side h3{
	font-size:14px;
	color:#999;
	text-align:center;
}

#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:10px;
	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;
}

/*メインコンテンツの設定*/
	
#main{
	float:right;
	width:720px;
	background-color:rgba(255, 255, 255, 0.6);
	margin-left:23px;
}

#main h2{
	font-size:18px;
	line-height:1.8em;
	padding:5px 10px 0 20px;
	background:url(../images/pencil.png) no-repeat 15px 12px;
	text-indent:17px;
}

#main p{
	padding:0 20px 5px 45px;
}

#main .borderbox{
	width:720px;
	height:1px;
	border-top:3px #9c4e4e solid;
	border-bottom:1px #9c4e4e solid;
	background-color:rgba(255, 255, 255, 0.6);
}

	
/*フッターの設定*/

#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:#6c6c6c;
	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:#6c6c6c;
	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 #6c6c6c dotted;
	background:url(../images/arrow.png) no-repeat 0 center;
	text-indent:25px;
}

.sitemap a:visited{
	color:#551a8b;
	text-decoration:none;
	display:block;
	margin-bottom:0.6em;
	text-indent:10px;
	border-bottom:1px #551a8b dotted;
	text-indent:25px;
}

.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:25px;
}

.sitemap a:active{
	color:#999;
	text-decoration:none;
	display:block;
	margin-bottom:0.6em;
	text-indent:10px;
	border-bottom:1px #999 dotted;
	text-indent:25px;
}


