@charset "utf-8";
/* CSS Document */

/****   初期設定   ****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
	font: "ＭＳ ゴシック", "Osaka－等幅";
	color: #656565;
	font-size:12px;
	line-height: 1.5em;
	}

ul,li{
	list-style:none;
	}
	
li img{
	vertical-align:bottom;
	}

th{
	font-weight:normal;
	}
	
p{
	margin:5px;
	}

/****   枠設定   ****/

#wrapper{
	width:870px;
	margin:0 auto;
	border:1px solid #92d050;
	}
	
/****   ヘッダー   ****/

#header{
	width:870px;
	border-bottom:1px solid #92d050;
	}

#title_img{
	float:left;
	margin:10px 0 0 20px;
	}

#contact_img{
	float:right;
	margin-right:20px;
	}
	
#header ul{
	clear:both;
	}

#header li{
	float:left;
	margin-top:10px;
	}
	
/****   中身＆サイドメニュー   ****/
	
#main{
	border-top:1px solid #92d050;
	overflow:hidden;
	}
	
/****   サイドメニュー   ****/
	
#sidemenu{
	float:left;
	width:220px;		
	background:url(../image/main_back.gif) top repeat-x;
	}
	
#side_1{
	margin-top:5px;
	}
	
#side_2{
	margin:5px 0 0 5px;
	}
	
#side_2 li{
	margin-bottom:6px;
	}
	
#side_3{
	background:url(../image/side_menu_3_back.gif) center no-repeat;
	margin-left:5px;
	width:160px;
	height:142px;
	padding:20px;
	}
	
/****   メイン   ****/
	
#contents{
	width:650px;
	padding-top:5px;
	float:right;		
	background:url(../image/main_back.gif) top repeat-x;
	}
	
/****   フッター   ****/
	
#footer{

	clear:both;
	
	}
	
#footer ul{

	margin:0 10px 10px 0;
	_margin:0 5px 5px 0;
	float:right;
	overflow:hidden;
	
	}
	
#footer li{

	float:left;
	margin-right:-1px;
	padding:0 5px;
	border-right:1px solid #656565;
	
	}
	
#footer p{

	clear:both;	
	text-align:center;
	
	}