@charset "utf-8";

*{
	font-family: "Verdana",sans-serif;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
	}
body{
	font-size: 75%;/*12px*/
	/* ++ */
	/*font-size: 79.5%;*//*10.1px*/
	/*font-size: 110%;*//*13.2px*/
	/*font-size: 120%;*//*14.3px*/
	color: #736571;
	line-height: 1.5;
	letter-spacing:1px;
	text-align: left;
	background: url("img/bg.gif") repeat-y left #fff;
	height:100%;
	}

a{ color: #3da0c0;}
a:hover{ text-decoration: none;}
h1, h2, h3, h4, h5, h6{	font-size: 100%;}
ul,li,dl,dt,dd{ list-style: none;}
img{ border: 0; vertical-align: bottom;}
a img{ border: 0; overflow: hidden;}
p{ margin: 0 0 1.2em 0;line-height: 1.5;}
table{border:0; border-collapse:collapse; border-spacing: 0;}
hr{height: 1px; border:0; border-bottom: 1px; color: #d5d4cc; background: #d5d4cc;}
textarea{
	font-size: 100%;
	}
.clfx{
	zoom:1;/*for IE 5.5-7*/
	min-height: 1px;
	}	
.clfx:after{/*for modern browser*/
	content:".";
	display: block;
	clear:both;
	height: 1px;
	margin-top: -1px;
	visibility:hidden;
	}
.clr{clear: both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
.fleft{float:left;}
.fright{float:right;}



#container{
	width: 720px;
	padding: 30px 0 0 80px;
	background: url("img/title_bg.gif") no-repeat left top;
	}
h1{
	margin-bottom: 60px;
	}
.next{
	border: 4px solid #fff;
	margin-bottom: 50px;
	}
	.next .inner{
		margin: 2px;
		border: 2px solid #ffe3f0;
		}
		.next .inner div{
			font-size: 120%;
			padding: 30px 50px;
			}
			.next .inner div h3{
				font-size: 24px;
				font-weight: bold;
				color:#CC0000;
				}
			.next .inner div table.limitover,
			.next .inner div table.limitover a{
				color: #ccc;
				}
				.next .inner div table th{
					width: 5em;
					vertical-align: top;
					}
				.next .inner div table td{
					vertical-align: top;
					padding-bottom: 10px;
					}
				.next .inner div table td span{
					font-size: 10px;
					}
	
.cont{
	font-size: 120%;
	padding: 10px 15px 35px;
	}
	.cont .large{
		font-size: 150%;
		}
	.cont dl{
		padding-top: 20px;
		}
	.cont dt{
		font-weight: bold;
		}
	.cont dd{
		display: block;
		padding: 0 3px 3px 20px;
		margin: 5px 0 10px 5px;
		border-left: 1px solid #ccc;
		}

#form{
	border: 4px solid #fff;
	margin-bottom: 50px;
	}
	#form .inner{
		margin: 2px;
		border: 2px solid #ffe3f0;
		}
		#form .inner .sec_inner{
			font-size: 120%;
			padding: 30px 50px 150px;
			margin-bottom: 0;
			background: url("img/form_bg.gif") no-repeat left bottom;
			}


#kihu{
	border: 2px double #ffe3f0;
	padding: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	}
	#kihu p{
		font-size: 16px;
		}





