@charset "utf-8";
/* CSS Document */

/* ------------------------ 全体設定 ------------------------ */

body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFF;
	background-image: url(../img/Body_haikei.jpg);
	background-repeat: repeat;
}
img { vertical-align:bottom; border:none;}

/*firefox etc.*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*MacIE WinIE7*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h1,h2,h3,h4,h5,ul,li,dl,dt,dd,p,address { margin:0; padding:0;}
#s_right .bar {
	background-image: url(../img/bar.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 680px;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 20px;
	color: #A89702;
}

a{
	color: #FFF;
	text-decoration: none;
}
a:hover{
	color: #C4B035;
}

#wrapper{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

/* ------------------------ Header ------------------------ */
#header{
	background-image: url(../img/Head_haikei.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 62px;
	width: 100%;
	text-align: center;
}
#header .inner{
	margin: 0px auto;
	width: 940px;
	text-align: left;
}

/* ------------------------ Global Navi ------------------------ */

#gnavi{
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 100%;
	background-image: url(../img/Navi_base.jpg);
	background-repeat: repeat;
	border-top: 1px solid #B4901E;
	text-align: center;
}
#gnavi ul{
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 891px;
	height: auto;
}
#gnavi li{
	float: left;
}
/* ------------------------ Page Title ------------------------ */
#pgtitle{
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 100%;
	text-align: center;
	background-color: #000000;
}
/* ------------------------ Pankuzu ------------------------ */
#pnkz{
	margin: 0px auto;
	width: 940px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 10px;
}

/* ------------------------ Contents ------------------------ */
#contents{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-image: url(../img/Contents_haikei.jpg);
	background-repeat: repeat-x;
}
/* ------------------------ Page Top ------------------------ */
#pgtop{
	width: 688px;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* ------------------------ Footer ------------------------ */
#footer{
	margin: 0px;
	padding: 20px 0px 0px;
	height: 39px;
	width: 100%;
	text-align: center;
	background-color: #000000;
}
/* ------------------------ Second Page 右・左カラム共通 ------------------------ */
#s_left{
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 202px;
	border-top: 1px solid #2D2D2D;
}

#s_right{
	float: left;
	margin: 0px;
	height: auto;
	width: 710px;
	background-color: #222;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}

#s_left h3{
	height: 128px;
	width: 193px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}



#s_left ul{
	list-style-type: none;
}
#s_left li{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #2D2D2D;
	margin-bottom: 5px;
	font-weight: bold;
	color: #D2BD02;
}
#s_left .sub {
	font-size: 10px;
	margin-bottom: 5px;
	background-image: url(../img/shikaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 25px;
	vertical-align: middle;
}

#s_left a,#s_left a:visited,#s_left a:hover {
	font-weight: lighter;
}
