@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: 17px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

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

h2 {
	color:#333333;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:19px;
	padding-top: 15px;
	
}

h3 {
	color:#333333;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	text-align: LEFT;
	
}

h4 {
	color:#FFFFFF;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:16px;
	text-align: center;
	
}

h5 {
	color:#333333;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:19px;
	text-align: left;
	
}


/* layout style */


#wrap_1 {
	width:757px;
	background:transparent url(../images/shadow.jpg) repeat-y;
	margin:0px auto;
}

#outerGroup {
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	width: 731px;
	
}

#header {
	height: 200px;
	width: 731px;
}
#wrap_1 #outerGroup #contentGroup {
	background-image: url(../images/base.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#outerGroup #contentGroup #side-contents {
	margin: 35px 0px 0px 20px;
	padding: 0px;
	float: left;
	width: 150px;
}
#outerGroup #contentGroup #main {
	margin: 0px 0px 0px 182px;
	padding: 35px 0px 15px 30px;
}

#outerGroup #contentGroup .floatClear {
	display: block;
	clear: left;
}
#outerGroup #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #B2B2B2;
	text-align: center;
	padding: 10px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
}

#outerGroup #footer address {
	font-style: normal;
}

