/* CSS Document */

@charset "utf-8";

*{
    margin:0;
    padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width : 100%;
	background-color:#D7F2E2;
	color:#333;
}

a img {
	border: none;
}

h1 {
	font-size:24px;
	font-weight:bolder;
	padding-left:1em;
	padding-top:0.5em;
}

h2 {
	font-size:18px;
	font-weight:bolder;
	padding-left:1em;
	padding-top:1em;
}

h3 {
	padding-left:2em;
}

dl {
	font-size:14px;
}

dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: normal;
	text-indent: 2em;
	line-height: 120%;
	border-bottom: 1px #CCCCCC solid;
}

dl dd {
	padding: 10px 0 10px 7em;
	line-height: 120%;
	border-bottom: 1px #CCCCCC solid;
}


.container{
	width:900px;
	min-width: 820px;
    margin:0px auto;
    position:relative;
	background-image:url(../img/bkcolor_main.png);
	background-position:center;
	background-repeat:repeat-y;
	/* text-align:center; */
}

.box_ll {
	width:800px;
	margin: 0 0 15px 30px;
	padding: 0 10px 10px;
}

.box_l {
	width:500px;
	height:240px;
	margin: 0 0 15px 320px;
	padding: 0 10px 10px;
	/* border: 7px #EEEEEE solid; */
}

.box_img {
	padding-left:2em;
	text-align:center;
	float:left;
	height:240px;
	width:280px;
}

.info {
	text-align:center;
	color:#333;
	margin-top:50px;
	padding-bottom:20px;
}


