@charset "UTF-8";

/* frame.css
***************************************************************************************/

/* Frame
=============================================================================*/


/*base*/
.underbg ,
.main-container {
	background:url("../../image/contents-bg001.gif") #f9f6ee no-repeat center 0;
}
.mainbg {
	background:url("../../image/contents-bg002.png") no-repeat center bottom;
}
#wrapper-under {
	background:url("../../image/contents-bg003.png") no-repeat center bottom;
}

/*common*/
.wrapper-main,
#wrapper {
	width:1200px;
	margin:0 auto;
}

/*home*/
.home .main-container {
	padding:35px 0 70px 0 ;
}
.home #main {
	width:750px;
	float:left;
	padding-top:460px;
}
.home #side {
	width:410px;
	float:right;
}

/*under*/
.underbg #main {
	width:950px;
	float:right;
}
.underbg #side {
	width:220px;
	float:left;
}
.underbg {
	border-bottom:1px dotted #c7c5be;
}
#main-contents {
	padding-top:45px;
}
.update #main-contents ,
.news #main-contents ,
.blog #main-contents {
	padding-top:20px;
}
div.unauthorized #main-contents ,
div.not-found #main-contents ,
div.forbidden #main-contents ,
div.sitemap #main-contents {
	margin-bottom:50px;
}

/* 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: #444444;
	font-family: 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",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));
}
