@charset "UTF-8";

/*
===== 1: universal reset =================================
*/

/*
===== 2: body and base setting ===========================
*/

html {
}

body {
	margin: 0px;
	padding: 0px;
	color:#555555;
	font-family: 'ＭＳ Ｐゴシック', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0 auto;
	text-align:center;
	vertical-align: middle;
	background-color: #BAE2B4;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;

}
/*背景用ハック*/
/* Firefox */
body,x:-moz-broken {
margin-left:-1px;
}
/* IE6 */
body {
	_padding-left: 1px;
}
/* IE7 */
*:first-child + html body {
	padding-left: 1px;
}


/* general params
--------------------*/
h2, h3, h4, h5, h6,
div, p, pre, ul, li, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
}
table {
	empty-cells: show;
	font-size:small;
	text-align: left;
}
h1 {
	margin: 0px;
	padding: 0px;
	display:none;
}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
}

/*
li { list-style: none; }/* link do not want a dot */
*/

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */　　　

/*
===== 4: link setting ===========================


a {
	color: #A08652;
	text-decoration:underline;

}

a:link{
	color: #A08652;
	text-decoration:underline;
}
a:visited{
	color: #A08652;
	text-decoration:underline;
}
a:hover{
	color: #DB5D72;
	text-decoration:underline;
}
a:active{
	color: #DB5D72;
	text-decoration:underline;
}

*/
a {
	color: #333333;
	text-decoration:none;

}

a:link{
	color: #333333;
	text-decoration:none;
}
a:visited{
	color: #333333;
	text-decoration:none;
}
a:hover{
	color: #63B029;
	text-decoration:none;
}
a:active{
	color: #63B029;
	text-decoration:none;
}



/*
===== text setting ===========================
*/
.xs {font-size: 0.8em; line-height: 160%;}
.xs9 {font-size: 0.9em; line-height: 160%;}
.txt9{
	font-size:9px;
	line-height: 160%;
}
.txt8{
	font-size:8px;
	line-height: 160%;
}


/*
===== maintable ===========================
*/

#contents {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


}
.seo {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
	height: 14px;
}