@charset "utf-8";


/*基本設定
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 160%;
	letter-spacing: 1px;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	zoom:1;/*IEでフロートと余白を初期化、調子が悪かったら外す*/
	color: #4C4950;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
img  {
	border:none;
	vertical-align: bottom;
	behavior: expression(IEPNGFIX.fix(this));
}
html {
    overflow-y: scroll;
}
body  {
	font-size: 12px;
	background-color: #C1B69B;
	background-image: url(../img/common/body/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
body a {
	color: #3366CC;
	text-decoration: none;
}
body a:hover {
	color: #ff6666;
}
table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #716018;
	border-left-color: #716018;
	width: 100%;
}
th,td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #716018;
	border-bottom-color: #716018;
	padding: 5px 10px 5px 10px;
}
th {
	background-color: #DFD283;
	text-align: left;
	color: #523E00;
	font-weight: bold;
	vertical-align: middle;
}
h1,h2,h3,h4 {
	font-size: 16px;
	color: #5A4108;
	letter-spacing: 0px;
	margin: 0px 0px 5px 0px;
}
p {
	padding: 0px 0px 10px 0px;
}
.end {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*アウトライン
--------------------------------------------------*/
#outline {
	width: 740px;
	margin: 0px auto 0px auto;
	background-color: #EEEDDB;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*ヘッダー
--------------------------------------------------*/
#header {
	float: left;
	background-color: #F9F8F3;
	width: 740px;
}
#logo {
	width: 172px;
	float: left;
	margin: 50px 0px 10px 20px;
	display: inline;

}
#monde {
	width: 396px;
	float: right;
	margin: 10px 20px 10px 0px;
	display: inline;

}

/*グローバルメニュー
--------------------------------------------------*/
#g_menu {
	width: 740px;
	float: left;
}
#g_menu ul {
}
#g_menu li {
	float: left;
}

/*ヘッダー画像
--------------------------------------------------*/
#header_img {
	height: 250px;
	clear: both;

}
#g_menu ul {
}
#g_menu li {
	float: left;
}

/*メイン
--------------------------------------------------*/
#main {
	padding: 20px 0px 0px 0px;
	clear: both;
	width: 700px;
	margin: 0px 0px 0px 20px;
	float: left;
	display: inline;
}
.contents {
	margin: 0px 0px 15px 10px;
	width: 680px;
}
.title {
	margin: 0px 0px 20px 0px;
	clear: both;
}

.attention {
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
.attention li {
	background-image: url(../img/common/contents/attention_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0px 0px 0px 13px;
	font-size: 11px;
	letter-spacing: 0px;
	color: #898989;
	line-height: 140%;
}
/*フッター
--------------------------------------------------*/
#footer_outline {
	clear: both;
	padding: 15px 0px 10px 0px;
	font-family: Arial;
	background-color: #FFFFFF;
	background-image: url(../img/common/footer/bg_footer_outline.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer_01 {
	float: left;
	width: 740px;
}
#footer_01_left {
	width: 177px;
	float: left;
	margin: 0px 0px 0px 20px;
	display: inline;
}
#footer_01_right {
	float: right;
	width: 405px;
	margin: 0px 20px 0px 0px;
	display: inline;
}
#footer_01_right li {
	float: left;
}
#footer_02 {
	clear: both;
	padding: 10px 0px 10px 0px;
}
#footer_03 {
	clear: both;
	width: 720px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7B7B7;
	text-indent: 10px;
	color: #9D9D9D;
}
