@charset "utf-8";

/* 目次:

	* 全体
	* ヘッダー -メニュー
	* ヘッダー -画像
	* パンくずリスト
	* コンテンツの囲み
	* グローバルナビゲーション
	* コンテンツの囲み
	* メインコンテンツ(右) -topページ
	* メインコンテンツ(右) -サブページ
	* サイトマップ
	* storyー -メニュー
	* News
	* イベント
	* よくある質問
	* sidebar(左) -topページ
	* sidebar(左) -サブページ
	* フッター*/

/*-----------------------------
	- 全体
-----------------------------*/
/*強制改ページ
div.pageblock {
	page-break-after: always;
}*/


* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
body {
	color:#333333;
	font-size:90%;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	background-color:#393a60;
	background-image:url("images/bg.gif");
	background-attachment: fixed;
}
img {
	border:0;
	vertical-align: bottom;
}
hr {
	display:none;
}

ul li {
	list-style-type:none;
}
ol{
	padding-left:20px;
}

a:link{
	color:#003399;
}
a:visited{
	color:#663399;
}
a:hover{
	color:#9966cc;
	text-decoration:none;
}
a:active{
	color:#990099;
}
a:hover.lk2{
	position:relative;
	top:1px;
	left:1px;
}
a:link.btm{
	color:silver;
}
a:visited.btm{
	color:silver;
}

.zen{
	ime-mode:active;
}
.han{
	ime-mode:inactive;
}
#container {
	width:760px;
	background-color:white;
	border-right:1px #000000 solid;
	border-bottom:1px #999999 solid;
}
/*読み飛ばしリンク用*/
.hide {
	position:absolute;
	left:-999px;
	width:999px;
	font-size:60%;
}
strong{
	font-weight:normal;
}
strong.bd{
	font-weight:bold;
}
center{
	clear:both;
	padding:5px 0;
}

/*-----------------------------------------------
 - ヘッダー -メニュー
-----------------------------------------------*/

#header_menu {
	clear:both;
	width:760px;
	height:80px;
	margin:0px;
	padding:0px;
	background:#000033;
}

#header_menu ul {
	margin:0;
	padding:0;
}

#header_menu ul li {
	float:left;
}

#header_menu ul li.menu1 {
	width:70px;
	height:80px;
	background:url(images/header_home2.gif) no-repeat left bottom;
}
#header_menu ul li.menu1 a {
	display:block;
	width:70px;
	height:80px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#header_menu ul li.menu2 {
	width:60px;
	height:80px;
	background:url(images/header_sitemap2.gif) no-repeat left bottom;
}
#header_menu ul li.menu2 a {
	display:block;
	width:60px;
	height:80px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#header_menu ul li.menu3 {
	width:90px;
	height:80px;
	background:url(images/header_english2.gif) no-repeat left bottom;
}
#header_menu ul li.menu3 a {
	display:block;
	width:90px;
	height:80px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#header_menu li.menu1 a:hover,
#header_menu li.menu2 a:hover,
#header_menu li.menu3 a:hover{
	text-indent:-9999px;
}


/*-----------------------------------------------
 - ヘッダー -画像
-----------------------------------------------*/
#header_image_top {
	clear:both;
	width:760px;
	height:265px;
	padding: 0px;
	margin: 0px;
}

#header_image {
	width:760px;
	height:215px;
	padding: 0px;
	margin: 0px;
}
/*-----------------------------
	- パンくずリスト
-----------------------------*/
#pan {
	display:block;
	padding-bottom:10px;
	background-color:#dfdfdf;
	padding:3px;
	font-size:90%;
	text-align:right;
}
#pan img {
	margin:0 5px;
}


/*-----------------------------
	- コンテンツの囲み
-----------------------------*/
#main_col {
	margin:0;
	padding:0;
	clear:both;
}

/*サイドバーなし*/
#main_col_noside {
	margin:0;
	padding:0;
}

/*-----------------------------
	- メインコンテンツ(右) -topページ
-----------------------------*/
#top_contents {
	position : relative ;
	float: left;
	width: 500px;
	margin:0;
	padding: 10px 5px 0px 10px;
}

#top_contents  h1 {
	padding:0;
	margin:0;
}
#contents,
#top_contents p {
	line-height:150%;
}
#top_contents ul {
	margin: 0px;
	padding-bottom:10px;
}
#top_contents ul li {
	font:90%;
	font-family:"ＭＳ ゴシック゛゛&";
	margin: 0px;
	padding: 0px 0px 5px 15px;
	background: url(images/tp.gif) no-repeat 0px 5px;
	list-style-type: none;
	line-height: 150%;
}
/*-----------------------------
	- メインコンテンツ(右) -サブページ
-----------------------------*/
#contents {
	position : relative ;
	float: left;
	width: 550px;
	margin:0;
	padding: 10px 10px 0px 10px;
}

/*サイドバーなし*/
#contents_noside {
	position : relative ;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding:10px 5px 10px 5px;
}

#contents h1,
#contents_noside h1 {
	margin:0;
	padding:0;
}

#contents h2 {
	clear:both;
	font-size:110%;
	padding:10px 0;
}
#contents h2 img{
	position:relative;
	right:3px;
	bottom:0px;
	bottom : expression( '5px' );  /*IE対応*/
}
#contents h2 span{
	color:red;
	font-size:80%;
}

#contents h3 {
	font-size:95%;
	font-weight:normal;
	clear:both;
	margin:0 auto;
}

#contents table,
#contents_noside table{
	width:100%; /*テーブルの幅*/
	font-size:80%;
	margin:5px 3px;
	border: 1px solid #2c2c56;
	border-collapse: collapse;
}

#contents th,
#contents_noside th{
	font-weight:normal;
	padding: 3px;
	border: 1px solid #2c2c56;
	background-color: #eeece4;
}
/*製品一覧・製品名見出し用*/
#contents th.listh {
	color:white;
	font-size:120%;
	font-weight:bold;
	background-color:#71728e;
}
/*左寄せ*/
#contents th.listh2 {
	color:white;
	font-size:120%;
	font-weight:bold;
	background-color:#71728e;
	text-align:left;
}
/*ランク表用背景色違い*/
#contents th.listh3 {
	font-weight:normal;
	padding: 3px;
	border: 1px solid #2c2c56;
	background-color:#efcfff;
}

#contents td,
#contents_noside td {
	padding: 3px;
	border: 1px solid #2c2c56;
	background-color: white;
	text-align:center;
	line-height:150%;
}
#contents td.t1 {
	background-color: #fff8df;
}
#contents td.lft0,
#contents_noside td.lft0 {
	text-align:left;
}
/*左寄せ*/
#contents td.lft1 {
	text-align:left;
	line-height:150%;
	font-size:130%;
}
#contents td.lft2 {
	border:none;
}
#contents td.lft3 {
	text-align:left;
	line-height:150%;
	padding:10px;
	font-size:130%;
}


/*table ボーダーなし*/
#contents table.nonb{
	width:60%; /*テーブルの幅*/
	margin:5px 3px;
	border-style:none;
}
#contents table.nonb td{
	border-style:none;
	font-size:150%;
	font-weight:bold;
}

/*hrラインを表示したい時用*/
#contents hr.iro {
	clear:both;
	display:block;
	color:#cccccc;
	background-color:#cccccc;
	border:none;
	width:100%;
	height:1px;
	margin:0px 0 10px 0;*/
}
#contents dl {
	width:100%;
	padding:10px 0;
}

#contents dt {
	font-weight:bold;
}

#contents dd {
	padding-left:15px;
}

#contents dl.prd {
	margin: 0px;
	margin-left: 0px;
	padding: 10px 0;
}

#contents dl.prd dt {
	margin: 0px;
	padding: 5px 0px 2px 0px;
}
#contents dt span{
	position:relative;
	top:5px;
	left:5px;
}
#contents dl.prd dd {
	margin: 0px;
	padding: 3px 0px 3px 20px;
	line-height: 130%;
	letter-spacing:1pt;
}


.cat{
	clear:both;
	padding:10px 0px 10px 5px;
}	
.cat img{
	float:left;
	padding-right:5px;
}
.ppic{
	clear:both;
	padding:5px 0px 10px 5px;
}	
.ppic img{
	padding-right:20px;
}	

/*top矢印*/
.topy{
	clear:both;
	width:50px;
	height:25px;
	float:right;
	padding:10px 0;
}
/*右寄せ*/
.rit{
	clear:both;
	float:right;
	padding:0;
	margin:0;
}
/*左寄せ*/
.lft{
	float:left;
	padding:0;
	margin:0;
}
/*中央寄せ*/
.ctr{
	width:350px;
	margin:0 auto;
}
.ctr1{
	font-weight:bold;
	text-align:center;
}
.ctr2{
	width:470px;
	margin:0 auto;
	text-align:center;
}

.chui{
	text-align:center;
	font-size:90%;
	padding:0;
	margin:0;
}
.chui span{
	color:red;
}
.chu {
	color:red;
}

.dl{
	clear:both;
	font-size:90%;
	padding:5px;
	margin:15px 0;
	background-color:#fff8df;
}
.dl img{
	float:left;
	padding-right:10px;
}

/*会社概要*/

#gaiyou dl {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	width: 530px;
}
#gaiyou dl dt,
#saiyou dl dt {
	font-family:"ＭＳ ゴシック";
	margin: 0;
	padding: 10px 0 10px 5px;
	width: 25em;
	font-weight: bold;
}
#gaiyou dl dd,
#saiyou dl dd {
	padding: 0px 5px 10px 8.8em;
	margin-left: 0;
	margin-top: -2.1em;
	margin-bottom: -1px;
	line-height: 1.4em;
	border-bottom: 1px dotted #999;
}

/*採用*/
#saiyou dl {
	margin: 0 0 0 10px;
	padding: 10px 0;
	width: 700px;
}


/*10spirit*/

#spirits ul {
	margin-left: 20px;
	padding-bottom:10px;
}
#spirits ul li {
	margin: 0px;
	padding: 10px 0px 15px 35px;
	background: url(images/kaku1.gif) no-repeat 0px 10px;
	list-style-type: none;
	line-height: 150%;
}

/*ライムライト写真並べ用*/
.pic_table{
	clear:both;
	margin:10px 0;
	width:555px;
	height:200px;
}
.pic_table2{
	clear:both;
	margin:10px 0;
	width:525px;
	height:180px;
}
.pic_table3{
	width:100%;
	float:right;
}
.pic_table4{
	clear:both;
	margin:10px 0;
	width:555px;
	height:300px;
}
.pic_table4 div,
.pic_table div{
	margin:0px;
}
.pic_table4 ul,
.pic_table ul{
	margin:0;
	padding:0;
}
.pic_table4 li,
.pic_table li{
	margin:0;
	padding:5px 7px;
	float:left;
	list-style-type:none;
	text-align:center;
}
.pic_table4 li p,
.pic_table li p{
	margin:0;
	padding:0;
	text-align:center;
}
.mov_table{
	clear:both;
	margin:10px 0;
	width:555px;
	height:200px;
}
.mov_table2 div.rit,
.mov_table div.rit{
	width:280px;
	float:right;
	padding:0;
	margin:0;
}

.mov_table2{
	clear:both;
	margin:10px 0;
	width:555px;
	height:250px;
}
.mov_table2 p.douga,
.mov_table p.douga{
	clear:both;
	width:200px;
	text-align;center;
	margin:0px auto;
	padding-top:5px;
}
.mov_table2 p.douga span,
.mov_table p.douga span{
	position:relative;
	bottom:5px;
	left:0px;
}

.mov_table2 img,
.mov_table img{
	padding-right:5px;
}
/*写真横並び*/
.pict{
	width:100%;
	padding:10px 0 0 0;
}
.pict img{
	padding-right:15px;
}

/*特徴*/
ul.tokucho{
	padding-left:20px;
	list-style-type:disc;
}
ul.tokucho li{
	padding-right:10px;
	list-style-type:square;
}
/*-----------------------------------------------
 -サイトマップ
-----------------------------------------------*/
#sitem{
	clear:both;
	width:700px;
	height:500px;
	margin:0 auto;
	padding:0px;
}
/* (A) 1階層目 */
#sitem ul {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	list-style-image: url("images/tp2.gif");
}
#sitem li {
	padding:2px 0;
}
/* (B) 2階層目 */
#sitem ul ul {
	list-style-image: url("images/kagi.gif");
}
/* (C) 3階層目 */
#sitem ul ul ul {
	list-style-image: url("images/kagi.gif");
}

.sbox {
	float: left;
	padding:5px;
	margin:10px;
}


/*-----------------------------------------------
 - storyー -メニュー
-----------------------------------------------*/

#story_menu {
	clear:both;
	width:400px;
	height:1700px;
	margin:0 auto;
	padding:0px;
}
#story_menu ul {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
}
#story_menu ul li {
	clear: both;
	margin: 0;
	padding: 0 0 0.5em 0;
	position: relative;
	border-bottom: dotted 2px #999;
}
#story_menu strong {
	background: #fff;
	padding: 0 5px 0 0;
	font-weight: bold;
	position: absolute;
	bottom: -.3em;
	left: 0;
}
#story_menu em {
	background: #fff;
	padding: 0 0 0 5px;
	position: absolute;
	bottom: -.2em;
	right: 0;
}



/*画像を使う用CSS
#story_menu ul {
	margin:0;
	padding:10px 0;
}

#story_menu ul li {
	width:358px;
	height:41px;
}

#story_menu ul li.menu1 {
	background:url(story/images/m_cp1_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu1 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu2 {
	background:url(story/images/m_cp2_02.gif) no-repeat 
}
#story_menu ul li.menu2 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu3 {
	background:url(story/images/m_cp3_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu3 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu4 {
	background:url(story/images/m_cp4_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu4 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu5 {
	background:url(story/images/m_cp5_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu5 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu6 {
	background:url(story/images/m_cp6_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu6 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu7 {
	background:url(story/images/m_cp7_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu7 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu8 {
	background:url(story/images/m_cp8_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu8 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu9 {
	background:url(story/images/m_cp9_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu9 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu10 {
	background:url(story/images/m_cp10_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu10 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu11 {
	background:url(story/images/m_cp11_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu11 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu12 {
	background:url(story/images/m_cp12_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu12 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu13 {
	background:url(story/images/m_cp13_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu13 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu14 {
	background:url(story/images/m_cp14_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu14 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu15 {
	background:url(story/images/m_cp15_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu15 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu16 {
	background:url(story/images/m_cp16_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu16 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu17 {
	background:url(story/images/m_cp17_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu17 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu18 {
	background:url(story/images/m_cp18_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu18 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu19 {
	background:url(story/images/m_cp19_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu19 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu20 {
	background:url(story/images/m_cp20_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu20 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu21 {
	background:url(story/images/m_cp21_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu21 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu22 {
	background:url(story/images/m_cp22_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu22 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu23 {
	background:url(story/images/m_cp23_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu23 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu24 {
	background:url(story/images/m_cp24_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu24 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu25 {
	background:url(story/images/m_cp25_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu25 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu26 {
	background:url(story/images/m_cp26_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu26 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu27 {
	background:url(story/images/m_cp27_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu27 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu28 {
	background:url(story/images/m_cp28_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu28 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu29 {
	background:url(story/images/m_cp29_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu29 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu30 {
	background:url(story/images/m_cp30_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu30 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu31 {
	background:url(story/images/m_cp31_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu31 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu32 {
	background:url(story/images/m_cp32_02.gif) no-repeat /*left bottom*/;
}
#story_menu ul li.menu32 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu33 {
	background:url(story/images/m_cp33_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu33 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu34 {
	background:url(story/images/m_cp34_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu34 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu35 {
	background:url(story/images/m_cp35_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu35 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu36 {
	background:url(story/images/m_cp36_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu36 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu37 {
	background:url(story/images/m_cp37_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu37 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu38 {
	background:url(story/images/m_cp38_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu38 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu39 {
	background:url(story/images/m_cp39_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu39 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu40 {
	background:url(story/images/m_cp40_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu40 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu41 {
	background:url(story/images/m_cp41_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu41 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu42 {
	background:url(story/images/m_cp42_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu42 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu43 {
	background:url(story/images/m_cp43_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu43 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu44 {
	background:url(story/images/m_cp44_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu44 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu45 {
	background:url(story/images/m_cp45_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu45 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu46 {
	background:url(story/images/m_cp46_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu46 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu47 {
	background:url(story/images/m_cp47_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu47 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu48 {
	background:url(story/images/m_cp48_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu48 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}
#story_menu ul li.menu49 {
	background:url(story/images/m_cp49_02.gif) no-repeat left bottom;
}
#story_menu ul li.menu49 a {
	width:358px;
	height:41px;
	display:block;
	font-size:1px;
	line-height:1px;
	outline:none;
}


#story_menu li.menu1 a:hover,
#story_menu li.menu2 a:hover,
#story_menu li.menu3 a:hover,
#story_menu li.menu4 a:hover,
#story_menu li.menu5 a:hover,
#story_menu li.menu6 a:hover,
#story_menu li.menu7 a:hover,
#story_menu li.menu8 a:hover,
#story_menu li.menu9 a:hover,
#story_menu li.menu10 a:hover,
#story_menu li.menu11 a:hover,
#story_menu li.menu12 a:hover,
#story_menu li.menu13 a:hover,
#story_menu li.menu14 a:hover,
#story_menu li.menu15 a:hover,
#story_menu li.menu16 a:hover,
#story_menu li.menu17 a:hover,
#story_menu li.menu18 a:hover,
#story_menu li.menu19 a:hover,
#story_menu li.menu20 a:hover,
#story_menu li.menu21 a:hover,
#story_menu li.menu22 a:hover,
#story_menu li.menu23 a:hover,
#story_menu li.menu24 a:hover,
#story_menu li.menu25 a:hover,
#story_menu li.menu26 a:hover,
#story_menu li.menu27 a:hover,
#story_menu li.menu28 a:hover,
#story_menu li.menu29 a:hover,
#story_menu li.menu30 a:hover,
#story_menu li.menu31 a:hover,
#story_menu li.menu32 a:hover,
#story_menu li.menu33 a:hover,
#story_menu li.menu34 a:hover,
#story_menu li.menu35 a:hover,
#story_menu li.menu36 a:hover,
#story_menu li.menu37 a:hover,
#story_menu li.menu38 a:hover,
#story_menu li.menu39 a:hover,
#story_menu li.menu40 a:hover,
#story_menu li.menu41 a:hover,
#story_menu li.menu42 a:hover,
#story_menu li.menu43 a:hover,
#story_menu li.menu44 a:hover,
#story_menu li.menu45 a:hover,
#story_menu li.menu46 a:hover,
#story_menu li.menu47 a:hover,
#story_menu li.menu48 a:hover,
#story_menu li.menu49 a:hover{
	text-indent:-9999px;
}
*/
#story{
	width:530px;
	margin-left:auto;
	margin-right:auto;
}
#story p{
	line-height:1.8;
	text-indent:15px;
}
#story p.dai{
	text-indent:0;
	font-size:120%;
	font-weight:bold;
}
#story dl dd{
	padding:0 0 10px 0;
}

/*--------------------
News
----------------------*/
#news_contents{
	width:520px;
	background-color:white;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #666666;
	margin-left:10px;
	margin-bottom:20px;
	padding:10px;
	line-height:150%;
}

#news_contents p{
	clear:both;
}
#news_contents p.title{
	margin-left:auto;
	margin-right:auto;
	padding-bottom : 15px; /*周辺の画像に合わせて余白調整*/
	width : 488px;    /*画像の幅*/
	height : 76px;  /*画像の高さ*/
}
#news_contents p.bun{
	clear:both;
	padding:0 20px;
}

#news_contents dl {
	clear: both;
	margin: 0;
	padding:0 0 0 10px;
	font-size: 80%;
}
#news_contents dl dt {
	clear: both;
	float: left;
	width: 80px;
	padding: 5px 0 3px 5px;
	font-weight: bold;
}
#news_contents dl dd {
	margin-left:70px;
	padding: 5px 5px 3px 10px;
	line-height: 1.4;
}


.rt{
	float:right;
	padding:5px;
}
.lt{
	float:left;
	padding:5px;
}
.imagebox {
	float: right;
	font-size: 80%;
	text-align:center;
	color: gray;
	padding:5px;
}
.imagebox img{
	padding:5px;
}
.imagebox2 {
	clear:both;
	margin:0 auto;
	width:415px;
	padding:0;
}
.bnavi{
	clear:both;
	width:450px;
	height:50px;
	padding:10px 0;
	margin-left:auto;
	margin-right:auto;
}
#news_index{
	width:520px;
	margin-left:10px;
	margin-bottom:20px;
	padding:10px;
	line-height:150%;
}
#news_index p{
	color:orangered;
	font-weight:bold;
}
#news_index ul {
	margin: 0;
	padding :0; 
	list-style-type : none; 
}
#news_index ul.bk {
	margin-top: 20px;
	padding :0; 
}
#news_index li { 
	list-style-type : none; 
	background: url(news/images/bbb.gif) no-repeat 0px 10px;
	padding :10px 0 5px 30px; 
	margin:0;
}
#news_index ul.bk li { 
	background: url(images/spacer.gif) no-repeat 0px 10px;
	list-style-type : none; 
	padding :0; 
	margin:0;
}
/*--------------------
イベント
----------------------*/
#event div{
	width:520px;
	background-color:#eeece4;
	margin-left:10px;
	margin-bottom:20px;
	padding:10px;
	line-height:150%;
}
#event dl {
	clear: both;
	margin: 0;
	padding:0 0 0 10px;
	font-size: 95%;
}
#event dl dt {
	clear: both;
	float: left;
	width: 80px;
	padding: 5px 0 3px 5px;
	font-weight: bold;
}
#event dl dd {
	margin-left:70px;
	padding: 5px 5px 3px 10px;
	line-height: 1.4;
}
#event div.imagebox {
	width:250px;
	float: left; /* 左に配置 */
	padding:0;
	margin: 5px; /* 周囲の余白 */
}
p.image, p.caption {
	text-align: center; /* 中央寄せ */
}
p.caption {
	color: darkblue; /* 文字色 */
}
p.caption2 {
	text-align:left;
	color: darkblue; /* 文字色 */
}
/*--------------------
-よくある質問
----------------------*/

#fq{
	padding:0 30px;
}



/*-----------------------------
	- sidebar(右)-topページ-サイドバーメニュー
-----------------------------*/
#sidebar_l {
	float:right;
	width:230px;
	padding:5px;
}
#sidebar_l div{
	padding:10px 0;
	text-align:center;
	line-height:150%;
}

/*-----------------------------
	- sidebar(左)-サブページ-サイドバーメニュー
-----------------------------*/
#sidebar {
	float:left;
	width:160px;
	padding:10px;
	background-color:#efe8f8;
}
#sidemenu ul {
	margin: 0;
	padding :0; 
	list-style-type : none; 
}
#sidemenu li { 
	background: url(images/tp2.gif) no-repeat 0px 10px;
	padding :10px 0 10px 17px; 
	margin:0;
	border-bottom:1px dotted #cccccc;
}
#sidemenu li.ca_title { 
	padding :0 0 5px 0; 
	margin:0;
	background: url(images/spacer.gif) no-repeat 0px 0px;
}
#sidemenu dl {
	margin: 0;
	padding :0; 
	list-style-type : none; 
}
#sidemenu dt { 
	background: url(images/tp2.gif) no-repeat 0px 10px;
	padding :10px 0 10px 17px; 
	margin:0;
	border-bottom:1px dotted #cccccc;
}
#sidemenu dt.mida { 
	background: url(images/tp2.gif) no-repeat 0px 10px;
	padding :10px 0 10px 17px; 
	margin:0;
	border-bottom:1px dotted #efe8f8;
}
#sidemenu dd { 
	font-size:90%;
	background: url(images/tp3.gif) no-repeat 15px 10px;
	padding :5px 0 3px 25px; 
	margin:0;
	line-height:110%;
}
#sidemenu dd.sub_b { 
	font-size:90%;
	padding :5px 0 10px 25px; 
	margin:0;
	border-bottom:1px dotted #cccccc;
}
#sidemenu dt.ca_title { 
	padding :0 0 5px 0; 
	margin:0;
	background: url(images/spacer.gif) no-repeat 0px 0px;
}


/*-----------------------------
	- フッター
-----------------------------*/
#footer {
	clear:both;
	text-align:center;
	padding:0;
	margin:0;
}

address {
	clear:both;
	text-align: center;
}

#flash_guide{
	padding:10px;
}
#flash_guide p {
	color:silver;
	font-size:90%;
	vertical-align:middle;
}
#flash_guide p img{
	float:left;
	margin-right:5px;
	padding-bottom:15px;
}

