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

a {
	color: #1d3994;
	text-decoration: underline;
}

a:hover {
	color: #00a2ff;
}

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

img {
	border: none;
}

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

p {
	margin: 1em;
}

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

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #eeeeee;
}

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

#base {
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #ffffff;
}

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

#header {
	margin-bottom: 10px;
	width: 900px;
	height: 110px;
	position: relative;
}

#header #sitename {
	position: absolute;
	z-index: 1;
}

#header #logo {
	position: absolute;
	z-index: 2;
	left: 600px;
}

#header #globalnavi {
	position: absolute;
	z-index: 3;
	top: 70px;
	background: #ff98f7 url('images/globalnavi.gif') no-repeat;
	font-size: 14px;
}

#header #globalnavi ul {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 40px;
	overflow: hidden;
}

#header #globalnavi li {
	list-style: none;
	width: 150px;
	float: left;
}

#header #globalnavi li a {
	display: block;
	line-height: 40px;
	text-align: center;
	color: #333333;
	font-weight: bold;
}

#header #globalnavi li a:hover {
	color: #000000;
}

#header #globalnavi li.g1 a:hover {
	background: #fffa6c url('images/g1.gif') no-repeat;
}

#header #globalnavi li.g2 a:hover {
	background: #b7ff94 url('images/g2.gif') no-repeat;
}

#header #globalnavi li.g3 a:hover {
	background: #c8cbfb url('images/g3.gif') no-repeat;
}

#header #globalnavi li.g4 a:hover {
	background: #ffa360 url('images/g4.gif') no-repeat;
}

#header #globalnavi li.g5 a:hover {
	background: #c663ff url('images/g5.gif') no-repeat;
}

#header #globalnavi li.g6 a:hover {
	background: #cccccc url('images/g6.gif') no-repeat;
}

/*--------------------------------------------------------
topicpath
--------------------------------------------------------*/

#topicpath {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}

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

#main,
#main_all {
	float: left;
	width: 580px;
	margin: 0 0 50px 0;
	line-height: 1.2em;
}

#main h1#h1_top {
	width: 580px;
	height: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	color: #333333;
}

#main h1 {
	width: 500px;
	height: 80px;
	margin: 0 0 20px 0;
	padding: 40px 40px 0;
	background: #ffffff url('images/h1_main.gif') no-repeat;
	color: #6c4141;
}

#main h2 {
	width: 520px;
	margin: 0 0 10px 0;
	padding: 0 20px 0 40px;
	background: #ffffff url('images/h2.gif') no-repeat;
	font-size: 16px;
	line-height: 40px;
}

#main h3 {
	margin: 0 0 10px 0;
	padding: 0 10px 0 14px;
	line-height: 36px;
	border-left: 8px double #01a6b0;
	border-top: 1px solid #01a6b0;
	border-right: 1px solid #01a6b0;
	border-bottom: 1px solid #01a6b0;
}

#main h4 {
	margin: 0 0 10px 10px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	border-left: 3px solid #00cad7;
	border-bottom: 1px dotted #01a6b0;
}

#main .pickup {
	margin: 20px 0 10px;
	padding: 0 0 10px 0;
	line-height: 1.2em;
	border-bottom: 1px dotted #aaaaaa;
}

#main .categorytable {
	margin: 10px 0 20px;
	padding: 0 20px 10px;
	line-height: 1.2em;
	border-bottom: 1px dotted #aaaaaa;
}

#main .mainalltable {
	margin: 20px 0 20px;
	padding: 0 20px 10px;
	line-height: 1.2em;
}

#main .list {
	margin: 10px 0 0;
	padding: 10px;
	line-height: 1.2em;
	border-bottom: 2px dotted #aaaaaa;
}

.list th,
.mainalltable th,
.categorytable th,
.pickup th {
	margin: 0;
	padding: 0;
	text-align: left;
}

.list th.capture,
.mainalltable th.capture,
.categorytable th.capture,
.pickup th.capture {
	padding: 0 10px 10px;
	vertical-align: top;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
}

.list th.sitename,
.mainalltable th.sitename,
.categorytable th.sitename,
.pickup th.sitename {
	vertical-align: top;
	background: #ffffff url('images/arrow2.gif') no-repeat left 1px;
}

.list th.sitename a,
.mainalltable th.sitename a,
.categorytable th.sitename a,
.pickup th.sitename a {
	padding: 0 0 0 20px;
}

.mainalltable td.aflink1 {
	margin: 20px 0 0 0;
}

.list td,
.categorytable td,
.pickup td {
	margin: 0;
	padding: 10px 10px 0 0;
	font-size: 14px;
}

.mainalltable td {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 14px;
	vertical-align: top;
}

.list td.dlink {
	color: #4ec135;
}

.list td.vt {
	vertical-align: top;
}

.graybox {
	width: 478px;
	margin: 20px 20px 30px;
	padding: 30px;
	background: #eeeeee url('images/graybox.gif') repeat;
	border: 1px solid #bbbbbb;
	font-size: 14px;
}

.aftextbox {
	padding: 10px 30px 30px 50px;
	line-height: 1.4em;
}

#main .info {
	margin: 0 20px;
	font-size: 12px;
}

#main .info table {
	width: 540px;
	margin: 20px 0;
	padding: 0;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	border-spacing: 0;
}

#main .info th {
	width: 120px;
	padding: 7px;
	border: 1px solid #cccccc;
	line-height: 1.6em;
	font-weight: bold;
	background-color: #b9ffac;
}

#main .info td {
	padding: 7px;
    border: 1px solid #cccccc;
    line-height: 1.6em;
}

#main #linkstop ul {
	margin: 20px 50px;
	line-height: 1.4em;
}

/*--------------------------------------------------------
wide
--------------------------------------------------------*/

#wide {
	width: 900px;
	margin: 0 0 50px 0;
	line-height: 1.2em;
}

#wide h1 {
	width: 800px;
	height: 80px;
	margin: 0 0 20px 0;
	padding: 40px 50px 0;
	background: #ffffff url('images/h1_wide.gif') no-repeat;
	color: #4f2802;
}

#wide h2 {
	margin: 30px 0 10px 0;
	padding: 0 0 10px 4px;
	border-bottom: 4px double #aaaaaa;
	font-size: 90%;
}

#wide .alltable {
	float: left;
	width: 420px;
	margin: 10px;
	padding: 0 0 10px 0;
	line-height: 1.2em;
	border-bottom: 1px dotted #aaaaaa;
}

#wide .categorytable {
	float: left;
	width: 430px;
	margin: 10px;
	line-height: 1.2em;
	background-color: #eeeeee;
}

#wide .categorytable th,
#wide .alltable th {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

#wide .categorytable th.capture,
#wide .alltable th.capture {
	padding: 0 10px 10px 0;
}

#wide .categorytable th.sitename,
#wide .alltable th.sitename {
	background: #ffffff url('images/arrow2.gif') no-repeat left 1px;
}

#wide .categorytable th.sitename a,
#wide .alltable th.sitename a {
	padding: 0 0 0 20px;
}

#wide .categorytable td,
#wide .alltable td {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
}

#wide #anytable table {
	width: 900px;
	margin: 20px 0 40px;
	padding: 0;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}

#wide #anytable th {
	padding: 7px;
	border: 1px solid #cccccc;
	line-height: 1.6em;
	font-weight: bold;
	background-color: #b9ffac;
}

#wide #anytable td {
	padding: 7px;
    border: 1px solid #cccccc;
    line-height: 1.6em;
}

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

#side {
	float: right;
	width: 300px;
	margin: 0 0 50px 0;
}

#sidemenu {
	margin-bottom: 20px;
	border: 2px solid #ff87fe;
}

#sidemenutitle {
	border-bottom: 2px solid #ff87fe;
}

#sidemenu ul {
	margin: 10px;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

#sidemenu li a {
	margin: 0;
	padding: 5px 10px 5px 20px;
	background: url('images/arrow.gif') no-repeat left 5px;
	line-height: 2em;
}

#sidefeature {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}

#sidefeaturetitle {
	text-align: center;
	background-color: #cccccc;
	line-height: 2em;
	font-weight: bold;
	font-size: 14px;
}

#sidefeature ul {
	margin: 10px;
	padding: 0;
	list-style: inside;
}

#sidefeature ul ul {
	margin: 0 10px 10px 20px;
	padding: 0;
	list-style: inside;
}

#sidefeature li a {
	line-height: 1.6em;
	font-size: 14px;
}

#sideyoutube {
	margin-bottom: 20px;
}

#sideyoutubetitle {
	line-height: 1.2em;
}

.sidetext1 {
	margin: 1em;
	padding-bottom: 6px;
	border-bottom: 1px dotted #aaaaaa;
	text-align: right;
	color: #999999;
	font-size: 14px;
}

.sidetext2 {
	margin: 0 10px;
	padding: 1em;
	border: 1px dotted #aaaaaa;
	background-color: #eeeeee;
	font-size: 12px;
}

.sidetext3 {
	margin: 1em;
	padding-top: 1em;
	text-align: right;
	font-size: 14px;
	border-top: 1px dotted #aaaaaa;
}

/*--------------------------------------------------------
review
--------------------------------------------------------*/

#review {
	margin-bottom: 20px;
	padding: 0 20px;
}

#review table {
	width: 540px;
	font-size: 13px;
	border-bottom: 1px dashed #aaaaaa;
}

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

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

#review table th.review_date {
	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 th.review_text2 {
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 0 30px;
}

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

.linkbox {
	margin: 10px auto;
	width: 300px;
	height: 100px;
	border: 1px solid #ff0000;
	background-color: #ffffff;
	font-size: 90%;
}

/*--------------------------------------------------------
contact
--------------------------------------------------------*/

#main #contact {
	margin: 10px 10px 0;
}

#main #contact table {
	width: 560px;
}

#main #contact table th {
	width: 180px;
	padding: 10px;
	text-align: left;
	background-color: #e4e4e4;
	vertical-align: top;
	font-size: 14px;
}

#main #contact table th.message {
	height: 300px;
}

#main #contact table th.submit {
	padding: 30px 0;
	background-color: #ffffff;
	text-align: center;
}

#main #contact table th input.button {
	width: 100px;
}

#main #contact table td {
	padding: 6px;
	background-color: #f1f1f1;
}

#main #contact table td input.inputcolumn {
	width: 334px;
}

#main #contact table td textarea.messagecolumn {
	width: 334px;
	height: 294px;
}

#main #contact #complete {
	width: 340px;
	margin: 30px 120px;
	line-height: 100px;
	text-align: center;
	border: 4px double #aaaaaa;
	background-color: #eeeeee;
}

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

#footer {
	clear: both;
	width: 900px;
	margin: 30px 0 0;
	border-top: 1px solid #aaaaaa;
	text-align: center;
	font-size: 90%;
	height: 150px;
}

#footer #tag {
	margin-top: 10px;
	padding: 10px;
	border: 1px dotted #cccccc;
	font-size: 12px;
	text-align: left;
}

#footer #footermenu ul {;
	margin: 14px 0 0;
	padding: 0;
	text-align: center;
}

#footer #footermenu li {
	display: inline;
	margin: 0;
	padding: 0 10px;
}

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

.caution1{
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	background: url('images/arrow2.gif') no-repeat left 0;
}

.center { text-align: center; }

.right { text-align: right; }

.fll { float: left; }

.flr { float: right; }

.red { color: #ff0000; }

.maroon { color: #860000; }

.orange { color: #ffa500; }

.gray { color: #aaaaaa; }

.blue_bg { background-color: #0000ff; }

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

.yellow_bg { background-color: #ff00ff; }

.b { font-weight: bold; }

.small { font-size: 80%; }

.emphasis {
	font-size: 1.1em;
	font-weight: bold;
	color: #ff0000;
}

.emphasis2 {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	margin-bottom: 20px;
}

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

hr.dot {
	border: 1px dotted #aaaaaa;
}

a.imglink img {
	border: 1px solid #cccccc;
}

a.imglink:hover img {
	border: 1px solid #3333ff;
}

.division7 {
	width: 7%;
}

.division8 {
	width: 40%;
}

.division10 {
	width: 20px;
}

.division1 {
	width: 8%;
}

.division2 {
	width: 14%;
}

.division3 {
	width: 20%;
}

.division4 {
	width: 24%;
}

.division5 {
	width: 30%;
}

.division6 {
	width: 36%;
}

.dec {
	margin: 1em;
	font-size: 14px;
}

.linkurl {
	font-size: 12px;
	color: #ffa500;
}

.solidbox {
	height: 120px;
	background: #eeeeee url('images/solidbox.gif') repeat-x;
	border: 1px solid #aaaaaa;
}

.dotbbox {
	margin: 10px 0;
	border: 2px dotted #aaaaaa;
}

.dotbbox dl {
	margin: 10px;
	padding: 0;
}

.dotbbox dt {
	font-weight: bold;
}

.dotbbox dd {
	padding-bottom: 10px;
}

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

.clear {
	clear: both;
}

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

