@charset "Shift_JIS";

/* normalize（標準化） */

ul,ol,li,dl,dt,dd,a {
	margin: 0;
	padding: 0;
	line-height: 130%
}
ul,li {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	line-height: 0;
}
a img {
	border: 0px none #ffffff;
}
a {
	color: #006699;
}
a:hover {
	color: #00ccff;
}
p {
	margin: 0;
	padding: 0;
}
.flo-cl-l {
	clear: left;
	visibility: hidden;
	border: 0px none #ffffff;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
.flo-cl-r {
	clear: right;
	visibility: hidden;
	border: 0px none #ffffff;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
.flo-cl-b {
	clear: both;
	visibility: hidden;
	border: 0px none #ffffff;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
.centering {
	padding: 0 auto;
	text-align: center;
}


/* initialize（初期化） */
/* 基本構造 */
body {
	background: #ecf0f0 url(bk-ptn.jpg) repeat-x top left;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666666;
	text-align: center;
}
div#container {
	width: 810px;
	background: #ffffff url(base-ptn.jpg) repeat-y;
	margin: 0 auto 0 auto;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	text-align: left;
}
div#inner-base {
	width: 810px;
	background: url(base-top.jpg) no-repeat top center;
}
div#header-area {
	width: 810px;
}
div#footer-area {
	width: 780px;
	background: url(footer-bk.jpg) no-repeat bottom center;
	padding: 5px 15px 0 15px;
}


/* リンク先頭のマーク（IEローディングタイムラグ解消のためspan使用） */
div#container span.mark{
	padding-left: 7px;
	background: url(mk-01.gif) no-repeat 0px 45%;
}


/* ヘッダ関連 */
div#header-area h1 {
	width: 780px;
	height: 135px;
	background: #003366 url(header-bk.jpg) no-repeat top center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0 15px 10px 15px;
	overflow: hidden;
}
div#header-area h1 a,
div#header-area h1 a:hover{
	display: block;
	width: 630px;
	height: 105px;
	color: #99b3c7;
	line-height: 150%;
	text-decoration: none;
	padding: 30px 0 0 150px;
}

/* 上部ナビゲーション */
div#head-navi {
	padding: 0 15px 10px 15px;
}
div#head-navi ul{
	width: 780px;
	height: 25px;
	line-height: 0;
	text-align: left;
	background: url(hd-navi-bk.jpg) no-repeat 0px 0px #ffffff;
}
div#head-navi ul li {
	float: left;
	font-size: 0;
	line-height: 0;
}
div#head-navi ul li a{
	width: 120px;
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
div#head-navi ul li a.wide{
	width: 210px;
	display: block;
	font-size: 0;
	line-height: 0;
}
div#head-navi ul li a:hover{
	text-indent: -9999px;
}

/* メインエリア */
div#main-area {
	float: right;
	width: 600px;
	padding-right: 15px;
}
div#main-area h2 {
	line-height: 130%;
	padding: 6px 5px 6px 15px;
	margin: 0 5px 15px 5px;
	border-left: solid 3px #0099cc;
	border-bottom: solid 1px #cccccc;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #808080;
}
div#main-area div.layout-box {
	padding: 0 10px 10px 15px;
	width: 575px;
	overflow: hidden;
}
div#main-area div.layout-box table {
	width: 100%;
	border: none;
}
div#main-area div.layout-box table th {
	background-color: #79bcd2;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 140%;
}
div#main-area div.layout-box table td {
	background-color: #deeef4;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
}

div#main-area h3 {
	margin: 5px 0;
	line-height: 130%;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0088bb;
	padding-left: 16px;
	background: url(mk-03.gif) no-repeat 0px 45%;
}
div#main-area h4 {
	margin-bottom: 5px;
	line-height: 130%;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding-left: 14px;
	background: url(mk-02.gif) no-repeat 2px 45%;
}
div#main-area h5 {
	margin-bottom: 5px;
	line-height: 130%;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0088bb;
	padding: 0;
}
div#main-area p.blue-title {
	margin-bottom: 5px;
	line-height: 130%;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0099cc;
	padding: 0;
}
div#main-area p.dark-title {
	margin-bottom: 5px;
	line-height: 130%;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding: 0;
}
div#main-area strong {
	font-style: normal;
	font-weight: bold;
}
div#main-area em {
	font-style: normal;
	font-weight: bold;
}
div#main-area strong.flat,
div#main-area em.flat {
	font-style: normal;
	font-weight: normal;
}
div#main-area .blue-colored {
	color: #0099cc;
}
div#main-area span.petit-txt {
	font-size: 10px;
	color: #999999;
	line-height: 130%;
}
div#main-area p {
	padding: 0 0 10px 5px;
}
div#main-area p.part-to-anchor {
	text-align: right;
	padding-right: 5px;
}

/* サイドナビゲーション */
div#side-navi {
	float: left;
	width: 170px;
	padding-left: 15px;
}
div#side-navi ul {
	margin: 0;
	padding-bottom: 5px;
	line-height: 0;
}
div#side-navi ul li{
	height: 24px;
	padding-top: 1px;
	line-height: 130%;
	font-size: 10px;
	background: url(sd-navi-btn-bk.jpg) no-repeat bottom center;
	overflow: hidden;
}
div#side-navi ul li a{
	color: #666666;
	text-decoration: none;
	display: block;
	height: 19px;
	padding: 5px 0 0 15px;
}
div#side-navi ul li span.comingsoon{
	color: #999999;
	display: block;
	height: 19px;
	padding: 5px 0 0 15px;
}
div#side-navi ul li a:hover{
	color: #00ccff;
	text-decoration: underline;
}


/* フッタ関連 */
div#footer-area p.part-to-top {
	text-align: right;
	padding-right: 5px;
}
div#footer-area p.part-comment {
	text-align: center;
	font-size: 10px;
	margin: 5px 0 7px 0;
	padding-top: 5px;
	border-top: #006699 solid 3px;
}
div#footer-area div#part-edge {
	padding: 6px 10px 10px 10px;
	background: #003366 url(edge-ptn.jpg) repeat-x bottom left;
}
div#footer-area div#part-edge p.part-addr{
	float: left;
	width:370px;
	color: #99b3c7;
}
div#footer-area div#part-edge p.part-copy{
	float: right;
	width:360px;
	color: #ffffff;
	text-align: right;
	padding: 15px 0 0 10px;
}


