﻿@import url("layout.css");
@import url("text.css");
@import url("default.css");


* {
	margin: 0;
	padding: 0;
	line-height: 18px;
	color: #333333;
	font-family: Arial,"ＭＳ ゴシック","ＭＳ Ｐゴシック",Osaka-等幅,Osaka,平成角ゴシック;
}

html {
	overflow: scroll;
	background-image: url(../img/html_background.png);
	background-repeat: repeat-x;
}

a:link {
	color: #1287a1;
}

a:visited {
	color: #1287a1;
}

a:hover, active {
	color: #a00000;
	cursor: pointer;
}

a:link, visited, hover, active {
	cursor: pointer;
}

body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

#container {
	width: 1000px;
	background-color: #FFFFFF;
}

p {
	padding: 4px;
}

#copyright {
	font-size: 12px;
	line-height: 170%;
}


#previously_category {
	width: 230px;
	position: fixed;
}

#pagetoparea {
	width: 230px;
	position: fixed;
	bottom: 0;
}

.pagetop_menu {
	width: 230px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
}

#orderarea {
	width: 230px;
	position: fixed;
	bottom: 0;
	margin-bottom: 22px;
}

#orderarea_b {
	width: 230px;
	position: fixed;
	bottom: 0;
	margin-bottom: 66px;
}

.order_menu {
	width: 230px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	background-color: #1287a1;
	border-bottom: 1px solid #ffffff;
}

a.order {
	width: 230px;
	display: block;
	line-height: 44px;
	text-indent: 1em;
	color: #ffffff;
}

a.order:hover {
	width: 230px;
	color: #ffffff;
	background-color: rgb(238,129,0);
	text-decoration: none;
}

.previously_category_menu {
	width: 230px;
	display: block;
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;
	background-color: #1287a1;
	border-bottom: 1px solid #ffffff;
}

a.pcm {
	width: 230px;
	display: block;
	line-height: 20px;
	text-indent: 0;
	color: #ffffff;
	padding-left: 1em;
	padding-top: 15px;
	padding-bottom: 15px;
}

a.pcm:hover {
	width: 215px;
	color: #ffffff;
	background-color: #a00000;
	text-decoration: none;
}

a.ptp {
	width: 230px;
	display: block;
	line-height: 22px;
	text-indent: 1em;
	color: #ffffff;
}

a.ptp:hover {
	width: 230px;
	color: #ffffff;
	background-color: #a00000;
	text-decoration: none;
}




#previously_category2 {
	width: 230px;
}

.previously_category_menu2 {
	width: 230px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	background-color: #1287a1;
	border-bottom: 1px solid #ffffff;
}

.previously_category_menu2_img {
	width: 230px;
	display: block;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

a.pcm2 {
	width: 230px;
	display: block;
	line-height: 18px;
	text-indent: 0;
	color: #ffffff;
	padding-left: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.pcm2:hover {
	width: 217px;
	color: #ffffff;
	background-color: #a00000;
	text-decoration: none;
}





.bookreview_okinawatimes {
	width: 120px;
	height: 50px;
	display: block;
	float: right;
	background-image: url(../img/icon_okinawatimes.png);
	background-repeat: no-repeat;
	margin-left: 4px;
}

.bookreview_okinawatimes:hover {
	background-image: url(../img/icon_okinawatimes.png);
	background-position: -120px 0;
	background-repeat: no-repeat;
}


.bookreview_ryukyushimpo {
	width: 120px;
	height: 40px;
	display: block;
	float: right;
	background-image: url(../img/icon_ryukyushimpo.png);
	background-repeat: no-repeat;
	margin-left: 4px;
}

.bookreview_ryukyushimpo:hover {
	background-image: url(../img/icon_ryukyushimpo.png);
	background-position: -120px 0;
	background-repeat: no-repeat;
}


