@charset "utf-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
	margin: 0;
	padding: 0;
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-size:13px;
	font-weight: normal;
	line-height: 1.5;
}
ol, ul {
	list-style-type: none;
}
img {
	border: 0;
}


body {
	background: url(../img/bg_body.png) repeat-x;
	text-align:center;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
}


/* =========================================================
container
========================================================= */
div#container {
	width: 950px;
	margin: 0 auto;
	text-align:left;
}

/* =========================================================
header
========================================================= */
div#header {
	background: url(../img/bg_header_in.gif) no-repeat;
	padding-top: 20px;
}

h1 {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 240px;
}

/* =========================================================
headerRight
========================================================= */
div#headerRight {
	float:right;
	display: inline;
	width: 300px;
}
div#headerRight h2 {
	text-align: right;
	margin-top: 23px;
}
ul#headerNavi {
	text-align: right;
}
ul#headerNavi li {
	float:right;
	display: inline;
	margin: 16px 0 4px;
}
ul#headerNavi li img {
	vertical-align: bottom;
}

/* =========================================================
mainNavi
========================================================= */
ul#mainNavi {
	clear: both;
}

ul#mainNavi li {
	float: left;
	display: inline;
}
ul#mainNavi li img {
	vertical-align: bottom;
}

/* =========================================================
topicPath
========================================================= */
p#topicPath {
	clear: both;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	font-size: 10px;
}

p#topicPath span {
	
}

/* =========================================================
goTop
========================================================= */
p#goTop {
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	
}
/* =========================================================
footer
========================================================= */
div#footer {
	clear: both;
	background: url(../img/bg_footer.png) repeat-x;
	height: 170px;
}

/* =========================================================
footerInner
========================================================= */
div#footerInner {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0 20px;
	text-align: left;
}

ul#footerNavi li {
	float: left;
	display: inline;
	width: 180px;
}

ul#footerNavi li a {
	display: block;
	background: url(../img/icon01_off.png) no-repeat 0 50%;
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
	color: #999;
}

ul#footerNavi li a:hover {
	background: url(../img/icon01_on.png) no-repeat 0 50%;
	color: #ccc;
}

p#copyRight {
	clear: both;
	text-align: center;
	padding-top: 44px;
	color: #999;
}

/* =========================================================
共通class
========================================================= */

/* クリアフィックス */
.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block; 
}
/* End hide from IE-mac */


.clear {
	clear: both;
}

/* フォント関連 */
.fcolor_black {
	color:#000000;
}
.fcolor_white {
	color:#ffffff;
}
.fcolor_red {
	color:#ff0000;
}
.fcolor_blue {
	color:#0000cc;
}
.fcolor_blue_link {
	color:#039;
	text-decoration: underline;
}
.fs11 {
	font-size:11px;
}
.fs13 {
	font-size:13px;
}
.fs17 {
	font-size:17px;
}
.fs19 {
	font-size:19px;
}

.menuLine {
	margin: 20px 0;
	text-align: center;
}

.imgBlock {
	display: block;
}

.mb20 {
	margin-bottom: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.taCenter {
	text-align: center;
}

.taRight {
	text-align: right;
}
