@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

*+html, * html {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear:both;
	height:0;
	font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
	line-height:0;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	color: #333333;
}

img {
	border:none;
}	

#container {
	width:760px;
	margin:0px;
	padding:0px;
	background-image:url(../img/index/hd_bg.gif);
	background-repeat:repeat-x;
	background-position:top;	
}

/*----------------------------------------
 header
------------------------------------------*/
#header{

	margin:0px;
	height:52px;
	padding:8px 10px 10px 10px;
	}
* html #header{
	margin:0px;
	padding:7px;
	height:52px;
	}	

#logo h1 {
	background-image:url(../img/index/hd_logo.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:157px;
	height:36px;
	font-size:9px;
	margin-left:10px;
	position:absolute;
}

* html #logo h1 {
	background-image:url(../img/index/hd_logo.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:157px;
	height:36px;
	font-size:9px;
	margin-left:10px;
	position:absolute;
	margin-top:3px;
}
#h_mn {
	text-align:right;
}
* html #h_mn {
	text-align:right;
}

#main_img {
	background:url(../img/index/mainwin_img.jpg);	
    background-repeat:no-repeat;
	height:199px;
	width:760px;
	text-indent:-9999px;

/*
	=== 春 ===
	background:url(../img/index/mainsp_img.jpg);
	
	=== 夏頃 ===
	background-image: url(../img/index/main_img.jpg);
	
	=== 秋 ===
	background:url(../img/index/mainaw_img.jpg);
	
	=== 冬 ===
	background:url(../img/index/mainwin_img.jpg);	
	
	=== 正月 ===

	background-image:url(../img/index/mainny_img.jpg);
    
    */
}


/*----------------------------------------
 コンテンツ
------------------------------------------*/

#contents {
	width:730px;
	margin:20px 15px;
	line-height:165%;
	font-size:14px;
}

#first {
	margin-bottom:40px;
}	

#leftarea {
	width:395px;
	padding-right:25px;
	float:left;
	margin-bottom:30px;
	font-size:14px;
	line-height:165%;
}

#leftarea #info {
	width:383px;
	border:solid 1px #D5D6C4;
	padding:8px 5px;
	background-image: url(../img/index/info_bg.jpg);
	background-repeat:repeat-x;
	line-height:165%;
	margin-bottom:30px;
}

#leftarea #info h3{
	margin-bottom:10px;
}

#leftarea #info h4{
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-left:5px;
}
#leftarea #info .pic{
	font-size:14px;
	font-weight:bold;
	color:#CD6765;
	margin-left:5px;
}

#leftarea #info p {
	margin-left:5px;
	margin-right:5px;
}


#calendar {
	margin-bottom:20px;
	margin-left:8px;
	padding-bottom:20px;
}
#calendar .attention {
	font-size:14px;
	font-weight:bold;
	padding:8px;
	border:solid #C00 1px;
	width:319px;
	margin-left:auto;
	margin-right:auto;
	line-height:150%;
}

#leftarea #calendar h3{
	margin-bottom:10px;
}


#calendar .monthly {
	background-image:url(../img/index/event_mg.jpg);
	background-repeat:no-repeat;
	height:25px;
	padding-left:13px;
	color:#CC3300;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	margin-left:5px;
}

#calendar .list {
	border-bottom:dotted #D5D6C6 1px;
	width:335px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	line-height:180%;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
}	


#series_box	{
	margin-bottom:20px;
	margin-left:8px;
}
#series_box	h3{
	margin-bottom:10px;
	margin-left:8px;
}


#series_box p {
	width:360px;
	padding-left:10px;
	margin-left:8px;
	line-height:180%;
}	
#series_box .moreday {
	color:#CC0000;
	text-align:right;
}			

#rightarea {
	width:305px;
	float:right;
}

#pickup {
	background-color:#F7F3EA;
	width:305px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#pickup h3{
	margin:0px;
	padding:0px;
	background-image:url(../img/index/pickup_title.jpg);
	background-repeat:no-repeat;
	width:305px;
	height:33px;
}
#pickup .year {
	float:right;
	margin-right:15px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	font-family:Verdana;
	margin-top:5px;
}	

* html #pickup .year {
	float:right;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	font-family:Verdana;
}	

#pickup .p_box {
	margin:10px;
	border-bottom:#D5D6C6 dotted 1px;
	padding-bottom:20px;
	padding-top:5px;
	line-height:130%;
}

#pickup .p_box h4 {
	color:#707041;
	font-weight:bold;
	font-size:16px;
}

#pickup .p_box .p_img {
	float:right;
	margin-left:10px;
}	
#pickup .p_box .more {
	margin-top:15px;
}

#event {
	background-color:#F7F3EA;
	width:285px;
	padding:10px 10px 15px 10px;
}

#event h3{
	margin-bottom:10px;
}

#footer {
	font-family:Verdana;
	color:#FFFFFF;
	background-image:url(../img/index/footer_bg.gif);
	background-repeat:repeat-x;
	clear:both;
	height:25px;
	text-align:center;
	font-size:16px;
	padding-top:10px;
	margin-top:25px;	
}

* html #footer {
	font-family:Verdana;
	color:#FFFFFF;
	background-image:url(../img/index/footer_bg.gif);
	background-repeat:repeat-x;
	clear:both;
	height:45px;
	text-align:center;
	font-size:14px;
	padding:10px;
	margin-top:25px;
}
#event .eventb_img {
	padding-bottom:10px;
}

/*桜
----------------------------------------------------------*/			
#leftarea #sakura {
	width:383px;
	border:solid 1px #D5D6C4;
	padding:8px 5px;
	background-image: url(../img/index/info_bg.jpg);
	background-repeat:repeat-x;
	line-height:165%;
	margin-bottom:30px;
}
#sakura .s_pic{
	float:left;
	margin:5px;
}
#sakura .s_now {
	font-size:120%;
	font-weight:bold;
	color:#CD6765;
	margin-left:5px;
}	

.mini {
font-size:80%;
}
.teishi {
	color:#CC3333;
	font-weight:bold;
}
/*translation menu
----------------------------------------------*/	
#trans_mn {
	height: 19px;
	width: 260px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	margin-top:12px;
}
#trans_mn ul {
	margin: 0px;
	padding: 0px;
}
#trans_mn ul li {
	float: left;
	display: block;
	height: 19px;
}
#trans_mn ul li.tmn01 a{
	background: url(../img/index/en_mn.jpg) no-repeat;
	height: 19px;
	width: 88px;
	display: block;
	text-indent: -9999px;
}
#trans_mn ul li.tmn01 a:hover{
	background: url(../img/index/en_mn_on.jpg) no-repeat;
}
#trans_mn ul li.tmn02 a{
	background: url(../img/index/kr_mn.jpg) no-repeat;
	height: 19px;
	width: 84px;
	display: block;
	text-indent: -9999px;
}
#trans_mn ul li.tmn02 a:hover{
	background: url(../img/index/kr_mn_on.jpg) no-repeat;
}
#trans_mn ul li.tmn03 a{
	background: url(../img/index/ch_mn.jpg) no-repeat;
	height: 19px;
	width: 88px;
	display: block;
	text-indent: -9999px;
}
#trans_mn ul li.tmn03 a:hover{
	background: url(../img/index/ch_mn_on.jpg) no-repeat;
}
	
.news_haikan {
	border:solid 1px #D5D6C6;
	padding:10px;
	margin-top:10px;
	line-height:135%;
}
.news_haikan_day {
	margin-bottom:15px;
	margin-top:10px;
	font-size: 12px;
	font-weight: bold;
	color: #cd6765;
}
.fsize_120 {
	font-size:120%;
	font-weight:bold;
	color:#CD6765;
	margin-left:5px;
	line-height:150%;
}

#concert {
	margin-bottom:25px;
	border:solid 3px #FF3366;
	padding:10px;
}
#concert h3 {
	color:#F03;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
	line-height:150%;
}	