@charset "utf-8";

/*基本設定
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img  {
	border:none;
	vertical-align: bottom;
	behavior: expression(IEPNGFIX.fix(this));
}
body  {
	text-align: center;
	color: #5F311D;
	background-image: url(../img/common/contents/bg_body.jpg);
	background-repeat: repeat-x;
}
body a {
	color: #99502D;
	text-decoration: none;
}
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/bg_outline.png);
	background-repeat: repeat-y;
	background-position: center;
    behavior: expression(IEPNGFIX.fix(this));   
} 
h1 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #9B502F;
	padding: 5px 0px 10px 0px;
	background-image: url(../img/common/contents/bg_line_700.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
} 

/*ヘッダー
--------------------------------------------------*/

#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 {
	padding: 0px 0px 20px 0px;
	float: left;
	width: 700px;
	margin: 0px 0px 0px 60px;
	display: inline;
}
#g_navi {
	width: 700px;
	clear: both;
	height: 50px;
	float: left;
}
#g_navi li {
	float: left;
}
#mail_form {
	clear: both;
	padding: 10px 0px 0px 0px;
}

/*フッター
--------------------------------------------------*/
#footer {
	clear: both;
	line-height: 3em;
	padding: 0px 0px 0px 60px;
}

/*テーブル設定
--------------------------------------------------*/
table {
	font-size: 12px;
	line-height: 150%;
}

/*色
--------------------------------------------------*/
.red {
	color: #FF3333;
}

