@charset "UTF-8";

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

1.Frame
2.Font
3.IE PNG FIX

**************************************************************************************/ 


/* 1.Frame
=============================================================================*/

/* common */
div.body-in {
	width:100%;
}


/* under */

#header {
	width:100%;
	padding:0;
	margin:0 auto 0 auto;
	position:relative;
	background:url("../../image/header-bg001.gif") repeat-x 0 0;
}


#wrapper-under {
	width:950px;
	margin:0 auto;
}

#wrapper-under #main{
	width:706px;
	float:right;
}

#wrapper-under #side {
	width:220px;
	float:left;
}

#footer {
	width:950px;
	margin:0 auto;
	padding:26px 0 40px 0;
	position:relative;
}


/* form */

div.form div.container {
	width:830px;
	margin:0 auto;
}

div.form #header {
	width:100%;
	padding:0;
	margin:0 auto 0 auto;
	position:relative;
	background:none;
}

div.form #footer {
	width:830px;
	padding:15px 0 40px;
	border-top:1px solid #CCCCCC;
}

div.form #wrapper-under {
	width:830px;
	margin:0 auto 20px auto;
}

div.form #wrapper-under #main{
	width:830px;
	float:none;
}


/* home */

div.home #header {
	margin:0 auto;
}

#wrapper {
	width:950px;
	margin:0 auto 30px auto;
}

#wrapper #main{
	width:706px;
	float:left;
}

#wrapper #side {
	width:220px;
	float:right;
}



/* 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	|
*/

#side .fontsize li {
	font-size:91%;
	margin:2px 0;
}

/*Link*/
a{overflow:hidden;}
a:link { color:#0066cc; text-decoration:underline;}
a:visited { color:#9A44B0; text-decoration:underline;}
a:hover { color:#FF9900; text-decoration:underline;}
a:active { color:#FF9900; text-decoration:underline;}

body {	
 margin:0;
 padding:0;
 color: #444444;
 font-family:'メイリオ',Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック",sans-serif　;
 letter-spacing:normal;
 line-height:1.6;
}

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



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