/* CSS Document */

/*■初期設定*/

body{
scrollbar-base-color: #ffff00;       /* ベースカラー */
background-image : url(../""); /* 全体の背景画像 */
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: 0% 0%             /* 背景画像の位置は画面中央 */
	color:#330000;/*通常のテキストカラー*/
	margin: 20px;
	}
a{
	color:#006699;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}
/************************************************/
/***ＩＥ６．０***/
* html .test { font-size:small;}
/***ＩＥ７．０***/
*:first-child+html .test { font-size:medium;}
/***FIRE FOX***/
html>body .test{ font-size:medium;}
/***サファリ・opera***/
html:first-child .test { font-size:medium;}
/************************************************/
body{ text-align:center; width:100%; font-family:	'メイリオ',	'Meiryo',	'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3',	'Osaka',	'ＭＳ Ｐゴシック',	sans-serif;}

p,th,td,li{ font-size:80%; line-height:150%;}

.CNT{ text-align:center;}
.L{ text-align:left;}
.R{ text-align:right;}

.clr_sps{ clear:both; font-size:1px;}

#container{ width:800px; margin:auto; text-align:left; }
#head{ background-color:#FFCC00; border:solid #333333; border-width:1px 0 0 0;}
h1{margin:10px 0 0 0px; font-weight:normal;}
h1 a{ font-size:25px; line-height:30px; vertical-align:top; text-decoration:none; color:#333333;}
#head_menu{ float:left; width:190px; }
#head_menu ul{ list-style-type:none;}
#head_menu ul li{ font-size:14px; letter-spacing:1px;}
#head_menu ul li a{ color:#ffffff; text-decoration:none; font:14px; background : url(img/common/bg_menu.jpg); width:190px; height:36px;
display:block; line-height:36px; text-indent:10px;}
#head_menu ul li a:hover{ color:#FFCC00; filter:alpha(opacity=50); /*IE*/ -moz-opacity:0.50; /*FF*/}
#main_image{ float:left; background : url(img/common/main_image.jpg) no-repeat; width:610px; height:259px; }
#main_image p{ margin:20px; color:#FFFFFF; font-size:12px; text-align:right;}

#contents{ margin:10px 0 0 0; clear:left;}


#copy{ background: #330000; height:20px;font-size:10px; text-align:right; color:#ffffff; border: double #330000; border-width:3px 0 0 0;
padding:2px; margin:20px 0 0 0;}
#copy a{ color:#FFFFFF; text-decoration:none;}
#copy a:hover{ color:#FFFFFF;}

#pondt-copy{ text-align:right; margin:6px 80px 0 0;}
#pondt-copy a{ font-size:9px; color:#ffffff; text-decoration:none;}
#pondt-copy a:hover{ color:#999999;}


/***トップ***/
#top{}
#top div#left h2{ font-size:25px; color:#663300; font-weight:normal;}
#top div#left{ float:left; width:560px;}
#top div#left h3{ font-size:12px; margin:6px 0 0 0;}
#top div#left div#info{ background:url(); width:600px; height:300px;}
#top div#left div#info h4{ margin:8px 10px 0 10px; font-size:smaller;}
#top div#left div#info p{ margin:4px 10px 0 10px;}
#top div#right{ float:left; width:230px; margin:0 0 0 10px;}
#top div#right div#bnr_sps{}
#top div#right div#bnr_sps p{ margin:10px 0 0 0; background-color:#FFffff;}
#top div#right div#bnr_sps p a:hover img{filter:alpha(opacity=50); /*IE*/ -moz-opacity:0.50; /*FF*/}

/***その他のページ***/
#other_page{}
#other_page h2{ font-size:25px; color:#663300; font-weight:normal;}
#other_page h3{ font-size:smaller; color:#663300; color:#333333; margin:10px;}
#other_page p{ margin:6px 0 0 0;}