@charset "euc-jp";

/* CSS Document */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

/*イベントページ設定
---------------------------------------------------------------------------*/
.eventBox {

	width: 656px;

	margin-bottom: 2em;

	text-align: left;

}

.eventBox h3,#backnumber h3 {
	line-height: 1.5em;
	padding: 0px 0px 0px 0.5em;	
	border-left: 7px solid #F93;
	font-size: 14px;
	font-weight: bold;
	clear:both;
}


.eventBox hr {
	clear: both;
	visibility: hidden;
	height: 1px;
	margin: 0px;
	padding: 0px;

}
.eventBox p {
	margin-top: 4px;
	padding-left: 10px;
	border-bottom: 1px dashed #FF9933;
	margin-bottom: 6px;
	padding-bottom: 4px;
}


.eventBox ul {
	text-align: left;
	overflow:auto;
	margin-bottom:15px;
}

.eventBox ul li {
	float: left;
}

.eventBox img {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

/*バックナンバー設定
---------------------------------------------------------------------------*/

#backnumber {
	overflow: hidden;
	width: 656px;
	margin: 0;
	text-align: left;
	clear: left;
	padding-top: 6;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

#backnumber li {
	float: left;
	list-style: none;
	width: 320px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}

#backnumber li.borBottom {
	border-bottom: 1px solid #CCCCCC;
}

#backnumber li a {
	text-decoration: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */
