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




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



#main h2{
	margin: 20px 0;
	font-size: 13pt;
	font-weight: 700;
	text-align: left;
	line-height: 165%;
	color: #f39;
}

#main h2 strong{
	padding: 6px 0 4px;
	background: #f39;
	color: #fff;
}
/*-------------------------------------------------------------
	#howto
-------------------------------------------------------------*/
#howto{
	margin: 20px 0;
	padding: 10px 0;
	background: #ffc;
}


#howto h3{
	display: inline;
	margin-left: 1em;
	padding: 3px 0;
	background: #f12e9c;
	font-size: 11pt;
	font-weight: 600;
	color: #fff;
}

#howto ol{
	margin: 10px 5px 5px 35px;
}

#howto ol li{
	margin-bottom: 15px;
}

#howto table{
	width: 90%;
	margin: 0px auto 15px;
	padding-top: 10px;
	border-top: 2px dotted #f12e9c;
	border-bottom: 2px dotted #f12e9c;
}

#howto th{
	padding: 3px;
	font-size: 9pt;
	font-weight: normal;
	background: #cc9;
}

#howto p{
	margin: 0 30px;
	font-size: 10pt;
}
/*-------------------------------------------------------------
	#book_intro
-------------------------------------------------------------*/
#book_intro{
	margin: 20px 0;
	padding: 10px 0;
	background: url(../image/bg_book.gif) repeat-y top left #000;
}

#book_intro h3{
	overflow: hidden;
	margin: 0 10px 12px;
	padding: 7px 0;
	background: #90278E;
	font-size: 12pt;
	font-weight: 600;
	color: #fff;
}

#book_intro p{
	margin: 0 10px 20px 25px;
}

#book_intro ul{
	margin: 10px 0 20px 40px;
}

#book_intro .ul1{
	color: #f00;
}

#book_intro .ul2{
	font-size: 13pt;
	font-weight: 600;
	line-height: 180%;
	color: #f00;
}
/*-------------------------------------------------------------
	#message
-------------------------------------------------------------*/
#message {
	width: 100%;
	margin: 25px 0;
	padding: 16px 0 40px 0;
	background: #ffc;
}

#message h4{
	margin: 0 20px;
	border-bottom: 3px solid #f12e9c;
	font-size: 14pt;
	line-height: 180%;
	font-weight: 600;
	text-align: left;
	color: #f12e9c;
}

#message div {
	background-image: url(../image/message_line.gif);
}

#message div p {
	margin: 24px 20px 0 20px;
	line-height: 24px;
}

#message img{
	float: right;
	margin: 0 20px 5px 10px;
}
/*-------------------------------------------------------------
	#profile
-------------------------------------------------------------*/
#profile{
	margin: 10px 0;
	padding: 15px 0 10px;
	background: #ffc;
	text-align: left;
}

#profile p{
	margin: 0 15px 5px 15px;
}

#profile h3{
	margin: 5px 15px 0 15px;
	font-size: 11pt;
	font-weight: 600;
	text-align: left;
	color: #f39;
}

#profile h4{
	margin: 5px 15px 10px 15px;
	border-bottom: 4px solid #f39;
	font-size: 12pt;
	line-height: 180%;
	font-weight: 600;
	text-align: left;
}

#profile dl{
	margin: 0 15px 5px 15px;
}

#profile dt{
	margin-top: 15px;
	font-weight: 600;
}

#profile dd{
	margin-left: 1em;
}
/*-------------------------------------------------------------
	#dm6
-------------------------------------------------------------*/
#dm6{
	margin: 20px 0;
	padding: 0 0 10px 0;
	border-top: 2px dotted #f90;
	border-bottom: 2px dotted #f90;
}

#dm6 h3{
	overflow: hidden;
	padding: 5px;
	margin: 0 0 10px 0;
	background: #ffc;
	font-size: 13pt;
	font-weight: 600;
	color: #f60;
}

#dm6 img{
	margin-top: 10px;
}

/*-------------------------------------------------------------
	.app
-------------------------------------------------------------*/
.app a{
	display: block;
	margin: 15px 0;
	width: 600px;
	height: 80px;
	background: url(../image/app.jpg) no-repeat 0 0;
}

.app a span{
	display: none;
}

.app a:hover{
	background-position: 0 -80px;
}
/*-------------------------------------------------------------
	.dl
-------------------------------------------------------------*/
.dl a{
	display: block;
	margin: 15px 0;
	width: 600px;
	height: 80px;
	background: url(../image/dl.jpg) no-repeat 0 0;
}

.dl a span{
	display: none;
}

.dl a:hover{
	background-position: 0 -80px;
}


/*---------- .right/.clear ----------*/
.right{
	float: right;
	margin-left: 10px;
}

.clear{
	clear: both;
}

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


.orange {
	color: #ff9900;
}

.blue {
	color: #0000ff;
}

.pink{
	color: #f12e9c;
}

.gray{
	color: #666666;
}

.big {
	font-size: 12pt;
}


.small {
	font-size: smaller;
}

strong{
	font-size: larger;
	line-height: 200%;
	font-weight: 600;
}

.underline{
	text-decoration: underline;
}

.bold600{
	font-weight: 600;
}

.f11{ font-size: 11pt; line-height: 165%;}
.f12{ font-size: 12pt; line-height: 165%;}
.f13{ font-size: 13pt; line-height: 165%;}
.f14{ font-size: 14pt; line-height: 165%;}
.f15{ font-size: 15pt; line-height: 165%;}

.f11-b{ font-size: 11pt; font-weight: 600; line-height: 165%;}
.f12-b{ font-size: 12pt; font-weight: 600; line-height: 165%;}
.f13-b{ font-size: 13pt; font-weight: 600; line-height: 165%;}
.f14-b{ font-size: 14pt; font-weight: 600; line-height: 165%;}
.f15-b{ font-size: 15pt; font-weight: 600; line-height: 165%;}