@charset "shift_jis";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 14px;
	background-image: url(../imgs/back_side.jpg);
	background-position: left;
	background-repeat: repeat-y;
	height: 100%;
}

/* for IE6 */
* html body {
    font-size: 88%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 88%;
}

p {
	font-size: 100%;
}

a {
	text-decoration: none;
}

.link a {
	color: #00F;
    text-decoration: none;

}

.link a:visited {
	color: #800080;

}

.link a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#wrapper {
	width: 966px;
	height: 100%;
	min-height: 100%;
	margin-left: 102px;
	padding: 0 3px;
	background-image: url(../imgs/back_main.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

body > #wrapper { 
    height: auto; 
}

#menu {
	text-align: center;
	float: right;
	width: 270px;
	margin: 30px 15px auto 5px;
	_margin-right: 7px;
}

ul#snav li{
	float: left;
	list-style: none;
	display: block;
	width: 265px;
	height: 38px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top left;
}

#snav01 {
	background-image: url(../imgs/menu_youkou_on.jpg);
}

#snav02 {
	background-image: url(../imgs/menu_entry_on.jpg);
}

#snav03 {
	background-image: url(../imgs/menu_pics_on.jpg);
}

#snav04 {
	background-image: url(../imgs/menu_result_01_on.jpg);
}

#snav05 {
	background-image: url(../imgs/menu_niji_on.jpg);
}

ul#snav li a {
	display: block;
	width: 265px;
	height: 38px;
}

ul#snav li a:hover {
	border: none;
}

ul#snav li a:hover img {
	visibility: hidden;
}


h1 {
	text-align: center;
}

#news {
	width: 580px;
	float: right;
	margin: 30px 30px 30px 10px;
	border: 1px solid #999;
	padding: 10px;
}

dl#list {
	overflow: hidden;
	zoom: 1;
}

dl#list dt {
	float: left;
	clear: left;
	margin: 0 0 0.8em;
	padding: auto auto 0.8em 5px;
	text-indent: 3px;
	width: 7.5em;
	border-left: solid 8px #CCC;
	color: #930;
	font-weight: bold;
}

dl#list dd {
	margin-bottom: 0.8em;
	padding: 0 0 0.8em 8.5em;
	border-bottom: 1px dotted #999;
}

#body_youkou {
	padding: 30px 50px 0;
	font-size: 16px;
}

#body_nerai {
	padding: 30px 50px 0;
	font-size: 16px;
}

#body_history {
	padding: 30px 50px 0;
	font-size: 16px;
}

#body_history a img {
	border: 1px solid #63babd;
}

#footer {
	clear: both;
	font-size: 75%;
	color: #666;
	text-align: center;
	padding-bottom: 20px;
}

.style2 {
	font-size: 24px;
	color: #FF0033;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {font-size: 18px;}
.style6 {color: #3300CC;}
.style7 {
	color: #FF3333;
	font-weight: bold;
	font-size: 18px;
}
.style8 {
	font-size: 24px;
	font-weight: bold;
}
.style10 {color: #3300CC; font-size: 16px; }
.style11 {font-size: 16px}


/* 汎用 */
.f_l {float: left;}
.f_r {float: right;}
.cl_b {clear: both;}
.n_w {white-space: nowrap;}
.str {font-weight: bold;}
.str_r {font-weight: bold; color:#FF0000;}
.t_r {text-align: right;}
.center {text-align: center;}
.a_c {margin: 0 auto;}
.al_c {text-align: center;}
.mini {font-size: 86%;}
.small {font-size: 75%;}
.red {color: #F00;}
.color_w {color: #FFF;}