@charset "utf-8";

@import url("navigation.css");
@import url("sub.css");

* { padding: 0; margin: 0; }

html, body {
	margin: 0;
	padding: 0;
	text-align:center;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	background-image: url(../common/bg.gif);
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #996633;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	margin-top: 20px;
	height: 14px;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 4px;
}
h1 span {
	display: none;
}
small {
	font-size: 11px;
	line-height: 130%;
}
dl, dd ,dt {
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 12px;
	line-height: 150%;
}

.pagetop {
	clear: both;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.font11px {
	font-size: 11px;
	line-height: 150%;
}
.none {
	display: none;
}

.clearfix:after {/*for modern browser*/
 content: url(../common/spacer.gif);
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix {display: inline-block;}
.clearfix {/*for IE 5.5-7*/
    zoom:100%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */  

.clear {
	clear: both;
}


#description {
	width: 760px;
	margin-right: auto;
	margin-left: 5px;
	text-align: left;
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	line-height: 120%;
}
#description h1 {
	float: left;
	margin-left: 5px;
}
#description span {
	float: left;
	font-size: 11px;
	line-height: 120%;
	margin-left: 5px;
}

#container {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 814px;
	position: relative;
	padding: 0px;
}

#header {
	background-image: url(../common/head-bg.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 814px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header .head-logo {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#mainvisual {
	height: 310px;
	background-image: url(../images/main-visual.jpg);
	background-repeat: no-repeat;
	width: 810px;
	text-indent: -9999px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}


#wrapper {
	background-image: url(../common/wrap-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	position: static;
	margin: 0px;
	width: 814px;
	padding: 0px;
}


/* maincolumn */
#maincolumn {
	text-align: left;
	width: 535px;
	margin-bottom: 20px;
	min-height: 200px;
	float: right;
}
#maincolumn .content {
	clear: both;
	margin: 0px;
	min-height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.content-in {
	text-align: left;
	clear: both;
	position: relative;
	padding: 5px;
}
.content-in-line {
	text-align: left;
	clear: both;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(../common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* sidecolumn */
#sidecolumn {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	min-height: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 230px;
	float: left;
	position: static;
	margin-right: 14px;
}
#sidecolumn .content {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}

#sidecolumn .bnr {
	text-align: center;
	margin-top: 10px;
}
#sidecolumn .bnr a{
	font-size:10px;
}


/*ログインボックス*/

#sidecolumn .loginbox {
	background-color:#FFF6FD;
	background-image:url(../common/member_bg.gif);
	background-position:bottom;
	text-align: center;
	margin:0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	font-size: 11px;
}
#sidecolumn .loginbox input {
	margin-top: 4px;
	margin-bottom: 4px;
}
#sidecolumn .loginbox .txt_field {
	width: 120px;
}
#sidecolumn .loginbox th {
	white-space: nowrap;
	text-align:center;
	font-weight:normal;
	font-size: 11px;
}
#sidecolumn .loginbox td {
	white-space: nowrap;
	text-align:center;
	padding:0;
}

/* footer */
#footer {
	clear: both;
	color: #333;
	background-image: url(../common/foot-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 814px;
	min-height: 140px;
	margin: 0px;
	padding: 0px;
}
.footer-txt {
	line-height: 130%;
	margin-top: 10px;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	color: #333333;
	margin-top: 10px;
}
#top {
	height: 90px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#head-left {
	height: 90px;
	float: left;
	position: relative;
	display: block;
	width: 525px;
}
#head-left .logo a {
	display:block;
	width: 130px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	background-image: url(../common/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 40px;
}
#company-info {
	background-image: url(../common/s-company-info.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
	text-align: left;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E1E1A6;
	border-bottom-color: #E1E1A6;
	padding: 8px;
}
#head-right .request {
	display: block;
	clear: both;
	float: right;
	position: absolute;
	top: 40px;
	right: 0px;
	width: 254px;
	height: 40px;
}

#head-right .request a {
	display:block;
	width: 254px;
	height: 40px;
	background: url(../common/head-req.gif) no-repeat left top;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
#head-right .request a:hover {
	background-image: url(../common/head-req.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#index .top-feature {
	height: 180px;
	width: 250px;
	float: left;
	margin-bottom: 15px;
	background-image: url(../images/top-feature-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 15px;
	display: block;
	text-align: left;
}
#index .top-feature h3 {
	text-indent: -9999px;
	height: 35px;
	display: block;
}
#index .top-feature01 ,
#index .top-feature02 ,
#index .top-feature03 ,
#index .top-feature04 ,
#index .top-feature05 ,
#index .top-feature06 
{
	height: 35px;
}

.top-feature .thum {
	float: left;
	margin-right: 8px;
}
.top-feature-inbox {
	padding: 9px;
	position: relative;
}


#index .top-feature01 {
	background: url(../images/top-feature01.gif) no-repeat left top;
}
#index .top-feature02 {
	background: url(../images/top-feature02.gif) no-repeat left top;
}
#index .top-feature03 {
	background: url(../images/top-feature03.gif) no-repeat left top;
}
#index .top-feature04 {
	background: url(../images/top-feature04.gif) no-repeat left top;
}
#index .top-feature05 {
	background: url(../images/top-feature05.gif) no-repeat left top;
}
#index .top-feature06 {
	background: url(../images/top-feature06.gif) no-repeat left top;
}



#company-info .company-name {
	font-weight: bold;
	color: #666600;
	font-size: 18px;
	line-height: 150%;
	padding: 5px;
	text-align: center;
}
#crumb {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	margin-top: 0px;
	text-align: left;
	padding-top: 5px;
	color: #666666;
}
.more {
	width: 155px;
	clear: both;
	margin-left: 400px;
}
.more a {
	background: url(../images/top-btn-party.gif) no-repeat left top;
	height: 28px;
	width: 150px;
	text-indent: -9999px;
	display: block;
}
.more a:hover {
	background: url(../images/top-btn-party.gif) no-repeat right top;
}

.tbl-normal{
	border:1px solid #CCCC66;
	border-collapse:collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.tbl-normal th{
	border:1px solid #CCCC66;
	border-collapse:collapse;
	background-color:#FFFFE6;
	font-weight:bold;
	color:#996633;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0.5em;
	padding-bottom: 4px;
	padding-left: 0.7em;
	text-align:left;
}

.tbl-normal td{
	padding:5px;
	border:1px solid #CCCC66;
	border-collapse:collapse;
}
#access .tbl-single {
	background-color: #FFFFE6;
	border: 5px solid #CCCC66;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both;
	height: 185px;
}
.tbl-single {
	background-color: #FFFFE6;
	border: 5px solid #CCCC66;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both;
}
#price .tbl-single {
	background-color: #FFFFE6;
	border: 1px solid #CCCC66;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}
.align-right {
	text-align: right;
}
.color01 {
	color: #072648;
}
.color02 {
	color: #0066FF;
}
.red {
	color: #FF0000;
}
.red2 {
	color:#FF3333;
}
.red2 a,
.red2 a:visited {
	color:#FF3333;
}
.top-party-img {
	background-image: url(../images/top-thum06.jpg);
	height: 105px;
	width: 120px;
	text-indent: -9999px;
	display: block;
	position: static;
	background-repeat: no-repeat;
}
.top-party-info {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 124px;
	background-image: url(../images/top-thum04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#request .left ,
#inquiry .left {
	width: 150px;
}
.top-about-thum {
	float: right;
	margin-left: 5px;
}
.top-about {
	font-size: 13px;
	line-height: 160%;
}
.bold	{
	font-weight:bold;
}
#index {
	margin-left: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pages {
	margin-left: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 780px;
	margin-right: 17px;
}
.btn-req a {
	display:block;
	width:130px;
	height:26px;
	background:url(../common/btn-detail.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.btn-req a:hover {
	background-position:left bottom;
}
.btn-req {
	height: 26px;
	width: 130px;
	position: absolute;
	top: 107px;
	bottom: 9px;
	right: 9px;
}
.top-request01 a {
	display:block;
	width:250px;
	height:56px;
	background:url(../images/top-request01.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.top-request02 a {
	display:block;
	width:250px;
	height:56px;
	background:url(../images/top-request02.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.top-request01 a:hover ,
.top-request02 a:hover {
	background-position: right top;
}
.top-request {
	width: 250px;
	float: left;
}
#top-inq {
	width: 515px;
	float: left;
	margin-right: 15px;
	background-color: #F6F6F6;
	text-align: left;
}
.inq-tel h4 {
	margin: 0px;
}
.inq-tel {
	float: left;
	width: 241px;
	margin-right: 7px;
}
.inq-mail {
	width: 241px;
	float: right;
}
.inq-web {
	margin-right: auto;
	margin-left: auto;
	width:236px;
	height:28px;
}
.inq-web a {
	display:block;
	width:236px;
	height:28px;
	background:url(../images/top-inq-web.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.inq-web a:hover {
	background-position: left bottom;
}
.inq-tel h4 {
	display:block;
	width:241px;
	height:20px;
	background:url(../images/top-inq-title01.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.inq-mail h4 {
	display:block;
	width:241px;
	height:20px;
	background:url(../images/top-inq-title02.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#top-inq-inbox {
	height: 94px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	background-image: url(../images/top-inq-separate.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#top-inq .freedial {
	background-image: url(../images/top-inq-tel.gif);
	text-indent: -9999px;
	display: block;
	height: 44px;
	width: 241px;
}
#top-inq .mailadd {
	background-image: url(../images/top-inq-mail.gif);
	text-indent: -9999px;
	display: block;
	height: 44px;
	width: 241px;
}
#sidecolumn .s-tel {
	height: 45px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/s-tel.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
.del {
	text-decoration:line-through;
}

.emp	{
	font-size:15px;
	font-weight:bold;
	color:#FF3333;
	text-align:center;
}

.float-right {
	float: right;
	margin-left:10px;
}
.float-left {
	float: left;
}






