@charset "utf-8";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 		/*全要素のマージン・パディングをリセット*/
}
body {
        background-color:#cccccc;		/*ページ全体の背景色*/
        background-image:url("images/bg_body.png");	/*ウェブページ全体の背景画像*/
        font-size:95%;		/* フォントサイズを95%にする */
	font-family: "ＭＳ ゴシック",sans-serif;	/* フォントの種類をゴシック系にする */
	line-height:1.5;	/* 行の高さを1.5倍にする */
	color:#333333;		/* 文字色を濃い目のグレーにする */
        
}
div#pagebody {
	width:1000px; margin:0 auto;	/*内容全体をセンタリング*/
        background-color:#ffffff;		/*内容全体の背景色*/
        background-image:url("images/bg_pagebody.png");	/*コンテンツ全体の背景画像*/
	background-repeat:repeat-y;			/*背景画像を縦方向に繰り返す*/
}
img {border:0;} 				/*画像のボーダーを0にする*/
p {
	width:720px;		/*幅の指定*/
	margin:10px;		/*マージン*/
	text-indent:1em;		/*インデント幅*/
}
hr {
	clear:both;		/*フロート配置をクリアする*/
	width:500px;		/*幅の指定*/
	margin:10px 0px;		/*マージン*/
	border:1px dotted #cccccc;	/*内容の区切りをグレーの点線表示にする*/
}

/*============================================
ヘッダ
============================================*/
div#header {
	height:70px;				/*ヘッダ部分の高さ*/
}


.infoimg_koumei {
	width:400px; height:70px;	/*画像の表示サイズを指定*/
	margin:20px 0px 20px 20px;	/*マージン*/
	float:left;			/*画像を左寄せにする*/
}
.jyuusyo {
	width:500px; height:70px;	/*画像の表示サイズを指定*/
	margin:20px 0px 20px 80px;	/*マージン*/
	float:left;			/*画像を左寄せにする*/
        color: #c9171e;
}
/*============================================
メインメニュー
============================================*/
ul#menu {
	width:960px; height:50px; 	/*メインメニュー部分の幅と高さ*/
        margin:0px 20px; 		/*上下マージン0px、左右マージン20px*/
}
#menu li {
	list-style-type:none;		/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
        float:left;			/*リスト項目を横に並べる*/
}
#menu li a {
	background-color:navy;	/*背景色*/
	color:#ffffff;		/*文字色*/
        display:block;			/*リンク部分をブロック表示にする*/
	width:96px; height:35px;	/*幅と高さ*/
        padding:15px 0px 0px 0px;	/*上パディング*/
	text-align:center;		/*テキストをセンター揃えにする*/
	text-decoration:none;		/*リンク部分を下線無しにする*/
        background-image:url(images/bg_menu1.png);	/*背景画像を指定*/
	background-repeat:no-repeat; 			/*背景画像を繰り返さない*/
}
#menu li a:hover {
	text-decoration:underline;	/*リンクにマウスが乗ったら下線を表示*/
        background-color:#000066; 	/*リンクにマウスが乗ったら背景色を変更する*/      
        background-image:url(images/bg_menu2.png); 	/*リンクにマウスが乗ったら背景画像を変更する*/
        font-weight: bold                  /*リンクにマウスが乗ったら太くなる*/
}
li span{
        font-size: 9px;               /*マンスリータイムズの文字を小さくしている。*/ 
}
/*============================================
ヘッダ画像
============================================*/
#img_index {
	width:980px; height:150px;	/*トップページのヘッダ画像の表示サイズを指定*/
	margin:0px 20px 0px 20px;		/*マージン*/
}

hr {
	clear:both;			/*フロート配置をクリアする*/
}

.sakura {
	width:960px; height:140px;	/*画像の表示サイズを指定*/
	margin:0px 0px 0px 0px;	/*マージン*/
	float:left;			/*画像を左寄せにする*/
}
/*============================================
サブメニュー（左カラム）
============================================*/

h2 {
	width:130px; height:43px;		/*幅と高さ*/
	padding:17px 0px 0px 30px;		/*パディング*/
	font-size:20px;			/*フォントサイズ*/
	background-image:url(images/shortshortbg_h2.jpg);	/*背景画像*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
	background-color:#000033;		/*背景色*/
	color:#ffffff;			/*文字色*/
}

div#submenu {
	width:160px;		/*幅の指定*/
	margin:10px 10px 10px 25px;	/*位置調整*/
	float:left;			/*サブメニューのカラムを左寄せにする*/
}
div#submenu ul li {
	list-style-type:none;			/*リストマーカー無しにする*/
}
div#submenu ul li a {
	display:block;			/*リンク部分をブロック表示にする*/
	height:45px;			/*高さを45pxにする*/
	padding:15px 0px 0px 10px;	/*パディング*/
	text-decoration:none;		/*リンクの下線を無くす*/
	border-bottom:1px dotted gray;	/*リンク領域の下部にボーダーを付ける*/
	background-image:url(images/bg_submenu.png);	/*リンク領域に背景画像を付ける*/
	background-repeat:no-repeat;	/*背景画像を繰り返さない*/
	color:#333333;			/*文字色*/
}
div#submenu ul li:first-child a {
	border-top:1px dotted gray;		/*一番上のリンクに上線を表示*/
}
div#submenu ul li a:hover	{
	text-decoration:underline;	/*リンクにマウスが乗ったら下線を表示*/
        font-weight: bold                  /*リンクにマウスが乗ったら太くなる*/
}
div#submenu ul li a:before {
	content: url("images/icon_submenu.png");	/*アイコン画像を挿入*/
	margin:0px 10px 0px 0px;		/*マージン*/
	vertical-align:text-top;			/*縦方向の表示位置*/
}

/*============================================
インフォメーション（右カラム）
============================================*/
div#info {
	width:740px;		/*幅の指定*/
	float:left;			/*カラムを左寄せにする*/
	padding:10px 20px 0px 20px;		/*パディング*/
}
div#info ul li {
	list-style-type:none;			/*リストマーカー無しにする*/
}

h3 {
	font-size:20px;			/*文字サイズ*/
	width:740px;			/*横幅*/
	padding:10px 0px 10px 20px;		/*パディング*/
	background-color:#003399;		/*背景色*/
	color:#ffffff;			/*文字色*/
	border-radius:3px;			/*角丸にする*/
}
h4 {
	font: bold 16px sans-serif;			/*文字サイズ*/
	width:500px;			/*横幅*/
	border-left: 5px solid #336699; /*左の棒*/
        padding:10px 0px 10px 20px;		/*パディング*/
	background-color: #F6F6F6;		/*背景色*/
	color:black;			/*文字色*/
	border-radius:3px;			/*角丸にする*/
}
.infoimg_index {
	width:200px; height:150px;	/*画像の表示サイズを指定*/
	margin:0px 0px 20px 20px;	/*マージン*/
	float:right;			/*画像を右寄せにする*/
}
hr {
	clear:both;			/*フロート配置をクリアする*/
}
.td {
	text-indent:1em;		/*インデント幅*/
        margin:0px 20px; 		/*上下マージン0px、左右マージン20px*/
        font: bold 16px sans-serif;
}
div#hidarisyasin img {
	width:360px; height:270px;	/*画像の表示サイズを指定*/
	padding:5px;		/*パディング*/
}

div#hidarisyasin li {
	list-style-type:none;		/*???X?g?}?[?J?[?????????*/
	display:inline;			/*???X?g??????C?????C???\???????*/
        float:left;			/*???X?g?????????????*/
}

/*============================================
フッタ
============================================*/
div#footer {
	clear:both;			/*回り込みを解除する*/
　　　　height:40px;			/*高さの指定*/
	padding:10px 0px 0px 0px;	/*パディング*/
	font-size:x-small;		/*フォントサイズを小さくする*/
	text-align:center;		/*センタリング*/
}

/*============================================
 そのほか個別設定 ---------- 
============================================*/
#newsbox {
	border: 1px solid #999999;
	height: 120px;
        line-height:2;	/* 行の高さを2倍にする */
        font-size: 16px;
	overflow: auto;
	margin: 0px 0px 10px;
	background-repeat: repeat-x;
	background-position: left top;
}

#news {
	border: 1px solid #999999;
	height: 250px;
	
        overflow: auto;
	margin: 0px 0px 10px;
	background-repeat: repeat-x;
	background-position: left top;
}