@charset "utf-8";
/* CSS Document */
/* 共通CSS */
body {
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
	margin: 0;
	padding: 0;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: none;
}
/*--フロートクリア--*/

.clear {
	clear: both;
}
/*--コンテナー--*/
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#maincontents {
	width: 965px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 30px;
}
.maincontents {
	width: 965px;
	float:left;
	background-color:#FFF;
}
#subcontents {
	width: 100%;
	float: left;
}
/*--ヘッダー--*/
#headarea {
	width: 100%;
	float: left;
}
#header {
	width: 984px;
	display: block;
	margin: 0 auto;
	padding: 12px 0 0 0;
	background: url(/image/bg_shadow.gif) repeat-y;
}
#header h1 {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin-bottom: 18px;
}
#header #head_logo {
	float: left;
	padding-left: 30px;
}
#header #head_contact {
	width: 427px;
	float: right;
	padding-right: 30px;
}
#header #head_contact p {
	font-size: 12px;
	background: url(/images/common/head_title_address.jpg) no-repeat;
	padding: 2px 0 3px 65px;
	float: right;
	margin-top: 5px;
	color: #333;
}
#header #head_lang {
	float:right;
	width: 427px;
	padding-bottom: 16px;
	padding-top: 15px;
}
#head_lang ul li {
	float: right;
}
#head_lang ul {
	width:427px;
}
#head_subnav {
	text-align: right;
	float: right;
	font-size:70%;
	width:427px;
}
#head_subnav li {
	background: url(/image/icon_yajirushi.gif) no-repeat left 50%;
	padding-left: 10px;
	margin-left: 10px;
	display: inline;
}

/*--グローバルメニュー--*/
#gnav {
	width: 100%;
	background: url(/image/bg_menu.jpg) repeat-x;
	float: left;
}
#gnav ul {
	width: 966px;
	margin: 0 auto;
}
#gnav li {
	float: left;
}
#gnav li img {
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ol {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
header, nav, section, footer {
	display: block;
}
/*--パンくず--*/
#navi li {
	display: inline;
	padding-right: 10px;
}
#navi {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 18px;
}
.maintitle_topics {
	margin-bottom: 30px;
}
