/*--------------------------------------------------------
a
--------------------------------------------------------*/

a { 
	text-decoration: none;
	color: #3333ff;
}

a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------
img
--------------------------------------------------------*/

img {
	border: none;
}

/*--------------------------------------------------------
p
--------------------------------------------------------*/

p {
	margin: 1em;
	font-size: 90%;
}

p.hx {
	margin: 1em;
	font-size: 100%;
}

/*--------------------------------------------------------
body
--------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #666666;
	background: #ffffff url('images/body_bg.gif') repeat-x;
}

/*--------------------------------------------------------
headerline
--------------------------------------------------------*/

#headerline {
	height: 10px;
	background: #f6fcf0 url('none') repeat-x;
}

/*--------------------------------------------------------
header
--------------------------------------------------------*/

#header {
	height: 80px;
	background: #ffffff url('images/header_bg.gif') repeat-x;
}

#logo {
	width: 800px;
	margin: 0 auto;
}

/*--------------------------------------------------------
gnavi
--------------------------------------------------------*/

#gnavi {
	height: 40px;
	background: #44c61c url('images/gnavi_bg.gif') repeat-x;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#headertext {
	width: 800px;
	margin: 0 auto;
}

h1 {
	margin: 0 0 0 10px;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
}

/*--------------------------------------------------------
base
--------------------------------------------------------*/

#base {
	width: 808px;
	margin: 0 auto;
	background: #ffffff url('images/base.gif') repeat-y;
}

/*--------------------------------------------------------
banner
--------------------------------------------------------*/

#banner {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	font-size: 90%;
	background: #ffffff url('images/banner.jpg');
	position:relative;
}

#no1 {
	position: absolute;
	z-index: 1;
	top: 244px;
	left: 240px;
}

#no2 {
	position: absolute;
	z-index: 2;
	top: 152px;
	left: 500px;
}

#no3 {
	position: absolute;
	z-index: 3;
	top: 256px;
	left: 500px;
}

/*--------------------------------------------------------
pan
--------------------------------------------------------*/

#pan {
	width: 780px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	font-size: 80%;
	border-bottom: 1px dotted #cccccc;
}

/*--------------------------------------------------------
contents
--------------------------------------------------------*/

#contents {
	width: 780px;
	margin: 10px auto;
	background: #ffffff url('images/contents.gif') repeat-y;
}

#contents_wide {
	width: 780px;
	margin: 10px auto;
	background-color: #ffffff;
}

/*--------------------------------------------------------
main
--------------------------------------------------------*/

#main {
	float: left;
	width: 536px;
	margin: 0 10px 10px 0;
	line-height: 1.4em;
}

#main_wide {
	margin: 0 10px 10px 0;
	line-height: 1.4em;
}

h2 {
	clear: both;
	margin: 0 10px;
	padding: 0;
	line-height: 1.6em;
}

h3 {
	clear: both;
	margin: 0 10px;
	padding: 4px 10px;
	border-left: 4px solid #44c61c;
	border-bottom: 2px dotted #cccccc;
}

.box {
	margin: 0 20px;
	border: 2px dotted #cccccc;
}

/*--------------------------------------------------------
side
--------------------------------------------------------*/

#side {
	float: right;
	width: 234px;
	margin-bottom: 10px;
}

.menutitle {
	border-bottom: 4px double #cccccc;
	font-size: 80%;
}

.sidemenu ul {
	width: 234px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

.sidemenu li {
	display: block;
	margin: 0;
	padding: 0 10px 0 20px;
	line-height: 2.6em;
	border-bottom: 1px dotted #cccccc;
	background: url('images/arrow_a.gif') no-repeat left 12px;
}

.sidebox {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
	font-size: 90%;
}

/*--------------------------------------------------------
footer
--------------------------------------------------------*/

#footer {
	width: 780px;
	height: 80px;
	margin: 0 auto;
}

#footernavi {
	height: 40px;
	margin: 0 auto;
	border-top: 1px dotted #cccccc;
	background-color: #ffffff;
}

#footernavi ul {;
	margin: 10px;
	padding: 0;
	text-align: center;
}

#footernavi li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-size: 80%;
}

#copyright {
	margin: 10px 10px 0;
	text-align: right;
}

/*--------------------------------------------------------
table
--------------------------------------------------------*/

#info_table table {
	margin: 20px 20px 30px;
	padding: 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
    border-spacing: 0;
    font-size: 90%;
}

#info_table table.wide_table {
	width: 740px;
}

#info_table table.mini_table {
	width: 496px;
}

#info_table th {
	padding: 10px;
    border: 1px solid #cccccc;
    line-height: 1.6em;
    font-weight: bold;
    color: #ffffff;
}

#info_table th.division {
	width: 20%;
}

#info_table th.division2 {
	width: 28%;
}

#info_table td {
	padding: 10px;
    border: 1px solid #cccccc;
    line-height: 1.6em;
}

#review {
	margin-bottom: 30px;
}

#review table {
	margin: 10px 10px 0;
	border-bottom: 1px dotted #cccccc;
}

#review table th,
#review table td {
	font-size: 13px;
	line-height: 1.2em;
}

#review table th.review_image {
	padding: 10px;
	text-align: center;
}

#review table th.review_site {
	text-align: left;
	font-weight: normal;
	padding: 10px 0 0 0;
	color: #a7a7a7;
}

#review table th.review_text {
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 0 0;
}

#review table td {
	text-align: right;
	padding: 0 10px 10px 0;
}

/*--------------------------------------------------------
common
--------------------------------------------------------*/

.center { text-align: center; }

.right { text-align: right; }

.fll { float: left; }

.red { color: #ff0000; }

.green_bg { background-color: #44c61c; }

.b { font-weight: bold; }

hr.space {
	width: 516px;
	height: 0;
	margin: 30px 0;
	padding: 0;
	border: none;
}

/*--------------------------------------------------------
clear
--------------------------------------------------------*/

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}

