@charset "utf-8";
/* CSS Document */
/********************************
*                               *  
 *   Mナビ base(X_X)    *
*                               * 
********************************/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	color: #6a6a6a;
}
/*--------------------------------------
              link style
--------------------------------------*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	text-decoration: none;
	color: #ff0084;
}
a:visited {
	color:#ff0084;
	text-decoration: none;
}
a:hover {
	color: #ff0084;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.clear {
	clear: both;
	color: #FFFFFF;
	background-color: #FFFFFF;
	width: 0px;
}


/*--------------------------------------
              basic layout
--------------------------------------*/

#wapper {
	width: 100%;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/main_hbg.gif);
	background-repeat: repeat-x;
	height: 140px;
	width: 100%;
	background-position: top;
}
#header #h_Box {
	background-image: url(../images/main_hedImg.jpg);
	height: 140px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-position: center top;
}
#header #h_Box #hmain {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	position: relative;
}
#header #h_Box #hmain h1 {
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	left: 523px;
	top: 1px;
}
#header #h_Box #hmain #flash {
	height: 110px;
	width: 960px;
	position: absolute;
	top: 23px;
	right: 0px;
}
#main {
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	height: auto;
}
#main #content {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#main #content #leftBlock {
	float: left;
	width: 668px;
	height: auto;
	margin-bottom: 15px;
}
#main #content #leftBlock h2 {
	height: 109px;
	margin-bottom: 15px;
}

#main #content #leftBlock .box1 {
	float: left;
	width: 471px;
	margin-bottom: 15px;
}
#main #content #leftBlock .box1 h3 {
	color: #ff37b2;
	font-size: 16px;
	font-weight: bold;
}
#main #content #leftBlock .box1 h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FF37B2;
}
#content #leftBlock #box2 {
	background-image: url(../images/main_qr.gif);
	float: right;
	height: 279px;
	width: 183px;
	position: relative;
	margin-bottom: 15px;
}
#content #leftBlock #box2 #input1 {
	position: absolute;
	left: 15px;
	top: 207px;
}
#main #content #leftBlock #box2 #mb {
	position: absolute;
	left: 17px;
	top: 204px;
	text-align: right;
}
#main #content #leftBlock .box3 {

}




#main #rightBox {
	float: right;
	width: 277px;
	margin-top: 10px;
	background-image: url(../images/main_fram.jpg);
	height: 744px;
	position: relative;
	margin-bottom: 15px;
}
#main #content #rightBox iframe {
	position: absolute;
	left: 9px;
	top: 55px;
}
#main #content #rightBox p {
	color: #FFFFFF;
	width: 250px;
	position: absolute;
	left: 13px;
	top: 667px;
}
#main #content .bar {
	background-image: url(../images/main_obi1.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
}
#main #content .bar #btn {
	height: 47px;
	width: 266px;
	position: absolute;
	left: 672px;
	top: 9px;
}
#main #content .mainImg {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#main #content .mainImgR {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}




#topNavi {
	background-color: #ff35b1;
	height: 21px;
	width: 100%;
}

#footer {
	width: 100%;
	background-image: url(../images/footer.gif);
	height: 121px;
	background-repeat: repeat-x;
}
#footer #f_box {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	color: #FFFFFF;
}
#footer #f_box p {
	padding-top: 10px;
}

#footer #f_box #topBb {
	text-align: right;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer #f_box address {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #FF35B1;
}
#footer #f_box address a{
	color: #FFFFFF;
}
#footer #f_box address a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}



/* =========================================================
.sideBox
========================================================= */

#sideBox {
	height: auto;
	width: 32px;
	position: fixed !important;
	position: absolute;
	top: 220px;
	left: 0px;
}



* html ,* html body {  
height: 100%;  
overflow-y: hidden;  
overflow-x: auto;  
}  
* html #cover {  
overflow: auto;  
position: relative;  
width: 100%;  
height: 100%;  
}  

