@charset "utf-8";
/* 共通 CSS */

body {
	margin: 0px;
	padding: 0;
	color:#333333;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
p{
	font-size: 14px;
	padding: 3px;
}

.normal{
	font-size: 14px;
	color:#333333;
	line-height: 18px;
	padding: 3px;
}
.bold {
	font-weight: bold;
}
.under_line{
	text-decoration: underline;
}
.line_through {
text-decoration:line-through;
}
.s_small{
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
}
.s_red{
color: #FF0000;
}
.s_blue{
color: #0000FF;
}

/* background color */
.BgColor{
	background-color: #FFF7cc;
}

/* shade of page left and right*/
.ShadeL {
	background-image: url(../imc/shadeL.gif);
	background-repeat: repeat-y;
}
.ShadeR {
	background-image: url(../imc/shadeR.gif);
	background-repeat: repeat-y;
}

/* アンカーの色 */
a:link {
	color: #000099;
	text-decoration:none;
}
a:visited {
	color: #8b1db9;
	text-decoration:none;
}
a:hover {
	color: #5378c6;
	text-decoration:underline;
}
a:focus {
	color: #5378c6;
	text-decoration:none;
}
a:link:active,
a:visited:active {
	color: #FF0000;
	text-decoration:none;
}

/* 画像ファイルを非表示にする */
img.secret {
	display:none;
}
