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

* {
	margin:0;
	padding:0;
}

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

img {
	border:0;
}

h1 img {
/* 	width: 83%; */
}

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

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

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

#present_img {
	margin: 20px 0;
	border: 1px solid #DBD2B0;
}

li {
	list-style:none;
}

p {
/* 	margin:30px 0; */
	margin-bottom: 20px;
	font-size:85%;
	line-height:180%;
	color:#605855;
}

.ondes {
	color: #999;
}

.align_center {
	text-align: center;
}


.table {
	width:639px;
	margin:0 auto 40px;
}
.table td {
	text-align:center;
	font-size:70%;
	line-height:100%;
}
.table td strong {
	font-weight:normal;
	display:block;
}
.table td a {
	color:#8F8025;
	text-decoration:none;
}
.table td a:hover {
	text-decoration:underline;
}



/* CSS Document */

h1 {
	margin:40px 0 50px;
	text-align:center;
	background:url(images/top_bg.jpg) repeat-x;
	background-position:left bottom;
	padding:0 0 80px;
}





/* CSS Document */

.right {
	float:right;
	width:265px;
}

#movable-right {
	border:solid 2px #D8D1BE;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 5px;
	background:#FFF;
	padding:13px;
}


.radio {
	background:#F9F7E8;
	padding:5px 5px 5px;
	font-size:80%;
	line-height:100%;
	font-weight:bold;
	border:solid 1px #F9F7E8;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 3px;
}
.radio label {
	display:block;
}

.radio_img {
	margin:10px 0 5px;
}
.radio_img label {
	display:block;
	margin:0 0 0 10px;
}

.radio_text {
	 font-size:70%;
	 line-height:130%;
	 color:#FF3366;
}

#movable-right h2 {
	font-size:80%;
	line-height:100%;
	margin:0 0 10px;
	border-left:solid 5px #D8D1BE;
	border-bottom:dotted 1px #CCC;
	padding:4px 0 3px 6px;
}
#movable-right h2.space {
	margin:20px 0 10px;
}

.radio_code input {
	width:97%;
	padding:3px;
	border:solid 1px #CCC;
	font-size:110%;
}
.radio_code a {
	display:block;
	font-size:70%;
	line-height:130%;
	margin:5px 0 0;
}

#movable-right .button {
	margin:20px 0 0;
}





/* CSS Document */

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

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






/* CSS Document */

.title {
	margin:80px 0 30px;
}


.page_title {
	background:url(images/icon.jpg) no-repeat;
	padding:0 0 0 50px;
	font-size:160%;
	line-height:50px;
	font-weight:bold;
	color:#4F4543;
	margin:30px 0 20px;
}

.page_title2 {
	background:url(images/icon2.jpg) no-repeat;
	padding:0 0 0 50px;
	font-size:160%;
	line-height:50px;
	font-weight:bold;
	color:#4F4543;
	margin:30px 0 20px;
}

.img {
	float:left;
}

.main_right {
	float:right;
	width:65%;
/* 	width:545px; */
}

.small {
	font-size:70%;
}






/* CSS Document */

.copyright {
	border-top:solid 1px #B1ACA6;
	text-align:center;
	padding:20px 0 20px;
	font-size:70%;
	line-height:130%;
	color:#605855;
	margin:30px 0 0;
}

.copyright .link {
	margin:0 0 5px;
}
.copyright .link a {
	color:#605855;
	text-decoration:none;
	margin:0 5px;
}



.img_none .radio {
	margin:0 0 10px;
}

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




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

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}

.center {
	text-align:center;
}