@charset "utf-8";
/*　共通CSS START　*/
body {
	background-image: url(../img/bg_main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	background-attachment: fixed;
}
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.textC {
	text-align: center;
}
.box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
.redB {
	font-size: 1.2em;
	font-weight: bold;
	color: #B40000;
}
.red {
	color: #F00;
}
.gotoTop {
	text-align: right;
}
#pageBg {
	background-image: url(../img/bg_page.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#page {
	width:950px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/*　共通CSS END　*/
/*　ヘッダ START　*/
#header {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#header a {
	color: #000;
	text-decoration: none;
}
#header a:hover {
	color: #F60;
	text-decoration: underline;
}
#header h1 {
	padding-top: 25px;
	padding-left: 30px;
	font-size: 12px;
	float: left;
	width: 250px;
}
#header h1 img {
	display: block;
	margin-top: 10px;
}
#header .info {
	padding-top: 20px;
	float: right;
	width: 460px;
	line-height: 25px;
	padding-bottom: 5px;
}
#header .info li {
	padding-right: 15px;
	background-image: url(../img/icn_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	font-size: 12px;
}
#header .info .textBtn {
	background-image: none;
	padding: 0px;
}
#header .subNavi {
	float: right;
	width: 620px;
}
#header .subNavi li {
	float: left;
}
#header  .gNavi{
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 17px;
	clear: both;
}

 #header .gNavi li {
	display: inline;
} 
 
#top {
	margin-bottom: 5px;
}
#contents h3 {
	font-size: 16px;
}
/*　ヘッダ END　*/
/*　メニュー START　*/
#menu {
	float: left;
	width: 220px;
	text-align: left;
	padding-left: 10px;
}
#menu .container {
	border: 1px solid #999;
}
#menu h3 {
	background-color: #FF5000;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.8;
	padding-top: 5px;
}
#menu ol {
	padding: 10px;
}
#menu li {
	background-image: url(../img/icn_key.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	line-height: 2;
	font-size: 14px;
	margin-left: 10px;
}
#menu li a{
	font-weight:normal;
	cursor: default;	
	color: black;	
}

#menu li a:hover{
	font-weight:bolder;
	cursor: pointer;	
	color: red;
}



/*　メニュー END　*/
/*　メイン START　*/
#main {
	float: right;
	width: 680px;
	text-align: left;
	padding-right: 10px;
}
#main a {
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}
#main h3 {
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #35AEFF;
	text-align: center;
	height: 24px;
	padding-top: 6px;
	color: #FFF;
}
#main h2 {
	margin-bottom: 10px;
}
#main p {
	line-height: 1.8;
	font-size: 14px;
}
#main .pc {
	background-image: url(../img/pic_pc.gif);
	background-repeat: no-repeat;
	background-position: 540px 140px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .box {
	padding-bottom: 15px;
}
#main .box p {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#main .boxLeft {
	float: left;
	width: 320px;
	background-color: #FFF;
	border: 1px dotted #666;
}
#main .boxRight {
	float: right;
	width: 320px;
	background-color: #FFF;
	border: 1px dotted #666;
}
#main .box .pic {
	text-align: center;
	margin-bottom: 5px;
}
#main .touroku {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
/*　メイン END　*/
/*　フッタ START　*/
#footer {
	clear: both;
	padding-top: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #F90;
	text-decoration: underline;
}
#footer ul {
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer li {
	display: inline;
	font-size: 12px;
}
#footer address {
	text-align: center;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center;
}
/*　フッタ END　*/
