* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

a:link   { color: #0088ff; text-decoration:underline; }
a:visited{ color: #0088ff; text-decoration:underline; }
a:hover  { color: #ff0088; text-decoration:underline; }

body {
	background-color: #ffffff;
	text-align:center;
	color: #444444;
	font-size:12px;
	line-height:14px;
}

div#all{
	width:480px;
	border:10px solid #2F008C;
}

div.title_1{
	width:470px;
	height:40px;
	color:#2F008C;
	text-align:left;
	padding-left:10px;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	border-bottom:1px solid #82DCFF;
	background-color:#82DCFF;
}

.tuki_1{
	font-size:24px;
	color:#E20090;
}

.ev_title{
	color:#ff0088;
	line-height:40px;
	font-size:30px;
}

div#comment{
	background-color:#ffffff;
	text-align:left;
	padding:10px;
	width:460px;
	height: auto;
/*	height:66px; */
	color:#111111;
	font-size:14px;
	line-height:18px;
}


