@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:100%;
	line-height:150%;
}

img {
	border:0;
}

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

.width {
	width:850px;
	margin:0 auto;
}

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

li {
	list-style:none;
}





/* CSS Document */

.head {
	font-size:90%;
	line-height:140%;
	background:#333333;
	color:#FFF;
	text-align:center;
	padding:10px 0 9px;
}

h1 {
	text-align:center;
	margin:40px 0 40px;
}





/* CSS Document */

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

.left p {
	margin:0 0 30px;
}

.left ul {
	margin:50px 0 50px 30px;
}
.left ul li {
	list-style:disc;
	font-weight:bold;
	margin:10px 0;
}

.left .title {
	font-size:180%;
	line-height:130%;
	font-weight:bold;
	color:#AB3F24;
	border-bottom:solid 2px #AB3F24;
	margin:70px 0 30px;
	padding:0 0 5px;
}

.left .sub_title {
	font-size:130%;
	line-height:130%;
	font-weight:bold;
	border-bottom:dotted 1px #CCC;
	margin:50px 0 20px;
	padding:0 0 5px;
}
.left .start {
	margin-top:30px;
}





/* CSS Document */

.main {
	margin-top:-10px;
}

.main p {
	margin:0 0 25px;
}

.main ul {
	margin:50px 0 50px 30px;
}
.main ul li {
	list-style:disc;
	font-weight:bold;
	margin:10px 0;
}

.main .title {
	font-size:180%;
	line-height:130%;
	font-weight:bold;
	color:#AB3F24;
	border-bottom:solid 2px #AB3F24;
	margin:70px 0 30px;
	padding:0 0 5px;
}

.main .sub_title {
	font-size:130%;
	line-height:130%;
	font-weight:bold;
	border-bottom:dotted 1px #CCC;
	margin:50px 0 30px;
	padding:0 0 5px;
}
.main .start {
	margin-top:30px;
}

.main ol {
	margin:30px 0 30px 20px;
}
.main ol li {
	background:url(../images/check_1.jpg) no-repeat;
	background-position:left center;
	font-weight:bold;
	margin:0 0 5px;
	padding:15px 0 15px 40px;
	border-bottom:dotted 1px #CCC;
}

.main .big {
	font-size:180%;
	line-height:130%;
	font-weight:bold;
}
.main .big2 {
	font-size:150%;
	line-height:130%;
	font-weight:bold;
	margin:50px 0;
}
.main .big3 {
	font-size:150%;
	line-height:130%;
	font-weight:bold;
	margin:50px 0;
	color:#AB3F24;
}
.main .big4 {
	font-size:130%;
	line-height:130%;
	font-weight:bold;
	margin:50px 0 10px;
}


.button_1 {
	text-align:center;
	margin:50px 0 0;
}
.button_2 {
	text-align:center;
	margin:20px 0 0;
}
.text {
	font-size:80%;
	line-height:130%;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px;
}
.card {
	text-align:center;
}
.text2 {
	font-size:80%;
	line-height:130%;
	font-weight:bold;
	text-align:center;
	margin:0 0 50px;
}





/* CSS Document */

.right {
	width:220px;
	padding:10px;
	float:right;
	border:solid 3px #DDD;
	-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 5px;
}

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

.right .name {
	text-align:center;
	font-size:120%;
	line-height:100%;
	font-weight:bold;
}
.right .name strong {
	font-size:50%;
}

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

.right .sub_title {
	font-size:80%;
	line-height:150%;
	font-weight:bold;
	text-align:center;
	margin:40px 0 20px;
}

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


.right dl.book {
	text-align:center;
	font-weight:bold;
}






/* CSS Document */

.footer {
	padding:20px 0;
	margin:40px 0 0;
	text-align:center;
	border-top:dotted 1px #CCC;
}

.link {
	font-size:75%;
	line-height:130%;
	margin:0 0 10px;
	color:#666;
}
.link a {
	color:#000;
	text-decoration:none;
}
.link a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	font-size:70%;
	line-height:130%;
}






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

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}

.center {
	text-align:center;
}