@charset "UTF-8";

/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

/* basic style */

body {
	background-color: #FFFFFF;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1 {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	line-height:22px;
	padding-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	padding-right: 0px;
	padding-left: 10px;
}

h2 {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

h3 {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	line-height:22px;
	font-style: normal;
}

h4 {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	;
	;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

h5 {
	color:#fff;
	font-size:10px;
	font-weight:normal;
	line-height:10px;
	font-style: normal;
}

/* layout style */


#wrap_1 {
	width:869px;
	background:transparent url(../main-img/shadow.gif) repeat-y;
	margin:0px auto;
}

#outerGroup {
	margin: 0px auto;
	text-align: left;
	width: 100%;
	
}

#header {
	background-image: url(../main-img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 79px;
	width: 869px;
}

#outerGroup #contentGroup #side-contents {
	margin: 0px;
	padding: 100px 15px 15px 30px;
	float: left;
	width: 235px;
	background-image: url(../main-img/side-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 671px;
}
#outerGroup #contentGroup #main {
	margin: 0px 0px 0px 280px;
	padding: 15px 15px 15px 30px;
}

#outerGroup #contentGroup .floatClear {
	display: block;
	clear: left;
}
#outerGroup #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	height: 79px;
	background-image: url(../main-img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 869px;
}

#outerGroup #footer address {
	font-style: normal;
	color: #000000;
	padding-top: 30px;
}
