@charset "UTF-8";

/* frame.css
**************************************************************************************


/* Frame
=============================================================================*/

/* common */

#body-in {
	background:url("../../image/contents-bg001.gif") repeat 0 0;
	min-width:950px;
}

#side {
	width:190px;
}

#main {
	width:730px;
}



/* under */

#wrapper-under {
	width:950px;
	margin:0 auto;
}

#main {
	width:680px;
	float:right;
}

#side {
	width:230px;
	float:left;
}


/* home */

.home #wrapper {
	width:950px;
	margin:0 auto;
}

.home #main {
	float:left;
	width:651px;
}

.home #side {
	float:right;
	width:260px;
}


/* 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:#30516f;
	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: #444444;
	font-family: 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing:normal;
	line-height:1.8;
}

#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));
}
