/* CSS Document */


/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}


/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}



.clr_sps{ clear:both; font-size:1px;}

#container{
	width:740px;
	margin:auto;
	text-align:left;
	background-image:url(img/top/sima-878-01.jpg);
	background-color:#000000;
	background-position:top left;
	background-repeat:repeat-x;
	}
h1{
	margin:10px 0 0 0px;
	height:38px;
	font-weight:normal;
	background:url(img/common/icon_shamon_bk_49_49.jpg) no-repeat ;
	text-indent:62px;
	padding:6px 0 0 0;

	}

h1 a{	
	font-size:25px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#FFFFFF;
	}
	
h1 a:hover{
	color:#333333;
	text-decoration:none;
	}
	
#head_menu{
	width:740px;
	background:url(img/common/bg_head_menu.jpg) repeat-x;
	text-align:right;
	font-size:10px;
	line-height:25px;
	color:#FFFFFF;
	}
#head_menu a{
	color:#FFFFFF;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
	}
#head_menu a:hover{
	color:#FF0066;
	}
#contents{
	margin:0 0 0 5px;
	clear:left;
	}
#contents a{
	}
#contents a:hover{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}
	

#main_image{
	background:url(img/top/bg_main_pic.gif) no-repeat;
	width:740px;
	height:194px;
	margin:5px 0 20px 0;
	padding:8px 7px 6px 7px;
	}

#copy{
	height:20px;
	font-size:10px;
	text-align:right;
	color:#333333;
	border:solid #333333;
	border-width:3px 0 0 0;
	padding:2px;
	clear:left;
	}
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}

/***トップ***/
#top{
	}
#top h2{
	font-size:25px;
	line-height:1.2em;
	color:#663300;
	font-weight:normal;
	}
#top p{
	line-height:1.6em;
	}
#top div#top_btm{
	zoom:100%;
	}
#top div#top_btm:after{
	content: "";
    	clear: both;
    	height: 0;
    	display: block;
    	visibility: hidden;
	}	
#top div#left{
	float:left;
	width:398px;
	}
#top div#left h3{
	font-size:12px;
	margin:0 0 0 0;
	}
#top div#left div#info{
	background:url(img/top/bg_info.gif);
	width:398px;
	}
#top div#left div#info div#main{
	background:url(img/top/washi_398_80.jpg) repeat-y;
	text-align:left;
	}
#top div#left div#info div#main h4{
	padding:8px 10px 0 10px;
	font-size:80%;
	}
#top div#left div#info div#main p{
	padding:2px 10px 0 10px;
	}
#top div#right{
	float:right;
	width:230px;
	margin:0 5px 0 0;
	}
#top div#right div#bnr_sps{}
#top div#right div#bnr_sps p{
	width:236px;
	height:30px;
	margin:3px 0px 0px 0px;
	text-align:center;
	}
#top div#right div#bnr_sps p a{
	
	display:block;
	width:236px;
	height:30px;
	line-height:30px

	}

#top div#right div#bnr_sps p a:hover{
	font-size:16px;	
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}


/*テーブルセット*/
#tbl_setA{
	border:#0099CC solid 1px
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#0099CC solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#003366;
	text-align:center;
	}
#tbl_setA td{
	border:#0099CC solid 1px;
	padding:6px;
	}	
