﻿@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック",Verdana,monospace,sans-serif;
}

body{
	text-align:center;
	font-size:12px;
	line-height:1.4;
}

a img{border:none;}
a:link,a:active,a:visited{color:#6e4b00;text-decoration:none;}
a:hover{color:#0CF;text-decoration:underline;}
span.red {
	color: #FF0000;
}
span.gray {
	color: #999999;
}
span.pink {
	color: #FF99CC;
	font-weight: bold;
}
span.redbold {
	font-weight: bold;
	color: #CC0000;
}
.style2 {color: #FFFFFF; font-weight: bold; }
#pankuzu {
	width: 950px;
	margin-bottom: 5px;
}

.navi {
	clear: both;
}
.navi ul {
	float: right;
	list-style-type: none;
}
.navi ul li {
	display: inline;
	text-align: center;
	float: left;
	font-size: 12px;
}
.navi ul li a {
	display: block;
	width: 165px;
	line-height: 30px;
	background-image: url(https://www.orion-tour.co.jp/subimg/bt01_off.gif);
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
}
.navi ul li a:hover {
	color: #FF9900;
	background-image: url(https://www.orion-tour.co.jp/subimg/bt01_on.gif);
}
.navi .on a {
	background-image: url(https://www.orion-tour.co.jp/subimg/bt01_on.gif);
}

.maintitle {
	height: 35px;
	background-image: url(https://www.orion-tour.co.jp/subimg/bar01.gif);
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-indent: 10px;
	clear: both;
	margin-bottom: 5px;
}

.subtitle01 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(/subimg/bar02.gif);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
	clear: both;
}
.subtitle02 {
	font-size: 14px;
	text-indent: 5px;
}
.text01 {
	width: 950px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
.text01 li {
	list-style-type: none;
	
}
.text01 li a {
	background-image: url(/subimg/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.text02 {
	width: 950px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.text02 li {
	float: left;
	display: block;
	width: 313px;
}
.text02 li a {
	background-image: url(/subimg/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}




/************************* 全体枠 ******************************/

#wrap{
	width:954px;
	text-align:left;
	color:#333;
	margin:0 auto;
}

#main{
	width:954px;
	background:url(/renewalimg/body_bgrepeat.gif) top center repeat-y;
}

#inmain{
	width:954px;
	background:url(/renewalimg/body_bgtop.gif) top center no-repeat;
}

#mainbottom{
	width:954px;
	background:url(/renewalimg/body_bgbottom.gif) bottom center no-repeat;
	height:59px;
}

#mainbottom p{
	float:right;
	margin:27px 7px 0 0;
}

#inmainL{
	float:left;
	width:730px;
}

#inmainR{
	float:right;
	width:219px;
	text-align:center;
	margin:0 auto;
}

#afeBox{
	background:url(/renewalimg/afebox_topline.gif) top left repeat-x;
	width:950px;
	margin:30px 0 0 0;
	padding-top:25px;
}

#inafeBox{
	margin:0 0 25px 30px;
}

#inafeBox li{
	float:left;
	margin:0 0 5px 5px;
}


/************************* 共通 ******************************/
.clear{
	height:1%;
}
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
