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

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

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

h3 {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

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

/* layout style */


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

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

#header {
	background-image: url(../main-img/beretop.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 776px;
}

#outerGroup #contentGroup #side-contents {
	margin: 0px;
	padding: 15px 15px 15px 37px;
	float: left;
	width: 175px;
}
#outerGroup #contentGroup #main {
	margin: 0px 0px 0px 230px;
	padding: 15px 45px 15px 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

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

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