﻿/* ------------------------- 全体ページ共通CSS ---------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
a,a:link {
	color: #333;
	overflow:hidden;
}
a:visited {
	color: #333;
	text-decoration:underline;
}
a:active {
	color: #00a078;
	text-decoration:none;
}
a:hover {
	color: #00a078;
	text-decoration:none;
}
body {
	text-align: center;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border-style: none;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
em {
	font-style: normal;
}
.back_to_top {
	clear: both;
	margin: 0px;
	padding: 5px 5px 2px 0;
	background:url(../images/to_top.gif) no-repeat 470px center;
	color: #333333;
	font-size:8pt;
	line-height: 140%;
	text-align: right;
}
/* レイアウト調整用CSS */
.align_right {
	text-align:right;
}
.align_center {
	text-align:center;
}
.align_middle {
	vertical-align: middle;
}
.float_left {
	float:left;
}
.clear {
	clear:both;
	line-height:0%;
}
.bold{
    font-weight:bold;
}
/* 全体背景 */
#body_back {
	text-align: center;
}

/* 外枠 */
#wrapper {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background:#FFFFFF;
}


/* ヘッダー */
#header {
	height: 70px;
	width: 800px;
	background:url(../images/header_bg.gif) repeat-x;
}

#header a,#header a:link {
	color: #333;
	text-decoration:none;
}
#header a:visited {
	color: #333;
}
#header a:active {
	color: #00a078;
}
#header a:hover {
	color: #00a078;
	text-decoration:underline;
}	

#logo,#logo a {
	height:70px;
	width:350px;
	text-indent:-9999px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	display:block;
}
#header_menu {
	font-size: 10pt;
	position: absolute;
	left: 383px;
	top: 6px;
	width: 334px;
	height: 22px;
}
#header_menu li {
	float:left;
	background-image: url(../images/li_head.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	list-style-type: none;
	padding: 0px 5px 0px 15px;

}
#header_search {
	position: absolute;
	left: 383px;
	top: 30px;
}

#fontsize {
	position: absolute;
	left: 630px;
	top: 30px;
	width: 145px;
}
#fontsize li{
    float:left;
	padding-left:5px;
}
input#search1{
    width:150px;
	margin-right:3px;
	padding:0px;
	line-height:1.2;
	vertical-align:middle;
}
input#search2{
    width:64px;
	height:22px;
	background:url(../images/search_btn.gif) no-repeat;
    border-style:none;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999px;
}
#english {
	position: absolute;
	left: 716px;
	top: 0px;
	width: 86px;
	}
#english a{
	width: 86px;
	height:20px;
	display:block;
	background:url(../images/english_btn.gif) no-repeat;
	text-indent:-9999px;
}

/* パンくずリスト */
#pan {
	font-size: 70%;
	width: 600px;
	height:20px;
}

#pan ul {

   padding:5px 0 0 5px;
}
#pan ul li {
	float: left;
	list-style-type: none;
	padding-left: 5px;
	color:#333;
}
#pan ul li a {
	background-image: url(../images/pan_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
#pan a:visited {
	color: #333;
	text-decoration:underline;
}
#pan a:active {
	color: #00a078;
	text-decoration:underline;
}
#pan a:hover {
	color: #00a078;
	text-decoration:none;
}	

/* ナビゲーション
******************************************************************************************** */

#navi {
	width:800px;
	height:44px;
	text-indent:-9999px;
	overflow:hidden;
}

#navi li {
	float:left;

}


#navi li.home a {
	background-image:url(../images/navi_home.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:200px;
	height:44px;
	display:block;

}

#navi li.home a:hover,#navi li.home.home_here {
	background-image:url(../images/navi_home.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:200px;
	height:44px;
	display:block;

}

#navi li.program a{
	background-image:url(../images/navi_program.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:200px;
	height:44px;
	display:block;
}

#navi li.program a:hover,#navi li.program.program_here {
	background-image:url(../images/navi_program.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:200px;
	height:44px;
	display:block;
}

#navi li.floormap a{
	background-image:url(../images/navi_floormap.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:200px;
	height:44px;
	display:block;

}

#navi li.floormap a:hover,#navi li.floormap.floormap_here {
	background-image:url(../images/navi_floormap.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:200px;
	height:44px;
	display:block;
}

#navi li.access a{
	background-image:url(../images/navi_access.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:200px;
	height:44px;
	display:block;

}

#navi li.access a:hover,#navi li.access.access_here {
	background-image:url(../images/navi_access.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:200px;
	height:44px;
	display:block;
}


/* コンテンツ */
#main {
	width: 600px;
	float: left;
	padding-bottom:20px;
}
#main p.txt01{
    font-size:80%;
	line-height:150%;
	padding:5px 0px 8px 5px;
	text-indent:1em;
}
#main p.txt02{
    font-size:80%;
	line-height:150%;
	padding:5px 0px 8px 5px;
}

.red{
	color:#CC0033;
}
.small_red{
    font-size:80%;
	color:#CC0033;
}

.blue {
	color: #0033cc;
	font-weight: bold;
}
.purpl{
	color:#800080;
}

.mini_text{
    font-size:80%;
}
#main_wide{
    width:750px;
	margin:10px auto;
}
.green {
	font-size: 120%;
	font-weight: bold;
	color:#006633;
}
.style2 {
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
}


/* サイドエリア */
#side_area {
	width: 200px;
	float: left;
}

#menu01{
   background:#dbf0eb;
   margin:20px 0 10px 15px;
   width:185px;
   height:166px;

}
 
#menu01 ul{
	padding:30px 0 0px 5px;
}

#menu01 li{
    padding-bottom:10px;
}

#event_btn a{
    width:175px;
	height:29px;
	display:block;
	background:url(../images/side_btn01.gif) no-repeat;
	text-indent:-9999px;
}

#kosyu_btn a{
    width:175px;
	height:29px;
	display:block;
	background:url(../images/side_btn02.gif) no-repeat;
	text-indent:-9999px;
}

#video_btn a{
    width:175px;
	height:29px;
	display:block;
	background:url(../images/side_btn03.gif) no-repeat;
	text-indent:-9999px;
}
#goods_btn a{
    width:175px;
	height:29px;
	display:block;
	background:url(../images/side_btn04.gif) no-repeat;
	text-indent:-9999px;
}

#menu02{
	width:185px;
	height:134px;
	background: url(../images/menu02_bg.gif) no-repeat;
	display:block;
	margin:0 0 10px 15px;
	font-size:80%;
}
#menu02 ul {
	list-style-type: none;
	padding:35px 0 0 8px;
}

#menu02 li {
	background-image: url(../images/li_head.gif);
	background-repeat: no-repeat;
	padding: 0px 0 8px 18px;
}

#menu02 li a{
    padding:2px 0 0 0px;
}

#menu03{
	width:185px;
	height:90px;
	background: url(../images/menu03_bg.gif) no-repeat;
	display:block;
	margin-left:15px;
	font-size:80%;
}

#menu03 ul {
	list-style-type: none;
	padding:35px 0 0 8px;
}

#menu03 li {
	background-image: url(../images/li_head02.gif);
	background-repeat: no-repeat;
	padding: 0px 0 8px 18px;
}

#menu03 li a{
    padding:2px 0 0 0px
}
.side_title{
    text-indent:-9999px;
	position:absolute;
	top:0;
	left:0;
}

#side_bnr {
	padding: 0 0 10px 15px;
}
#side_bnr li{
	padding: 8px 0 0 0px;
}


/* フッター */
#footer a,#footer a:link {
	color: #333;
	text-decoration: none;
}
#footer a:visited {
	color: #333;
}
#footer a:active {
	color: #00a078;
}
#footer a:hover {
	color: #00a078;
	text-decoration:underline;
}
#footer {
	clear: both;
	width: 800px;
	height:100px;
	border-top:solid 1px #b5b5b5;
}

#other_service {
	clear:both;
	width: 800px;
}
#footer h2 {
	position: absolute;
	left: -9999px;
	clear:both;
}
#footer ul {
	font-size: 10pt;
	padding:8px 0 0 0px;
	width:800px;
	float:left;
}
#footer li {
	float:left;
	background-image: url(../images/li_head.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	list-style-type: none;
	padding: 5px 8px 5px 16px;
}

#footer li .kotei{
    width:80px;
	display:block;
}

#footer li .kotei2{
    width:120px;
	display:block;
}

#footer_adress{
    float:left;
	font-size:10pt;
	width:320px;
	padding:5px 0 10px 10px;
	line-height:140%;
	font-style:normal;
}
#copyright {
	font-size:10pt;
	padding: 42px 5px 0px 0px;
	float:right;
}

#noscript {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:1500px;
	background-color:#F1F1F1;
	z-index:200;
}

#noscript_center {
	position:absolute;
	top:0px;
	left: 50%;
	width:518px;
	border:solid 1px #CCCCCC;
	text-align:left;
	margin:15px 0px 0px -250px;
	padding:15px;
	background-color:#FFFFFF;
	z-index:300;
}

#noscript iframe {
	width:515px;
	height:200px;
	border:solid 1px #7F9DB9;
}

#noscript h4 {
	font-size:100%;
	text-align:center;
}

#noscript p {
	font-size:80%;
	line-height:150%;
	margin:15px 0px;
}

#noscript #noscript_logo {
	text-align:center;
	margin-bottom:0px;
}