@charset "utf-8";

/*全てのhtmlに適応*/

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

html{
	line-height:1.6;
}
hr{
	display:none;
}

/* 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_bottom30{
	clear:both;
	line-height:0;
	font-size:0;
	margin-bottom:30px;
}


/*スペース
使用方法：<div class="space10"><hr></div>
*/
.space5 { height:5px;}
.space10 { height:10px;}
.space15 { height:15px;}
.space20 { height:20px;}
.space25 { height:25px;}
.space30 { height:30px;}


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;
	background:url(../img/bg_logo.gif);
}

/*ヘッダー*/
#header{
	background:#ffffff;
}
#header_l{
	float:left;
	width:300px;
	background:#ffffff;
}
#header_l img{
	margin:10px 0px 5px 10px;
}
#header_r{
	float:right;
	width:460px;
	text-align:right;
	background:#ffffff;
}
#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 li{
	display:inline;
}

/*フラッシュ*/
#flash{
	width:760px;
	height:210px;
}

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

/*フロート用コンテナ*/
#container02{
	margin:0px 0px 0px 8px;
	width:749px;
}

/*左カラム　ローカルナビゲーション*/
#l_navi{
	width:160px;
	float:left;
	margin-top:3px;
}
#l_navi li{
	display:inline;
}

/*右カラム　コンテンツ部分 見出し含む*/
#contents{
	float:right;
	width:586px;
	background:#fff;
}
/*コンテンツ部分 見出し以下*/
#contents02{
	width:570px;
	margin-left:7px;
}

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