@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif, Osaka;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

a:link {
	color: #36261a;
	text-decoration: none;
}

a:visited {
	color: #36261a;
	text-decoration: none;
}

a:hover {
	color: #36261a;
	text-decoration: underline;
}

a:active {
	color: #36261a;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 768px;
	color: #000;
	text-align: center;
	line-height: 1.5;
	background: url(../../images/common/body_bg.gif) repeat left top;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 33px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(../../images/common/header_bg.gif) repeat left top;
}

#header .hInner {
	margin: 0 auto;
	padding: 14px 50px 11px 44px;
	width: 674px;
	position: relative;
}

h1 {
	float: left;
}

h1 img {
	display: block;
}

#header p.subject {
	margin-top: 11px;
	margin-left: 20px;
	width: 300px;
	float: left;
	color: #FFF;
	font-size: 1.1em;
	text-align: left;
}

#header a.lang {
	display: block;
	float: right;
	margin-right: 20px;
	cursor: pointer;
}

#header div.langSelecter {
	background: url(../../images/common/lang_select_bg.png) repeat left top;
	width: 355px;
	height: 295px;
	position: absolute;
	right: 68px;
	top: 48px;
	z-index: 20;
}

#header div.langSelecter .langSelecter_close {
	position: relative;
	background: url(../../images/common/lang_select_close.png) repeat left top;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 35px;
	cursor: pointer;
}

#header div.langSelecter ul {
	width: 320px;
	margin: 75px 0 0 24px;
}

#header div.langSelecter ul li a{
	float: left;
	background-color: #fff;
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-right: 8px;
	padding: 5px 10px 4px;
	cursor: pointer;

	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}

#header div.langSelecter ul li a:hover {
	background-color: #dddddd;
	text-decoration: none;
}

#header div.langSelecter ul li a.selected {
	background-color: #735247;
	color: #fff;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	overflow: hidden;
	zoom: 1;
	background: url(../../images/common/f_navi_bg.gif) repeat left top;
}

#footer .fNavi {
	margin: 0 auto;
	width: 670px;
	padding: 14px 0 16px 20px;
}

#footer .fNavi li {
	text-align: center;
	width: 65px;
	margin-right: 30px;
	float: left;
}

#footer .fNavi li img {
	margin: 0 auto 5px;
}

#footer .fNavi li span {
	font-weight: bold;
	color: #666;
}

#footer .fInner {
	padding: 25px 50px 33px;
	background-color: #74777A;
	border-top: 1px solid #5B5D5E;
}

#footer .fBox {
	margin: 0 auto;
	width: 668px;
}

#footer .fBox p {
	margin: 22px 21px 0 0;
	padding: 8px 21px 10px 0;
	width: 486px;
	float: left;
	color: #FFF;
	text-align: right;
	word-wrap: break-word;
	background: url(../../images/common/line01.png) repeat-y right top;
}

#footer .fBox .fLogo {
	float: left;
}

#footer .fBox .fLogo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}