@charset "UTF-8";

/* frame.css
**************************************************************************************

1.Frame
2.Font
3.IE PNG FIX

**************************************************************************************/ 


/* 1.Frame
=============================================================================*/

div.body-in {
	width:100%;
}

div.container {
	width:auto;
	background-color:#fdf9f1;
	
}

div.header-out {
	background:url(../../image/header-bg001.gif) repeat-x 0 0;
	background-color:#fdf9f1;
}

#header {
	width:950px;
	padding:0;
	margin:0 auto;
	position:relative;
}

#wrapper {
	width:916px;
	margin:0 auto;
}

#main{
	width:674px;
	float:right;
}

#side {
	width:226px;
	float:left;
}

#footer {
	width:910px;
	margin:0 auto;
	position:relative;
}

/* home */
div.home #wrapper {
	width:916px;
	margin:16px auto 40px auto;
}

div.home #main{
	width:674px;
	float:left;
}

div.home #side {
	width:226px;
	float:right;
}

/* form */
div.form #header {
	width:685px;
	padding:13px 0 0 0;
	margin:0 auto 7px auto;
	position:relative;
}

div.form #wrapper {
	width:685px;
	margin:0 auto;
}

div.form #footer {
	width:685px;
	margin:0 auto;
	position:relative;
}



/* 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:#5c8017; 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: #555556;
 font-family: Verdana, sans-serif;
 letter-spacing:normal;
 line-height:1.6;
}

#main h1 {	font-size: 200%;}
#main h2 {	font-size: 114%;}
#main h3 {	font-size: 100%;}
#main h4 {	font-size: 100%;}
#main h4 {	font-size: 100%;}
#main h2,#main h3,#main strong{	font-weight: bold;}
#main h4{ color:#6e9824; font-weight: bold;}


/* 3.IE PNG FIX
=============================================================================*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
