@charset "utf-8";


/* ========headImage======== */
#headImage {
	padding: 0px;
	height: 135px;
	width: 757px;
	margin: 0px;
}

/* ========menu======== */
#sub li#top a {
	background-image: url(../img/menu_top.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#top a:hover {
	background-image: url(../img/menu_top_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#concept a {
	background-image: url(../img/menu_con.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#concept a:hover {
	background-image: url(../img/menu_con_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#party a {
	background-image: url(../img/menu_party.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#party a:hover {
	background-image: url(../img/menu_party_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#schedule a {
	background-image: url(../img/menu_sch.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#schedule a:hover {
	background-image: url(../img/menu_sch_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#holl a {
	background-image: url(../img/menu_hall.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#holl a:hover {
	background-image: url(../img/menu_hall_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#yoyaku a {
	background-image: url(../img/menu_rese.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#yoyaku a:hover {
	background-image: url(../img/menu_rese_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#after a {
	background-image: url(../img/menu_after.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#after a:hover {
	background-image: url(../img/menu_after_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#report a {
	background-image: url(../img/menu_rep.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#report a:hover {
	background-image: url(../img/menu_rep_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#rule a {
	background-image: url(../img/menu_rule.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#rule a:hover {
	background-image: url(../img/menu_rule_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#magazine a {
	background-image: url(../img/menu_mail.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#magazine a:hover {
	background-image: url(../img/menu_mail_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#blog a {
	background-image: url(../img/menu_blog.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}
#sub li#blog a:hover {
	background-image: url(../img/menu_blog_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
}

/* ========main======== */
#main .h1{
	background-image: url(img/re.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 507px;
}
#main .comment{
	width:510px;
	background-color: #EEEEEE;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
}
#main .comment:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .day {
	width: 510px;
	background-image: url(img/title.gif);
	background-repeat: no-repeat;
	height: 39px;
	margin: 0px;
	background-color: #EEEEEE;
}
#main .day a{
	color: #FFFFFF;
	text-decoration: underline;
}
#main .day a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#main .day p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 5px 0 0 10px;
	padding:5px 0 0 0;
}
#main .word{
	width: 360px;
	font-size: 10px;
	float: left;
	padding: 5px 5px 0 5px;
}
#main .photo{
	width: 125px;
	padding: 10px 0 0 0;
	margin-left: 380px;
	font-size: 10px;
	color: #CC3333;
	font-weight: bold;
}
#main .title{
	font-size: 14px;
	color: #cc3333;
	font-weight: bold;
}
#main .man{
	font-size: 10px;
	border-bottom:solid 1px #7F7F7F;
	background-image:url(img/man.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}
#main .woman{
	font-size: 10px;
	border-bottom:solid 1px #7F7F7F;
	background-image:url(img/woman.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}


