@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
	line-height: 160%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	color: #666;
	font-weight: normal;
	background-color: transparent;
}

h1, h2, h3, h4 {
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #FF2424;
}
li {
	list-style-type: none !important;
}
img {
	border: 0px;
}
a:hover img {
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	opacity:0.50;
}

address {
	font-style: normal;
}
/* ▲全体 */

#pagebody {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

#header a {
	color: #FFF;
}


#header h1 {
	font-size: 0.8em;
}


#header .logo {
	float: left;
	padding-bottom: 5px;
}

#header .src {
	float: right;
	padding-top: 15px;
}

#header #gnav_top {
	background-color: #A9B418;
	color: #FFF;
	font-weight: bold;
	clear: both;
}

#header #gnav_top ul {
	padding-top: 6px;
	padding-bottom: 5px;
}

#header #gnav_top li {
	display: inline;
	padding-left: 82px;
}

#header #gnav_mid {
	background-color: #828282;
	color: #FFF;
}

#header #gnav_mid ul {
	padding-top: 6px;
	padding-bottom: 5px;
}


#header #gnav_mid li.g_g_top {
	display: inline;
	padding-left: 82px;
	font-weight: bold;
}
#header #gnav_mid li.g_g_top2 {
	display: inline;
	padding-left: 62px;
	font-weight: bold;
}



#header #gnav_un {
	text-align: right;
}

#header #gnav_un a {
	color: #666;
}


#header #gnav_un li {
	display: inline;
	font-size: 0.9em;
}

/* ▼ -------------------------------------------------------------------*/

#contents {
	padding-top: 15px;
}

/* ▼main -------------------------------------------------------------------*/


#main {
	float: right;
	width: 700px;
}

#left {
	float: left;
	width: 220px;
}

#left #left_nav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #828282;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
}

#left .left-banner {
	margin-top: 15px;
	margin-bottom: 20px;
}
#left .left-banner ul {
    list-style-type: none;
}

#left .left-banner li img {
    vertical-align: bottom;
}

/* ▼main -------------------------------------------------------------------*/

.style1 {
	margin-bottom: 20px;
}


/* ▼foot -------------------------------------------------------------------*/

#foot {
	clear: both;
	background-color: #E0E0E0;
	color: #666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	font-size: 0.8em;
	margin-top: 25px;
}

#foot #foot_navi {
	margin-top: 5px;
}

#foot #foot_navi li {
	/*
	display: inline;
	padding-left: 61px;
	font-weight: bold;
	color: #333;
	*/
    display: inline-block;
    font-weight: bold;
    color: #333;
    width: 13%;
    text-align: center;
}

#foot #foot_navi li a {
	color: #333;
}

#foot #foot-in-contents {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#foot #foot-in-contents .foot_text_box {
	float: left;
	width: 295px;
	padding: 5px;
	width: 32%;
}

#foot #foot-in-contents .foot_text_box h3 {
	color: #333;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C4E242;
	margin-bottom: 2px;
	padding-left: 8px;
}

#foot #foot-in-contents .foot_text_box h3.ud {
	margin-top: 17px;
}

#foot #foot-in-contents .foot_text_box .detail_here {
	text-align: right;
	font-size: 0.9em;
}



#foot address {
	text-align: right;
}


/* ▼clearfix -------------------------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

br.clear {
	clear: both;
}
