<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-blue { color: #66bfd2}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
h1{ 
	margin:10px 0 10px 0;
	padding:0;
	color:#000000;
	font-weight:normal;
	font-size:12px;
}

h2{ 
	margin:0 0 10px 0;
	padding:0;
}


#main{
	width:950px;
	margin:0 auto;
}


#main #left{
	width:350px;
	margin:0 20px 0 0;
	padding:0;
	float:left;
}

#main #left.article {/*記事ページ用*/
    width: 240px;
}

#main #left #tour{
	width:230px;
	margin:0 0 20px 0;
	padding:0;
}

#main #left #tour h3{
	width:230px;
	margin:10px 0 10px 0;
	padding:0;
}

#main #left #tour dl{
	width:210px;
	margin:0 10px 10px 10px;
	padding:0;
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	border-bottom-width:1px;
}

#main #left #tour dl dt{
	width:210px;
	margin:6px 0 0 0;
	padding:0;
}

#main #left #tour dl dd{
	width:210px;
	margin:0;
	padding:0 0 10px 0;
}

#main #left #tour p{
	width:230px;
	margin:0 6px 10px 0;
	padding:0;
}

/* 右メニュー */
#main #right{
	width: 580px;
	float:left;
}

#main #right.article {/*記事ページ用*/
	width: 690px;
}

#main #right #topics{
	width: 100%;
	padding:10px 10px 10px 0;
	margin:0 0 20px 0;
}

#main #right #topics h3{
	margin:0 0 10px 0;
	padding:0;
}

#main #right #topics dl{
	float:left;
	width: 100%;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom: 1px dotted #CCC;
	box-sizing:border-box;
}

#main #right #topics dl dt{
	float:left;
	width: 90px;
	padding:0;
	margin: 0;
}

#main #right #topics dl dd{
	float:left;
	width: 100%;
	padding:0;
	margin:0;
}

#main #right #column{
	width:700px;
}

#main #right #column h3{
	margin:0 0 10px 0;
	padding:0;
}

#main #right #column p{
	margin:0 10px 20px 10px;
	padding:0;
}


#main .tab{
	width: 700px;
	margin:0;
	padding:0;
	float:left;
}


#main .tab ul{
	width: 700px;
	margin:0;
	padding:0;
	list-style: none;
}


#main .tab ul li {
	float: left;
	text-indent: -9999px;
	
}
#main .tab ul li a {
	text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
	display: block;
}






#main .tab ul li#htab{
	width: 350px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../images/tab_hiroyasu.jpg);
}


#main .tab ul li#htab a {
	height: 60px;
	background-image: url(../images/tab_hiroyasu_a.jpg);
}
#main .tab ul li#htab a:hover {
	background-image: url(../images/tab_hiroyasu_ov.jpg);
}



#main .tab ul li#ttab{
	width: 350px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../images/tab_tp.jpg);
}

#main .tab ul li#ttab a {
	height: 60px;
	background-image: url(../images/tab_tp_a.jpg);
}
#main .tab ul li#ttab a:hover {
	background-image: url(../images/tab_tp_ov.jpg);
}


/* ひろやすの汽車旅コラム */

#main #right #column .notebook{
	background:#fdf6bb;
	width:680px;
	margin:0 0 60px 0;
	padding:10px;
		float:left;
}



#main #right #column .notebook .midashi{
	width: 680px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	background-image: url(../images/tit_report.gif);
	height: 77px;
}
	
	
#main #right #column .notebook .midashi h4{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#585858;
	margin:22px 0px 0px 30px;
	margin-top:22px\9;
}
.h4_letter_space1 {
	letter-spacing: -1px;
}


#main #right #column .notebook .note{
	width: 610px;
	margin:0;
	padding:35px 20px 14px 50px;
	float:left;
	background-image: url(../images/box_paper1.gif);
}


.map{
		width:610px;
		margin:6px 10px 20px 0;
		float:left;
}

#prof{
	width:580px;
	padding:20px;
	background-color: #f2e0cb;
	
}


/* 汽車旅なんでも情報 */

#main #right #column .notebook2{
	background:#d6e6c9;
	width:680px;
	margin:0 0 60px 0;
	padding:10px;
		float:left;
}



#main #right #column .notebook2 .midashi{
	width: 680px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	background-image: url(../images/tit_report2.gif);
	height: 77px;
}
	
	
#main #right #column .notebook2 .midashi h4{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#585858;
	margin:22px 0px 0px 30px;
	margin-top:22px\9;
}

#main #right #column .notebook2 .note{
	width: 610px;
	margin:0;
	padding:35px 20px 14px 50px;
	float:left;
	background-image: url(../images/box_paper2.gif);
}




.txtnote {
	font-size:14px;
	line-height:22px;
	padding-bottom:7px;
	}



.txtnote .pora {
		float:right;
		width:320px;
		margin:0 0 0 10px;
		padding:0;
		height:309px;
		background-image:url(../images/pora.gif);
		background-repeat:no-repeat;
		overflow:hidden;
		
}

.txtnote .pora .image .click{
	position:absolute;
	left:175px;
	top: 201px;
}

/*　6/12修正分　*/
.txtnote .pora_left .image .click2{
	position:absolute;
	left:24px;
	top: 190px;
}

.txtnote .pora .image{
		width:284px;
		margin:0;
		padding:40px 0 0 16px;
		position:relative;
		overflow:hidden;
}

.txtnote .pora .comment{
	margin:6px 0px 0px 16px;
	padding:0px;
	font-size:12px;
	line-height: 16px;
	width: 284px;
}
.txtnote .pora .comment2 {
	margin:0px auto;
	padding:6px 0 0 0;
	font-size:12px;
	line-height: 16px;
	width: 284px;
	letter-spacing: 2.5px;
}



.txtnote .pora_left {
		float:left;
		width:320px;
		margin:0 10px 0 0;
		padding:0;
		height:309px;
		background-image:url(../images/pora.gif);
		background-repeat:no-repeat;
		overflow:hidden;
}

.txtnote .pora_left .image{
		width:284px;
		margin:0;
		padding:30px 0 0 16px;
		position:relative;
		overflow:hidden;
}

.txtnote .pora_left .image .click{
	position:absolute;
	left:174px;
	top: 190px;
}

.txtnote .pora_left .comment{
	width:284px;
	margin:6px 0px 0px 16px;
	padding:0px;
	font-size:12px;
	line-height: 16px;
}
.txtnote .pora_left .comment2 {
	width:284px;
	margin:0px auto;
	padding:6px 0px 0px;
	font-size:12px;
	line-height: 16px;
	letter-spacing: 2.3px;
}





.txtnote .imgtate_left {
		float:left;
		width:221px;
		height:380px;
		margin:0 10px 0 0;
		padding:0;
		background-image:url(../images/pora2.gif);
		background-repeat:no-repeat;
}

.txtnote .imgtate_left .image{
		width:189px;
		margin:0;
		padding:18px 0 0 16px;
		position:relative;
		overflow:hidden;
}

.txtnote .imgtate_left .image .click{
	position:absolute;
	left:80px;
	top: 274px;
}

.txtnote .imgtate_left .comment{
	width:195px;
	margin:6px 0 0 16px;
	padding:0;
	font-size:12px;
	line-height: 16px;
}
.txtnote.clearfix .imgtate_left .comment2 {
	width:205px;
	margin:0px 0px 0px 16px;
	padding:6px 0px 0px;
	font-size:12px;
	line-height: 16px;
	letter-spacing: 2.3px;
}



.txtnote .imgtate_right {
		float:right;
		width:221px;
		height:380px;
		margin:0 0 0 10px;
		padding:0;
		background-image:url(../images/pora2.gif);
		background-repeat:no-repeat;
}


.txtnote .imgtate_right .image{
		width:189px;
		margin:0;
		padding:18px 0 0 16px;
		position:relative;
		overflow:hidden;

}

.txtnote .imgtate_right .image .click{
	position:absolute;
	left:80px;
	top: 274px;
}

.txtnote .imgtate_right .comment{
		width:195px;
		margin:6px 0 0 10px;
		padding:0;
		font-size:12px;
		line-height: 16px;
}
.txtnote .imgtate_right .comment2 {
	width:204px;
	margin:0px auto;
	padding:6px 0px 0px;
	font-size:12px;
	line-height: 16px;
	letter-spacing: 2.3px;
}


#main #right p#pagenavi{
	clear: both;
	width: 700px;
	padding-top: 10px;
	text-align: center;
}



.imgRight {
	float:right;
	width:280px;
	background-color: #ffffff;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	margin:0 0 0 10px;
	padding:16px 16px 10px 14px;
}
.imgRight p {
	width:268px;
	font-size:12px;
	margin:12px 0px 0px 7px;
}


.imgLeft {
	float:left;
	width:300px;
	background-color: #fdf6bb;
	border-notebook:10px solid #ffffff;
}
.imgLeft p {
	width:200px;
	font-size:10px;
	color:#6d6d6d;
	margin:7px 0px 7px 7px;
}
.imgLeft img {
	margin-bottom:5px;
}

ul {
	list-style:none;
}
a {
	overflow: hidden;
}
.clear {
	clear: both;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearfix { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearfix { 
	height: 1%; 
} 
.clearfix { 
	display: block; 
} 
/* end of for macIE */
.clearfix {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}










/* 左メニュー */
#left ul {
	margin:0;
	padding:0;
}

#left ul li {
	margin:0 0 10px 0;
	padding:0;
}
.text_move {
	letter-spacing: 3.5px;
}
.text_move2 {
	display: block;
	margin: 2px 0px 0px 100px;
	padding: 0px;
	width: 200px;
}
.text_move3 {
	display: block;
	margin: 0px 0px 0px 70px;
	padding: 0px;
	width: 470px;
}

.text_move_little {
	padding-left: 122px;
	letter-spacing: 4px;
}
.text_center {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}

.article iframe{width:250px!important;}</pre></body></html>