@charset "shift_jis";
/* ---------------------------------
ジャニス殿修正版スタイルシート
--------------------------------- */
/* ---------------------------------
     旬の便り用css
--------------------------------- */
div,h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
/* ---------------------------------
     各エリア
--------------------------------- */
#left-area {
	width: 280px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.2em;
}
#right-area {
	width: 655px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.3em;
	color: #333333;
}
/* --中ページのタイトル-- */
#main-area #page-title {
	background-image: url(../img/page_title_bg.jpg);
	background-repeat: repeat-x;
	width: 950px;
}
#main-area #page-title h2 {
	background-image: url(../img/page_title_icon.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 45px;
	padding-bottom: 5px;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.2em;
	color: #FFFFFF;
}
/* ---------------------------------
     インデックス（左エリア）
--------------------------------- */
/* - INDEXタイトル - */
#left-area h3 {
	background-image: url(../img/index_head.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin-left: 15px;
	font-weight: bold;
	padding-left: 10px;
	font-size: 110%;
	color: #663333;
	line-height: 1.8em;
}
/* - 項目指定 - */
#left-area ul {
	list-style-type: none;
	margin-left: 15px;
	color: #666666;
	width: 265px;	
}
#left-area li {
	padding-left: 17px;
	background-image: url(../img/icon_index.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	padding-right: 5px;
	padding-top: 5px;
}
/* ---------------------------------
 20090508_遠藤変更
--------------------------------- */
/* - ＮＥＷ！ - */
#left-area .new {
	background-image: url(../img/icon_new.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-bottom: 1px;
}
/* ---------------------------------
 20091201_高藤追加
--------------------------------- */
#left-area .pink {
	background-color: #ffebf1;
	padding-bottom: 7px;
}
#left-area .blue {
	background-color: #e0f0ff;
	padding-bottom: 7px;
}
#left-area .green {
	background-color: #dff9ce;
	padding-bottom: 7px;
}

/* - リンク文字指定 - */
#left-area a:link {
	padding-right: 10px;
	color: #92623A;
	text-decoration: none;
}
#left-area a:visited {
	padding-right: 10px;
	color: #825E4A;
	text-decoration: none;
}
#left-area a:hover {
	padding-right: 10px;
	color: #B37746;
	border-bottom: 1px solid;
}
#left-area a:active {
	padding-right: 10px;
	color: #92623A;
	border-bottom: 1px solid;
}
/* - 下部、角丸画像 - */
#left-area #l-foot {
	background-image: url(../img/index_foot.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 265px;
	margin-left: 15px;
}

/* ---------------------------------
     右記事エリア
--------------------------------- */
/* - タイトル - */
#right-area h3 {
	background-image: url(../img/kisetsu_title.jpg);
	background-repeat: no-repeat;
	height: 37px;
	padding-left: 55px;
	margin-left: 25px;
	font-size: 140%;
	font-weight: bold;
	color: #663300;
	line-height: 1.8em;
	padding-top: 3px;
}
/* - 本文内の大文字 - */
#right-area .l-txt {
	font-size: 110%;
	font-weight: bold;
	color: #922357;
	margin-top: 5px;
	margin-right: 5px;
	text-indent: 15px;
	padding-left: 30px;
}
/* - 本文内の大文字 - */
#right-area .l-txt2 {
	font-size: 110%;
	font-weight: bold;
	color: #00356a;;
/*
	margin-top: 5px;
	margin-right: 5px;
	text-indent: 15px;
	padding-left: 30px;
*/
}
/* - 本文 - */
#right-area p {
	margin-left: 30px;
	margin-top: 5px;
	margin-right: 5px;
	text-indent: 12px;
}
.danraku_box { /* 20090527 サードワークにて追加 */
	float:left;
	width: 655px;
}
/* ---------------------------------
 20090508_遠藤追記
--------------------------------- */
#right-area strong {
	font-weight: bold;
}
/* - 本文内の画像 - */
#right-area  .img-set {
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 610px;
	padding-left: 35px;
}
#right-area .img-set img {
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 5px;
}
/* ---------------------------------
 20090430_遠藤追記
--------------------------------- */
#right-area div.imagebox_r {
	float: right;
	font-size: 90%;
	color: gray;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
#right-area div.imagebox_l {
	float: left;
	font-size: 90%;
	color: gray;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 35px;
}
#right-area div.imagebox_c {
	float: center;
	font-size: 90%;
	color: gray;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
/* ---------------------------------
--------------------------------- */

/* - サブ見出し - */
#right-area h4 {
	background-image: url(../img/kisetsu_sub.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 110%;
	color: #407B20;
	margin-top: 20px;
	margin-left: 25px;
	padding-top: 7px;
}
#right-area h4 a {
	font-weight: bold;
	color: #407B20;
}
/* ---------------------------------
     区切りライン
--------------------------------- */
#right-area .line {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 620px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
/* ---------------------------------
     お天気画像
--------------------------------- */
#right-area .but-otenki {
	margin-top: 10px;
	margin-left: 35px;
	margin-bottom: 10px;
	align: center;
}

/* ---------------------------------
     地図画像　20090430_遠藤追記
--------------------------------- */
#right-area .but-tizu {
	margin-top: 10px;
	margin-left: 35px;
	margin-bottom: 10px;
	align: center;
}

/* ---------------------------------
     information　20090430_遠藤変更
--------------------------------- */
#right-area #info1 {
	background-color: #FFF0FF;
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 630px;
}
#right-area #info1 dt {
	background-image: url(../img/toi_bg1.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #990000;
}
#right-area #info2 {
	background-color: #FCE3E8;
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 630px;
}
#right-area #info2 dt {
	background-image: url(../img/toi_bg2.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #990000;
}
/* ---------------------------------
     【PR】
--------------------------------- */
#right-area #pr {
	background-color: #EFF5E2;
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 630px;
}
#right-area #pr dt {
	background-image: url(../img/pr_bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #336600;
}
/* ---------------------------------
     関連観光情報 
--------------------------------- */
#right-area #kanren {
	float: left;
	width: 306px;
	margin-right: 2px;
	margin-left: 32px;
	margin-bottom: 15px;
	display: inline;
}
#right-area #kanren dt {
	background-image: url(../img/jyouhou_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 10px;
	color: #283F6C;
	height: 20px;
	line-height: 1.6em;
}
/* ---------------------------------
     宿泊情報
--------------------------------- */
#right-area #syukuhaku {
	float: left;
	width: 306px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 15px;
	display: inline;
}
#right-area #syukuhaku dt {
	background-image: url(../img/jyouhou_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 10px;
	color: #283F6C;
	height: 20px;
	line-height: 1.6em;
}
/* - dd指定共通 - */
#right-area dd {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
/* ---------------------------------
     もどる、つぎへ のボタン画像
--------------------------------- */
#right-area .pre-img {
	margin-left: 35px;
	float: left;
}
#right-area .next-img {
	float: right;
	margin-right: 10px;
}
/* ---------------------------------
 20100113_伊藤追記
--------------------------------- */

/* - 文字色(緑) - */
.text-green {
	color: #407B20;
}
/* - 文字色(灰色) - */
.text-gray {
	color: #808080;
}
/* - 文字色(赤) - */
.text-red {
	color: #ff0000;
}
/* - 行揃え・均等割付 - */
.text-area {
	text-justify: distribute;
	text-align: justify;
}
/* - サブ見出し(無地の緑バー) - */
#right-area h5 {
	background-image: url(../img/title_sub.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 110%;
	color: #407B20;
	margin-top: 20px;
	margin-left: 30px;
	padding-top: 0px;
}
#right-area h4 a {
	font-weight: bold;
	color: #407B20;
}
/* - 太字 - */
.bold-txt {
	font-weight:bold;
}
/* ---------------------------------
     天気情報（20100113_伊藤追記）
--------------------------------- */
#right-area #tenki {
	float: left;
	width: 306px;
	margin-right: 2px;
	margin-left: 32px;
	margin-bottom: 15px;
	display: inline;
}
#right-area #tenki dt {
	background-image: url(../img/jyouhou_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 10px;
	color: #283F6C;
	height: 20px;
	line-height: 1.6em;
}


