@charset "shift_jis";

/**************************************************************************************************
 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;
}

.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;
}  





/* 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;
} 
 
/* link */

a{
	color:#000000;
}

a:hover{
	color:#cccccc;
}

/***********************
		layout
 ***********************/
 
body{
	background:url(/images/bg.jpg) center top  no-repeat #ffffff;
}

#headerPart{
	margin-bottom:15px;
}

h1{
	color:#000000;
	font-size:20px;
	font-weight:bold;
}

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

h2{
	color:#607A24;
	font-size:20px;
	margin-bottom:10px;
}

#all{
	width:960px;
	margin:0 auto 30px;
}

#contentBox{
	width:960px;
}

#topImg{
	float: right;
	width:680px;
	height:281px;
	margin:15px 0 25px 0;
	display:inline;
}

#topImg p{
	background:url(/images/imgMain.jpg) left top no-repeat;
	text-indent:-9999px;
	height:281px;
	width:418px;
	margin-left:15px;
}

#sideBox{
	float: left;
	margin:15px;
	padding:9px;
	display:inline;
	width:220px;
}

#sideBox li{
	margin-bottom:10px;
}

#sideBox p{
	color:#607a24;
	font-size:17px;
	margin-bottom:8px;
	border-bottom:solid 1px #607a24;
	font-weight:bold;
}

#main_box{
	float:right;
	width:680px;
	margin-right:10px;
	display:inline;
}

#main_box li{
	float:left;
	margin-right:10px;
	display:inline;
}

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

#mainPage{
	padding:10px;
}

#footerPart{
	text-align: center;
	padding:25px;
	background:#ffffff;
}

#footerPart a{
	font-weight:bold;
}


