/* 基本 
---------------------------------------------------------------------------*/
#eventmain {
	width: 700px;
	float: left;
	background-color: #FFFFFF;
	top: 20px;
	margin-right: 20px;
}

.event img {
 border: none;
}

.sanka {
    width: 500px;
	margin-right: auto;
	margin-left: 0;
	text-align: left;
}


/* タイトル --------------------------------------------*/
.event h1 {
   margin-bottom:10px;
   padding:5px;
   font-size:14px;
   color:#FF0000;
   border-left:5px solid #FF0000;
   border-bottom:1px dotted #999;
}

/* 概要 --------------------------------------------*/
.event h2 {
   margin-bottom:10px;
   padding-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #999;
}

/* 登録案内 --------------------------------------------*/
.event h3 {
   margin-bottom:5px;
   font-size:15px;
   color:#FF0000;
   text-align: center;
}

/* 新着タイトル --------------------------------------------*/
.event h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   color:#FF0000;
   border-left:5px solid #FF0000;
   border-bottom:1px dotted #FF0000;
}

/* 新着概要 --------------------------------------------*/
.event h5 {
   margin-bottom:10px;
   padding-bottom:5px;
   font-size:13px;
   border-bottom:1px solid #CCC;
}

/* リスト表示 --------------------------------------------*/
.event h6 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #999;
}

/* 詳細 --------------------------------------------*/
.event p {
   margin:0 0 0.3em 0;
   font-size:13px;
}

/* 未使用 --------------------------------------------*/
.event ul {
   width:482px;
   text-align: left;
   margin:0.3em 4px 0.3em 4px;
   padding:0.3em 4px 0.3em 4px;
   background:#fff;
}

.event li {
   margin-top:0.3em;
   font-size:13px;
   line-height:1.4;
   list-style:non;
}
