@charset "EUC-JP";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/
* {
	margin:0;
	padding:0;
}

body {
	font-size:83%;
	font-family:verdana,"Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS PGothic",Sans-Serif;
	color:#666666;
	line-height:135%;
}

html {
	margin	:0;
	width	:100%;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
}

img,
fieldset {
	border:0;
}

/* start: clearfix ------------------------------ */
.clearfix{}

.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.clearfix { 
	display:inline-table;
	min-height:1px;
}

/* Hides from Mac IE \*/
* html .clearfix { height:1px; }
.clearfix { display:block; }
/* */
/* end: clearfix ------------------------------ */


.float{
	float	:left;
}

.float_r{
	float	:right;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color		:#0000CE;
	text-decoration:underline;
}

a:link {
	color		:#0000CE;
	text-decoration	:underline;
}

a:visited {
}

a:hover {
	color		:#0000CE;
	text-decoration:none;
}

a:active {
}

a:focus{
	outline:none;
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container{
	width	:100%;

	margin	:0 auto;
}


/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header{
	width	:800px;
	padding-bottom:7px;
	margin	:0 auto;
}

h1{
	width	:187px;
	height	:55px;
	text-indent	:-9999px;
	background	:url("../img/h1.gif") no-repeat left top;
	float	:left;
	margin	:5px 500px 5px 15px;
}

* html h1{
	margin	:5px 485px 5px 15px;
}

h1 a{
	width	:187px;
	height	:55px;
	display	:block;
}




/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents{
	width	:800px;
	margin	:5px auto;
	padding-bottom:25px;
	clear	:both;
}

#contents .main{
	width	:650px;
	margin-right:20px;
	float	:left;
}


#contents .side{
	width	:205px;
	float	:left;
}

/* start: clearfix ------------------------------ */
#contents{}

#contents:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#contents { 
	display:inline-table;
	min-height:1px;
}

/* Hides from Mac IE \*/
* html #contents { height:1px; }
#contents { display:block; }
/* */
/* end: clearfix ------------------------------ */

#contents img.ban_contact{
	margin-top	:20px;
	clear	:both;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer{
	width	:100%;
	margin	:0 auto;
	background	:#93999F url("../img/bg_footer.gif") repeat-x left top;
	color	:#000000;
	clear	:both;
}

#footer .footer_wrap{
	width	:880px;
	margin	:0 auto;
	clear	:both;
}

#footer .pan{
	color	:#93999F;
	padding	:4px 0 0;
	float	:left;
}

#footer .goto_over{
	width	:100px;
	height	:10px;
	margin	:8px 0 25px;
	background	:url(../img/bt_over.gif) no-repeat left top;
	text-indent:-9999px;
	float	:right;
}

#footer .goto_over a{
	width	:100px;
	height	:10px;
	display	:block;
}

#footer a{
	color	:#000;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer h2{
	width	:210px;
	height	:20px;
	background	:url(../img/footer_logo.gif) no-repeat left top;
	text-indent	:-9999px;
	float	:left;
}

#footer h2 a{
	width	:210px;
	height	:20px;
	display	:block;
}

#footer ul.f_navi{
	float	:right;
}

#footer ul.f_navi li{
	float	:left;
	padding	:0 10px;
	border-left:1px solid #000;
}

#footer ul.f_navi li.f_navi_l{
	border-left:1px solid #93999F;
}

#footer .copy{
	clear	:both;
	width	:100%;
	padding	:10px 0 50px;
	text-align:center;
}


/*-----------------------------------------------
 __decoration
-----------------------------------------------*/


.small80{
	font-size:80%;
}

.big120{
	font-size	:120%;
}

.red{
	color	:red;
}

.orange{
	color:#FF9900;
}

.center{
	text-align	:center;
}

.goto_over_arrow{
	padding-right:50px;
	font-size	:70%;
	text-align:right;
	clear:both;
}
