@charset "EUC-JP";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 インポート
--------------------------------------------------------------------------------------- */
@import url("page.css");

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body,td,th,h1,h2,h3,h4,h5,h6 {
	color: #666666;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: #FFFFFF;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

address,em,cite {
	font-style: normal;
}


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

div#ct-area {
	position: relative;
	top:0px;
	width: 798px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #0ff url(../images/common/bg_mdl.png) repeat-y;
}

div#ct-area-in {
	position: relative;
	width: 772px;
	margin: 0 auto;
}

div#ct-area-in:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ct-area-in { display:inline-block; }
/*\*/
* html div#ct-area-in { height:1%; }
div#ct-area-in { display:block; }
/**/

div#ct-center {
	position: relative;
	top: 10px;
	float: left;
	width: 500px;
	left: 4px;
}

div#ct-left {
	float: left;
	padding-top:2px;
	width: 125px;
	height: 350px;
}

div#ct-right {
	float: right;
	padding-top:2px;
	width: 125px;
}

div#ct-area-top {
	position: relative;
	top:0px;
	height: 18px
	width: 798px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #0ff url(../images/common/bg_top.png) no-repeat;
}

div#ct-area-btm {
	position: relative;
	top:0px;
	width: 798px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #0ff url(../images/common/bg_btm.png) no-repeat;
}

div#ct-area-next {
	position: relative;
	left:20px;
	padding-right:30px;
	width: 768px;
}

div#le_sidemenu { padding: 0 5px 0 10px;}

div#banner-position {
	position: absolute;
	z-index: 2;
}

div#greeding_pdg_top {
	position: absolute;
	top: 0px;
	left: 300px;
}

div#greeding_bg_top {
	position: absolute;
	z-index: 1;
	top:-42px;
	left: 300px;
	width: 460px;
	height: 105px;
	background: url(../images/common/greeting_bg_top.png) no-repeat;
}

div#greeding_bg_mdl1 {
	position: absolute;
	top: 62px;
	left: 300px;
	width: 430px;
	height: 240px;
	background: url(../images/common/greeting_bg_mdl1.png) repeat-y;
}

div#greeding_bg_mdl2 {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 730px;
	height: 15px;
	background: url(../images/common/greeting_bg_mdl2.png) repeat-y;
}

div#greeding_bg_mdl3 {
	position: absolute;
	top: 315px;
	left: 0px;
	width: 730px;
	height: 160px;
	background: url(../images/common/greeting_bg_mdl3.png) repeat-y;
}

div#greeding_bg_btm {
	position: absolute;
	top: 480px;
	left: 0px;
	width: 760px;
	height:18px;
	background: url(../images/common/greeting_bg_btm.png) no-repeat;
}

div#ct-bg-top {
	margin-top: -12px;
	margin-left: 5px;
	height: 12px;
	width: 495px;
	background: url(../images/common/contents_bg_top.png) no-repeat;
}

div#ct-bg-btm {
	padding-bottom: 12px;
	margin-left: 5px;
	height: 12px;
	width: 495px;
	background: url(../images/common/contents_bg_btm.png) no-repeat;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#hd {
	position: relative;
	top: 0px;
	width: 798px;
	background: #0ff url(../images/common/head01.png) no-repeat;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
}

div#hd p.navi01 {
	position: absolute;
	top: 20px;
	left: 600px;
	width: 50px;
}

div#hd p.navi02 {
	position: absolute;
	top: 20px;
	left: 660px;
	width: 100px;
}

div.counter {
	position: relative;
	top: 0px;
	width: 798px;
	background: #0ff url(../images/common/head01.png) no-repeat;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
}

/* --------------------------------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------------------------------- */
#navi_continer {
	position: relative;
	z-index:100;
	width: 688px;
	height: 37px;
	margin: 0 auto;
}

#navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
}

#navi ul {
	margin: 0;
	padding: 0px 0px;
	list-style: none;
}

#navi li {
	color: #fffff;
	float: left;
	width: 172px;
	height: 37px;
	padding: 0px 0px;
	margin: 0;
}

#navi li a {
	font-size: 20px;
	color: #ffffff;
	display: block;
	width: 172px;
	height: 17px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-color: #fc6;
	background-repeat: no-repeat;
	background-image:url(../images/common/TopMenu.jpg);
}

#navi li a:hover {
	color: #ffffff;
	background-color: #fc6;
	background-repeat: no-repeat;
	background-image:url(../images/common/TopMenuOve.jpg);
}

#navi li.navi_menu_le a {
	background-image:url(../images/common/TopMenu_le.jpg);
}

#navi li.navi_menu_on_le a:hover {
	background-image:url(../images/common/TopMenuOve_le.jpg);
}

#navi li.navi_menu_ri a {
	background-image:url(../images/common/TopMenu_ri.jpg);
}

#navi li.navi_menu_on_ri a:hover {
	background-image:url(../images/common/TopMenuOve_ri.jpg);
}


/* --------------------------------------------------------------------------------------
サブメニュー
--------------------------------------------------------------------------------------- */
#navi ul.sub {
	background: #eeeeee;
	border: #999 1px solid;
}

#navi ul.sub li {
	float: none;
}

#navi ul.sub li a {
	color: #666666;
	background: none;
	width: 170px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0px;
	border-bottom:1px solid #000099;
}

#navi ul.sub li a:hover {
	width: 170px;
	color: #ffffff;
	background-color: #ff9900;
	border-top:1px solid #000099;
	border-bottom:1px solid #000099;
}

#navi ul li.navi_menu ul {
	display: none;
}

#navi ul li.navi_menu_on ul {
	display: block;
}

#navi ul li.navi_menu_ri ul {
	display: none;
}

#navi ul li.navi_menu_on_ri ul {
	display: block;
}

#navi li.navi_menu_le{
	border-right:1px dotted #999;
}

#navi li.navi_menu_on_le{
	border-right:1px dotted #999;
}
#navi li.navi_menu{
	border-right:1px dotted #999;
}

#navi li.navi_menu_on{
	border-right:1px dotted #999;
}


/*---------------------------------------------------------------------------------------
 共通
--------------------------------------------------------------------------------------- */
.pagetop {
	padding: 10px 0;
	text-align: right;
}

.pagetop img {
	margin-right: 15px;
}

.page_lr10 {
	padding: 5px 10px;
}

.page_lr10r {
	float: right;
	padding: 5px 10px;
}

.page_lr30r {
	float: right;
	padding: 5px 30px;
}

.page_lr15 {
	padding: 5px 15px;
}

.page_lr30 {
	padding: 5px 30px;
}

.page_ud5 {
	padding: 5px 0px 5px 0px;
}

.fl {
	float: left;
}

.cb {
	clear: both;
}

/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#ft {
	position: relative;
	width: 798px;
	height:110px;
	padding: 0 0 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

div.ft-leftarea {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 300px;
}

div#ft address {
	color: #4171FF;
	font-size: 11px;
	line-height: 120%;
	text-align: center;
}

div#ft #address {
	color: #4171FF;
	font-size: 11px;
	line-height: 120%;
	text-align: center;
}

div#ft p.navi01 {
	position: absolute;
	top: 0px;
	left: 605px;
	width: 100px;
}

div#ft p.navi02 {
	position: absolute;
	top: 0px;
	left: 690px;
	width: 100px;
}