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




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

#main h2{
	margin: 30px 0 15px;
	font-size: 14pt;
	font-weight: 700;
	text-align: left;
	line-height: 165%;
	color: #f12e9c;
}

#main h2 strong{
	padding: 6px 0 4px;
	background: #ff0;
	color: #000;
}
/*-------------------------------------------------------------
	#fair1
-------------------------------------------------------------*/
#fair1{
	width: 100%;
	margin: 20px 0;
	padding: 10px 0;
	background: #000;
}

#fair1 h3{
	overflow: hidden;
	margin: 0 10px 12px;
	padding: 3px;
	background: #fff;
	font-size: 12pt;
	font-weight: 600;
	color: #333;
}

#fair1 table{
	margin-left: 10px;
	color: #eee;
}

#fair1 th{
	padding: 3px;
	font-size: 8pt;
}

#fair1 td{
	padding: 3px;
}

/*-------------------------------------------------------------
	#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;
}
/*-------------------------------------------------------------
	#book
-------------------------------------------------------------*/
#book{
	margin: 10px 0;
}

#book th{
	font-size: 8pt;
	text-align: center;
}

.thA{
	background: #333;
	color: #eee;
}

.thB{
	background: #eee;
	color: #333;
}

#book td{
	font-size: 8pt;
	text-align: left;
}
/*-------------------------------------------------------------
	#fair2
-------------------------------------------------------------*/
#fair2{
	width: 100%;
	margin: 20px 0 5px 0;
	padding: 10px 0;
	background: #ffc;
}

#fair2 h3{
	overflow: hidden;
	margin: 0 10px 12px;
	padding: 3px;
	background: #000;
	font-size: 12pt;
	font-weight: 600;
	color: #eee;
}

#fair2 p{
	margin: 0 10px;
	color: #333;
}
/*-------------------------------------------------------------
	#storelist
-------------------------------------------------------------*/
#storelist {
	width: 100%;
	margin: 5px 0;
	padding: 16px 0 40px 0;
	background: #cf9;
}

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

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

#storelist div p {
	margin: 24px 20px 0 20px;
	line-height: 24px;
}
/*-------------------------------------------------------------
	#bw
-------------------------------------------------------------*/
#bw{
	margin: 20px 0;
	padding: 0 0 10px 0;
	border-top: 2px double #666;
	border-bottom: 2px double #666;
}

#bw h3{
	overflow: hidden;
	padding: 5px;
	margin: 0 0 10px 0;
	background: #ccc;
	font-size: 13pt;
	font-weight: 600;
	color: #333;
}
/*-------------------------------------------------------------
	#profile
-------------------------------------------------------------*/
#profile{
	margin: 10px 0;
	padding: 10px 0;
	background: #ffc;
	text-align: left;
}

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

#profile h4{
	margin: 5px 0 10px;
	border-bottom: 1px dotted #80d13a;
	font-size: 11pt;
	line-height: 180%;
	font-weight: 600;
	text-align: left;
}
/*-------------------------------------------------------------
	.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;
}


/*---------- .right/.clear ----------*/
.right{
	float: right;
	margin: 0 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%;}