@charset "Shift_JIS";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	color:#aaaaaa;		/*文字色*/

} 
body {
	background-color:#999999;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/

}
div#pagebody {
	width:800px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:left;		/*テキストの配置を左揃えにする*/
	background-image:url("00photo/01polaris/01-style/bg_pagebody.jpg");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#000000;		/*内容全体の背景色*/

}

/*============================================
ヘッダ
============================================*/
div#header {
	height:100px;			/*ヘッダ部分の高さ*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
	background-color:#cccccc;		/*ヘッダ部分の背景色*/
	background-image:url("00photo/01polaris/01-style/bg_pagebody.jpg");	/*ヘッダ部分の背景画像*/

}
h1 {
	padding:0px 10px 0px 10px;		/*見出し内容の位置調整*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}
h1 a {text-decoration:none;} 			/*リンクの下線を無くす*/

/*============================================
メインメニュー
============================================*/
ul#menu {
	width:800px;			/*幅の指定*/
	margin:0px 0px 0px 0px;	/*位置調整（IE6のバグに注意）*/
	height:60px; background-color:#000000; font-weight:bold;  text-align:center;
}
li#menu01,li#menu02,li#menu03,li#menu04,li#menu05,li#menu06,li#menu07,li#menu08 {
	float:left;			/*リスト項目を横に並べる*/
	display:inline;		/*リスト項目をインライン表示にする*/
	list-style-type:none;		/*リストマーカー無しにする*/
	background-repeat:no-repeat; 	/*背景画像を繰り返さない*/	
}

a:hover {background-color:#ffffff;	/*リンクにマウスが乗ったら色を変える*/}


/*ボタン01〜05にはそれぞれ異なる背景画像を指定する*/
li#menu01 {
	width:100px; height:42px;	/*背景画像に合わせたサイズ指定*/
}
li#menu02 {
	width:140px; height:42px;	/*背景画像に合わせたサイズ指定*/
}
li#menu03 {
	width:140px; height:42px;	/*背景画像に合わせたサイズ指定*/
}
li#menu04 {
	width:140px; height:42px;	/*背景画像に合わせたサイズ指定*/
}
li#menu05 {
	width:140px; height:42px;	/*背景画像に合わせたサイズ指定*/
}
li#menu06 {
	width:140px; height:42px;	/*背景画像に合わせたサイズ指定*/
}

ul#menu a {
	display:block;			/*リンクをブロック表示にする*/
	height:42px; padding-top:4px; text-align:center;
	text-decoration:none; 			/*リンクの下線を無くす*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}

/*============================================
サブメニュー（左カラム）
============================================*/
div#submenu {
	width:100px;			/*幅の指定*/
	margin:0px 0px 0px 0px;		/*位置調整（IE6のバグに注意）*/
	display:inline;			/*IE6のマージン算出のバグ対策*/
	float:left;				/*サブメニューのカラムを左寄せにする*/
}

/*サブメニューのヘッダ部分（余白調整・背景画像・背景色・文字サイズなど）*/
div#submenu_header {
	height:10px; padding:5px 10px 10px 10px;
	background-image:url("03photo/01polaris/01-style/bg_submenu_header.jpg");
	background-repeat:no-repeat; background-position:top;
	color:#222222;			/*文字色*/
	background-color:#777777;
	font-size:80%; font-weight:bold; text-align:center;
}

/*サブメニューのボディ部分（余白調整・背景画像・背景色）*/
ul#submenu_body {
	padding-bottom:6px;
	background-repeat:no-repeat; background-position:bottom;
	background-color:#777777;
}
ul#submenu_body li {
	font-size:60%;			/*文字サイズを60%にする*/
	list-style-type:none;			/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
}
ul#submenu_body li a {
	display:block;			/*リンクをブロック表示にする*/
	margin:0px 4px 0px 4px;		/*サブメニュー項目のマージン*/
	padding:2px 0px 2px 10px;		/*サブメニュー項目のパディング*/
	text-decoration:none;			/*リンクの下線を無くす*/
	color:#222222;			/*文字色*/
}
ul#submenu_body li a:hover {
	background-color:#ffffff;		/*リンクにマウスが乗ったら色を変える*/
}

/*============================================
コンテンツ（中央カラム）
============================================*/
div#content {
	width:595px; margin-right:5px; padding-top:10px; 	/*幅の指定と位置調整*/
	float:left;					/*カラムを左寄せにする*/
	background-image:url("images/bg_news.jpg");	/*中央カラムの背景画像*/
	background-repeat:no-repeat;			/*背景画像を繰り返さない*/

}

/*見出し・段落・水平線のスタイル指定*/
h2 {
	font-size:150%; border-bottom:solid 1px #cccccc;
	background-image:url("images/icon.gif");
	background-repeat:no-repeat; background-position:left center;
}
h3 {font-size:110%; margin-left:5px;}
p {font-size:90%; margin:10px 10px 10px 10px; text-indent:10px;}
hr {height:1px; border:solid 1px #cccccc; margin-bottom:30px;}

.font_red {
    font-size: 10px;    /* 文字サイズ指定 */
    color: #FF0000;     /* 文字色指定 */
}

.font_blue {
    font-size: 10px;    /* 文字サイズ指定 */
    color: #0000FF;     /* 文字色指定 */
}


/*============================================
備考情報
============================================*/
div.remarks {
	margin:0px 10px 10px 10px;
}
h4 {
	color:#000066;
}



/*============================================
フッタ
============================================*/
div#footer {
	clear:both;				/*回り込みを解除する*/
	height:80px;			/*高さの指定*/
	padding:10px 0px 0px 0px;		/*パディング*/
	font-size:x-small;			/*フォントサイズを小さくする*/
	text-align:center;			/*センタリング*/
	background-color:#000000;		/*フッタ部分の背景色*/
}
address {
	font-style:normal;			 /*フォントスタイルを標準にする*/
	font-size:small;			 /*フォントサイズを小さくする*/
	padding:5px 0px 5px 0px;		 /*要素内容の位置調整*/
}