/*　　　宇高国道フェリー　　　*/
/*　　表示用スタイルシート　　*/

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #CCE6FF;
	text-align: center;
}

A:link {
	color: #0066FF;
	text-decoration: none;
}
A:visited {
	color: #0066FF;
	text-decoration: none;
}
A:active {
	color: #0066FF;
	text-decoration: underline;
}
A:hover {
	color: #FF6600;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding-left: 0;
}

img {
	border: 0;
}


/*　全体　*/
#wrapper {
	margin: auto;
	padding: 0px;
	width: 800px;
	background: url(image/bg.gif) repeat-y fixed center top;
	text-align: left;
}


/*　ヘッダー　*/
#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 120px;
}


/*　サイドリンクメニュー　*/
#link {
	width: 200px;
	float: left;
}

#link_m {
	padding: 0px 10px 0px 25px;
	font-size: 12px;
	line-height: 18px;
}

#link ul {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}

#link ul li {
	list-style-type: none;
	padding: 10px 0px 10px 20px;
	border-bottom: 1px dotted #999999;
	background: url(image/pochi.gif) no-repeat 5px 12px;
	font-size: 14px;
}

#link ul li a {
	color: #000000;
}

#link ul li a:hover {
	color: #0066FF;
}

/*　本文　*/
#content {
	width: 580px;
	float: left;
}

#content_m {
	padding: 0px 10px 20px 20px;
	font-size: 12px;
	line-height: 20px;
}

/*　見出し　*/
#content h1{
	margin-left: -10px;
	padding: 1px 0px 0px 20px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	background: url(image/h1.gif) no-repeat left top;
}

#content h2{
	margin-left: -5px;
	margin-right: 20px;
	padding: 0px 5px;
	border-bottom: 1px dotted #263486;
	font-size: 14px;
	color: #263486;
}


#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ul li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 20px;
	background: url(image/info.gif) no-repeat 3px 2px;
}

#content ul.notice {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content ul.notice li {
	line-height: 16px;
	list-style-type: none;
	padding-left: 12px;
	background: url(image/notice.gif) no-repeat 0px 4px;
}


/*　フッター　*/
#footer {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 50px;
	background: url(image/footer.gif) no-repeat center bottom;
	clear: both;
}


/*　表組み　*/
table.daiya {
	border: 2px solid #006699;
	border-collapse: collapse;
	text-align: center;
}

table.daiya th {
	padding: 4px;
	border: 1px solid #006699;
	background: #99CCFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.5em;
}

table.daiya td {
	padding: 4px;
	border: 1px solid #006699;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
}


table.price {
	border: 2px solid #006699;
	border-collapse: collapse;
	text-align: left;
}

table.price th {
	padding: 4px;
	border: 1px solid #006699;
	background: #FFFFDD;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

table.price td {
	padding: 4px;
	border: 1px solid #006699;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1em;
}


table.normal td {
	font-size: 12px;
	line-height: 20px;
}

/*　書式設定　*/
.big {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.mid {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

