/*--------------------------------
common
--------------------------------*/
html {
	height: 100%;
	font-size: 14px !important;
	line-height: 22px;
	color: #000052 !important;
}
body {
	position: relative;
	height: 100%;
/*	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
*/	
}
.bg_gradation {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/bg_gradation.gif) repeat center 0;
}
.bg_shadow {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/bg_shadow.png) repeat center 0;
}
.bg_wh{
	background: url(../img/bg_wh.png) 0 0 repeat;
}


a {
	color: #ff004e;
	text-decoration: none;
}
a:hover {
	color: #fa729b;
	text-decoration: none;
}
img{ border:none;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: left;
}
.center{
	display: block;
	margin: 0 auto;
}
.s{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666 !important;
	font-weight: 600px;
	display: block;
}
.bolder{
	font-weight: bolder;}
.opacity{
    opacity: 0;
    filter: alpha(opacity=0);/* IE6,IE7 */
    -ms-filter: "alpha(opacity=0)";/* IE8 */
}
.corner{
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url("/sp/dii/css/PIE.htc"); 
}
.box_shadow{
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	behavior: url("/sp/dii/css/PIE.htc");
}


.mb_32{ margin-bottom: 32px !important;}
.mb_16{ margin-bottom: 16px !important;}
.mb_8{ margin-bottom: 8px !important;}
.ml_16{ margin-left: 8px !important;}
.m_none{ margin: 0 !important;}
.p_none{ padding: 0 !important;}
/*--------------------------------
wrap
--------------------------------*/	
#wrap{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#intro,#info{
	position: relative;
	width: 928px;
	margin: 0 0 32px 0;
	padding: 0 16px;
	overflow:hidden;
	z-index: 100;
}

/*--------------------------------
footer
--------------------------------*/
#footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
	text-align: center;
}
#footer .logo{
	width: 100%;
	margin: 0;
	padding: 8px 0;
	background: url(../img/footer_bg.gif) 0 0 repeat-x;
}




#footer .footer_inner{
	width: 960px;
	margin: 32px auto;	
}
.copyright{
	padding: 8px 0;
	font-size: 12px;
	line-height: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}





#bannerArea{
	width:936px;
	text-align:left;
	margin:30px auto 0px auto;
	background:url(../images/banner_line.jpg) top no-repeat;
	}
/*#bannerArea2{
	width:950px;
	text-align:left;
	margin:0px auto 0px auto;
	padding:0px 0 30px 0;
	}
*/#bannerArea img,#bannerArea2 img{ margin: 0 0 3px 0; border:1px solid #dcdcdc; }
.bneffect{
	-webkit-box-shadow: 0 2px 6px #eaacc9;
	-moz-box-shadow: 0 2px 6px #eaacc9;
	box-shadow: 0 2px 6px #eaacc9;
	}







