/* common
-------------------------------------------------------- */

.f12px {
	font-size: 12px;
	line-height: 150%;
}

.f14px {
	font-size: 14px;
	line-height: 150%;
}

.kakaku {
	font-size: 120%;
	color: #FF0000;
}
.hapikakaku {
	font-size: 120%;
	color: #FFFFFF;
}

.red {
	color: #FF0000;
}

.comment {
	margin: 8px 5px 8px 5px;
	padding: 5px;
	text-align: left;
}
.comment p {
	margin: 0px;
}
.comment2 {
	margin: 8px 5px 8px 20px;
	padding: 5px;
	text-align: left;
}
.comment2 p {
	margin: 0px;
}
.comment3 {
	margin: 8px 20px 8px 20px;
	padding: 2px 5px 2px 5px;
	text-align: left;
}
.comment3 p {
	margin: 0px;
}
.line { border: 1px #999999 solid;}

.line_blue { border: 1px #0066FF solid;}

.dotline {
	border-bottom: 1px dotted #000000;
}

h3 {
	margin: 15px 0 15px 0;
	padding: 0px 0px 15px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #63BA21;
	text-align: center;
	color: #63BA21;
	vertical-align: bottom;
	font-size: 18px;
}

h4 {
	padding: 0px 0px 0px 10px;
	border-left:#009900 5px solid;
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-weight:bold;
}

h3.f16 {
	font-size: 16px;
}

.line_dot {
	border: 1px #666666 dotted;
	padding: 10px;
}
.line_dot_y {
	border: 1px #666666 dotted;
	background-color: #FFFFCC;
	padding: 10px;
	font-size: 14px;
}

p.link a:link{
	color: #0000FF;
	text-decoration:none;	
}
	
p.link a:visited{
	color: #990000;
	text-decoration:none;
}
	
p.link a:hover,a:active{
	color: #0000FF;
	text-decoration:underline;
}
.link a:link{
	color: #0000FF;
	text-decoration:none;	
}
	
.link a:visited{
	color: #990000;
	text-decoration:none;
}
	
.link a:hover,a:active{
	color: #0000FF;
	text-decoration:underline;
}


.margin_l25 {
	margin-left: 25px;
}
table.p {
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	margin-right:5px;
}
li,ol{
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	margin-right:20px;
}
.tab1 {
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	margin-left:5px;
	margin-right:5px;
}
.sub1 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin: 5px;
	width: 150px;
	border: 1px solid #993300;
	background-color: #FFFF99;
	padding: 2px;
}
.sub2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	margin: 5px;
}
.line_brown {
	border: 1px solid #663300;
	text-align: left;
	margin: 5px;
	padding: 5px;
}
.line_green {
	border: 1px solid #336600;
	text-align: left;
	margin: 5px;
	padding: 5px;
}
.p {
	font-size:80%;
	line-height:1.5em;
	color:#333333;
	margin-left:5px;
	margin-right:5px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

