@charset "utf-8";

body {
	background-color: #3d9bf9;
	width: 100%;
	color: #2b2b2b;
}
#bg_wrapper {
	width: 100%;
	background-repeat: repeat;
	background-image: url(../img/common/bg_img.jpg);
	border-bottom: 20px solid #3d9bf9;
}
#wrapper {
	margin: 0px auto;
	width: 960px;
	background: #FFF;
	border-right: 2px solid #66ccff;
	border-left: 2px solid #66ccff;
}
.clearfix:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
	height:0;
}
.mb_20{
	margin-bottom: 20px;	
}
.mb_30{
	margin-bottom: 30px;	
}
.pt_20{
	padding-top: 20px;
}
.pt_10{
	padding-top: 10px;
}
/*-------------------------------------------------------
header
-------------------------------------------------------*/
header {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/common/header07.jpg);
	height:130px;
}
 header h1 {
	margin-left: 163px;
}
/*-------------------------------------------------------
global navigation
-------------------------------------------------------*/
#globalNav {
	width: 960px;
	margin-bottom:10px;
}
#globalNav ul {
	width: 960px;
}
#globalNav ul li {
	float: left;
	height: 48px;
	width: 192px;
}
#globalNav ul li a:hover {
	opacity:0.7;
}
#menu {
	width: 960px;
	margin-bottom:10px;
}
#menu ul {
	width: 960px;
}
#menu ul li {
	float: left;
	height: 48px;
	width: 160px;
}
#menu ul li a:hover {
	opacity:0.7;
}
/*-------------------------------------------------------
contents
-------------------------------------------------------*/
#contents {
	width: 685px;
	padding-right: 20px;
	float: right;
}
.txt_pk {
	color: #ff3399;
}
.txt_bl {
	color: #0066cc;
}
.txt_gr {
	color: #009900;
}
.pankuzu {
	margin-top:10px;
	font-size: 0.8em;
}
.pankuzu ul {
	text-align: right;

}
.pankuzu ul li{
	display: inline;
}

.pageTopLink {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*-------------------------------------------------------
left side
-------------------------------------------------------*/
aside {
	float: left;
	width: 210px;
	margin-left: 22px;
	min-height: 450px;
}
aside #bg_top {
	background-image: url(../img/common/side_bg_top.jpg);
	background-repeat: no-repeat;
	height: 18px;
}
aside #bg_middle {
	background-image: url(../img/common/side_bg_middle.jpg);
	background-repeat: repeat-y;
}
aside #bg_bottom {
	background-repeat: no-repeat;
	background-image: url(../img/common/side_bg_bottom.jpg);
	margin-bottom: 10px;
	height: 18px;
}
aside #sideNav {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}
aside #sideNav li {
	border-top: 1px dashed #fcebf1;
	/* [disabled]padding-top: 2px; */
	/* [disabled]padding-bottom: 2px; */
}
aside #sideNav li:first-child {
	border-top: none;
}
aside #sideNav li a:hover {
	opacity: 0.5;
}
aside p {
	margin-bottom: 10px;
}

aside p a:hover {
	opacity: 0.8;
}
/*-------------------------------------------------------
footer
-------------------------------------------------------*/
footer p {
	font-size: 12px;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	clear: both;
	background-color: #3d9bf9;
}
/*-テスト-*/
.test header {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/common/header07.jpg);
	height:130px;
}
.test header h1 {
	margin-left: 163px;
}
#index.test #contents section .main_wrapper {
	height: 480px;
	background:url(../img/index/index13.jpg) center top no-repeat;
}
#index.test #contents section .main_wrapper ul {
	margin:20px 0 20px 40px;
	}
#index.test #contents section .main_wrapper ul li {
	list-style: disc;
	height: auto;
	line-height: 1.4em;
	padding-left: 0px;
	padding-bottom: 5px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.1em;
	width: 340px;
}
.test #contents section .main_wrapper .photo {
	margin:30px 0;
	}
