﻿@charset "utf-8";

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


div#event p {
	font-size:14px;
	line-height:25px;
}
div#event {
	width:800px;
	padding-top:20px;
	margin:0 auto;
}

h3 {
	line-height:1.5em;
	font-size:large;
	margin-bottom:0;
}

h4 {
	display:block;
	background:#ff74b0;
	padding:10px;
	margin-bottom:0;
	color:#FFFFFF;
	font-size:18px;
}

div.rankimg {
	text-align:center;
}

div#event div.contents {
	font-size:12px;
	line-height:20px;
	margin-top:20px;
}
p.gototop {
	font-size:12px;
	color:#FFFFFF;
}

dt {
	width:50px;
	float:left;
	font-size:14px;
	margin:0;
}
dd {
	float:left;
	font-size:14px;
	margin:0 0 10px 0;
}

div.links {
	border:solid 2px #ff74b0;
	padding:20px;
}
a{/*リンクされた文字*/
    color:#00a0e9;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#00a0e9;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#00a0e9;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ec6941;
    font-style:normal;
    text-decoration:underline;
}

div.social {
	float:right;
	margin-bottom:20px;
}

span.red {
	color:#FF0000;
}

