@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: 1.4;
	color: #333333;
	text-decoration: none;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #C99410;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
small {
	font-size: 11px;
}
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;
}

.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;
}

#container {
	width: 880px;
	background-image: url(../common/container-bg.gif);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9D4E9;
	padding: 0px;
}

#header {
	width: 878px;
	height: 128px;
	background-image: url(../common/head-bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#header .head-logo {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#mainvisual {
	width: 880px;
	height: 301px;
	background-image: url(../images/main-visual02.jpg);
	background-repeat: no-repeat;
}
#subvisual {
	width: 880px;
	height: 113px;
	background-image: url(../images/sub-visual.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align:left;
}
h1 {
	text-indent: -9999px;
	text-decoration:none;
	outline:none;
	font-size:1px;
	line-height:1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* トップmaincolumn */
#maincolumn {
	width: 590px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top:20px;
	float: left;
}
/* トップsidecolumn */
#sidecolumn {
	width: 250px;
	margin-top:50px;
	margin-bottom: 20px;
	margin-left: 15px;
	float: left;
}


/* サブページmaincolumn */
#maincolumn-sub {
	width: 620px;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top:10px;
	float: left;
}
/* サブページsidecolumn */
#sidecolumn-sub {
	width: 220px;
	margin-top:10px;
	margin-bottom: 20px;
	padding-left: 15px;
	float: left;
	text-align: center;
}
#company-info {
	background-image: url(../common/side-company.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}
.company-name {
	text-align: left;
	font-weight: bold;
	color: #663300;
	font-size: 14px;
	padding-bottom: 5px;
}

.bnr {
	width:220px;
	margin-top: 10px;
}
.bnr-underblank {
	width:220px;
	text-align: center;
	margin-top: 10px;
	margin-bottom:20px;
}
.bnr a ,
.bnr-underblank 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 {
	width: 878px;
	background-image: url(../common/foot-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	color: #333;
	padding-top: 10px;
	min-height: 148px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a, #footer a:hover{
	color: #663300;
	text-decoration:none;
}
.footer-txt {
	line-height: 130%;
	margin-top: 15px;
	color: #663300;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	color: #333333;
	margin-top: 10px;
}
#foot-bottom {
	width: 878px;
	margin-right: auto;
	margin-left: auto;
}
#foot-bottom .footer-link {
	width:240px;
	float: right;
	text-align:left;
	line-height:1.2;
	margin-bottom:5px;
	font-size: 11px;
	color: #C99410;
	margin-right:10px;
}
#foot-bottom .footer-link2 {
	width:280px;
	float: right;
	text-align:left;
	line-height:1.2;
	margin-bottom:5px;
	font-size: 11px;
	color: #C99410;
	margin-right:10px;
}
#foot-bottom .footer-link a,
#foot-bottom .footer-link2 a {
	color: #C99410;
	text-decoration:none;
}
#foot-bottom .footer-link a:hover,
#foot-bottom .footer-link2 a:hover {
	color: #C99410;
	text-decoration:underline;
}
#foot-bottom .footer-link-center {
	text-align:center;
	line-height:1.2;
	font-size: 11px;
	padding-bottom:10px;
	color: #333333;
	padding-top:10px;
}
#foot-bottom .footer-link-center a,
#foot-bottom .footer-link-center a:hover {
	color: #333333;
	text-decoration:none;
}






.partition {
	background-image: url(../images/partition.gif);
	background-repeat: no-repeat;
	background-position: left center;
}




.tlogo {
	margin: 0px;
}

#head-left {
	width: 305px;
	height: 82px;
	background-image: url(../common/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	position: relative;
	display: block;
	top: 3px;
}
#head-left .logo a {
	width: 305px;
	height: 41px;
	background-image: url(../common/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#head-right .tel {
	width: 270px;
	height: 40px;
	background-image: url(../common/head-tel.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: right;
}

.tel span {
	display: none;
}
#head-right .tel1 {
	width: 363px;
	height: 22px;
	background-image: url(../common/head-tel2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	display: block;
	clear: both;
}
#head-right .tel2 {
	width: 363px;
	height: 22px;
	background-image: url(../common/head-tel3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	display: block;
	clear: both;
}
.tel1 a {
	background: url(../common/head-tel2.gif) no-repeat;
}
.tel2 a {
	background: url(../common/head-tel3.gif) no-repeat;
}

#maincolumn h3 {
	width: 565px;
	height: 38px;
	text-indent: -9999px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

#maincolumn .top-titlebar01 {
	width: 590px;
	height:230px;
	background-image: url(../images/top-title01.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
.top-titlebar01txt01	{
	margin-left:25px;
	margin-right:250px;
	line-height:1.7;
	padding-top:55px;
}
#maincolumn .top-titlebar02 {
	width: 590px;
	height:535px;
	background-image: url(../images/top-title02.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
.top-titlebar02 img	{
	margin-bottom:0px;
}
.top-titlebar02txt01	{
	margin-left:25px;
	margin-right:150px;
	line-height:1.7;
	padding-top:60px;
}
.top-titlebar02txt02	{
	margin-left:150px;
	margin-right:0px;
	line-height:1.5;
	padding-top:15px;
}
.top-titlebar02txt03	{
	margin-left:25px;
	margin-right:150px;
	line-height:1.6;
	padding-top:15px;
}
.top-titlebar02txt04	{
	margin-left:25px;
	margin-right:10px;
	line-height:1.6;
	padding-top:15px;
}


#maincolumn .top-titlebar03	{
	width: 590px;
	height:150px;
	background-image: url(../images/top-title03.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
.top-titlebar03txt01	{
	padding-left:20px;
	line-height:1.7;
	margin-top:40px;
	margin-bottom:0;
	padding-bottom:0;
	overflow:hidden;
	float:left;
}
#maincolumn .top-titlebar04 {
	width: 590px;
	height:197px;
	background-image: url(../images/top-title04.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
.top-titlebar04txt01	{
	margin-left:220px;
	margin-right:45px;
	line-height:1.7;
	padding-top:70px;
}
.more {
	margin-right: 10px;
	margin-top:0px;
	float:right;
}
.more a {
	width: 150px;
	height: 28px;
	background: url(../images/top-btn-party.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}
.more a:hover {
	background: url(../images/top-btn-party.gif) no-repeat right top;
}


#maincolumn .crumb {
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 3px;
	display: block;
}

.tbl-normal{
	margin-top:15px;
	border:1px solid #E8CC82;
	border-collapse:collapse;
}
.tbl-normal th{
	border:1px solid #E8CC82;
	border-collapse:collapse;
	background-color:#F6EED5;
	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 #E8CC82;
	border-collapse:collapse;
}

.tbl-single {
	background-color: #FCEBBF;
	border: 5px solid #C99D25;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.align-right {
	text-align: right;
}
.color01 {
	color: #072648;
}
.color02 {
	color: #0066FF;
}.red {
	color: #FF0000;
}
#request .left ,
#inquiry .left {
	width: 150px;
}
.top-about-thum {
	float: right;
	margin-left: 5px;
}
.bold	{
	font-weight:bold;
}

