@charset "utf-8";

body {
	margin: 0;
	color:#666;
	line-height:1.4;
	font-size:0.9em;
	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;	
    clear: both; 
    visibility: hidden;
}

h1,h2,dt,dd,dl {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

/*header↓*/

header {
	width: 100%;
	margin: 0;
}

#header_area_wrap {
	width: 100%;
	height: 70px;
	background-image:url(item/bg_head.png);
	background-repeat:repeat-x;
}

img {
	vertical-align: text-bottom;
}

#header_area {
	width: 940px;
	margin: 0 auto;
}
#title{
	font-size:16px;
	font-weight:bold;
	
}

#logo {
	float: left;
}

#header_rimg {
	float: right;
	width: 175px;
	height: 84px;
	margin: 0 10px 0 0;
}


/*header↑*/


/*contents↓*/

#contents_wrap {
	width: 100%;
}

#contents {
	width: 940px;
	margin: 30px auto 0;
}

#contents_box1 {
	width: 940px;
}


/*contents↑*/

#page_top_wrap {
	width: 100%;
}

#page_top {
	width: 940px;
	margin: 0 auto;
	text-align: right;
}

#page_top img {
	vertical-align: text-bottom;
}

footer {
	width: 100%;
	height: 39px;
	background: #00a000;	
}




















