@charset "UTF-8";

/* -------------------------------
スタイル初期化 */

body, div, pre, p, blockquote,
form, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object{
	margin:0;
	padding:0;
}
body{
	color:#555;
	font-size:75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.41;
	text-align:center;
}
a, object, embed, area{
	outline:0;
}
a{
	text-decoration:none;
}
a img{
	border:0;
}
ul, ol{
	list-style-type:none;
}
sup{
	position:relative;
	vertical-align:baseline;
	top:-0.9em;
	font-size:0.7em;
}
hr{
	display:none;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
th, caption{
	text-align:left;
	font-weight:normal;
}
address{
	font-style:normal;
}

/* -------------------------------
フロートクリア */

.cleargfix{
	overflow:hidden;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
/*\*/
* html .clearfix{
	height:1em;
	overflow:visible;
}
/**/

/* -------------------------------
ヘッダー */

#header{
	position:relative;
	margin:0 auto;
	width:768px;
	height:80px;
	background:url(../common_images/header.gif) no-repeat;
}
#header h1,
#header em{
	position:absolute;
	width:400px;
	font-style:normal;
	text-align:right;
	top:56px;
	right:12px;
}
#header p{
	margin-top:12px;
	width:137px;
	height:67px;
	float:left;
	display:inline;
}
#header p a{
	width:137px;
	height:67px;
	text-indent:-9999px;
	display:block;
}
#header ul{
	margin-top:20px;
	width:332px;
	height:34px;
	float:right;
	display:inline;
}
#header ul li{
	width:166px;
	float:right;
}
#header ul li span{
	width:166px;
	height:20px;
	text-indent:-9999px;
	display:block;
}
#header ul li a{
	width:88px;
	height:14px;
	text-indent:-9999px;
	float:right;
	display:block;
}

/* -------------------------------
グローバルメニュー */

#menu{
	margin:-1px auto 0 auto;
	width:768px;
	height:47px;
	clear:both;
}
#menu li{
	display:inline;
}
#menu li img{
	vertical-align:top;
}

/* -------------------------------
メインコンテンツ */

#main{
	margin:0 auto;
	width:768px;
	text-align:left;
}

/* -------------------------------
パンくずリスト */

#topic_path{
	margin:12px 0;
	font-size:85%;
	text-align:left;
}
#topic_path a{
	color:#555;
}
#topic_path a:hover{
	color:#ff5f09;
	text-decoration:underline;
}

/* -------------------------------
フッター */

#footer{
	margin:30px auto 0 auto;
	width:768px;
	clear:both;
}
#footer ul{
	width:768px;
	height:41px;
	background:url(../common_images/footer_bg.gif) repeat-x;
}
#footer ul li{
	padding-top:15px;
	float:left;
}
#footer ul li.privacy{
	float:right;
}
#footer ul li img{
	vertical-align:top;
}
#footer ul li address{
	padding-right:4px;
}
#footer ul li span{
	margin:0 6px;
}
#footer ul li a{
	color:#666;
	font-size:110%;
}
#footer ul li a:hover{
	color:#fe5e0a;
}
#footer p{
	padding:7px 0;
	text-align:right;
}