/*  --基本設定-- */

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link { color: #447d96; }
a:visited { color: #447d96; }
a:hover {
	color: #649db6;
	text-decoration: underline;
}
a:active {	color: #FF0000;}
li {	list-style: none;}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	text-align: center;
	line-height: 1.7em;
	background-color: #FdFcff;
}
p { color: #65504B; }

h1,h2,h3 {
	color: #333333;
	font-weight: bold;
}
h1 {
	color: #CCCCCC;
	font-size: 110%;
	letter-spacing: -0.1em;
}
h2 {
	font-size: 140%;
	color: #272727;
}

h3 {
	font-size: 116%;
	color: #505050;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#headerBox {
	background-color: #222222;
	height: auto;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}

#head {
	width: 780px;
	height: 210px;
	background-color: #222222;
	color: #CCCCCC;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#head #logo { padding: 30px 0 0 0; }



#nav {
	width: 780px;
	position: absolute;
	bottom: 0px;
}
.lastTab { margin-right: 11px !important; }

#nav li {
	float: left;
	width: auto;
	background-color: #333333;
}
#nav a {
	display: block;
	font-size: 116%;
	font-weight: bold;
	margin: 0 0 0 11px;
	border-bottom: 5px solid #333333;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	height: auto;
}
#nav a:hover {
	border-bottom: 5px solid #999;
	color: #FFFFFF;
}
#nav .current {	border-bottom: 5px solid #e31600 !important;}
p.Powered   { 
}
#covor {
	position: absolute;
	right: 0px;
	bottom: 0px;
}





#form {
	float: left;
	width: 100%;
}
#form form {
	background-color: #F2F3F4;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}


#form p {
	height: 2.3em;
	font-weight: bold;
	line-height: 2.3em;
}
#form select {
	width: 200px;
	margin-left: 42px;
}
#form select#address_1 { margin-left: 63px; }
#form input { margin: 0 0 0 152px; 
}


#form p a { font-size: 7.5pt; }
#form  p.arrow { padding: 0 0 0 210px; 
}



#mainarea {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-bottom: 30px;
}


#main {
	width: 543px;
	float: left;
	margin: 15px 0 0;
}

#main h2 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 1em;
	font-size: 150%;
	border-left: 10px solid #272727;
	border-bottom: 1px solid #272727;
}

#main h3 {
	padding: 13px 1em 5px;
	font-size: 125%;
}
#main h4 {
	margin: 6px 1.6em 5px;
	font-size: 120%;
}

#main p {
	margin: 0 2.5em;
}
#main li {
	list-style-type: square;
	list-style-position: inside;
	text-indent: 4em;
}
#main #pan { padding: 0 0 15px 0; }
#main table {
	text-align: left;
	font-size: 100%;
	margin: 20px 40px 10px;
}
#main tr { height: 1.5em; }

#main th { width: 8em; }


#vertical-nav {
	width: 220px;
	float: right;
	margin: 15px 0 0 0;

}


#vertical-nav a { text-decoration: none; }

#vertical-nav h2 {
	margin: 0 0 5px 0;
	background-color: #999999;
	border-left: 10px solid #e31600;
	text-indent: 1em;
	line-height: 1.8em;
}
#vertical-nav h2 a {
	display: block;
	color: #FFFFFF;
}
#vertical-nav ul {
	width: auto;
	padding: 0 0 10px 0;
}

#vertical-nav ul li {
	text-indent: 1.6em;
	margin: 0 0.6em;
	border-bottom: 1px dotted #cccccc;
}
#vertical-nav li a {
	display: block;
	line-height: 2.2em;
	font-weight: bold;
	width: auto;
}
#vertical-nav li a:hover {
	width: auto;
	background-color: #F2F3F4;
	border: 0;
}

#vertical-nav h3 {
	text-indent: 1.2em;
	margin: 0 0 5px;
	letter-spacing: -0.1em;
}
#vertical-nav #links { padding: 10px 0 0 10px; }
#vertical-nav #links h3 {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	width: 89%;
}


#vertical-nav #links p { padding: 0 0 5px; }
#vertical-nav  .current {
	color: #E31600;
	background-color: #F2F3F4;
}



#footer {
	width: 100%;
	clear: both;
	text-align: center;
	background-color: #222222;
	height: 60px;
}
#footerBox  {
	width: 780px;
	margin: 0 auto;
	position: relative;
	height: 60px;
}
#footerBox #toTop {
	background-color: #222222;
	width: auto;
	position: absolute;
	top: -24px;
	right: 0px;
}
#footerBox #toTop a {
	color: #eee;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
	line-height: 2em;
}
#footerBox #toTop a:hover {	color: #fff;text-decoration: underline;}


address {
	font-style: normal;
	font-size: 8pt;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

#ads01  {
	text-align: center;
	height: auto;
	border: 1px solid #ddd;
}
#vertical-nav #links { }

#ads02 {
	text-align: center;
	margin: 10px auto 0;
	clear: both;
	background-color: #FFFFFF;
	width: 90%;
	border: 1px solid #eee;
}


.gyousya {
	float: left;
	width: 105px;
	text-align: center;
}
#main  .gyousya p {
	margin: 0;
	line-height: normal;
}

.gyousyaBox {
	display: block;
	float: left;
	width: 100%;
}
.gyousya img { padding: 1px; 
}



.left {
	float: left;
	width: 17em;
	padding-right: 0 !important;
}


.continuation { text-align: right; }




#vertical-nav #links h3 { margin: 5px 0 0;}

#vertical-nav #links li { line-height: 8px; border-bottom: none;}

#vertical-nav #links li a { margin-top: 7px; text-indent: 5px;}

