@charset "utf-8";

/*----------------------------------------------------
 要素
----------------------------------------------------*/

/* 背景
----------------------------------------------------*/
body {
	background: #b4d5ec url(../images/page_bg.gif) repeat-x 0 top;
}

/* ページ全体
----------------------------------------------------*/
#page {
	width: 1000px;
	margin: 0 auto;
}


/* ヘッダー
----------------------------------------------------*/

#header {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
}

#header h1 {
	width: 270px;
	margin: 12px 0 0 5px;
	float: left;
}

/* コピー */
.copy {
	width: 580px;
	position: relative;
	top: -85px;
	left: 360px;
}


/* グローバルナビゲーション
----------------------------------------------------*/
#navigation {
	width: 690px;
	margin: 53px 0 0 0;
	float: right;
}

#navigation li {
	width: 115px;
	height: 40px;
	float: left;
}

ul#nav li ul {
	width: 115px;
	position: absolute;
	z-index: 100;
}

ul#nav li a {
	display: block;
}

ul#nav li ul {
	border: none;
	display: none;
	overflow: hidden;
	opacity: .9;
	filter: alpha(opacity=90);
}

ul#nav li ul li {
	width: 115px;
	height: 30px;
	margin: 0;
}


/* メイン部
----------------------------------------------------*/
#main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(../images/bg.png) repeat-y 0 0;
}

/* フレーム */
.frame {
	width: 950px;
	margin: 0 auto;
}

.frame header {
	width: 950px;
}

.frame header.noimg {
	width: 950px;
	height: 20px;
	background: url(../images/page_frame_hf.png) no-repeat 0 top;
}

.frame_b {
	width: 950px;
	background: url(../images/page_frame_bg.png) repeat-y 0 0;
}

.frame footer {
	width: 950px;
	height: 20px;
	background: url(../images/page_frame_hf.png) no-repeat 0 bottom;
}

.frame h2 {
	margin: 5px 0;
}

.frame hr {
	margin: 10px 30px;
	border: solid #ddd;
	border-width: 2px 0 0 0;
	height: 1px;/* for IE6 */
	clear: both;/* for IE6 */
}

.fralist ul {
	margin: 5px 0 10px 20px;
}

.fralist li {
	background: url(../images/point01.png) no-repeat 0 4px;
	padding: 0 10px 0 20px;
}

.ad-image-description{
	font-size:120%;
}

/* 動画
----------------------------------------------------*/
#sekiryo_movie {
	width: 940px;
	margin: 0 auto;
	padding-top: 5px;
	background: #ddd;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #bbb;
	text-align: center;
}


/* タブ
----------------------------------------------------*/
#tabs {
	width: 800px;
	margin: 20px auto;
}

#tabs ul {
	float: left;
	width: 900px;
	padding-top: 5px;
}

#tabs ul li {
	margin: 0 10px -1px 0;
	background: #eee;
	border: solid 1px #ccc;
}

* html #tabs ul li {
	display: inline;
}

#tabs ul li, #tabs ul li a {
	float: left;
}

#tabs ul li.active {
	margin-bottom: -1px;
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: solid 1px #fff;
}

#tabs ul li.active a {
	color: #444;
}

#tabs div {
	padding: 15px;
	min-height: 100px;
	border: solid 1px #ccc;
	background: #fff;
	clear: both;
}

#tabs ul li a {
	padding: 7px 10px;
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

.thumbs {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

#tabs ol.mol01,
#tabs ol.mol02 {
	margin: 10px 20px 10px 50px;
}

#tabs ol.mol01 li {
	padding: 2px 0 2px 0;
	font-weight: bold;
}

#tabs ol.mol02 li {
	margin-right: 25px;
	padding: 2px 0 2px 0;
	font-weight: bold;
	list-style-type: none;
	float: left;
}


/* フッター
----------------------------------------------------*/
#footer {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/footer_bg.gif) no-repeat center top;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	color: #f70;
	text-decoration: underline;
}

/* フッターロゴ */
.footer_logo {
	width: 420px;
	float: left;
}

/* フッターメニュー */
.footer_menu {
	width: 570px;
	margin-top: 20px;
	float: left;
}

.footer_menu ul {
	margin: 10px 0;
}

.footer_menu ul li {
	margin-right: 8px;
	padding: 1px 0 1px 20px;
	background: url(../images/point01.png) no-repeat 0 0px;
	display:inline;
}

.footer_menu ul li ul {
	margin-left: 20px;
	display:inline;
}

.footer_menu ul li ul li {
	margin-right: 20px;
	font-size: 90%;
	background: url(../images/point02.png) no-repeat 0 3px;
	float: left;
}


/* コピーライト
----------------------------------------------------*/
.copyright {
	width: 100%;
	padding: 5px 0;
	color: #fff;
	background: #07c;
	font-size: 10px;
	text-align: center;
}

