@charset "utf-8";
/* info レイアウトおよびアコーディオンメニュー用スタイルシート定義 */

div#pagetitle {
	position: relative;
	width: 100%;
	height: 76px;
}

div#pagetitle #title{
	position: absolute;
	top: 35px;
}

div#pagetitle #download_pdf{
	position: absolute;
	top: 40px; left: 818px;
}


/* outline_a、bの上書き */
div#outline_a {
	background-color: #FFF;
	width: 250px;
	height: auto;
	float: left;
	letter-spacing: normal;
	padding-bottom: 35px;
	margin: 0px;
}

div#outline_b {
	background-color: #FFF;
	/*width: 650px;*/
	height: auto;
	float: right;
	text-align: center;
	font-size: 10pt;
	line-height: 100%;
	text-align: left;
	margin-left: 35px;  
}


/* アコーディオンメニュー関連 */
div#ac_menu {
	width: 100%;
}

div#ac_menu img.ac_menu_title {
	margin-bottom: 3px;
}

div#ac_menu div.ac_menu_item {
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}

div.ac_menu_item ul {
	margin: 0px; padding: 0px;
	text-indent: 0px;
}

div.ac_menu_item li {
	list-style: none outside none;
	/* IEのバグ回避のため、marginではなくpaddingで行間をとる */
	margin: 0px; padding:  0px 0px 10px 0px;
	text-indent: 0px;
}

div.ac_menu_item a {
	display: block;
	text-indent: -16383px;
	width: 250px; height: 40px;
}

ul.wakuwaku a {
	background: url("../../img/info/menu/submenu_wakuwaku4.jpg") no-repeat scroll 0px 0px;
	cursor: pointer;
}
ul.wakuwaku a#wakuwaku_1 { background-position: 0px 0px; }
ul.wakuwaku a#wakuwaku_2 { background-position: 0px -49px; }
ul.wakuwaku a#wakuwaku_3 { background-position: 0px -97px; }
ul.wakuwaku a#wakuwaku_4 { background-position: 0px -145px; }
ul.wakuwaku a#wakuwaku_5 { background-position: 0px -193px; }
ul.wakuwaku a#wakuwaku_6 { background-position: 0px -241px; }
ul.wakuwaku a#wakuwaku_7 { background-position: 0px -290px; }

ul.wakuwaku a#jousyu_infomenu { 
 background: url("../../img/info/menu/submenu_jyousyu.jpg") no-repeat scroll 0px 0px;
 background-position: 0px 0px; 
}

ul.wakuwaku a:hover#wakuwaku_1 { background-position: -250px 0px; }
ul.wakuwaku a:hover#wakuwaku_2 { background-position: -250px -49px; }
ul.wakuwaku a:hover#wakuwaku_3 { background-position: -250px -97px; }
ul.wakuwaku a:hover#wakuwaku_4 { background-position: -250px -145px; }
ul.wakuwaku a:hover#wakuwaku_5 { background-position: -250px -193px; }
ul.wakuwaku a:hover#wakuwaku_6 { background-position: -250px -241px; }
ul.wakuwaku a:hover#wakuwaku_7 { background-position: -250px -290px; }

ul.wakuwaku a:hover#jousyu_infomenu { 
 background: url("../../img/info/menu/submenu_jyousyu.jpg") no-repeat scroll 0px 0px;
 background-position: -250px 0px; 
}

ul.wakuwaku a.wakuwaku_1_active { background-position: -500px 0px !important; }
ul.wakuwaku a.wakuwaku_2_active { background-position: -500px -49px !important; }
ul.wakuwaku a.wakuwaku_3_active { background-position: -500px -97px !important; }
ul.wakuwaku a.wakuwaku_4_active { background-position: -500px -145px !important; }
ul.wakuwaku a.wakuwaku_5_active { background-position: -500px -193px !important; }
ul.wakuwaku a.wakuwaku_6_active { background-position: -500px -241px !important; }
ul.wakuwaku a.wakuwaku_7_active { background-position: -500px -290px !important; }


ul.wakuwaku a.jousyu_infomenu_active { 
 background: url("../../img/info/menu/submenu_jyousyu.jpg") no-repeat scroll 0px 0px;
 background-position: -500px 0px ;
}

ul.info a {
	background: url("../../img/info/menu/submenu_info.jpg") no-repeat scroll 0px 0px;
	cursor: pointer;
}
ul.info a#info_1 { background-position: 0px 0px; }
ul.info a#info_2 { background-position: 0px -49px; }
ul.info a#info_3 { background-position: 0px -97px; }
ul.info a#info_4 { background-position: 0px -145px; }

ul.info a:hover#info_1 { background-position: -250px 0px; }
ul.info a:hover#info_2 { background-position: -250px -49px; }
ul.info a:hover#info_3 { background-position: -250px -97px; }
ul.info a:hover#info_4 { background-position: -250px -145px; }

ul.info a.info_1_active { background-position: -500px 0px !important; }
ul.info a.info_2_active { background-position: -500px -49px !important; }
ul.info a.info_3_active { background-position: -500px -97px !important; }
ul.info a.info_4_active { background-position: -500px -145px !important; }

/* プルダウンメニュー */
div.ac_menu_item ul li ul {
	list-style: disc outside none;
	display: none;
 	border-style: solid; border-color: #cccccc;
	border-width: 0px 1px 1px 1px;
	overflow: hidden;
}

div.ac_menu_item ul li ul li {
	list-style: none outside none;
	padding: 5px 0px 5px 28px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	width: auto; height: 1em;
	line-height: 160%;
	background: url("../../img/info/menu/list_point.jpg") no-repeat scroll 14px 0.7em;
}
div.ac_menu_item ul li ul li a {
	display:inline;
	background-image: none;
	text-indent:0px;
	width: auto; height: auto;
}

div.ac_menu_item ul li ul li img {
	border-style: none;
}

div#item {
	margin:0px;
	width: 660px;
}

div#outline_b {
	font-size:105% !important;
	border:0 none;
}

div#item h1 {
	font-size:140%;
	vertical-align:middle;
	/*
	line-height:120%;
	*/
	line-height:160%;
	color:#3399cc;
        border-bottom: 1px solid #FF9900;
}

div#item h1 span#onko {
	font-size: 120%;
}

div#item h3 {
	font-size:120%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	/*
	line-height:120%;
	*/
	line-height:160%;
}

div#item h5 {
	font-size:100%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

div#item h6 {
	font-size:100%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

div#item p {
	width: 100%;
	line-height:160%;
	margin:40px 0 40px 0;
	padding:0px;
}
/*
div#item p.e_book span#y_panf {
	margin-top: 20px;
}
*/
div#item p.e_book a {
	font-size: 120%;
}

img {
	border-style:none;
}

span#vertical_middle img {
	/*
	vertical-align:top;
	*/
	vertical-align:bottom;
}

/* リンクに下線をつける */
a.underline {
	text-decoration:underline;
}

/* --------------------------------------------------------
	index.html(「わくわく都市くまもと」について)で使用
-------------------------------------------------------- */
dd#pastel_blue {
	margin-top:1em;
	background-image:url(../../img/info/d_pastel_b.gif);
}

dd#pastel_red {
	margin-top:1em;
	background-image:url(../../img/info/d_pastel_r.gif);
}

dd#pastel_green {
	margin-top:1em;
	background-image:url(../../img/info/d_pastel_g.gif);
}

/* --------------------------------------------------------
	form.html(熊本シティブランドに対する問い合わせ先)で使用
-------------------------------------------------------- */

/* PDFダウンロード */
img#download_pdf {
	border:none;
}

/* form.htmlの背景部分(メールの画像) */
div#background {
	height:207px;
	width:665px;
	margin:20px 0 30px 0;
	background-image: url(../../img/info/info_toiawase_back.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

/* form.htmlの文字部分 */
div#form {
	top:20px;
	left:215px;
	width:355px;
	text-align:left;
	position:relative;
	line-height:160%;
	font-size:80%;
}

div#form h3 {
        font-size: 125%;
}

div#item div#background div#form h5 {
        font-size: 110%;
}

div#item h6#h6_660000 {
	color:#660000;
	padding-left:20px;
}

div#item h5#margin_left_20px {
	padding-left:20px;
}

/* --------------------------------------------------------
	archive.html(資料ダウンロード)で使用
-------------------------------------------------------- */

/* ダウンロードアイコン(PDFの画像) */
div#pdf_icon {
	display:block;
	height:63px;
	width:63px;
	margin:17px 0 11px 0;
	background-image: url(../../img/pdf_icon.gif);
}

/* テーブル枠 */
table#tbl {
	border: 0px;
	margin: 33px 0 0 0;
	padding: 0px;
	width: 660px;
	position:relative;
}

table#tbl tr {
	height:34px;
}

table#tbl td {
	border-bottom: 1px solid #CCCCCC;
	position:relative;
	font-size:100%;
	line-height:160%;
}

table#tbl td#top_first {
	width:100px;
	font-size:80%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table#tbl td#first {
	width:100px;
	font-size:80%;
}

table#tbl td#top_center {
	width:350px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
}

table#tbl td#center {
	width:350px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
}

table#tbl td#top_last {
	width:162px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table#tbl td#last {
	width:162px;
}


table#tbl_flash_player {
	margin:20px 0 0 0;
}

table#tbl_flash_player td {
	font-size:90%;
}

img#both_margin_10px {
	margin:0 10px 0 10px;
}

span.line_height160 {
	line-height:160%;
}

img#all_img {
    vertical-align: middle;
}

img#archive_img {
    vertical-align: middle;
    margin: 5px 5px 5px 0px;
    float: right;
}

/* --------------------------------------------------------
	brandpr.html(熊本シティブランド広報実績)で使用
-------------------------------------------------------- */

/* brandpr.htmlの枠 */
/* border_bottomだけ描画し、一番上のtopにはhrを使用 */

/* 新聞・雑誌掲載実績の背景 */
div.paper_top {
  	height: 34px;
  	background-repeat: no-repeat;
	background-image: url(../../img/info/bord_top.jpg);
	margin: 30px 0 0 0;
	padding: 0px;
}

div.paper_middle {
  background-repeat: repeat-y;
  background-image: url(../../img/info/bord_line.jpg);
}

div.paper_bottom {
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(../../img/info/bord_bottom.jpg);
}

table#tbl_brandpr {
	margin: 0px;
	padding: 0px;
	width: 630px;
	position:relative;
	left:15px;
	bottom: 8px;
}

table#tbl_brandpr td#top_first {
	width:110px;
	margin: 0px;
	vertical-align:middle;
	font-size: 90%;
}

table#tbl_brandpr td#top_last {
	padding-left:10px;
	vertical-align:middle;
	border-left: 1px solid #FFFFFF;
}

table#tbl_brandpr td#first {
	width:110px;
	margin: 0px;
	vertical-align:middle;
	border-top: 1px solid #FFFFFF;
	font-size: 90%;
}

table#tbl_brandpr td#last {
	padding:10px 0 0 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	vertical-align:middle;
}


table#tbl_brandpr tr {
	height:33px;
}

/* brandpr.htmlのテーブル内リンク */
table#tbl_brandpr A {
	text-decoration:underline;
}


/* ------------------
テレビ等の紹介実績 
---------------------*/

div.tv_top {
  height: 35px;
  background-repeat: no-repeat;
	background-image: url(../../img/info/tv_top.jpg);
	margin-top: 30px;
}

div.tv_middle {
  background-repeat: repeat-y;
  background-image: url(../../img/info/tv_middle.jpg);
}
div.tv_bottom {
  height: 110px;
  background-repeat: no-repeat;
  background-image: url(../../img/info/tv_bottom.jpg);
}


table#tbl_brandpr_tv {
	margin: 0px;
	padding: 0px;
	width: 578px;
	position:relative;
	left:40px;
	top: 5px;
}

table#tbl_brandpr_tv td {
	position:relative;
	font-size:90%;
}

table#tbl_brandpr_tv td#top_first_tv {
	width:110px;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
}

table#tbl_brandpr_tv td#top_last_tv {
	padding:8px;
	border-left: 1px solid #CCCCCC;
	vertical-align:middle;
}


table#tbl_brandpr_tv td#first_tv {
	width:110px;
	padding:0px;
	border-top: 1px solid #CCCCCC;
	vertical-align:middle;
}

table#tbl_brandpr_tv td#last_tv {
	padding:8px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	vertical-align:middle;
}

table#tbl_brandpr_tv tr {

}

/* brandpr.htmlのテーブル内リンク */
table#tbl_brandpr_tv A {
	text-decoration:underline;
}

/* --------------------------------------------------------
	catalogueX.html(「わくわくショーケース」宣言)で使用
-------------------------------------------------------- */

table#tbl_catalogue {
	padding: 0px;
	width: 665px;
	position:relative;
}

/*  */
table#tbl_catalogue tr {
	width:200px;
}

/* セル */
table#tbl_catalogue td {
	margin:3px 0 0 0;
	width:320px;
	vertical-align:top;
}

/* ヘッダー(熊本ラーメンなど) */
div#catalogue_header {
	color:#000000;
	width:320px;
	line-height:160%;
	font-size:120%;
	font-weight:bold;
	padding:0;
	margin-top:10px;
}

/* ヘッダー(熊本ラーメンなど)の画像 */
div#catalogue_header img {
	margin-right:3px;
}

/* 内容 */
div#catalogue_content {
	width:320px;
	color:#333333;
	font-size:90%;
}

/* 内容内の画像 */
div#catalogue_content img {
	margin-right:10px;
	margin:0 10px 3px 0;
}

div#catalogue_phote {
	width:170px;
	float:left;
	font-size:90%;
}

/* 説明文 */
div#catalogue_str {
	float:left;
	width:150px;
	line-height:160%;
	font-size:100%;
}

/* くまもとウォーターライフのリンク部分 */
div#link_str {
	font-size:90%;
	clear:both;
}

/* くまもとウォーターライフのリンク部分の画像 */
div#link_str img {
	margin:0 8px 0 0;
}

/* カタログテーブルの項目と項目の間隔 */
table#tbl_catalogue td#margin25 {
	width:25px;
	margin:0px;
	padding:0px;
}

div#catalogue_header span#vertical_middle img {
	vertical-align:middle;
}

/* 農産物 */
img#farm_products {
	margin-bottom:15px;
}

/* 水産物 */
img#marine_products {
	margin-top:30px;
	margin-bottom:15px;
}

/* IE6用 */
br#line_height0 {
	line-height:0%;
}

/* --------------------------------------------------------
	sengen.html(「わくわく都市くまもと」宣言)で使用
-------------------------------------------------------- */

/* 2段落目 */
div#sengen_str2 {
	width:445px;
	margin:0 0 30px 100px;
	/*
	line-height:120%;
	*/
	line-height:160%;
	text-align:left;
}

/* マージン打消し */
div#sengen_str2 p {
	margin:0px;
}

/* 3段落目 */
div#sengen_str3 {
	width:100%;
	margin-bottom:50px;
	/*
	line-height:120%;
	*/
	line-height:160%;
	text-align:center;
}

/* マージン打消し */
div#sengen_str3 p {
	margin:0px;
    text-align: center;
}

div#sengen_str3 img {
	margin:25px 0 25px 0;
}

/* --------------------------------------------------------
	mizu1.html(日本一の地下水都市くまもと)で使用
-------------------------------------------------------- */
div#mizu1 {
	text-align: center;
	margin:40px 0 75px 0;
}

/* --------------------------------------------------------
	mizu2.html(水と生き、水を守る)で使用
-------------------------------------------------------- */

/* 2段落目 */
div#mizu2_str2 {
	width:500px;
	margin:0 0 30px 130px;
	/*
	line-height:120%;
	*/
	line-height:160%;
	text-align:left;
}

/* マージン打消し */
div#mizu2_str2 p {
	margin:0px;
}

/* --------------------------------------------------------
	mizu3.html(健軍水源地)で使用
-------------------------------------------------------- */
div#item p.suigen_line {
        line-height: 160%;
        margin: 0;
        padding: 0;
        width: 525px;
        text-align: center;
}

div.suigen_movie {
        padding: 20px 0 0 90px;
        width: 330px;
}

div.suigen_movie dt{
        padding: 0px;
        font-size: 110%;
        text-align: center;

}

div.suigen_movie dd{
        padding: 0px;
        font-size: 100%;
        text-align: right;
}

/* --------------------------------------------------------
	mizu5.html  PRステッカー・卓上POPで使用
-------------------------------------------------------- */
div#item dl#pr {
}

div#item dl#pr dt.title {
	font-weight: bold;
	font-size: 120%;
	clear: both;
	padding: 10px 0;
}

div#item dl#pr dd {
	text-indent: 1em;
}

div#item dl#pr dd.yuso {
	font-weight: bold;
	padding-top: 5px;
}

div#item dl#pr dd.haihu {
	text-indent: 2em;
}

div#item dl#pr dd.img01 {
	float: left;
}

div#item dl#pr dd.img02 {
	float: left;
	padding-left: 20px;
}

div#item dl#pr dd.img_name01 {
	clear: both;
	float: left;
	width: 200px;
	text-align: center;
/*	padding-left: 50px;*/
}

div#item dl#pr dd.img_name02 {
	float: left;
	width: 400px;
	text-align: center;
/*	padding-left: 125px;*/
}

div#item dl#pr dd.img_name03 {
	clear: both;
	float: left;
	width: 270px;
	text-align: center;
/*	padding-left: 80px;*/
}

div#item dl#pr dd.img_name04 {
	float: left;
	width: 275px;
	text-align: center;
/*	padding-left: 100px;*/
}


/* --------------------------------------------------------
	kiyomasa.html(清正水物語)で使用
-------------------------------------------------------- */
div#item p.Sentences {
       line-height:160%;
       margin:0;
       padding:0;
       width:100%;
}

p span.k_water {
	font-weight: bold;
	color: red;
	font-size: 120%;
}


.K_Introduction {
       width: 95%;
       margin: 0 auto;
}

.K_Introduction h4 {
       color: #007BD0;
       font-size: 110%;
       padding: 10px 0 5px 0;
       border-bottom: 1px solid #007BD0;
}

.K_Introduction .left_cont {
       float: left;
       width: 320px;
       padding: 0 0 10px 0;
}

.K_Introduction .left_cont dl {
	   margin-top: 20px;
}

div#item p.poster {
       line-height:160%;
       margin:0;
       padding:15px 0 15px 0;
       width:100%;
}

.K_Introduction img.petbottle {
       padding: 20px 0 0 0;
}

.K_Introduction .right_cont {
       width: 280px;
       float: left;
}

.K_Introduction .right_cont img {
       position: relative;
       left: 33px;
}

.K_Introduction .right_cont dl {
       padding: 40px 0 0 0;
}

.K_Introduction .right_cont dt.bold {
       font-weight: bold;
}

.K_Introduction .right_cont dd {
       padding-left: 1em;
}

div#item p.Sentences_center {
       line-height:160%;
       margin:0;
       padding:25px 0 25px 0;
       width:100%;
       clear: both;
}

.K_Introduction img.k_water {
       float: left;
}

.K_Introduction .right_cont2 {
       float: left;
       padding: 0 0 0 20px;
       width: 370px;
}

div#item p.Sentences_bottom {
       line-height:160%;
       margin: 0;
       padding: 0;
       width:100%;
}

.K_Introduction .Q_header {
       clear: both;
}

.K_Introduction .Q_header dl {
       padding: 30px 0 0 20px;
}

.K_Introduction dd.ind {
       text-indent: 1em;
}

.K_Introduction .Q_header dd.ind_center {
       text-indent: 10em;
}

.K_Introduction .kakaku {
	   float: left;
}


/* --------------------------------------------------------
	jyousyu1.html(いきなりあなたも熊本城主)で使用
-------------------------------------------------------- */

/* 2段落目 */
div#jyousyu1_str1 {
	width: 550px;
	margin:0 0 30px 70px;
	/*
	line-height:120%;
	*/
	line-height:160%;
	text-align:left;
}

/* マージン打消し */
div#jyousyu1_str1 p {
	margin:0px;
}

/* --------------------------------------------------------
	jyousyu2.html(熊本城復元募金のご案内)で使用
-------------------------------------------------------- */

/* 「●募金の対象」等のサブタイトル */
dd#sub_title {
	/* margin-leftが他のを継承するためバラバラに書く */
	margin-top:10px;
	margin-bottom:3px;
	color:#C5484D;
}

dd#sub_title2 a {
	text-decoration: underline;
}

/* 1段落目 */
div#jyousyu2_str1 {
	width:550px;
	margin:30px 0 0px 70px;
	line-height:160%;
	text-align:left;
}

div#jyousyu2_str1 ul li {
	float: left;
}

div#jyousyu2_str1 ul li.bokin1 {
	width: 80px;
}

div#jyousyu2_str1 ul li.bokin2 {
	width: 460px;
	padding: 15px 0 0 5px;
}

/* マージン打消し */
div#jyousyu2_str1 p {
	margin:0px;
}

/* 見出し：【熊本城復元募金のご案内】 */
div#jyousyu2_str1 h4 {
	font-size:140%;
	vertical-align:middle;
	line-height:160%;
	color:#C5484D;
	text-align:center;
	border: 0px none;
}

div#jyousyu2_str1 h4 img {
	vertical-align: middle;
}

/* --------------------------------------------------------
	jyousyu5.html(「城主手形」について)で使用
-------------------------------------------------------- */

div#division {
	margin:25px 0 25px 40px;
}

div#left_div {
	float:left;
	width:175px;
}

div#right_div {
	float:left;
	width:405px;
	padding:0 0 0 20px;
        line-height: 140%;
}

/* 1段落目 */
div#jyousyu5_str1 {
	width:550px;
	margin:30px 0 0px 50px;
	line-height:160%;
	text-align:left;
}

/* マージン打消し */
div#jyousyu5_str1 p {
	margin:0px;
}

div#jyousyu5_str1 li.star {
        background: url(../../img/info/star.jpg) no-repeat 0px 3%;
        padding-left: 18px;
}

div#jyousyu5_str1 li.inner1 {
	margin: 20px 0 0 40px;
}

div#jyousyu5_str1 li.inner2 {
	margin: 0 0 20px 40px;
}



/* --------------------------------------------------------
	jyousyu3.html(一口城主「城主手形協賛店」を探す)、
	jyousyu4.html(熊本市が管理する１３の有料施設)で使用
	(idが片方だけで使用、classが両方で使用)
-------------------------------------------------------- */

/* 「■一口城主「城主手形協賛店」を探す」の間隔 */
div#margin_sub_title {
	margin: 0 0 45px 0;
}

div#margin_sub_title img.j_midashi {
       float: left;
}

div#item p.jyousyu_inner{
	margin: 0 0 20px 0;
	padding: 0px;
        clear: both;
}

div#item p#bosyu {
	margin: 20px 0;
}


/* 地図から探す */
div.looks_for_from_map {
	border-left: 6px solid #ff6600;
	font-size:110%;
	font-weight: bold;
	padding-left: 3px;
}

div.looks_for_from_map2 {
	border-left: 6px solid #ff6600;
	font-size:110%;
	font-weight: bold;
	padding-left: 3px;
        position: relative
}

/* 地図上の間隔 */
div.margin_map_top {
	text-align:center;
	margin:10px 0px 5px;
}

div.margin_map_top2 {
	text-align:center;
	margin:-120px 0px 5px;
}

/* 地図の下空白削除 */
div.margin_map_top img {
	vertical-align: bottom;
}

/* フリーワードで探す */
div#looks_for_in_free_word {
	border-left: 6px solid #99cc00;
	font-size:110%;
	font-weight: bold;
	padding-left: 3px;
}

/* 検索キーワード上の間隔 */
div#search_coop_top {
	text-align:left;
	margin:10px 0px 35px;
}

/* カテゴリーから探す */
div#looks_for_from_category {
	border-left: 6px solid #99cc00;
	font-size:110%;
	font-weight: bold;
	padding-left: 3px;
}

/* 検索結果 */
div#search_result {
	width:600px;
	text-align: center;
	margin:0px auto 36px auto;
}

/* 検索結果(13施設用) */
div#search_result_13 {
	width:665px;
	text-align: center;
	margin:10px auto;
}

/* --------------------------------------------------------
	jyousyu6.html(城主手形協賛店大募集！！)で使用
-------------------------------------------------------- */
div#jyousyu6_str1 {
	width:550px;
	margin:15px 0 0px 50px;
	line-height:160%;
	text-align:left;
}

div#jyousyu6_str1 div#img1 {
	margin:0 0 15px 0;
}

div#jyousyu6_str1 p {
	margin:0px 0px 20px 0px;
}

div#jyousyu6_str1 ul#add {
	margin-top:10px;
}

div#jyousyu6_str1 ul#asking {
	font-size:90%;
}

div#jyousyu6_str1 ul#add li {
        text-indent: -1em;   
}

div#jyousyu6_str1 ul#asking li {
        text-indent: -1em;   
}

span.sticker {
	color:#ff8c00;
	font-weight:bold;
}

/* --------------------------------------------------------
	higoyasai.html(ひご野菜とは)で使用
-------------------------------------------------------- */

/* ひご野菜のテーブル */
div#str1 table#higoyasai {
	margin:35px 0 35px 0;
	border-spacing:3px 0;
}

/* 1列目 */
div#str1 table#higoyasai td#first {
	width:115px;
	color:#509256;
	text-align:left;
	vertical-align:top;
	line-height:160%;
	font-size:100%;
}

div#str1 table#higoyasai td#first a {
	text-decoration: underline;
	color: #509256;
}

/* 2列目 */
div#str1 table#higoyasai td#last {
	line-height:160%;
	font-size:100%;
	padding-bottom :10px;
}

/* --------------------------------------------------------
	higoyasai2.html(ひご野菜の紹介)で使用
-------------------------------------------------------- */

div#higoyasai2 {
	text-align: center;
	margin:50px 0 75px 0;
}

span#explain {
    margin-top: 5px;
    font-size: 120%;
    font-weight: bold;
    padding-left: 18px;
    background: url(../../img/info/heart2.jpg) no-repeat 0em 30%;
    margin-left: 1em;
}

/* --------------------------------------------------------
	shinkansen.html(2011年、九州新幹線全線開通)で使用
-------------------------------------------------------- */

div#shinkansen {
	text-align: center;
	margin:40px 0 35px 0;
}

h2.s_pamph {
	font-size: 120%;
	color: #0000CC;
	text-align: center;
}

img.s_pamph_img {
	padding-left: 50px;
}

/* --------------------------------------------------------
	shinkansen2.html(いきなり九州ど真ん中)で使用
-------------------------------------------------------- */

div#shinkansen2 {
	text-align: center;
	margin:30px 0 65px 0;
}

/* --------------------------------------------------------
    shinkansen5.html(九州新幹線全線開業）で使用
---------------------------------------------------------*/

div.onkososhin a {
	text-decoration: underline;
}

div.onkososhin table {
	border-collapse: collapse;
	padding: 0;
	width: 665px;
	border: 1px solid #000000;
}

div.onkososhin table th {
	border-top: 1px solid #000000;
	padding-left: 5px;
}

div.onkososhin table tr th#mokuji {
	text-align: center;
	background-color: #EAD8A5;
	border: 1px solid #000000;
}

div.onkososhin table tr th.page {
	padding: 7px 0 7px 5px;
	border-right: 1px solid #000000;
}

div.onkososhin table td {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-left: 5px;
	height: 30px;
}

div.onkososhin table td.page2 {
	border-top: 1px solid #000000;
}

div.onkososhin table td.page3 {
	border-top: 1px dotted #000000;
}

div.onkososhin table tr td img {
	padding:10px 5px 0 5px;
}


/* --------------------------------------------------------
    shinkansen6.html(城下町くまもと秋の祭典）で使用
---------------------------------------------------------*/

div#akinosaiten dl#aki_list {
	margin: 10px 0 20px 10px;
}

div#akinosaiten div.page_top {
	float: right;
	height: 20px;
}

div#akinosaiten span.bold {
	font-weight: bold;
	font-size: 120%;
}

div#akinosaiten table {
	border: 1px solid #000000;
	font-size: 90%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

div#akinosaiten table th {
	text-align: center;
	border: 1px solid #000000;
}

div#akinosaiten table#eki th {
	background-color: #92C3E0;
}

div#akinosaiten table#shin_furu th {
	background-color: #E3A6A1;
}

div#akinosaiten table#tyushin th {
	background-color: #C4D393;
}

div#akinosaiten table#kumamotojo th {
	background-color: #66cccc;
}

div#akinosaiten table#sonota th {
	background-color: #BB9FE1;
}

div#akinosaiten table td {
	border: 1px solid #000000;
	width: 110px;
	padding: 5px 0 5px 5px;
}

div#akinosaiten table td.aki_link {
	width: 60px;
	text-align: center;
	padding: 0;
}

div#akinosaiten table td.aki_num {
	width: 110px;
	text-align: center;
	padding: 0;
}

div#akinosaiten table td.aki_contents {
	width: 200px;
}

div#akinosaiten table td.aki_sponsor {
	width: 120px;
}

/* --------------------------------------------------------
    song.html（わくわくソング）で使用
---------------------------------------------------------*/
div#background_beige {
	width: 640px;
	height: 410px;
	background-color: #f5f5dd;
	margin: 10px 0 0 0;
}

div#introduction {
	width: 600px;
	height: 340px;
	padding:10px 0 0 15px;
}

img#figure {
	width: 154px;
	margin:5px 0px 0px 0px;
	float:left;

}	

div#introduction_area {
	padding: 0px;
	margin: 5px 0px 0px 15px;
	float: left;
	width: 425px;
}

div#introduction_area dt {
	margin: 0px; padding: 0px;
}

div#introduction_area dl {
	margin: 0px; padding: 0px;
}

div#introduction_area dd {
	margin: 0px; padding: 0px;
}

div#introduction_area dt#name {
	font-size:100%;
	line-height: 120%;
	margin: 0 0 5px 0;
}

div#introduction_area dd#introduction_item {
	width: 420px;
	font-size:90%;
	line-height: 135%;
}

div#introduction_area dd#introduction_item_link {
	margin-top:10px;
	width: 400px;
	font-size:90%;
	line-height: 110%;
}

h3#beta {
	color: #336699;
	margin-top: 5px;
}

div#section_second {
	margin: 0px;
	padding: 0px;
	width: 660px;
	clear:both;
}

div#section_second dd#introduction_item {
    margin: 0 0 0 10px;
}

dl.contents {
    line-height:160%;
}

dt.font_bold {
    font-weight: bold;
    line-height: 250%;
}

.margin {
    margin: 0 0 0 1em;
}

/*
div#item p {
	padding: 0px; margin: 0px;
	margin: 0 0 0 1em;
	width: 640px;
}
*/
div#song p {
	padding: 0px; margin: 0px;
	margin: 0 0 0 1em;
	width: 640px;
}

.notice {
    margin-left: 2em;
    text-indent: -1em;
}

.margin_top {
    margin-top: 2%;
}

img#song_img {
    vertical-align: middle;
}

/* テーブル枠 */
table#tbl_2 {
	border: 0px;
	padding: 0px;
	width: 500px;
	position:relative;
}

table#tbl_2 tr {
	height:34px;
}

table#tbl_2 td {
	border-bottom: 1px solid #FFFFFF;
	position:relative;
	font-size:100%;
	line-height:160%;
}

table#tbl_2 td#top_first {
	width:100px;
	font-size:80%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

table#tbl_2 td#first {
	width:100px;
	font-size:80%;
}

table#tbl_2 td#top_center {
	width:350px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table#tbl_2 td#center {
	width:350px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table#tbl_2 td#top_last {
	width:162px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

table#tbl_2 td#last {
	width:162px;
}

div.words {
    margin: 40px 0 40px 40px;
    line-height: 160%;
}

div.words h4 {
    font-size: 20px;
    margin: 0 0 -10px 150px;
}


/* --------------------------------------------------------
						共通部
-------------------------------------------------------- */

/* 「わくわく都市くまもと」について等の1段落目 */
div#str1 {
	width:525px;
	margin:30px 0 30px 70px;
	/*
	line-height:120%;
	*/
	line-height:160%;
	text-align:left;
}

/* マージン打消し */
div#str1 p {
	margin:0px;
}

/*アジアンホリデー2011用に作成*/
div#strasian {
	width:660px;
	margin:30px 0px 0px 0px;
	line-height:160%;
	text-align:left;
}
/* マージン打消し */
div#strasian p {
	margin:0px;
}
div#strasian li.a_event2 {
    font-weight: bold;
    margin-top: 10px;
    text-indent: 2em;
}
div#strasian li.a_event3 {
    text-indent: 3em;
}
div#strasian dl.back {
    background: url("../../img/topics/topics_031.jpg") no-repeat scroll 0 200px transparent;
}
div#strasian dl {
    line-height: 10px;
}
div#strasian img.a_evimg1{
	width: 150px;
	height: 150px;
}
div#strasian div.img_div2{
	margin: 10px;
}
div#strasian dt {
    margin:15px 0px 0px 0px;
}

/* 画像中央寄せ */
div.img_center {
	width:100%;
	text-align:center;
	margin:40px 0;
}

/* 画像中央寄せ & マージン(30) */
div.img_center_mar30 {
	width:100%;
	text-align:center;
	margin:30px auto 30px auto;
}

/* 画像中央寄せ & マージン */
div.img_center_mar50 {
	width:100%;
	text-align:center;
	margin:50px auto 30px auto;
}

/* 文字列センタリング */
div.str_centering p {
	text-align:center;
}

/* 左パディング10px */
div.left_padding_10px {
	padding:0 10px 0 10px;
	line-height:160%;
}

/* 文字の高さを160%し、縦方向中央揃え */
div.line_height_160 {
	line-height:160%;
	vertical-align:middle;
	margin: 0 0 0 3px;
}
div.results {
    font-size: 95%;
    line-height: 140%;
    margin: 0 0 5px 1em;
}
.indent {
    text-indent: 1em;
    border: 1px solid;
}

/* 縦方向に上揃えする */
span.vertical_top {  
    display: table-cell;  
    vertical-align: top; 
	margin:0px; padding:0px;
}

/* 青文字 */
span.font_blue {
	color:#007BD0;
}

/* 赤文字 */
span.font_red {
	color:#C5484D;
}
/* 緑文字 */
span.font_green {
	color:#509256;
}

/* ボールド */
span.font_bold {
	font-weight:bold;
}

/*協賛店検索*/
div#search_result #p_search_coop_list20 #pagetop {
        margin-top: 40px;
}

/* 非表示にする */
div.non_disp {
	display:none;
}

li {
 list-style: none;
}


