@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: style.css
Description	: Style for GoogleMaps
Version		: 1.0
Modified	: 10/02/09
Content		:
========================================================================= */

@import "basestyle.css"; /* サイト共通スタイル取り込み */

body
{
	background: #ececec url(../img/back_oshirase.gif) repeat-y center fixed;
}

div#top
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 640px;
	text-align: center;
	background-color: #FFFFFF;
}

h1
{
	font-size: 220%;
	font-weight: bold;
	border-bottom: 2px solid #5e5e5e;
	text-align: left;
	padding-left: 10px;
	width: 600px;
	margin: 30px auto 20px;
}

div#oshirase
{
	height: 52px;
	background-image: url(../img/title_oshirase.gif);
	width: 640px;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
}

div#oshirase span
{
	visibility: hidden;
}

/* コンテンツ全体のボックス */
div#main_box{
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 120%;
}

/* コンテンツ内容のボックスー分割なし用 */
div.naiyou_box_all{
	text-align: center;
}

/* コンテンツ内容のボックスー分割あり用 */
div.naiyou_box_harf{
	text-align: center;
	float: left;
	width: 500px;
}

/* コンテンツ内容のお辞儀画像用 */
div#main_box div.ojigi{
	width: 90px;
	float: left;
	text-align: center;
	margin-right: 10px;
}

/* コンテンツ内容のお辞儀があるときの文字 */

div#main_box div.ojigi_heiyou_moji{
	width: 480px;
	float: right;
	text-align: center;
	margin-right: 10px;
}

p{
	line-height: 1.8em;
	font-size: 150%;
}

/* コンテンツ内容ー枠付きボックス */
.waku1{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px dotted #ff8d00;
}

/* コンテンツ内容ー枠なしボックス */
.waku_non{
	width: 590px;
	margin-left: auto;
	margin-right: auto;
}



/* 装飾メグリアバード */
#bird{
	width: 100%;
	text-align: right;
}

/* フッタ */
div#footer{
	height: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
	border-top: 1px solid #5e5e5e;
	width: 600px;
}

div#footer p{

	text-align: center;
	margin-top: 10px;
	visibility: hidden;
}

div#footer img{

	text-align: center;
	margin-top: 20px;
}

/* 表のスタイル_600px */
div#nichiji{
	margin: 10px auto;
	font-size: 120%;
}

div#nichiji p#ki{
	text-align: center;
	font-weight: bold;
}

div#nichiji p#ijyou{
	text-align: right;
	width: 550px;
}

div#nichiji table{
	width: 600px;
}

div#nichiji table ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
}



div#nichiji div{
	
	padding: 5px;
	border: 1px dotted #000;
}

div#nichiji div span.wordbox{
	border: 1px dotted #000;
}

div#nichiji div p{
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 90%;
	line-height: 1.2em;
}



/* 表のスタイル_480px */
div#nichiji480{
	margin: 10px auto;
	font-size: 120%;
}

div#nichiji480 p#ki{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

div#nichiji480 p#ijyou{
	text-align: right;
	width: 424px;
	margin-top: 10px;
}

div#nichiji480 table{
	width: 480px;
}

div#nichiji480 table ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
}


div#nichiji480 div{
	
	padding: 5px;
	border: 1px dotted #000;
}

div#nichiji480 div span.wordbox{
	border: 1px dotted #000;
}

div#nichiji480 div p{
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 90%;
	line-height: 1.2em;
}



/* 装飾用クラス */

.mannaka{
	text-align: center;
}

.rank2{
	margin-bottom: 10px;
}

.small
{
	font-size: 85%;
}

p.jisage
{
	font-size: 120%;
	text-indent: -1em;
	line-height: 1.25em;
	visibility: visible;
	margin-bottom: 4px;
	padding-left: 1em;
}

.indent_suru1{
	font-size: 100%;
	text-indent: -1em;
	margin-left: 1em;
}

.indent_suru2{
	font-size: 100%;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 8px;
}

em{
	font-weight: bold;
	font-style: normal;
	border-bottom: 2px solid #f00;
}

/* 表のスタイル */
table
{
	margin: 0 auto;
}

table th,
table td
{
	font-size: 1.2em;
}

table th
{
	background-color: #fcdec0;
}

table td
{
	background-color: #FFFFFF;
}

iframe
{
	border: 2px solid #fcb874;
}

small
{
	display: block;
	margin-top: 5px;
	font-size: 0.8em;
}


/* ボタン */
.btn_link{
	width: 202px;
	height: 50px;
	margin: 30px auto 20px;	
	background-image: url(../img/btn_oshirase.gif);

}

.btn_link p{
	text-align: center;
	line-height: 50px;
	font-size: 160%;
	width: 203px;
	margin-left: auto;
	margin-right: auto;
}

/*可変する角丸ボックス*/
/* The ThrashBox - http://www.vertexwerks.com/tests/sidebox/ */
/* Show only to IE PC \*/
* html #sidebox .boxhead h2 {height: 1%;} /* For IE 5 PC */

* html #sidebox .boxhead h2 {height: 1%;} /* For IE 5 PC */

#sidebox {
    margin: 0 auto; /* center for now */
    background: url(img/sbbody-r.gif) no-repeat bottom right;
    font-size: 100%;
	width: 232px;
}
#sidebox .boxhead {
    background: url(img/sbhead-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: center;
}
#sidebox .boxhead .h {
    background: url(img/sbhead-l.gif) no-repeat top left;
    margin: 0;
    padding: 16px 20px 0;
    color: white; 
    font-weight: bold; 
    font-size: 1.2em; 
    line-height: 1em;
    text-shadow: rgba(0,0,0,0.4) 0px 2px 5px; /* Safari-only, but cool */
}

#sidebox .boxhead .h span{
	visibility: hidden;
}
#sidebox .boxbody {
    background: url(img/sbbody-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 5px 20px 20px;
}
#sidebox .boxbody p {
    margin:0; padding: 3px 0 16px;
	text-align: center;
	font-size: 160%;
	line-height: 10px;
}



ul {
	font-size: 1.5em;
}

li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 2em;
}


._pdf{
width: 18px;
display: inline-block;
margin-top: -5px;
position: relative;
bottom: 4px;
}