@charset "UTF-8";

/* frame.css
**************************************************************************************/


/* Frame
=============================================================================*/

html ,
body ,
#body-in{	
	height:100% !important;
}


/*common*/

#header {
	width:100%;
	position:relative;
	z-index:50;
}
.main-container {
	padding:192px 0 0 0;
	background:url("../../image/under-bg001.gif") repeat-y center top;
}
#wrapper-under {
	width: 1240px;
	margin: 0 auto 10px;
}
#main {
	float: right;
	width: 935px;
}
#wrapper-under {
	font-size:107%;
}
#side {
	margin-top:-256px;
	width: 255px;
	height: 100%;
	min-height: 100%;
	float: left;
	background: #e9e7f0;
}


/*home*/
.home .main-container {
	margin:0 auto 0;
	padding:120px 0 0 0;
	background:none;
}
.home #main {
	float: none;
	width: 100%;
	
}
	

@media screen and (max-width: 679px){
#side {
	display:none;
}
.main-container {
	padding:160px 10px 0;
}
#wrapper-under {
	width:100%;
}
#main {
	width:100%;
}
/*home*/
.home .main-container {
	padding:146px 0 0 0;
}
}


/* 2.Font
=============================================================================*/
/*
77% = 10px	| 	123.1% = 16px	|	167% = 22px	
85% = 11px	|	131% = 17px	    |	174% = 23px
93% = 12px	|	138.5% = 18px	|	182% = 24px
100% = 13px	|	146.5% = 19px	|	189% = 25px
107% = 14px	|	153.9% = 20px	|	197% = 26px
114% = 15px	|	161.6% = 21px	|
*/

/*Link*/
a{overflow:hidden;}
a:link { 
	color:#4e8ecf;
	text-decoration:underline;}
a:visited { 
	color:#636;
	text-decoration:underline;}
a:hover { color:#f39a00; }
a:active { color:#f39a00; }
a.blank {
	padding: 0;
}
body {
	margin:0;
	padding:0;
	color: #111111;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing:normal;
	line-height:1.6;
	font-size:82%;
}

#main h1 {	font-size: 153.9%;}
h2 {	font-size: 123.1%;}
h3 {	font-size: 107%;}
h4 {	font-size: 107%;}
#main h1,h2,h3,h4, #wrapper-under strong{	font-weight: bold;}



/* 3.IE PNG FIX
=============================================================================*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
