@charset "UTF-8";
body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* リンク */
a {
	text-decoration:underline
}
a,a:link,a:hover {
	font-style:normal;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
}
a:link {
	color:#000099
}
a:visited {}
a:hover {
	color:#00f
}
a:active {
	color:#333
}
a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ラッパー */
#wrapper{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
}
/* ヘッダー */
#header{
	height: 400px;
	background-color: #CCCCCC;
}
/*GlobalNavi*/
ul#navigation {
	width:950px;
	height:133px;
	margin:0;
	overflow:hidden;/*float解除*/
	zoom:100%;
　/*float解除*/
;
}
ul#navigation li {
	float:left; 
	list-style:none; 
	margin: 0px;
	padding: 0px;
}
ul#navigation li a {
	display:block;
	height:133px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	text-indent:0;
	background-image:url(http://ryuen-japan.com/test/tourreader/common/images/headallparts.png);
	background-repeat:no-repeat;
}
ul#navigation a.home {background-position:0px 0px;width:233px;}
ul#navigation li a.home:hover {background-position:0px -133px;}

ul#navigation a.tokyo {background-position:-233px 0px;width:93px;}
ul#navigation li a.tokyo:hover {background-position:-233px -133px;}
 
ul#navigation a.kansai {background-position:-326px 0px;width:93px;}
ul#navigation li a.kansai:hover {background-position:-326px -133px;}
 
ul#navigation li a.nagoya {background-position:-419px 0px;width:115px;}
ul#navigation li a.nagoya:hover {background-position:-419px -133px;}
 
ul#navigation li a.kanazawa {background-position:-534px 0px;width:93px;}
ul#navigation li a.kanazawa:hover {background-position:-534px -133px;}

ul#navigation li a.okinawa {background-position:-627px 0px;width:100px;}
ul#navigation li a.okinawa:hover {background-position:-627px -133px;}

ul#navigation li a.kaigai {background-position:-727px 0px;width:111px;}
ul#navigation li a.kaigai:hover {background-position:-727px -133px;}

ul#navigation li a.kokunai {background-position:-838px 0px;width:112px;}
ul#navigation li a.kokunai:hover {background-position:-838px -133px;}
/* コンテンツ */
#contents{
	margin: 10px;
	float: left;
	width: 670px;
}
#contents h2{
	font-size: 15px;
	background-color: #000033;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(../images/tit_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 80px;
}
#contents .title_tokyo{
	background-image: url(../images/tit_list_tokyo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contents .title_kansai{
	background-image: url(../images/tit_list_kansai.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contents .title_nagoya{
	background-image: url(../images/tit_list_nagoya.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contents .title_kanazawa{
	background-image: url(../images/tit_list_kanazawa.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#topicPath{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
/* MTエントリー */
#contents_topix{
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#contents_topix h2{
}
#contents_topix strong{
	color:#C50080;
	font-size: 13px;
	font-weight: bold;
}
#contents_topix .entrytitle{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1em;
	background-color: #C50080;
	color: #FFFFFF;
	padding: 0.5em;
	background-image: none;
	text-indent: 0px;
}
#contents_topix .entrytitle a:link,a:visited,a:hover,a:active {
	font-style:normal;
	text-decoration:none
}
#contents_topix .entrytitle a:link {
	color: #FFFFFF;
}
#contents_topix .entrytitle a:visited {
	color:#EFECCA
}
#contents_topix .entrytitle a:hover {
	color:#00f
}
#contents_topix .entrytitle a:active {
	color:#333
}

#contents_topix p{
	padding: 10px;
}
#contents_topix dl{
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#contents_topix dt{
	float: left;
	font-size: 13px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bullet_04.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
	width: 100px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#contents_topix dd{
	margin: 0px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#contents_topix .date{
	margin-top: 0.5em;	
}
#totop{
	height: 1em;
	text-align: right;
	color: #666666;
	margin-bottom: 40px;
	margin-top: -10px;
}
#uploadstamp{
	text-align: right;
	background-image: url(../images/back_dt.gif);
	background-repeat: repeat;
	height: 1.5em;
	background-position: center;
	font-family: "Courier New", Courier, mono;
	padding: 3px;
	font-size: 13px;
}
#uploadstamp.newmark{
	display: none;
}
#topixwrapper{
	display: block;
}
#topixwrapper .DataResultImage{
	float: left;
	margin-right: 5px;
	height: 80px;
	width: 80px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#topixwrapper .topixread{
	float: left;
	width: 570px;
	font-size: 12px;
}
/* サイドカラム */
#sidecolumn{
	width: 250px;
	float: left;
	margin-top: 10px;
}
#areafeedtopix{
	margin-bottom: 20px;
}
#areafeedtopix h3{
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#areafeedtopix ul{
}
#areafeedtopix li{
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#areafeedtopix p{
}

#areafeedtopix .tit_tokyo{
	background-color: #F18D1A;
	color: #FFFFFF;
}
#areafeedtopix .tit_kansai{
	background-color: #F1CF00;
	color: #FFFFFF;
}
#areafeedtopix .tit_kanazawa{
	color: #FFFFFF;
	background-color: #53009F;
}
#areafeedtopix .tit_nagoya{
	color: #FFFFFF;
	background-color: #34A5DE;
}
.clearboth{
	clear: both;
}
/*___RSS FEED BT___*/
ul#subscribeFeed {
    margin: 0;
    padding: 0;
}
ul#subscribeFeed li {
    list-style: none;
    margin-bottom: 10px;
}
ul#subscribeFeed li img {
    border: none;
}	
/*___フッター___*/	
	#footer {
	clear: both;
	background-color: #0E4488;
	background-image: url(../images/background_foot.png);
	background-repeat: repeat-y;
	margin-top: 10;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	color: #FFF;
	}

	#footer h4 {
	color: #FFF;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	float: none;
	}
	#footer a {
	color: #FFF;
	text-decoration: none;
	}

	#footer a:visited {
	color: #666666;
	text-decoration: none;
	}

	#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #FF0000;
	}
	.footer_leftcol {
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 0.5em;
	}
	.footer_ber1{
	background-image: url(../images/background_foot.png);
	background-repeat: repeat-y
	height: 10px;
	width: 950px;
	padding-top: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	}
	.footer_ber{
	background-image: url(../images/back_foot_ber.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 4px;
	width: 930px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 10px;
	}
	#footer_jt {
	color: #333;
	margin-left: 10px;
	}

	.footer_submenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

	.footer_submenu li {
	line-height: 130%;
	list-style: none;
	margin: 0;
	float: none;
	padding: 0;
	}
	.nomal{
	font-weight: normal;
	font-size: 11px;
	}
	.logo{
	text-align: right;
	margin-top: -35px;
	padding-bottom: 10px;
	margin-right: 10px;
	}
	address{
	font-style: normal;
	color: #FFF;
	}
	#copyright-letter {
	color: #FFFFFF;
	background-color: #071649;
	padding: 10px;
	}

