/*-----------------------------------------
Common.css
-----------------------------------------*/

/* iPhone指定 */
html{
-webkit-auto-text-size-adjust: none;
line-height: 1.5em;
font-size:12px;
}

/* IE6以下でpadding指定 */
* html body #Container_all #Container #Seo{
	height:21px;
	widht:880px;
	background-image: url(../img/h1_bg.gif);
	background-repeat: no-repeat;
}

/*--------------------------
Head
---------------------------*/
#Container_all #Container #Seo{
	height:23px;
	widht:880px;
	background-image: url(../img/h1_bg.gif);
	background-repeat: no-repeat;
}



#Container_all #Container h1{
	font-size:10px;
	text-align:right;
	color:#000000;
	font-weight:normal;
}


#Container_all #Container #Head{
background-image: url(../img/head_sbg.gif);
height:79px;
}


#Container_all #Container #Head #Logo{
float:left;
width:439px;
height:78px;
}

/*---------------
Navi.css
-----------------*/
#Container_all #Container #Head #Navi{
width:441px;
float:right;
height:54px;
}









/*--------------------------
Foot
---------------------------*/

#Foot{
background:url(../img/foot_bg.gif) repeat-x;
margin-top:20px;
height:31px;
}

#Foot #Foot_sbg{
background:url(../img/foot_sbg.gif) no-repeat;
width:880px;
height:31px;
margin-left:auto;
margin-right:auto;
}


#Foot #Foot_sbg p{
font-size:10px;
color:#ffffff;
letter-spacing:0.1em;
padding-top:6px;
}


/*--------------------------
mt
---------------------------*/
.sleft{
float:left;
}
.sright{
float:right;
}

.mt5{
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;
}

.mt45{
margin-top:45px;
}

.mb15{
margin-bottom:15px;
}


/*--------------------------
color
---------------------------*/
.pink{
color: #e85e5e;
}
.pinkb{
font-weight:bold;
color: #e85e5e;
}
.oreb{
font-weight:bold;
color: #f69445;
}

.back{
float:right;
margin-top:25px;
margin-bottom:25px;
}

.f10{
font-size:10px;
}

.f11{
font-size:11px;
}

.f14{
font-size:14px;
}

