@charset "utf-8";
/* CSS Document */

/*初期化
////////////////////////////////////////////////////*/

html {
	font-size: 62.5%;
}

* {
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	letter-spacing: 0.1em;
	list-style: none;
}

body {
	text-align: center;
	font-size: 120%;
	background: url(../img/body.jpg) repeat-x left top #91CFFF;
}

img {
	vertical-align: top;
	border: none;
}

/*clear fix
////////////////////////////////////////////////////*/
.clear:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
	font-size: 0.1em;
	line-height: 0;
}

.clear {
	display: inline-block;
}

/*Hides from IE-mac \*/
*html .clear {
	height: 1%;
}

.clear {
	display: block;
}
/*End hide from IE-mac*/

/*デフォルトリンクカラー
////////////////////////////////////////////////////*/
a {
	vertical-align: top;
}

a:link {
	color: #004A82;
}

a:visited {
	color: #004A82;
}

a:hover {
	color: #4DB4FF;
}

/* 共通部分
//////////////////////////////////////////////////////*/
#wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 870px;
	margin-left: 5px;
	padding: 8px 0 19px;
	background: url(../img/bg_header.jpg) no-repeat left top;
}

#header h1 {
	width: 340px;
	height: 57px;
	float: left;
}

#header ul {
	width: 208px;
	float: right;
	margin-top: 19px;
}

#header ul li {
	width: 80px;
	height: 20px;
}

#contentsWrap {
	background: url(../img/bg_contents_top.jpg) no-repeat left top;
	padding-top: 5px;
}

#contentsWrapBottom {
	background: url(../img/bg_contents_bottom.gif) repeat-y left top;
}

#topicPath {
	padding: 5px 0 20px;
}

#topicPath li {
	display: inline;
}

#contentsBox {
	padding: 0 20px;
}

#contentsBox .firstBox {
	width: 595px;
	float: left;
}

#contentsBox .secondBox {
	width: 230px;
	float: right;
}

#contentsBox .secondBox .bannerArea li {
	margin-bottom: 10px;
	text-align: center;
}

#footerPageTop {
	clear: both;
	text-align: right;
	padding: 90px 0 20px 0;
}

#footer {
	clear: both;
	width: 870px;
	margin-left: 5px;
	padding: 15px 0;
	background: url(../img/bg_footer.jpg) no-repeat left top #494D4C;
}

#footer address {
	background: url(../img/bg_copyright.jpg) no-repeat left top;
	text-indent: -9999px;
	font-size: 50%;
	margin: 5px 0 0 15px;
	float: left;
	display: inline;
	overflow: hidden;
	width: 262px;
	height: 10px;
}

#footer ul#footerNavi {
	padding-right: 10px;
	float: right;
}

#footer ul#footerNavi li {
	width: 80px;
	height: 20px;
}

#footer ul#footerNavi li a {
	width: 80px;
	height: 20px;
	display: block;
}

#footer ul#footerNavi li.last {
	margin: 0;
}
