/*初期化↓*/
p{margin:0;padding:0;}
h2{border:0;margin:0;padding:0;}
/*初期化↑*/
/*再設定↓*/
h2{margin-top:20px;margin-bottom:10px;padding-left:5px;}
h2{color:#333333;font-size:18px;border-left:5px solid #FF0000;}
.route{margin-top:10px;}
.line{margin-top:30px;font-size:12px;}
.line a{font-size:16px;color:#B30000;text-decoration:underline;}

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #B30000;
	text-decoration: underline;
}

.style1 {font-size: 14px}

/*---写真右--*/

.boxstyle {
	width: 500px;
	height:200px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	font-size: 12px;
}

/* 画像右寄せ */
.boxstyle .boximg {
	width: 250px;
	height:190px;
	float: right;
	background-color:#e6e6e7;
}

/* 画像左寄せ */
.boxstyle .boximg2 {
	width: 250px;
	height:190px;
	float: left;
	background-color:#ececec;
}

/* -- design style for .pager -- */

.pager{
	text-align:left;
	margin-top:1em;
	padding-bottom: 50px;
	font-size: 12px;
	padding-left: 50px;
}
.pager a, .pager strong.pager-current{
	background:#fff;
	margin-right:0.2em;
	padding:0.2em 0.5em;
}
.pager strong.pager-current{
	background:#2E6AB1 none repeat scroll 0;
	border:1px solid #2e6ab1;
	color:#fff;
}
.pager a{
	color:#3366FF!important;
	border:1px solid #97a7f6; /* #db8ec0  */
	text-decoration:none;
}
.pager a:hover{
	border-color:#1d31c3;
}
