@charset "utf-8";
/* 基本のスタイル
----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #333333;
	background-color: #F0F8FF;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
hr {
	display: none;
}
h2 {
	border-bottom: 5px solid #00BBFF;
}
/* 角丸のための設定
----------------------------------------*/
.rbox {
	width:560px;
	background-color:#FAF0E6;
	margin-bottom: 10px;
}
.textbox {
margin:0x;
padding:10px;
background-color:#FAF0E6;
}
.rtop, .rbottom{
background-color:#FFFFFF;
}
.rtop span, .rbottom span{
display:block;
height:1px;
overflow:hidden;
background-color:#FAF0E6;
}
.r1{margin: 0px 5px;}
.r2{margin: 0px 3px;}
.r3{margin: 0px 2px;}
.r4{margin: 0px 1px; height: 2px;} 
.pagetop {
	float: right;
}

/* リンクの設定
----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
    border-bottom:2px dotted #FF6347;
}
a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 2px dotted #999999;
}
a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #FF6347;
}
a:active {
	color: #FF6347;
	text-decoration: none;
	border-bottom: 2px solid #FF6347;
}
.comment {
	font-size: 75%;
	color: #666666;
	line-height: 1.4;
}
.per80 {
	font-size: 80%;
}


/* レイアウトの設定
----------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 800px;
	background-color: #ff6347;
}
#header {
	background-color: #FFFFFF;
	background-image: url(img/header.gif);
	height: 180px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
}
#title {
	padding: 10px 10px 1px;
	background-color: #FFFFFF;
	height: 25px;
	border-bottom: 5px solid #EB5854;
}

#main {
	margin: 0px;
	padding: 10px;
	float: right;
	width: 560px;
	background-color: #FFFFFF;
}
#sidebar {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 10px 10px 0px;
}

#header img {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

#header #logo {
	position: absolute;
	left: 20px;
	top: 60px;
}

#header ul {
	background-color: #FFFFFF;
	width: 693px;
	position: absolute;
	top: 105px;
	left: 55px;
}
#header ul li {
	list-style: none;
	padding:0px;
	float: left;
	display: inline;
}
#header ul li a {
	text-align: center;
	display: block;
	width: 75px;
	border-style: none;
	margin: 1px;
}
/* フッタの設定
----------------------------------------*/
#footer {
	color: #FFFFFF;
	background-color: #00BBFF;
	clear: both;
	width: 780px;
	bottom: 0px;
	height: 100px;
	padding: 10px;
	font-size: 75%;
}

#footer ul {
	background-color: #00BBFF;
	width: 225px;
	margin-left: 285px;
}
#footer ul li {
	list-style: none;
	display: inline;
	float: left;
}
#footer ul li a {
	border-style: none;
	height: 75px;
	width: 75px;
	text-align: center;
	display: block;
	background-color: #00BBFF;
	border-width: 0px;
	text-decoration: none;
}
#footer address {
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#main img {
	margin: 5px;
}
#main ul {
	padding-left: 20px;
}
#main ul li {
	list-style: url(../img/ico_fire.gif) none;
}


#sidebar ul {
	width: 190px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 190px;
	display: block;
	padding: 5px;
}
#main p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.note_right {
	background-image: url(../img/bg_note_wht.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	border: 1px solid #FFCC99;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #FFFAF0;
	background-position: right;
	padding-right: 50px;
}
.date {
	font-size: 80%;
	color: #666666;
	text-align: right;
}
.ferry1 {
	font-size: 100%;
	color: #FFCC00;
	font-weight: bold;
}
.ferry2 {
	font-size: 120%;
	color: #FF9900;
	font-weight: bold;
}
.ferry3 {
	font-size: 140%;
	color: #FF3300;
	font-weight: bold;
}
.ferry4 {
	font-size: 120%;
	color: #FF3366;
}

.note_left {

	background-image: url(../img/bg_note_wht.gif);
	background-repeat: repeat-y;
	padding-left: 50px;
	border: 1px solid #FFCC99;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #fffaf0;
	background-position: left top;
	padding-right: 10px;
}
.rbox_mini {
	width:495px;
	background-color:#FFCC66;
	margin-left: auto;
	margin-right: auto;
}
.textbox_mini {

margin:0x;
padding:10px;
background-color:#FFCC66;
}
.rtop_mini, .rbottom_mini {

background-color:#FFF0F5;
}
.rtop_mini span, .rbottom_mini span {

display:block;
height:1px;
overflow:hidden;
background-color:#FFCC66;
}
.r1_mini {
margin: 0px 5px;
}
.r2_mini {
margin: 0px 3px;
}
.r3_mini {
margin: 0px 2px;
}
.r4_mini {
margin: 0px 1px; height: 2px;
}
.center {
	text-align: center;
}
.note_blue {
	background-image: url(../img/bg_note_wht.gif);
	background-repeat: repeat-x;
	border: 1px solid #00BBFF;
	margin-bottom: 10px;
	background-position: left top;
	padding: 50px 10px 10px;
	background-color: #F0F8FF;
}
.title_blue {
	color: #F0F8FF;
	padding-left: 5px;
	font-weight: bold;
	background-color: #00BBFF;
}
.note_green {
	background-image: url(../img/bg_note_wht.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCFF99;
	margin-bottom: 10px;
	background-position: left top;
	padding: 50px 10px 10px;
	background-color: #F0FFF0;
}
.title_green {

	color: #F0F8FF;
	background-color: #9ACD32;
	padding-left: 5px;
	font-weight: bold;
}
.note_pink {
	background-image: url(../img/bg_note_wht.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFCCCC;
	margin-bottom: 10px;
	background-position: left top;
	padding: 50px 10px 10px;
	background-color: #FFF0F5;
}
.title_pink {


	color: #F0F8FF;
	background-color: #F08080;
	padding-left: 5px;
	font-weight: bold;
}
.note_orange {
	background-image: url(../img/bg_note_ylw.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFCC33;
	margin-bottom: 10px;
	background-position: left top;
	padding: 50px 10px 10px;
	background-color: #FFEBCD;
}
.title_orange {



	color: #F0F8FF;
	background-color: #FF9900;
	padding-left: 5px;
	font-weight: bold;
}
.note_purple {
	background-image: url(../img/bg_note_lgy.gif);
	background-repeat: repeat-x;
	border: 1px solid #9999CC;
	margin-bottom: 10px;
	background-position: left top;
	padding: 50px 10px 10px;
	background-color: #E6E6FA;
}
.title_purple {
	color: #F0F8FF;
	padding-left: 5px;
	font-weight: bold;
	background-color: #483D8B;
}
.note_yellow {
	background-image: url(../img/bg_note_ylw.gif);
	background-repeat: repeat-x;
	border: 1px solid #F0E68C;
	margin-bottom: 10px;
	background-position: left top;
	padding: 50px 10px 10px;
	background-color: #FFFFE0;
}
.title_yellow {

	color: #F0F8FF;
	padding-left: 5px;
	font-weight: bold;
	background-color: #DAA520;
}
.photo {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.maintext {
	margin-left: 10px;
}
.title_white {
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 5px;
}
