@charset "shift_jis";


/* -------------------------------------------------------------
一括で全ての要素の余白をゼロに指定する基本部（削除不可）
------------------------------------------------------------- */
* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* -------------------------------------------------------------
全てに共通するマウスオーバーリンク設定部
------------------------------------------------------------- */

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a:link {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #C00;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}




/* -------------------------------------------------------------
[0] 画面全体に反映する基本テキスト設定
------------------------------------------------------------- */

body {
	font-size: 13px;
	text-align: center;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
	margin: 0;
	color: #333;
	background-color: #f2f2f2;
	font-weight: normal;
	line-height: 1.8em;
	font-style: normal;
}


/* -------------------------------------------------------------
[1] 基本レイアウトに関する指定（div要素）
------------------------------------------------------------- */

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 1000px;
	background-color: #FFF;
}

#header {
	height: 80px;
	width: 950px;
	margin-right: 25px;
	margin-left: 25px;
	text-align: right;
}

#billboard {
	height: 250px;
	width: 950px;
	margin-bottom: 30px;
	margin-right: 25px;
	margin-left: 25px;
}

#billboard_2 {
	width: 950px;
	margin-bottom: 30px;
	margin-right: 25px;
	margin-left: 25px;
	text-align: left;
	overflow: hidden;
}

#side_box{
	width: 230px;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}

#nabi_box{
	margin-bottom: 15px;
	text-align: left;
	width: 180px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#body {
	width: 950px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 40px;
	margin-left: 25px;
	float: left;
}

#body_box {
	width: 630px;
	float: right;
	text-align: left;
	line-height: 2em;
}

#footer {
	font-size: 77%;
	text-align: left;
	width: 950px;
	color: #333;
	margin-right: 25px;
	margin-left: 25px;
	letter-spacing: 1pt;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
	overflow: hidden;
	padding-bottom: 25px;
}

#footer_in_righr {
	width: 50%;
	text-align: right;
	float: right;
	padding-top: 7px;
}

#footer_in_left {
	width: 50%;
	text-align: left;
	float: left;
	padding-top: 20px;
}





/* -------------------------------------------------------------
   [2] div要素への個別設定（クラス）：ヘッダー内設定
------------------------------------------------------------- */

h1 {
	font-size: 80%;
	font-weight: normal;
	position: absolute;
	top: 28px;
	left: 430px;
	width: 420px;
	color: #FFF;
}


/* -------------------------------------------------------------
　余白マージン設定
-------------------------------------------------------------*/

.image-margin-10 {
	margin-bottom: 10px;
	float:left;
	margin-right: 10px;
}

.bottom-10 {
	margin-bottom: 10px;
}

.bottom-50 {
	margin-bottom: 50px;
}

.right-30 {
	margin-right: 30px;
}

.read-margin {
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 5px;
}

.kentei-margin {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
}
.datte-margin {
	margin-bottom: 5px;
}

.float-reft {
	float: right;
	margin-left: 10px;
}

h3,h4,h5,h6 { margin-top: 3em; }




/* -------------------------------------------------------------
　navi設定
-------------------------------------------------------------*/


.localnavi {
	list-style-type: none;
}

.localnavi li { display: inline; }

.localnavi a {
	display: block;
	color: #333;
	letter-spacing: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.localnavi a:hover {
	color: #be3939;
	text-decoration: underline;
}

/* -------------------------------------------------------------
　ヘッダー　肩部の小文字装飾
-------------------------------------------------------------*/

.headder_link {
	float: right;
	text-align: right;
	font-size: 80%;
	letter-spacing: 3pt;
	font-weight: bold;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* -------------------------------------------------------------
　マウスオーバーでのふきだし装飾
-------------------------------------------------------------*/

.chips{
}

.chips a:hover{ /*マウスが乗ったら*/
	position: relative;
	text-decoration: none;
}
.chipspop { /*吹き出し本体*/
	position: absolute;
	top:-120px;
	left:10px;
	display: none; /*何も表示しない*/
	padding: 5px; /*内側の余白*/
	width: 100px; /*文字飾り*/
	color: #333; /*文字色*/
	background-color: #999;
	text-align: left;

	font-size: 77%;
	line-height: 1.5em;
}

a:hover .chipspop {
	display: block;
}

/* -------------------------------------------------------------
　追加のいろいろ
-------------------------------------------------------------*/

.read_box {
	display: block;
	width: 400px;
}


.center {
	color: #333
}

