@charset "utf-8";
/*基本設定-----------------*/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img  {
	border:none;
	vertical-align: bottom;
}
body  {
	text-align: center;
	color: #5F311D;
	background-image: url(../img/common/contents/back_ground_body.jpg);
	background-repeat: repeat-x;
}
body a {
	color: #AD2727;
	text-decoration: underline;
}
body a:hover {
	color: #B04D4A;
}
#outline {
	width:820px;
	margin: 0px auto 0px auto;
	font-family: "MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 170%;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px 0px 0px 0px;
	background-image:url(../img/common/contents/back_ground_outline.png);
	background-repeat: repeat-y;
	background-position: center;
}
* html #outline {   
    behavior: expression(IEPNGFIX.fix(this));   
} 
#midashi {
	height: 20px;
	padding: 2px 0px 2px 0px;
	width: 820px;

}
h1 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #9B502F;
} 
/*ヘッダー-----------------*/

#header_outline {
	background-image: url(../img/common/header/back_ground.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
#header {
	width:800px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#header ul {
	padding: 8px 0px 0px 0px;
}
#header li {
	float: left;
	margin: 0px 30px 0px 0px;
}
#logo {
	float: right;
	padding: 4px 0px 0px 0px;
}
/*メインコンテンツ-----------------*/

#main {
	width: 740px;
	margin: 0px 0px 0px 40px;
	background-image:url(../img/common/contents/back_ground_main_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0px 0px 0px;
}
#contents {
	background-image:url(../img/common/contents/back_ground_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 20px 20px 20px;
}
* html .iepngfix {   
    behavior: expression(IEPNGFIX.fix(this));   
}
#g_navi {
	height: 55px;
}
#g_navi li {
	float: left;
}
#pankuzu {
	clear: both;
	padding: 0px 0px 10px 0px;

}
#pankuzu a {
	color: #5F311D;
}
#mail_form {
	clear: both;

}
/*フッター-----------------*/
#footer {
	clear: both;
	line-height: 3em;
	padding: 0px 0px 0px 50px;
}
/*テーブル設定-----------------*/
table {
	font-size: 12px;
	line-height: 150%;
}

/*色-----------------*/
.red {
	color: #FF3333;
}

/*区切り線-----------------*/
hr {
	display:none;
}
.line10 {
	height:10px;
	background-image: url(../img/common/contents/back_ground_line.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line20 {
	height:20px;
	background-image: url(../img/common/contents/back_ground_line.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line30 {
	height:30px;
	background-image: url(../img/common/contents/back_ground_line.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line40 {
	height:40px;
	background-image: url(../img/common/contents/back_ground_line.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line50 {
	height:50px;
	background-image: url(../img/common/contents/back_ground_line.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line10_pink {
	height:10px;
	background-image: url(../img/common/contents/back_ground_line_pink.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line20_pink {
	height:20px;
	background-image: url(../img/common/contents/back_ground_line_pink.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line30_pink {
	height:30px;
	background-image: url(../img/common/contents/back_ground_line_pink.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line40_pink {
	height:40px;
	background-image: url(../img/common/contents/back_ground_line_pink.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line50_pink {
	height:50px;
	background-image: url(../img/common/contents/back_ground_line_pink.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
}
.line0_none {
	height:0px;
	background-image: none;
	clear: both;
}
.line5_none {
	height:5px;
	background-image: none;
	clear: both;
}
.line10_none {
	height:10px;
	background-image: none;
	clear: both;
}
.line20_none {
	height:20px;
	background-image: none;
	clear: both;
}
.line30_none {
	height:30px;
	background-image: none;
	clear: both;
}
.line40_none {
	height:30px;
	background-image: none;
	clear: both;
}
.line50_none {
	height:30px;
	background-image: none;
	clear: both;
}

