@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: #FBFBF7;
	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: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #004499;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	margin-top: 15px;
	height: 14px;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 4px;
}
h1 span {
	display: none;
}
.small {
	font-size: 10px;
}
dl, dd ,dt {
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
form {
	padding: 0px;
	margin: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 12px;
	line-height: 150%;
}

.pagetop {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2DEC5;
	clear: both;
}
.font11px {
	font-size: 11px;
	line-height: 150%;
}
.none {
	display: none;
}
.note {
	font-size: 10px;
	color:#666666;
}
.del	{
	text-decoration:line-through;
}
.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;
	background-color: #FFFFFF;
	background-image: url(../common/container-bg.gif);
	background-repeat: repeat-y;
	width: 814px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5E7E7;
	border-bottom-color: #F5E7E7;
	padding: 0px;
	position: relative;
}

#header {
	background-image: url(../common/head-bg.gif);
	background-repeat: repeat-x;
	height: 138px;
	width: 810px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#header .head-logo {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#mainvisual {
	height: 200px;
	background-image: url(../images/main-visual.jpg);
	background-repeat: no-repeat;
	width: 790px;
	text-indent: -9999px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#mainvisual1 {
	height: 200px;
	background-image: url(../images/main-visual01.jpg);
	background-repeat: no-repeat;
	width: 790px;
	text-indent: -9999px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainvisual2 {
	height: 200px;
	background-image: url(../images/main-visual02.jpg);
	background-repeat: no-repeat;
	width: 790px;
	text-indent: -9999px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainvisual3 {
	height: 200px;
	background-image: url(../images/main-visual03.jpg);
	background-repeat: no-repeat;
	width: 790px;
	text-indent: -9999px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#subvisual {
	height: 150px;
	background-image: url(../images/sub-visual.jpg);
	background-repeat: no-repeat;
	width: 790px;
	text-indent: -9999px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: bottom;
}
#wrapper {
	background-image: url(../common/wrap-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 790px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	position: static;
}


/* maincolumn */
#maincolumn {
	text-align: left;
	width: 565px;
	margin-bottom: 20px;
	min-height: 200px;
	margin-top: 15px;
	float: right;
}
#maincolumn .content {
	clear: both;
	margin: 0px;
	min-height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#maincolumn .content-in {
	text-align: left;
	clear: both;
	position: relative;
	padding: 5px;
}
#maincolumn .content-in-line {
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* sidecolumn */
#sidecolumn {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	min-height: 200px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 200px;
	float: left;
	position: static;
}
#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 .bnr2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.more a:hover {
}
#sidecolumn .txtbnr {
	font-size:10px;
	text-align: center;
	margin-top: 10px;
	line-height:1.2;
	margin-bottom:10px;
}
#sidecolumn .txtbnr img {
	margin-bottom:5px;
}



/*ログインボックス*/

#sidecolumn .loginbox {
	background-color:#F5F8FA;
	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: repeat-x;
	background-position: bottom;
	width: 810px;
	padding-top: 10px;
	min-height: 148px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099FF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer-txt {
	line-height: 130%;
	margin-top: 15px;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	color: #333333;
	margin-top: 10px;
}
#foot-bottom {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#foot-bottom .footer-link {
	width:270px;
	float: right;
	text-align:left;
	line-height:1.2;
	margin-bottom:5px;
	font-size: 11px;
	color: #0099FF;
}
#foot-bottom .footer-link2 {
	width:300px;
	float: right;
	text-align:left;
	line-height:1.2;
	margin-bottom:5px;
	font-size: 11px;
	color: #0099FF;
}
#foot-bottom .footer-link-center {
	text-align:center;
	line-height:1.2;
	padding-bottom:10px;
	font-size: 11px;
	color: #333333;
	padding-top:10px;
}
#foot-bottom .footer-link-center a,
#foot-bottom .footer-link-center a:hover {
	color: #333333;
	text-decoration:none;
}
#foot-bottom .footer-link a,
#foot-bottom .footer-link2 a {
	color: #0099FF;
}


#top {
	height: 89px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head-left {
	background-image: url(../common/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 77px;
	width: 305px;
	float: left;
	position: relative;
	display: block;
	top: 3px;
}
#head-left .logo a {
	display:block;
	width: 305px;
	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: 41px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#company-info {
	background-image: url(../common/s-company-info.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #18C7F2;
	border-bottom-color: #18C7F2;
	background-position: bottom;
	font-size: 11px;
	text-align: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}
#head-right .tel1 {
	background-image: url(../common/head-tel2.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 363px;
	text-indent: -9999px;
	display: block;
	clear: both;
	background-position: left bottom;
}
#head-right .tel2 {
	background-image: url(../common/head-tel3.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 363px;
	text-indent: -9999px;
	display: block;
	clear: both;
	background-position: left bottom;
}
.tel1 a {
	background: url(../common/head-tel2.gif) no-repeat;
}
.tel2 a {
	background: url(../common/head-tel3.gif) no-repeat;
}
.tel4 {
	background-image: url(../common/head-tel4.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 367px;
	text-indent: -9999px;
	display: block;
	clear: both;
	background-position: left top;
}
.tel4 a {
	height: 48px;
	width: 367px;
	background: url(../common/head-tel4.gif) no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
}
.tel4 a:hover {
	background: url(../common/head-tel4.gif) no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	display: block;
}

#maincolumn h3 {
	text-indent: -9999px;
	height: 38px;
	width: 565px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
#maincolumn .top-titlebar01 {
	background-image: url(../images/top-title01.gif);
}
#maincolumn .top-titlebar02 {
	background-image: url(../images/top-title02.gif);
}
#maincolumn .top-titlebar03 {
	background-image: url(../images/top-title03.gif);
}
#index .top-feature01 {
	margin: 0px;
	padding: 0 5px 5px 0px;
	line-height:1.5;
}
#index .top-feature02 {
	margin: 0px;
	padding: 0 5px 5px 0px;
	line-height:1.5;
}
#index .top-feature01 p ,
#index .top-feature02 p ,
#index .top-feature03 p {
	padding:2px 0 12px 10px;
}
#index .top-feature01 img ,
#index .top-feature02 img ,
#index .top-feature03 img {
	padding:0 0 5px 0;
}
#index .feature01 ,
#index .feature02 ,
#index .feature03 {
	line-height:1.7;
}
#index .sp {
	margin-top:10px;
	margin-left:80px;
	margin-bottom:15px;
}
.float-left {
	float:left;
	padding-right:10px;
}

.thum {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}


#company-info .company-name {
	font-weight: bold;
	color: #006699;
	padding-left: 20px;
	font-size: 13px;
	line-height: 150%;
	padding-bottom: 5px;
}
#maincolumn .crumb {
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 3px;
	display: block;
}
.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{
	margin:1em 0;
	border:1px solid #99CCFF;
	border-collapse:collapse;
}
.tbl-normal th{
	border:1px solid #99CCFF;
	border-collapse:collapse;
	background-color:#F3F6FF;
	font-weight:bold;
	color:#006699;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0.5em;
	padding-bottom: 4px;
	padding-left: 0.5em;
}

.tbl-normal td{
	padding:3px;
	border:1px solid #99CCFF;
	border-collapse:collapse;
}

.tbl-single {
	background-color: #F3F6FF;
	border: 5px solid #99CCFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.align-right {
	text-align: right;
}
.color01 {
	color: #072648;
}
.color02 {
	color: #0066FF;
}.red {
	color: #FF0000;
}
.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: 12px;
	line-height: 160%;
}
p.top-about {
	padding-bottom:12px;
}

.bold	{
	font-weight:bold;
}
