@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Style Info:     いろいろ
----------------------------------------------------------- */


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
    float: right;
	margin: 0px auto;
}

.imgL {
    float: left;
	margin: 0px auto;
}

.btn {
	text-align: center;
}

sup {
	font-size:7pt;
	vertical-align:top;
	}
	
.clear {
	clear: both;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: right;
}

#page .area {
	width: 770px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 790px;
	background:#fff url(../img/bg-wrap.jpg) repeat-y left top;
	margin: 0px auto;
}

#contents .inner {
	width: 740px;
	margin: 0 auto;
}

/* cont-max */
#contents .inner02 {
	width: 770px;
	margin: 0 auto;
}


/*title*/

#contents h3 {
	clear:both;
	margin: 20px 0;
	padding:0;
}

*+html #contents h3 {
	margin: 10px 0 15px 0;
}
* html #contents h3 {
	margin: 10px 0 15px 0;
}

#contents h4 {
	clear:both;
	background:#fff url(../img/bg-h4.gif) no-repeat left top;
	margin-top: 20px;
	padding:0;
	height:30px;
	color:#1c6487;
	font-size:medium;
	font-weight:bold;
	text-align:left;
}

#contents h4 img {
	vertical-align:bottom;
}

*+html #contents h4 img {
	vertical-align:text-bottom;
}
* html #contents h4 img {
	vertical-align:text-bottom;
}


#contents .caption {
	clear:both;
	margin: 0;
	float:right;
	font-size:10px;
	color:#808080;
	text-align:right;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	margin:0 10px;
	height:180px;
	background:#fff url(../img/bg-upper.jpg) no-repeat left top;
}

#header h1 {
	margin:25px 5px 0 0;
	width:770px;
	font-size:x-small;
	line-height: 1.2;
	text-align:right;
	font-weight:normal;
	color:#5d4737;
	float:right;
}


#header ul {
	margin-top:9px;
	padding:0;
	height:90px;
	width:290px;
	float:right;
}
#header li {
	display:inline;
}
#header li a {
	height:90px;
	display:block;
	float:left;
	list-style-type:none;
	padding-right:10px;
}




/*----------------------------------------------------
	#g_navi
----------------------------------------------------*/
#navi {
	clear:both;
	height:60px;
	margin-bottom: 10px;
}

#gNav {
	width: 740px;
	float:left;
	margin:0 15px;
	padding: 0;
}

#gNav li {
	float: left;
	display: block;
	margin:0;
	padding:0;
}


/*----------------------------------------------------
	#box1 - top
----------------------------------------------------*/

.box1L {
    width:340px; 
    float: left;
	margin: 30px 20px 0 0;
	text-align:left;
}

.box1R {
    width:380px;
    float: right;
	margin-top: 10px;
}

/*----------------------------------------------------
	#box2 - results fla
----------------------------------------------------*/

.box2 {
	clear:both;
	margin: 10px 0;
	float: right;
}




/*----------------------------------------------------
	#minitabs
----------------------------------------------------*/
ul#minitabs{
	list-style: none;
	margin: 8px 0;
	padding: 7px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	font-size:x-small;
	white-space: nowrap}
	
ul#minitabs li{display: inline; margin: 0 5px;background:url(../img/ar.gif) no-repeat left center;}

ul#minitabs a{text-decoration: none; padding: 3px 5px 3px 18px; color: #373737;}
ul#minitabs a:hover{border-bottom: solid 2px #CCC;} 



/*----------------------------------------------------
	#info
----------------------------------------------------*/

#info  {
	margin:15px 0;
	width:740px;
	height:130px;
	background:url(../img/bg-info.jpg) no-repeat left top;
}

#info ul {
	margin:20px 20px 20px 0;
	padding:0;
	height:90px;
	width:330px;
	float:right;
}
#info  li {
	display:inline;
}
#info li a {
	height:90px;
	display:block;
	float:left;
	list-style-type:none;
	padding-right:30px;
}



/*----------------------------------------------------
	#banner
----------------------------------------------------*/

#banner {
	clear:both;
	margin:0;
	padding:0;
	float:right;
}

#banner ul {
	height:80px;
	text-align:right;
}
#banner li {
	display:inline;
	list-style-type:none;
	padding: 0 10px 10px 0;
	text-align:right;
}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	background:url(../img/bg-footer.jpg) repeat-x;
	padding-top:5px;
	margin:20px 0 30px 0;
	text-align:center;
	font-size:x-small;
}
