/* CSS Document */

*{
	margin:0;
	padding:0;
	}

img{
	border:0;
	}

body{ 
	font-size:13px;/* モダンブラウザ向け*/
	font-size: small;/* IE 7向け */
	font-size:x-small;/* IE 6以下 */
	}

a:link{
	color:#333333;
	text-decoration:none;
	}
a:visited{
	color:#666699;
	}
a:hover{
	color:#339999;
	text-decoration:underline;
	}
a:active{
	color:#FFCC00;
	text-decoration:underline;
	}
	
body{
	text-align:center;
	}

p,th,td,li{
	font-size:100%;
	line-height:160%;
	letter-spacing:0.1em;
	color:#333333;
	}

table{
	margin:auto;
	}
	
div{
	margin:auto;
	}
	
/* テキスト関連 */
.t_red{
	color:#FF0000;
	}
.t_blu{
	color:#0000FF;
	}
.t_grn{
	color:#339900;
	}
.t_org{
	color:#FF9900;
	}
.t_pik{
	color:#FFCCFF;
	}
.t10{
	font-size:10px;
	}
.t11{
	font-size:11px;
	}
.t12{
	font-size:12px;
	}
.t13{
	font-size:13px;
	}
.t14{
	font-size:14px;
	}
.t15{
	font-size:15px;
	}
.t16{
	font-size:16px;
	}
.t17{
	font-size:17px;
	}
.t18{
	font-size:18px;
	}
.t19{
	font-size:19px;
	}
.t20{
	font-size:20px;
	}
	
.L{
	text-align:left;
	}
.CNT{
	text-align:center;
	}
.R{
	text-align:right;
	}

/* 共通 */
#container{ 
	width:900px;
	text-align:left;
	margin:0 auto;
	}
#top_box{
	margin-bottom:30px;
	}
#top_box h1{
	float:left;
	font-size:12px;
	font-weight:normal;
	width:814px;
	}
#top_box p.top_btn{
	float:left;
	width:81px;
	background:url(img/head/btn_sitemap.gif) no-repeat 0 1px;
	padding-left:5px;
	}
.top_btn a:hover{
	color:#FFFFFF;
	background:url(img/head/btn_sitemap_on.gif) no-repeat -2px 0px;
	}
h2{
	clear:left;
	font-size:20px;
	margin-bottom:10px;
	}
h2 a{
	color:#333333;
	}
h2 a:hover{
	color:#999999;
	text-decoration:none;
	}

#main_pic{
	width:900px;
	height:329px;
	background:url(img/head/main_pic.jpg) no-repeat;
	}
#main_pic p{ 
	font-size:14px;
	width:200px;
	margin:0 0 0 700px;
	padding-top:150px;
	}


/* ヘッドメニュー部分 */
#head_menu{
	width:900px;
	height:13px;
	margin:20px auto;
	}
#head_menu ul{
	height:13px;
	list-style-type:none;
	text-align:center;
	}
#head_menu ul li.m_01{
	width:127px;
	height:13px;
	float:left;
	background:url(img/head_menu/btn_home.gif) no-repeat;
	}
#head_menu ul li.m_01 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:url(img/head_menu/btn_home_on.gif) no-repeat;
	display:block;
	width:127px;
	}
#head_menu ul li.m_02{
	width:128px;
	height:13px;
	float:left;
	background:url(img/head_menu/btn_menu01.gif) no-repeat;
	}
#head_menu ul li.m_02 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:url(img/head_menu/btn_menu01_on.gif) no-repeat;
	display:block;
	width:128px;
	}
#head_menu ul li.m_03{
	width:132px;
	height:13px;
	float:left;
	background:url(img/head_menu/btn_menu02.gif) no-repeat;
	}
#head_menu ul li.m_03 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:url(img/head_menu/btn_menu02_on.gif) no-repeat;
	display:block;
	width:132px;
	}
#head_menu ul li.m_04{
	width:129px;
	height:13px;
	float:left;
	background:url(img/head_menu/btn_menu03.gif) no-repeat;
	}
#head_menu ul li.m_04 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:url(img/head_menu/btn_menu03_on.gif) no-repeat;
	display:block;
	width:129px;
	}
	
	
/* レフト部分 */
#left{
	width:180px;
	float:left;
	padding:0 10px;
	}
#left ul#left_menu{
	list-style-type:none;
	margin-left:15px;
	}
#left ul#left_menu li{
	width:130px;
	height:15px;
	background:url(img/left/left_btn_menu.gif) no-repeat 0 0px;
	margin-bottom:15px;
	}
#left ul#left_menu li a{
	display:block;
	width:130px;
	}
#left ul#left_menu li a:hover{
	color:#FFFFFF;
	background:url(img/left/left_btn_menu_on.gif) no-repeat;
	display:block;
	width:130px;
	}
#left p.bnr{
width:160px;
	margin:50px auto 0px auto;
	background-color:#FF99CC;
	}
#left p.bnr a:hover img{
	 filter:alpha(opacity=65); /*IE*/ -moz-opacity:0.65; /*FF*/
	}
	
	
/* メイン部分 */
#main{
	float:left;
	width:420px;
	margin-left:20px;
	}
#main div#box_01{
	margin-bottom:20px;
	}
#box_01 h3.title_bg{
	width:400px;
	height:21px;
	background:url(img/top/title01_bg.gif) no-repeat;
	}
#box_01 p{
	font-size:13px;
	width:388px;
	margin:10px auto 0 auto;
	padding:0 12px;
	}
#new{
	padding:0 10px;
	margin-bottom:20px;
	}
#new h3{
	}
#new div#in_box{
	height:200px;
	overflow:auto;
	}
#new div#in_box h4{
	font-size:13px;
	margin:10px auto 5px 15px;
	}
#new div#in_box p{
	font-size:12px;
	margin:0 auto 0 20px;
	}

	
	
	
/* ライト部分 */
#right{
	float:left;
	width:260px;
	}
#right p.bnr{
	margin:0 auto 20px auto;
	background-color:#FFCC00;
	}	
#right p.bnr a:hover img{ filter:alpha(opacity=65); /*IE*/ -moz-opacity:0.65; /*FF*/}
	

/* フット部分 */
#foot{
	width:900px;
	clear:left;
	text-align:center;
	}
#foot p#copy{
	font-size:13px;
	padding-top:20px;
	}
	
		
/* サブページ用 */
#sub_pic{
	width:900px;
	height:150px;
	background:url(img/sub/sub_image.jpg) no-repeat;
	}
#sub_pic p{
	margin:0 20px;
	padding:20px 0;
	font-size:14px;
	}
#sub_main{
	float:left;
	width:680px;
	margin-left:20px;
	}
#sub_main h3{
	width:406px;
	height:25px;
	background:url(img/sub/title_bg.gif) no-repeat;
	padding:5px 0 0 28px;
	margin-bottom:10px;
	}
#sub_main h3.title_r{
	width:406px;
	height:25px;
	background:url(img/sub/title_bg.gif) no-repeat;
	padding:5px 0 0 28px;
	margin-bottom:10px;
	margin-left:200px;
	}
#sub_main div.box{
	clear:left;
	margin: auto 30px auto;
	padding-bottom:30px;
	}	
.box p{
	font-size:14px;
	}
#sub_main p.txt_l{
	width:340px;
	float:left;
	}
#sub_main p.txt_r{
	width:340px;
	float:left;
	margin-left:20px;
	}
#sub_main p.pic_l{
	width:256px;
	float:left;
	}
#sub_main p.pic_r{
	width:256px;
	float:left;
	margin-left:20px;
	}
	
	
/* PR枠 以下削除禁止 */
#pr{
   text-align:left;
	width:900px;
	background-color:#CCCCCC;
	}
#pr p{
	padding-right:10px;
	}
#pr p a{
	color:#666666;
	}
#pr p a:hover{
	text-decoration:none;
	}

	
	
	


