/* CSS初期設定 */
body {
	background-color:#FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;	
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
}

p,h1,h2,h3,h4,h5,ul,li,dl,dt,dd {
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 100%;	
	line-height: 1.3em;
}

img {
    border:0;
    vertical-align:bottom;
}

ul {
	list-style:none;
}
a {
	overflow: hidden;
	color: #03C;
}

a:link {
	color: #03C;
}

a:visited {
	color: #03C;
}

a:hover {
	color: #F90;
}
.clear {
	clear: both;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearfix { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearfix { 
	height: 1%; 
} 
.clearfix { 
	display: block; 
} 
/* end of for macIE */
.clearfix {
	overflow:hidden;
}


.imgBorder {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.f-red {
	color: #F00;
}

.f-pink {
	color: #ff2764;
}

.f-green {
	color: #53b331;
}

.f-blown {
	color: #F96;
}

.f-orange {
	color: #ff6600;
}

/* 全体 */

#wrapper {
	margin: auto;
	width: 800px;
}


/* ヘッダー */
#header {
	width: 800px;
	position:relative;
}

#header p {
	position:absolute;
	text-indent: -9999px;
	top:0px;
	left:0px;
}


/* バック */

.backBox {
	width: 800px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-y;
}

/* メイン */

#mainContents {
	width: 600px;
	padding-top:10px;
	padding-bottom:10px;
	float:right;
}

#eventBox {
	width: 600px;
	padding-bottom:10px;
	background-image: url(../images/bg_event.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #CCE5A9;
	margin-bottom: 10px;
}

#eventBoxIn {
	width: 560px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 10px;
	padding:10px;
}
.eventIchioshi{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #693;
	padding-bottom: 5px;
}

.ichioshi{
	float:left;
}

.event{
	width: 225px;
	float:left;
	padding:5px;
	display: block;
}

.ichioshiBnr {
	float:right;
}


.eventEtc {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #693;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bannerArea {
	width: 600px;
	margin-bottom: 10px;
}

.bnr01 {
	width: 295px;
	float:left;
	display: block;
}

.bnr02 {
	width: 295px;
	float:right;
	display: block;
}


/* ナビ */


#sideMenu {
	width: 180px;
	padding-bottom:10px;
	float:left;
}

/* フッター */
#footer {
	width: 800px;
	clear: both;
}
