@charset "utf-8";

/**************************************
*　初期化
**************************************/
body {
	font-size: 16px;
	font-family: sans-serif;
	color:#333333;
	line-height: 1.5;
}

* html body {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
} /* for lte ie6 */

*:first-child+html body {
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/body {
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 Firefox、Opera、Safari*/

html:not(:target) body {
	font-size: 16px;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for modern browser not ie8 */


body,h1,h2,h3,p,ul,ol,li,dl,dt,dd,div {
	margin:0;
	padding:0;
}
h1,h2,h3,p,ul,li,dl,dt,dd,em,strong {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
img {
	border-width: 0px;
	border-style: none;
}

a {
	text-decoration:none;
	color:#0A50A1;
}
a:hover, a:active {
	color: #F0037F;
}

/**************************************
*　共通レイアウト
**************************************/
body {
	background: #EBF7C9;
}

#page {
	background: url(../img/back.jpg) repeat-y center top;
	width: 900px;
	padding-right: 45px;
	padding-left: 45px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 115px;
	width: 900px;
	background: #99C726 url(../img/h-back.gif) no-repeat center -110px;
}
#contents {
	float: left;
	width: 900px;	
}
#maincont {
	float: right;
	width: 645px;
}
#subcont {
	float: left;
	width: 245px;
}
#footer {
	clear: both;
	width: 900px;
	height: 50px;
}

/**************************************
*　header レイアウト
**************************************/
#header .top_catch {
	background: url(../img/h-top.jpg) repeat-y center top;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 5px;
}
#header #title {
	padding-left: 10px;
}
