@charset "utf-8";

/*サイトマップのみ*/

*{
margin:0;
padding:0;
}
img,object,param,iframe{
margin:0;
padding:0;
border:0;
}
li {list-style-type: none;}

html{
line-height:1.6;
}

/* for IE6,7 */
*:first-child+html body { font-size: 75%; }
* html body { font-size: 75%; }

.clearfix:after{ 
content:"."; 
display:block; 
height:0; 
clear:both; 
visbility:hidden; 
} 
.clearfix{display:inline-block;} 

/*Hides from IE-mac*/ 
*html.clearfix{height:1%;} 
.clearfix{display:block;} 
/*End hide from IE-mac*/ 

.clearboth{
	clear:both;
	margin:0px;
	padding:0px;
	line-height:0;
	font-size:0;
}
.text_align_right{
	text-align:right;
}
.text_align_center{
	text-align:center;
}
.clear_margin_bottom50{
	clear:both;
	line-height:0;
	font-size:0;
	margin-bottom:50px;
}

a:link{color:#DD6536;text-decoration: underline;}
a:visited{color:#DD6536;text-decoration: underline;}
a:hover{color:#F4956C;text-decoration: none;}
a:active{color:#F4956C;text-decoration: none;}

body{
	color:#505050;
	text-align:center;
	font-size:12px;
	font-family: verdana, Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background:url(../img/bg_body.gif) repeat-y center;
}

/*メインコンテナ*/
#container{
	width:760px;
	margin:0px auto 0 auto;
	text-align:left;
}

/*ヘッダー*/
#header{
}
#header_l{
	float:left;
	width:300px;
}
#header_l img{
	margin:10px 0px 5px 10px;
}
#header_r{
	float:right;
	width:460px;
	text-align:right;
}
#header_r ul{
	margin:10px 10px 0 0;
}
#header_r ul li{
	display:inline;
}
#header_r ul li a{
	text-decoration:none;
	background:url(../img/icon01.gif) no-repeat 0 50%;
	padding-left:18px;
}

/*グローバルナビゲーション*/
#g_navi ul li{
	float:left;
}

/*パンくずリスト*/
#pan_list{
}
#pan_list ul{
	margin:0px 0px 0px 10px;
}
#pan_list ul li{
	display:inline;
}
#pan_list ul li a{
	line-height:30px;
	display:inline;
}

/*フッター*/
#footer{
	background:url(../img/bg_footer.gif) repeat-x;
	height:63px;
	text-align:right;
	clear:both;
}
#footer img{
	margin:40px 10px 0 0;
}

/*サイトマップ　コンテンツ部分*/
h1{
	margin:0 0 0 26px;
}
h2{
	font-size:15px;
	line-height:24px;
	background:url(../img/icon03.gif) no-repeat 12px 0;
	padding-left:24px;
	margin:15px 0 5px 0;
	border-bottom:#472E24 dotted 1px;
}
h3{
	background:url(../img/icon01.gif) no-repeat 0 50%;
	padding-left:18px;
	margin-left:20px;
	font-size:14px;
}

#contents{
	width:640px;
	margin:10px 0 0 60px;
}
#contents_l{
	float:left;
	width:300px;
}
#contents_r{
	float:right;
	width:300px;
}







