@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:footer;}

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

q:before,q:afooterer{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;
	height: 100%;
	color:#222;
	line-height:1.4;
}

caption,th {text-align:footer;}
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 */

/* clearfix */
.allclear {
	clear: both;
	font-size: 1px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}
.clearfix:footerer {  
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} 
 
 /***********************
		layout
 ***********************/
 
body{
	background:#fff;
	word-break:break-all; font-size-adjust:none; -webkit-text-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height: 1.5; text-align:left; font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif; color:#333; font-size:1em;
}

#right a{
	color:#333;
	text-decoration:none;
}

#right a:hover{
	text-decoration:underline;
}


#left a, footer a{
	color:#036cb5;
	text-decoration:underline;
}


header{
	width:100%;
	position:relative;
}


header h1{
	width:900px;
	font-size:35px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:70px;
	left:30px;
	text-shadow:
		0px 1px 3px rgba(29,68,15,1),
		0px 1px 7px rgba(29,68,15,0.2);
}

h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px;
	color:#fff;
	background:#5ba34c;
	border:1px solid #cdcdcd;
	border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

#bace{
	width:900px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	overflow:hidden;
	clear:both;
	background:#FFF;
}

#head_img{
	margin-right:15px;
	width:100%;
	clear:both;
}

#right{
	float:right;
	width:600px;
	border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
	border:1px solid #f6dcc2;
	background:#feffe0;
	margin:30px 0 0 0;
}

#right a{
	font-size:80%;
	background:url(../images/folda.png) no-repeat top 5px left ;
	padding-left:15px;
}

#right ul{
	margin:0 0 10px 0;
	padding:5px 0;
}

#right li{
	padding:7px 10px 0 10px;
}

#right h3{
	color:#5ba34c;
	font-weight:bold;
	font-family:"メイリオ", serif;
	padding:7px 10px;
	font-size:90%;
}


#left{
	float:left;
	width:250px;
	margin:30px 0 0 0;
}

#left ul{
	margin-bottom:20px;
}

#left p,#left ul{
font-size:85%;
line-height:2em;
padding:15px;
}

.pager_link{
width:100%;
font-size:85%;
line-height:2em;
margin-top:20px;
padding:15px;
text-align:center;
}

.pager_link a{
	padding:0 10px;
}

footer{
	text-align: center;
	width:900px;
	margin:0 auto;
	padding:20px 0;
	font-size:70%;
	background:#fff;
	border-top:1px solid #ccc;
}

