@charset "shift-jis";

/*----------------------------------------
	default
----------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img, abbr {
	border: 0;
}

caption, th {
	text-align: left;
}

/*- body -*/
body {
	color: #333;
	font-family: "メイリオ", "meiryo", verdana, "ヒラギノ角ゴ Pro W3", hirakakupro-w3, "ＭＳ Ｐゴシック", "ms pgothic", sans-serif;
	text-align: center;
	line-height: 1.6em;
	letter-spacing: 0.03em;
	font-size: 78%;
	_font-size: 78%; /* IE6 */
}
body > img{
	display: none;
}

/*- heading -*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	_font-size: 90%;
}

/* safari */
body:first-of-type h1,
body:first-of-type h2,
body:first-of-type h3,
body:first-of-type h4,
body:first-of-type h5,
body:first-of-type h6 {
	font-size: 105%;
}

/*- link -*/
a:link {
	color: #007871;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

a[name]:hover {
	text-decoration: none;
}

/*- images -*/
img {
	vertical-align: bottom;
}

/*- list -*/
li {
	list-style: none;
}

/*- horizontal -*/
hr {
	display: none;
}

/*- em -*/
em {
	font-style: normal;
	font-weight: bold;
}

/*- form -*/
form legend {
	display: block;
	position: relative;
	width: 1px;
	height: 0;
	/* JIS?K?i??? for IE /common/js/common.js */
	/*
		font-size:1px;
		line-height:0%;
	*/
	/* /JIS?K?i??? for IE /common/js/common.js */
	text-indent: -9999px;
}

form input {
	font-size: 100%; /* IE */
	line-height: 140%;
}

/* JIS?K?i??? for IE /common/js/common.js */
/*
html > body form input {
	font-size:11px;
}
*/
/* /JIS?K?i??? for IE /common/js/common.js */

/*==[ noJs ]========================================*/
#noJsWrap {
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}

#noJs {
	margin: 0 auto;
	padding: 5px 0 3px 0;
	text-align: left;
	width: 852px;
}

#noJs p {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 90%;
	line-height: 1.3em;
}

.noJsTtl {
	font-weight: bold;
}

/*----------------------------------------
	header
----------------------------------------*/

/*==[ headerArea ]========================================*/
#headerArea {
	width: 100%;
	padding-top: 16px;
	background-color: white;
	text-align: left;
}

/*==[ headBlock ]========================================*/
#headBlock {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 10px;
	zoom: 1;
}
#headBlock:after {
	display: block;
	clear: both;
	content: "";
}
#headBlock a {
	display: block;
}
#headBlock dl {
	/*- navigation 02 -*/
	position: absolute;
	left: -9999px;
}
#headBlock kbd {
	/*- accesskey kbd -*/
	position: absolute;
	left: -9999px;
}

/*==[ headSection ]========================================*/
#headSection {
	margin-top: 2px;
	width: 70%;
	float: left;
	zoom: 1;
	zoom: 1;
}
#headSection:after {
	display: block;
	clear: both;
	content: "";
}
#headSection:after {
	display: block;
	clear: both;
	content: "";
}
#headSection h1, #headSection h2 {
	float: left;
}
#headSection h2 {
	margin-top: 12px;
	margin-left: 14px;
	padding-left: 11px;
	background: url(/common/img/head_ttl_02.gif) no-repeat;
}

/*==[ headSubNavigation ]========================================*/
#headSubNav {
	float: right;
}
#headSubNav ul {
	zoom: 1;
}
#headSubNav ul:after {
	display: block;
	clear: both;
	content: "";
}
#headSubNav ul li {
	float: left;
}
#headSubNav ul li a {
	padding-left: 10px;
	background: url(/common/img/ico_arrow_01.png) no-repeat 0 3px;
}
#headSubNav ul li + li {
	margin-left: 15px;
}

/*==[ headSearch ]========================================*/
#headSearch {
	margin-top: 7px;
	float: right;
	zoom: 1;
}
#headSearch:after {
	display: block;
	clear: both;
	content: "";
}
#headSearch input#hdBrKeyword {
	display: inline;
	width: 200px;
	height: 27px;
	padding: 0 0 0 6px !important;
	float: left;
	background-color: #d9d9d9;
	border: none !important;
	vertical-align: middle;
	line-height: 27px !important;
}
#headSearch input#hdSubmit {
	position: relative;
	top: auto;
	left: auto;
	border-left: none;
	float: left;
}


/*----------------------------------------
	footer
----------------------------------------*/

/*==[ footerLinkBlock ]========================================*/
#footLinkBlock {
	width: 100%;
	border-top: 2px solid #d5e1e0;
	background-color: white;
	text-align: left;
}
#footLinkBlock a {
	color: black;
}
#footLinkBlock a:hover {
	color: #007871;
}
#footLinkBlock img.blank {
	display: inline;
	margin-left: 4px;
	vertical-align: top !important;
}
#footLinkBlock #footLinkSection {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 25px 0;
	zoom: 1;
}
#footLinkBlock #footLinkSection:after {
	display: block;
	clear: both;
	content: "";
}
#footLinkBlock #footLinkSection ul.parent {
	float: left;
}
#footLinkBlock #footLinkSection ul.parent > li {
	margin-bottom: 15px;
}
#footLinkBlock #footLinkSection ul.parent > li > a {
	padding-left: 18px;
	background: url(/common/img/ico_arrow_03.png) no-repeat 0 1px;
}
#footLinkBlock #footLinkSection ul.child {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 92%;
}
#footLinkBlock #footLinkSection ul.child > li {
	margin-top: 3px;
}
#footLinkBlock #footLinkSection ul.child > li > a {
	padding-left: 15px;
	background: url(/common/img/ico_arrow_04.png) no-repeat 0 2px;
}
#footLinkBlock #footLinkSection ul.parent + ul.parent {
	margin-left: 180px;
}

/*==[ footerArea ]========================================*/
#footerArea {
	width: 100%;
	border-top: 2px solid #d9d9d9;
	background-color: #f2f2f2;
	text-align: left;
	zoom: 1;
}
#footerArea:after {
	display: block;
	clear: both;
	content: "";
}
#footerArea a {
	color: black;
}
#footerArea a:hover {
	color: #007871;
}
#footerArea ol {
	/*- navigation 02 -*/
	position: absolute;
	left: -9999px;
}
#footerArea #footBlock {
	width: 980px;
	margin: 0 auto;
}
#footerArea #footLBlock {
	float: left;
}
#footerArea #footLBlock ul {
	margin-top: 35px;
	zoom: 1;
}
#footerArea #footLBlock ul:after {
	display: block;
	clear: both;
	content: "";
}
#footerArea #footLBlock ul li {
	float: left;
	line-height: 1.1;
}
#footerArea #footLBlock ul li + li {
	margin-left: 20px;
	padding-left: 21px;
	background: url(/common/img/foot_ttl_02.gif) repeat-y 0 0;
}
#footerArea #footLBlock p {
	margin-top: 17px;
	color: #666;
}
#footerArea #footRBlock {
	margin: 32px 0;
	float: right;
}
#footerArea #footRBlock a {
  display: block;
}


/*----------------------------------------
	navigation
----------------------------------------*/

/*==[ headNav ]========================================*/
#headNav {
	width: 100%;
	height: 46px;
	background: url(/common/img/head_nav_00.png) repeat-x 0 0;
}
#headNav ul {
	width: 980px;
	margin: 0 auto;
	zoom: 1;
}
#headNav ul:after {
	display: block;
	clear: both;
	content: "";
}
#headNav ul li {
	float: left;
}
#headNav ul li a {
	display: block;
}