/*==========全体==========*/
p{
	margin: 0px;
}
/*==========色==========*/
.text_white{
	color:#ffffff;
}
.text_blue_a{
	color:#1188ff;
}
.text_blue_b{
	color:#cce6ff;
}
.text_blue_c{
	color:#e8f3ff;
}
.bg_blue_a{
	background-color:#1188ff;
}
.bg_blue_b{
	background-color:#cce6ff;
}
.bg_blue_c{
	background-color:#dfefff;
}
.bg_blue_d{
	background-color:#97cbff;
}
/*==========テキスト==========*/
.large{
	font-size:18px;
}
.bold{
	font-weight:bold;
}
.indent {
	text-indent: 1em;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
/*==========幅・高さ==========*/
.width_80{
	width:80px;
}
.width_100{
	width:100px;
}
.width_175{
	width:175px;
}
.width_250{
	width:240px;
}
/*==========マージン・パディング==========*/
.margin_l_25{
	margin-left:25px;
}
.padding_l_10{
	padding-left:10px;
}
.message{
	width:520px;
	font-family:"ＭＳ ゴシック",sans-serif;
}
.title_table{
	font-weight:bold;
	background-color:#0066cc;
	color:#ffffff;
}
.event_tt{
	text-align:center;
	font-weight:bold;
	background-color:#97cbff;
}
.date_tt{
	text-align:center;
	font-weight:bold;
	background-color:#97cbff;
}
.content_tt{
	width:300px;
	text-align:center;
	font-weight:bold;
	background-color:#97cbff;
}
.event{
	font-weight:bold;
	background-color:#e6f2ff;
}
.date{
	background-color:#e6f2ff;
}
.content{
	background-color:#e6f2ff;
}