@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:110%;
	line-height:160%;
	color:#333333;
}

img {
	border:0;
}

a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.width {
	width: 850px;
	margin: 0 auto;
/*	font-size: 14px;*/
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

li {
	list-style:none;
}





/* CSS Document */

.top_banner {
	text-align:center;
	margin:50px 0;
}


.line {
	border-bottom:solid 5px #95CA54;
	margin:30px 0 50px;
}





/* CSS Document */

.left {
	width:590px;
	float:left;
}

.left p {
	margin: 30px 0;
	font-size: 18px;
}

.left .title_box dt {
	font-size:160%;
	line-height:130%;
	font-weight:bold;
	margin:0 0 5px;
	color: #000;
}
.left .title_box dd {
	margin: 0 0 50px;
	font-size: 18px;
}



/* CSS Document */

.right {
	width:220px;
	padding:10px;
	float:right;
	background:#E0EFD5;
	border:solid 1px #4F7A2E;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 10px;
}

.right .title {
	text-align:center;
/*	font-size:90%;*/
	line-height:130%;
	font-weight:bold;
	margin:0 0 15px;
}

.right .img {
	text-align:center;
	margin:0 0 5px;
}

.right p {
	font-size:80%;
	line-height:150%;
	margin:0 0 10px;
}

.right dl dt {
	text-align:center;
	margin:20px 0 0;
}
.right dl dd {
	text-align:center;
	font-size:70%;
	line-height:150%;
	font-weight:bold;
}



/* CSS Document */

.main .title {
	text-align:center;
	font-size:200%;
	line-height:130%;
	font-weight:bold;
	margin:60px 0 30px;
	color:#003399;
}

.main p {
	margin: 30px 0;
/*	font-size: 16px;*/
}

.main .session {
	margin:50px 0;
}
.main .session dt {
	font-size:180%;
	line-height:130%;
	font-weight:bold;
	margin:30px 0;
	color: #000;
}
.main .session dd {
	margin: 0 0 50px;
/*	font-size: 16px;*/
}

.main .bikou {
	margin:-20px 0 50px;
}

.main .goods {
	text-align:center;
}


.kessai {
	text-align:center;
	margin:50px 0;
}

.title_a {
	font-size:200%;
	line-height:130%;
	margin:0 0 10px;
}

.title_b {
	font-size:200%;
	line-height:130%;
}
.title_b strong {
	font-size:110%;
	color:#FF0000;
}

.btn_a,.btn_b {
	margin:20px 0 10px;
}


/* CSS Document */


.footer {
	font-size:90%;
	line-height:130%;
	color:#666;
	text-align:center;
	margin:-30px 0 15px;
}
.footer p {
	margin:5px 0;
}

.footer a {
	margin:0 0 0 10px;
	color:#666;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}






.check_1 {
	margin:40px 0 40px 20px;
}
.check_1 li {
	background:url(../images/check_2.jpg) no-repeat;
	padding:10px 0 10px 50px;
	background-position:left center;
	font-size:120%;
	line-height:100%;
	font-weight:bold;
	margin:10px 0;
}

.check_2 {
	margin:40px 0 40px 20px;
}
.check_2 li {
	background:url(../images/check_1.jpg) no-repeat;
	padding:10px 0 10px 40px;
	background-position:left center;
	font-size:120%;
	line-height:100%;
	font-weight:bold;
	margin:10px 0;
}




/* ################## Color Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}
