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

/* ========================================
　吟醸酒のふる里　東広島　スタイルシート
　編集者：keiko takamura　2008.9.01 9:00
　更新者：kyosuke kuroki　2008.9.30 9:00
　更新者：kyosuke kuroki　2009.2.23 14:55
=========================================*/

/* -----------------------------------------
　BODY　
-------------------------------------------*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #FFFFFF;
}

/* -----------------------------------------
　全体の幅、中央添え指定、IE5.X対応　
-------------------------------------------*/
#container {
	width: 760px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* -----------------------------------------
　リンク下線なしの設定　
-------------------------------------------*/
a.link {
	text-decoration:none;
	color: #0066FF;
}
a.link:hover {
	text-decoration:none;
	color: #FF0000;
}

/* -----------------------------------------
　ヘッダー　
-------------------------------------------*/
#header {
	height: 206px;
	padding: 0;
	background-image: url(../images/header2.png);
	background-repeat: no-repeat;
}

#header p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 81px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 620px;
	line-height: 150%;
}

#header  p a {
	margin-left: 5px;
	text-decoration: none;
	color: #000000;
}
#header  p a:hover {
	color: #ff0000;
}

/* -----------------------------------------
　ナビゲーション　
-------------------------------------------*/
#navigation {
	background-image: url(../images/bc.png);
}
.miru {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
/* 左余白の設定*/

/* -----------------------------------------
　サブナビゲーション　
-------------------------------------------*/
#subnavi {
	height: 26px;
	width: 755px;
	left: 0px;
	top: 31px;
	padding-left: 7px;
	padding-top: 2px;
}
#subnavi p {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	font-size: 16px;
	line-height: 150%;
	color: #660000;
	text-decoration: none;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subnavi p.ac {
	color: #333399;
}


#subnavi p a {
	color: #660000;
	text-decoration: none;
	line-height: 150%;
}

#subnavi p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
}

/* -----------------------------------------
　パンくずリスト
-------------------------------------------*/
#pankuzu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	font-size: x-small;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
}
#pankuzu p{
	line-height:150%;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#pankuzu p a{
	padding-right:10px;
	text-decoration: none;	/*background:url(img/glue.png)no-repeat right center;*/
}

/* -----------------------------------------
　メイン　
-------------------------------------------*/
#mainContent {
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #FFFFFF;
}

/* -----------------------------------------
　h1見出し　東広島の年間イベント　
-------------------------------------------*/
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #333399;
	padding-left: 10px;
	top: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* -----------------------------------------
　h1見出し　コメント　
-------------------------------------------*/
.comment {
	font-size:120%;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* -----------------------------------------
　メイン　左の設定
-------------------------------------------*/
#mainleft {
	padding: 0px;
	float: left;
	width: 170px;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* -----------------------------------------
　メイン　右の設定
-------------------------------------------*/
#mainright {
	padding: 0px;
	float: right;
	width: 560px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* -----------------------------------------
　メイン　左（バナー）
-------------------------------------------*/
#mainleft .banner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
}

#mainleft .banner img {
	border: none;
}

/* -----------------------------------------
　メイン　右の設定(hold部分)
-------------------------------------------*/
#mainright .eventhold {
	clear:both;
	padding: 0px;
	float: right;
	width: 560px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* -----------------------------------------
　メイン　右の設定(イメージ部分)
-------------------------------------------*/
#mainright .eventleft {
	padding: 0px;
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* -----------------------------------------
　メイン　右の設定（テキスト部分）
-------------------------------------------*/
#mainright .eventright {
	font-size: 100%;
	color: #000000;
	padding: 0px;
	float: right;
	width: 370px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* -----------------------------------------
　右　イベント
-------------------------------------------*/
#seasonmenu {
	font-size: 100%;
	color: #000000;
	padding: 0px;
	width: 560px;
	margin: 0px;
}

#seasonmenu ul {list-style:none;
	text-align:left;
	padding:0px; margin:0px;
}

#seasonmenu li {width:100px; height:30px; float:left;
	padding:0px; margin:0px;
}

/* -----------------------------------------
　CSSのみでロールオーバー　
-------------------------------------------*/
#joji a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-joji_1.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#joji a:hover{
	background-image:url(../images/event_image/tab-joji_2.png);
	background-repeat:no-repeat;
} 

#jojiact a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-joji_2.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#jojiact a:hover{
	background-image:url(../images/event_image/tab-joji_2.png);
	background-repeat:no-repeat;
}

#spring a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-spring_1.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#spring a:hover{
	background-image:url(../images/event_image/tab-spring_2.png);
	background-repeat:no-repeat;
} 	

#springact a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-spring_2.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#springact a:hover{
	background-image:url(../images/event_image/tab-spring_2.png);
	background-repeat:no-repeat;
} 	


#summer a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-summer_1.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#summer a:hover{
	background-image:url(../images/event_image/tab-summer_2.png);
	background-repeat:no-repeat;
}

#summeract a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-summer_2.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#summeract a:hover{
	background-image:url(../images/event_image/tab-summer_2.png);
	background-repeat:no-repeat;
}


#autumn a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-autumn_1.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#autumn a:hover{
	background-image:url(../images/event_image/tab-autumn_2.png);
	background-repeat:no-repeat;
}

#autumnact a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-autumn_2.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#autumnact a:hover{
	background-image:url(../images/event_image/tab-autumn_2.png);
	background-repeat:no-repeat;
}


#winter a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-winter_1.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#winter a:hover{
	background-image:url(../images/event_image/tab-winter_2.png);
	background-repeat:no-repeat;
}

#winteract a{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../images/event_image/tab-winter_2.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#winteract a:hover{
	background-image:url(../images/event_image/tab-winter_2.png);
	background-repeat:no-repeat;
}


h3 {
	font-size: 120%;
	color: #0066FF;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* -----------------------------------------
　画像リンク青枠解除
-------------------------------------------*/
img {
	border: none;
}


/* -----------------------------------------
　このページの先頭へ
-------------------------------------------*/
#pagetop {
	text-align: right;
	margin: 2px;
	padding: 0px;
	font-size: 90%;
	clear: both;
}
/* -----------------------------------------
　フッター
-------------------------------------------*/
#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF6633;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	clear: both;
}

#footernavi {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#footernavi p a.navi {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #0066FF;
	text-decoration: none;
}

#footernavi p a.navi:hover {
	text-decoration:none;
	color: #FF0000;
}
#footer p {
	margin: 0;
	padding: 10px 0px;
	font-size: 12px;
	text-align: center;
	line-height: 150%;
	font-size: 10px;
	clear: both;
}

