@charset "shift_jis";

@import "header.css";
@import "footer.css";

/*
=========================================

ブラウザチEォルトスタイルリセチE用定義

=========================================
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
body{
	font-size:12px;
	height: 100%;
	/*min-width:960px;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}

h2,h3,h4 {
	font-size: 100%;
	font-weight: bold;
}
h1,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q: before,q: after {
	content: '';
}
abbr,acronym {
	border: 0;
}

li {list-style-type: none;}



/*
=========================================

全ペEジ共通定義

=========================================
*/


/* body
---------------------------------------------------------------------------- */
body {
	text-align: center;
	font-family:"MS PGothic", "Osaka", Arial, sans-serif;
	line-height: 1.4em;
	color:#333333;
	font-size: 12px;
	background-color: #FFFFFF;
}
a{
overflow:hidden;
outline:none
}
.cline {
    border-top: 1px solid #CCCCCC;
    margin-bottom: 8px;
}

#contents{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top: 5px;
	overflow: hidden;
	margin-bottom: 0px;
}
.topic-path {
	height: 22px;
	text-align: left;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.pagetop {
	text-align: right;
	width: 960px;
	margin-bottom: 10px;
	padding-top: 10px;
	clear: both;
}
/* リンク
---------------------------------------------------------------------------- */
a:link {
	text-decoration:underline!important;
	color: #6eb130!important;
}

a:visited {
	text-decoration:underline!important;
	color: #93c465!important;
}

a:hover {
	text-decoration: none!important;
	color: #6eb130!important;
}

a:active {
	text-decoration: none!important;
	color: #6eb130!important;
}
/* チEスチE
---------------------------------------------------------------------------- */
.txt-bold {
    font-weight: bold;
}
.txt-green {
    color: #16893b;
}
.txt-red {
    color: #c11920;
}
.sz22 {
    font-size: 24px;
}
.ttl5 {
	font-weight: bold;
	color: #16893b;
	margin-bottom: 5px;
}
.mgn {
margin-bottom: 15px;
}
.mgn5 {
margin-bottom: 5px;
}.txt_cal {
	margin-bottom: 10px;
}
.route_box {
	margin-bottom: 20px;
}
.route_box .left {
	float: left;
	width: 455px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.route_box .right {
	float: right;
	width: 455px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.route_box h3 {
	text-align: center
	width: 455px;
	text-align: center;
	background-color: #6db131;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.route_box .inside {
	text-align: center;
	border: 1px solid #6db131;
	padding-top: 10px;
	margin-bottom: 0px;
}
.route_box .kanto_kamikouchi {
	height: 650px;
}
.route_box .kanto_hakuba {
	height: 500px;
}
.route_box .kansai_kamikouchi {
	height: 650px;
}
.route_box .kansai_hakuba {
	height: 780px;
}
.rrsv_area {
	background-color: #f3eedd;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6db131;
	border-bottom-color: #6db131;
	border-left-color: #6db131;
}


.pato15 {
    padding-top: 15px;
}

.mato20 {
    margin-top: 20px;
}



