@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : module.css
 Style Info : 共通要素の基本設定

11px = 85%		12px = 93%		13px = 100%		14px = 108%
15px = 116%		16px = 123.1%	17px = 131%		18px = 138.5%
19px = 146.5%	20px = 153.9%	21px = 161.6%	22px = 167%
23px = 174%		24px = 182%		25px = 189%		26px = 197%
=================================================================== */

/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/
body.index  {
	overflow: hidden;
}


#wrapper{
	margin: 0 auto;
	min-height: 100%
	position: relative;
}

img.bgmaximage{
  position:fixed !important;

}

#bg {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
/*    z-index: 999;
*/}

.dropdown1 {
    display: none;
    position: absolute;
    z-index: 999;
    top: 32px;
    width: 100%;
    left: 0;
    right: 0px;
}

#dd1 a {
    display: block;
    color: #FFF;
    outline: none; 
}

.dropdown2 {
    display: none;
    position: absolute;
    z-index: 999;
    top: 32px;
    width: 100%;
    left: 0;
    right: 0px;
}

#dd2 a {
    display: block;
    color: #FFF;
    outline: none; 
}

#dd1 {
    z-index: 888;
}

#dd2 {
    z-index: 888;
}


.bg_main {
	min-width:1000px;
}
#sarch{
	background: url(/image/switch_site/462/images/menu_bg.gif) repeat-x 0 0 #EFEFEF;
	padding: 12px 0 0;
/*	width: 100%;
	height: 56px;
	position: fixed;
	top: 110px;
	padding: 12px 0 0;
*/}
	

#main {
}

#main02 {
    margin: 0 auto;
    padding-top: 85px;
    width: 1000px;}
#main03 {
    margin: 0 auto;
    padding-top: 165px;
    width: 740px;}
#header{
	background: #fff;
    position: fixed;
    width: 100%;
	z-index: 1;
    left: 0;
    top: 0;	
}
#header .inner{
	margin: 0 auto;
	height: 110px;
	width: 1000px;
	padding: 0 20px;
	z-index: 999;
	position:relative;
}

#header .header_logo{
    float: left;
    padding-top: 20px;
	margin-right: 20px;
}
#header .header_list{
margin-left:5px;
	float:left;
}

#select{
	padding-top: 30px;
	float: right;
}


/*#header ul{
    float: left;
    left: 177px;
    position: relative;
    top: 23px;
}
*
/*#header li{
	float: left;
}
*/

/* Set the fixed height of the footer here */
#footer {
	color:#000;
 	height: 45px;
	width: 100%;
  	z-index:52;
	position: fixed;
	bottom: 0;
}

#footer .inner{
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
}

#footer img{
	float: right;
}

#footer p{
    float: left;
    padding: 15px 0 0 0;
}



/*	spacer
------------------------------------*/
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }

.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr55 { margin-right: 55px; }
.mr60 { margin-right: 60px; }

.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }

.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml55 { margin-left: 55px; }
.ml60 { margin-left: 60px; }

.fnt9 {
	font-size:9px;
}
.fnt10 {
	font-size:10px;
}

.fnt14 {
	font-size:14px;
}
.fnt16 {
	font-size:16px;
}
.fnt22 {
	font-size:22px;
}
.fnt32 {
	font-size:32px;
}


.al:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

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