@charset "utf-8";
	
	/* common css */
	
	/* reset styles
	============================================================================================================*/
	h1, h2, h3, h4, h5, h6, p, a, address, em, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	img {
		border: 0;
		vertical-align: bottom;
	}
	input,textarea {
		font-size: 100%;
	}
	address {
		
		font-style: normal;
	}
	li{
		list-style:none;
	}
	hr {
		display: none;
	}
	
	
	/* link
	============================================================================================================*/
	a:link,a:visited {color: #fb9900; text-decoration:underline;}
	a:hover,a:active {color: #fb9900; text-decoration:underline;}
	
	
	/* body
	============================================================================================================*/
	body {
		margin: 0;
		padding: 0;
		color: #1A1A1A;
		line-height: 1.4;
		font-size: 90%;
		font-family:"ＭＳ Ｐゴシック","Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
		background: url(../common_images/body_bg.gif) repeat-x;
	}
	
	
	/* wrap
	============================================================================================================*/
	div#wrap{
		width:100%;
	}
	
	/* header
	============================================================================================================*/
	div#header {
		width: 800px;
		margin:19px auto 6px;
		overflow:hidden;
	}
	div#header h1 {
		padding: 2px 10px 0 6px;
		float:left;
	}
	div#header p{
		width:310px;
		padding-top:27px;
		float:left;	
		}
	div#container address img{
		position:absolute;
		right:4px;
		top:-52px;
		z-index:50;
	}
	
	/* container
	============================================================================================================*/
	div#container_box{
		width: 800px;
		margin:0 auto;
		background:url(../common_images/container_box_bg.jpg) repeat-y;
		position:relative;
	}
	div#container_box address img{
		position:absolute;
		right:4px;
		top:-52px;
	}
	div#container{
		background:url(../common_images/container_bg.jpg) no-repeat;
		overflow:hidden;
		zoom:1;	
		}
	
	/* contents
	============================================================================================================*/
	
	div#contents{
		width:536px;
		float:left;
	}
	
	
	/* main_images
	============================================================================================================*/
	div#main_images p.main_text_01{
		padding:5px 0 0 7px;
	}
	div#main_images p.main_text_02{
		padding:222px 0 25px 197px;
	}
	
	div.content_left h2{
		padding-bottom:10px;
	}
	div.content_left{
		width:270px;
		float:left;
	}
	div.content_left p,div.content_left li{
		padding-left:20px;
	}
	
	div.content_left li{
	list-style:disc;
	list-style-position:inside;
	}
	div.contents_right{
		width:250px;
		margin:24px 5px 0 0!important;
		float:right;
		display:inline;
	}
	
	/* navigation{
	============================================================================================================*/
	
	ul#navigation{
		overflow:hidden;
		margin:6px 0 10px;
		padding:0;
	}
	ul#navigation li{
		float:left;
		margin-right:4px;
	}
	ul#navigation li.last{
		margin-right:0;
		}	
	
	
	/* side
	============================================================================================================*/
	div#side{
		width:257px;
		margin-right:4px;
		float:right;
		display:inline;
		
	}
	div#side p.main_text_02{
		padding:82px 0 68px 12px;
	}
	
	div#side h3{
		padding:0 0 10px 22px;
	}
	div#side h4{
		width:230px;
		margin:0 auto;
		background:url(../common_images/side_h4.gif) no-repeat center;
		padding:5px 0;
		text-indent:23px;
	}
	div#side div#feed{
		width:230px;
		margin:0 auto;
		padding:10px;
	}
	div#side div#feed li{
		background: url(../common_images/side_icon.gif) no-repeat 0 5px;
		padding: 2px 0 1px 10px;
		margin-left: 10px;
		text-align: left;
		list-style:none;
		font-size:80%;
	}
	
	
	/* footer
	============================================================================================================*/
	div#footer_box{
		width:100%;
		background:#ffbc00 url(../common_images/footer_bg.gif) repeat-x top;
		clear:both;
		}
	div#footer{
		width:800px;
		margin:0 auto;
		background:url(../common_images/footer_bg_top.gif) top no-repeat;
		position:relative;
		}
	div#footer p.footer_text01{
		padding:28px 0 0 6px;
	}
	div#footer p.footer_text02{
		padding:8px 0 0 6px;
	}
	div#footer p.footer_text03{
		position:absolute;
		right:199px;
		top:13px;
	}
	div#footer p.footer_text04{
		position:absolute;
		right:22px;
		top:33px;
		}
	div#footer p.copyright{
		padding:10px 0 20px 6px;
	}
	
