@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: url(../img/red_bg.jpg) repeat-y center top;
	background-color: #F9F5F4;
}

img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

a {
	text-decoration: underline;
	color: #70192D;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}


/* wrapper
------------------------------------------------------------*/

#wrapper{
	width: 940px;
	margin: 0 auto;
	padding: 0;
}


/* navi
------------------------------------------------------------*/

#navi h1 {
	margin: 30px 40px 30px 39px;
	padding: 0;
}

h4 {
	width: 120px;
	margin-left: 24px;
	margin-top: 35px;
	padding: 5px 10px;
	font-size: 11px;
	color: #70192D;
	font-weight: normal;
	line-height: 140%;
	border-top: 2px solid #70192D;
	border-bottom: 2px solid #70192D;
	background-color: #FFFFFF;
}


#navi {
	float: left;
	width: 170px;
}


#navi ul {
	margin-left: 19px;
	padding: 0;
	list-style-type: none;
}

#navi ul li {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;
}

#navi ol {
	margin-left: 15px;
	padding: 20px 0 0 0;
	list-style-type: none;
}

#navi ol li {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;
}

/* contaner
------------------------------------------------------------*/

h2 {
	height:46px;
	background: url(../img/h2_bg.jpg) no-repeat left center;
	font-size: 16px;
	font-weight: bold;
	color: #70192D;
	padding: 20px 0 0 22px;
	margin: 0 0 10px 0;
}

p.pagetop {
	background: url(../img/page_top.jpg) no-repeat left center;
	padding-left: 20px;
	float: right;
	width: auto;;
	padding-top: 0px;
}

p.pagetop a {
	text-decoration: underline;
}

p.pagetop a:hover {
	text-decoration: none;
}

/* fotter
------------------------------------------------------------*/

#fotter {
	float: left;
	width: 940px;
	height: 30px;
	background: url(../img/footer_bg.jpg) repeat-x left top;
	background-color: #70192D;
	position: relative;
}

#fotter p.f_btn {
	color: #70192D;
	padding: 4px 10px;
	margin: 1;
	position: absolute;
	left: 14px;
	top: -27px;
	height: 18px;
	width: 120px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BA7C8D;
	border-right-color: #BA7C8D;
	border-left-color: #BA7C8D;
	text-align: center;
}
/* IE7 HACK */
*:first-child+html #fotter .f_btn {
	top: -27px;
}
/* IE6 HACK */
*html #fotter .f_btn {
	top: -27px;
}

h3 {
	position: absolute;
	margin-top: 10px;
	width: 244px;
	left: 347px;
}





