.fs{font-size:10px; line-height:16px;}
.fm{font-size:12px; line-height:18px;}

body{
 	background:#ffffff;
	font-size:12px;
	line-height:18px;
	color:#333333;
	margin:15px 10px;
	padding:0;
	text-align:center;
}

/* 共通
-----------------------------------------------  */
.box{
	width:100%;
	text-align:left;
	border:solid 2px #e6e6e6;
}
.mar{
	margin:5px;
}
.txt{
	font-size:12px;
	line-height:26px;
 	background:#ffffff;
	font-weight:bold;
}
.line{
	border-bottom:solid 1px #c4c2c0;
	margin-bottom:5px;
}

/* お知らせ
-----------------------------------------------  */
#o_tit{
	width:100%;
	border-left:solid 6px #0074ae;
	margin-bottom:8px;
}
#o_tit .txt{
	color:#0074ae;
}
.o_bg{
	background: url("../images/info_bg.gif") #eeeeee no-repeat right;
}
.kinkyu{
	color:#ffffff;
 	background:#ff0000;
	font-weight:bold;
	margin:1px;
}
.waku{
	color:#ffffff;
	border:solid 1px #0074ae;
	margin-right:5px;
}
.o_sub{
	color:#0074ae;
	font-weight:bold;
}

/* 更新情報
-----------------------------------------------  */
#k_tit{
	width:100%;
	border-left:solid 6px #e969be;
	margin-bottom:8px;
}
#k_tit .txt{
	color:#e41e8f;
}
.k_bg{
	background: url("../images/what_bg.gif") #eeeeee no-repeat right;
}
.k_sub_p{
	color:#e41e8f;
	margin-left:5px;
	margin-bottom:5px;
}
.k_sub_b{
	color:#294a84;
	margin-left:5px;
	margin-bottom:5px;
}