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

/* ========================================
　吟醸酒のふる里　東広島　スタイルシート
  編集：masumi ochi 2008.3.25  20:25
  変更：kyosuke kuroki 2009.3.4　14:37
=========================================*/

/* -----------------------------------------
　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: 170px;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(../images/header2.png);
}

#header p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 60px;
	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: 0px;
	width: 67px;
	height: 25px;
}
.event {
	width: 67px;
	height: 25px;
}
.asobu {
	width: 67px;
	height: 25px;
}
.taberu {
	width: 67px;
	height: 25px;
}
.tomaru {
	width: 67px;
	height: 25px;
}
.kau {
	width: 67px;
	height: 25px;
}
.koutuu {
	width: 67px;
	height: 25px;
}
.map {
	width: 147px;
	height: 25px;
}

/* -----------------------------------------
　サブナビゲーション　
-------------------------------------------*/
#subnavi {
	height: 26px;
	width: 640px;
	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;
/*background:url(img/glue.png)no-repeat right center;*/
}

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

/* -----------------------------------------
　h1,h2　見出しタグ
-------------------------------------------*/
h1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 140%;
	color: #333399;
}

h2 {
	background-image: url(../images/access/list_1.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 110%;
	color: #000000;
	line-height: 25px;
	height: 25px;
}
h3 {
	font-size: 100%;
	color: #000066;
	background-image: url(../images/access/list_2.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: left 2px;
	clear: both;
	line-height: 18px;
	height: 18px;
}
h4 {
	font-size: 90%;
	color: #006633;
	background-color: #FFF0E1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #339966;
	text-align: center;
	width: 100px;
}
/* -----------------------------------------
　新幹線、高速、飛行機＋ＪＲの画像
-------------------------------------------*/
img.annai {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
/* -----------------------------------------
　文章
-------------------------------------------*/
p.sentence01 {
	padding: 10px;
	line-height: 110%;
	color: #000000;
	letter-spacing: 3px;
	font-size: 90%;
	margin-top: 35px;
	margin-right: 150px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #FF6633;
}
/* -----------------------------------------
　バス、フェリー会社と電話番号
-------------------------------------------*/
table.retsu2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
	width: 440px;
}
table.retsu4 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
	width: 640px;
}
td.company {
	width: 240px;
	font-size: 80%;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
}
td.tel {
	font-size: 70%;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	width: 185px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
}
td.freedial {
	font-size: 80%;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	width: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
}
p.ferry {
	font-size: 80%;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 65px;
}

/* -----------------------------------------
　このページの先頭へ
-------------------------------------------*/
#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;
}

