@charset "UTF-8";

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

html{
	overflow-y: scroll;
}

/*--Layout--*/
*{
	font-family: "meiryo";
}

body{
	background: #c4d4c4;
	color: #666666;
}

a:hover{
	opacity: 0.6;
	font-weight: bold;
}

/*header*/
#header{
	border-bottom: #23a12f 5px solid;
	height: 80px;
	position: relative;
}

#header h1{
	padding: 2px 0 0 0;
	text-align: center;
	font-weight: normal;
	width: 50%;
	height: 60px;
	font-size: 12px;
}

#header .logo{
	position: absolute;
	top: 20px;
	left: 20px;
}

/*container*/
#container{
	background: #ffffff;
	width: 1000px;
	margin: 8px auto 0;
}

#wrapper{
	width: 750px;
	margin: 10px auto 30px;
}

h2 img{
	display: block;
	margin: 0 auto;
}

/*--img,text--*/
h3{
	text-align: center;
	background: #c4d4c4;
	color: #ffffff;
	margin: 5% 0 0;
}

a.button{
	width: 400px;
/*	height: 40px;*/
	margin: 0 auto;
	display: block;
	clear: both;
	background: #23a12f;
	color: #ffffff;
	text-align: center;
	padding: 1%;
	border-radius: 10px;
}

.text{
	margin: 40px 0 0 260px;
	clear: both;
}

.img4{
	margin-top: 5%;
}

/*lineup*/
h4{
	font-size: 16px;
	padding: 0 0 0 10px;
	border-left: 8px #33b02c solid;
	border-bottom: 1px #cccccc solid;
}

.box{
	width: 350px;
	display: inline;
	float: left;
	margin: 0 20px 20px 15px;
}

.box2{
	width: 350px;
	display: inline;
	float: left;
	margin: 0 0 20px 0;
}

.box img, .box2 img{
	display: inline;
	float: left;
	border: 1px #cccccc solid;
	margin: 0 10px 0 0;
}

.box p, .box2 p{
	font-size: 14px;
	line-height: 1.4;
}

/* introduction */
#introduction{
	border: 2px dotted #23a12f;
	margin: 5% 14% auto;
}

#introduction p{
	font-size: 80%;
	margin: 0 auto 16px auto;
	line-height: 1.5em;
	padding: 0 4%;
}

#introduction h5{
	font-size: 120%;
	text-align: center;
	margin: 3% auto;
}

/*footer*/
#footer{
	padding: 20px 0 0;
	text-align: center;
	font-size: 12px;
}
