@charset "shift_jis";
/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/




/*-------------------------------------------------------------
	content
-------------------------------------------------------------*/
#text{
	width: 600px;
	padding: 0 100px;
	text-align: left;
}


#text h1{
	margin: 15px 0;
	font-size: 18pt;
	line-height: 200%;
	text-align: left;
	font-weight: normal;
}


#text h2{
	margin-top: 10px;
	border-bottom: 3px solid #f09;
	font-size: 14pt;
	line-height: 200%;
	font-weight: 600;
	text-align: left;
}


#text h3{
	margin-top: 10px;
	border-bottom: 3px solid #2523bc;
	font-size: 14pt;
	line-height: 200%;
	font-weight: 600;
	text-align: left;
}


#text h4{
	margin: 20px 0 10px;
	border-bottom: 1px dotted #2523bc;
	font-size: 11pt;
	line-height: 180%;
	font-weight: 600;
	text-align: left;
}


#top ul{
	list-style: none;
	margin: 15px 0 35px 10px;
}


#top li{
	margin: 20px 0;
	font-size: 13pt;
	font-weight: 600;
	color: #f00;
}

#dl{
	margin-top: 20px;
}


#dlp ul{
	list-style: circle;
	margin: 15px 0 35px 30px;
}


#dlp li{
	margin: 20px 0;
	font-size: 10pt;
}

#tourokubox{
	margin: 10px 0 5px;
	padding: 60px 10px 10px;
	padding-left: 20px;
	background: url(../images/bg_form.jpg) 0 0 no-repeat #65bfe9;
	text-align: left;
}


table#kinokuniyabox{
	margin: 15px 0 10px;
	border-collapse: collapse;
	border-top: 1px solid #2523bc;
	border-left: 1px solid #2523bc;
	text-align: left;
}

#kinokuniyabox th, #kinokuniyabox td{
	padding: 10px;
	border-right: 1px solid #2523bc;
	border-bottom: 1px solid #2523bc;
}

#kinokuniyabox th{
	font-size: 12pt;
	font-weight: 600;
	background: #cf6;
}

#kinokuniyabox td{
	background: #ffc;
}

.dl1 a, .dl2 a, .dl3 a, .dl4 a{
	display: block;
	margin: 5px 0;
	width: 150px;
	height: 50px;
}

.dl1 a{
	background: url(../images/dl1.jpg) no-repeat 0 0;
}
.dl2 a{
	background: url(../images/dl2.jpg) no-repeat 0 0;
}
.dl3 a{
	background: url(../images/dl3.jpg) no-repeat 0 0;
}
.dl4 a{
	background: url(../images/dl4.jpg) no-repeat 0 0;
}

.dl1 a span, .dl2 a span, .dl3 a span, .dl4 a span{
	display: none;
}

.dl1 a:hover, .dl2 a:hover, .dl3 a:hover, .dl4 a:hover{
	background-position: 0 -50px;
}


#howto table{
	border-top: 1px solid #65bfe9;
	border-left: 1px solid #65bfe9;
	border-collapse: collapse;
}

#howto th, #howto td{
	padding: 3px;
	border-right: 1px solid #65bfe9;
	border-bottom: 1px solid #65bfe9;
}


/*---------- fonts ----------*/
.red {
	color: #ff0000;
}


.orange {
	color: #ff9900;
}

.blue {
	color: #0000ff;
}

.pink{
	color: #ff00cc;
}

.gray{
	color: #666666;
}

.big {
	font-size: 12pt;
}


.small {
	font-size: smaller;
}

strong{
	font-size: 12pt;
	font-weight: 600;
}

.underline{
	font-size: smaller;
	text-decoration: underline;
}
