@charset "utf-8";
/* CSS Document */

@import url(default.css);
@import url(base.css);


/* ヘッダー-------------------------------- */

		#headersubmenu{
			width:330px;
		}


/* メイン---------------------------------- */

	#main{
		width:900px;
		margin:0 auto;
		background:none;
	}
	
		#content{
			background:url(../images/line_contentcenter.gif) repeat-y 50% 0 #eee;
			font-size:90%;
		}
	
			#contentleft{
				width:420px;
			}
	
				#contentleft ul{
					padding:10px 15px 15px;
				}
	
					#contentleft li{
						padding:5px 3px;
						border-bottom:dotted 1px #ccc;
						line-height:160%;
						list-style:none;
						font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
					}
			
						#contentleft li h4{
							margin-bottom:10px;
							line-height:130%;
							color:#036;
							font-weight:bold;
							font-size:110%;
						}

					#contentleft em{
						font-style:normal;
						display:block;
					}
	
			#contentright{
				width:420px;
				background:none;
			}
	
			#newevent{
				float:left;
				padding:15px 20px 5px 15px;
				width:385px;
				line-height:170%;
				font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
			}
			
				#newevent h4{
					margin-bottom:10px;
					line-height:130%;
					font-size:110%;
					font-weight:bold;
					font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
				}
	
				#newevent h4 a,
				#newevent h4 span{
					color:#036;
					display:block;
					padding-left:10px;
					background:url(../common/arrow_triangle_red3.gif) no-repeat 0 5px;
				}
			
				#newevent h4 strong{
					float:right;
				}
	
				#newevent img{
					display:none;
				}
				
					#newevent em{
						font-style:normal;
						padding-left:10px;
						display:block;
					}

				.eventbody{
					padding-bottom:8px;
					margin-bottom:10px;
					border-bottom:1px dotted #ccc;
				}
	
	
				#newevent #assetimage{
					float:right;
					margin:0 0 5px 5px;
					width:80px;
					height:80px;
					overflow:hidden;
				}
	
				#newevent #assetimage img{display:block;}



