@import "reset.css";

/**************************************************************************************************
 reset
**************************************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;font-size: 100%;}

fieldset,img{border:0;vertical-align: middle;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li{list-style:none;}caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}

sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}

input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

hr{display: none;}

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	
}
body {
	/* font:13px "メイリオ","Meiryo","ＭＳ ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif; */
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #fff;
	height: 100%;
	color:#222;
	line-height:1.4;
}

caption,th {text-align:left;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}
input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}


a,button,form,input{
	outline:none;
}




/* link */
a:link , a:visited , a:active{
	color: #6e6e6e; text-decoration: underline;
}

a:hover {
	color: #7CB204; text-decoration: underline;
}

/* clearfix */
.allclear {
	clear: both;
	font-size: 1px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}
.clearfix:after {  
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} 
 
 /***********************
		layout
 ***********************/
 
body{
	background:url(/images/line.gif) repeat-x #ffffff;
}

#hd{
	height:100px;
	margin:30px 0;
	background:url(/images/head_img.jpg) repeat-x;
}

h1{
	color:#000000;
	padding:0;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

#hd h1{
	color:#ffffff;
	padding:35px;
	font-size:20px;
	font-weight:bold;
}

h2{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(/images/dot.gif) bottom repeat-x;
	color:#618B0D;
}

#container{
	width:840px;
	margin:0 auto 30px;
}

#key_img{
	float:left;
	margin-right:15px;
}

#sub{
	float: right;
	width:180px;
}

#main_box ul{
	margin-bottom:10px;
}

#main_box{
	width:430px;
}

#main{
	float: left;
}

#ft{
	background:url(/images/line2.gif) top repeat-x #ffffff;
	text-align: center;
	padding:30px;
}

#ft a{
	font-weight:bold;
}

#sub ul{
	margin-bottom:5px;
}

#sub li{
	margin-bottom:8px;
}

#sub p{
	color:#618B0D;
	padding-bottom:10px;
	background:url(/images/dot.gif) bottom repeat-x;
	font-weight:bold;
}




