@charset

"Shift_JIS";
/*------------------------------------------------------------------------------
BODY STYLE
------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*font-family: "Verdana", "Helvetica", "MS UI Gothic", "Osaka", "Arial", "Serif";*/
	font-family: "Verdana", "MS UI Gothic", "Osaka";
	color: #333333;
	background-color: #FFFFFF;
}
/*------------------------------------------------------------------------------
LINK STYLE
------------------------------------------------------------------------------*/
a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #003366; text-decoration: none; }
a:hover { color: #E68106; text-decoration: underline; }
a:active { color: #E68106; text-decoration: underline; }
a.default_cursor { cursor: default; }
a.help_cursor { cursor: help; }


/*------------------------------------------------------------------------------
BOX STYLE
------------------------------------------------------------------------------*/
.box {
	padding: 5;
}

.box_line {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5;
}

.box_line2 {
	border-bottom: 1px dashed #000;
	padding: 5;
}

.box_line3 {
	border-top: 1px dotted #6699CC;
	padding: 5;
}

.box_line4 {
	border-bottom: 3px dotted #FF6600;
	padding: 5;
}

.box_line4 {
	border-bottom: 3px dotted #006600;
	padding: 5;
}

.box_line5 {
	border-bottom: 1px solid #000;
	padding: 5;
}
.box_box {
	border-color: #666;
	border-width: 1px;
	border-style: dotted;
}

.box_underline {
	border-bottom: 1px solid #000;
}

/*------------------------------------------------------------------------------
FONT STYLE
------------------------------------------------------------------------------*/
.text {
	font-size: 16px;
	color: #000000;
	line-height: 1.2em;
}
.mtext {
	font-size: 14px;
	color: #000000;
	line-height: 1.2em;
}
.mtext2 {
	font-size: 14px;
	color: #000;
	line-height: 1.4em;
}
.mtext2_b {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 1.4em;
}
.stext {
	font-size: 12px;
	color: #000000;
	line-height: 1.2em;
}
.sstext {
	font-size: 10px;
	color: #000000;
	line-height: 1em;
}
.text_w {
	font-size: 16px;
	color: #FFFFFF;
}
.mtext_w {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.2em;
}
.stext_w {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.2em;
}
.mtext_r {
	font-size: 14px;
	color: #FF0000;
	line-height: 1.2em;
}
.color_p {
	color: #FF3399;
}
.title {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 1.6em;
}
.title_w {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.6em;
}

.mtitle_w {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4em;
}

.note {
	color: #CC0000;
	font-size: 12px;
	line-height: 1.5em;
}
.px10 {
	font-size: 10px;
}

dl {
	font-size: 13px;
}
dt {
	color: #0066CC;
}
dd {
	font-size: 12px;
	margin: 0;
	padding-bottom: 0.5em;
}