@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 {
	background-image: url(../images/bg-sub.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
.indexbody {
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #CC3366;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	outline:none;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	margin-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 14px;
	text-align: left;
	color:#666666;
}
h1 span {
	display: none;
}
h2 {
	text-indent:-9999px;
}

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;
}
.float-left	{
	float:left;
	padding-right:5px;
}
.float-right	{
	float:right;
	padding-left:5px;
}

.clearfix:after {/*for modern browser*/
 content: url(../images/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: 830px;
	background-image: url(../images/container-bg.gif);
	background-position:top;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}

#header {
	width: 830px;
	height: 327px;
	background-image: url(../images/head-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header-sub {
	width: 830px;
	height: 277px;
	background-image: url(../images/head-bg-sub.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper {
	background-image: url(../images/wrap-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-top: 0px;
	margin-bottom: 0px;
	position: static;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear:both;
}
#top {
	height: 86px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head-left {
	width: 306px;
	height: 86px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	position: relative;
	display: block;
	top: 3px;
}
#head-left .logo a {
	width: 306px;
	height: 86px;
	display:block;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
/*	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
*/	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#head-right {
	float: right;
	width: 264px;
	margin: 0px;
	padding: 0px;
	height: 85px;
}

#head-right .tel {
	width: 264px;
	height: 61px;
	background-image: url(../images/head-tel.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: right;
	margin-top:10px;
}
.tel span {
	display: none;
}
.head-inquiry	{
	width: 264px;
	height: 60px;
	background-image:url(../images/head-tel.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float: right;
	margin-top:10px;
}
.head-inquiry a,
.head-inquiry a:link,
.head-inquiry a:visited	{
	width: 264px;
	height: 60px;
	background-image:url(../images/head-tel.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	display:block;
}
.head-inquiry a:hover	{
	background-image:url(../images/head-tel.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.head-inquiry span {
	display: none;
}

.tbl-normal{
	margin:1em 0;
	border:1px solid #CC6699;
	border-collapse:collapse;
}
.tbl-normal th{
	border:1px solid #CC6699;
	border-collapse:collapse;
	background-color:#FEEDFE;
	font-weight:bold;
	color:#CC3366;
	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 #CC6699;
	border-collapse:collapse;
}

.tbl-normal2{
	margin:1em 0;
	border:1px solid #CC6699;
	border-collapse:collapse;
}
.tbl-normal2 th{
	border:1px solid #CC6699;
	border-collapse:collapse;
	background-color:#FEEDFE;
	font-weight:bold;
	color:#CC3366;
	font-size: 12px;
	padding: 10px;
	text-align:center;
}

.tbl-normal2 td{
	padding: 10px;
	border:1px solid #CC6699;
	border-collapse:collapse;
}

.tbl-single {
	background-color: #FEEDFE;
	border: 5px solid #EA93BE;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.red {
	color: #FF0000;
}
.bold	{
	font-weight:bold;
}
.right-txt	{
	float:right;
	padding-right:10px;
	margin-top:0;
	text-align:right;
}

/* maincolumn */
#maincolumn {
	text-align: left;
	width: 565px;
	margin-bottom: 20px;
	min-height: 200px;
	float: right;
	margin-right:5px;
}
#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: 10px;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#maincolumn h3 {
	text-indent: -9999px;
	height: 38px;
	width: 565px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
#maincolumn .crumb {
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 3px;
	display: block;
}

/* sidecolumn */
#sidecolumn {
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 200px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	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;
}
.more a:hover {
}
#company-info {
	background-image: url(../images/s-company-info.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	text-align: left;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	clear: both;
	margin-bottom:10px;
	color:#666666;
}
#company-info span {
	text-align:center;
	display:block;
	color:#333333;
}
#company-info .company-name {
	width:144px;
	height:23px;
	background-image: url(../images/companyname.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 5px;
	text-indent:-9999px;
	margin-left:12px;
}



/* footer */
#footer {
	width: 830px;
	height:125px;
	clear: both;
	color: #333;
	background-image: url(../images/foot-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	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: 12px;
	clear: both;
	color: #333333;
	margin-top: 10px;
}
#foot-bottom {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	color:#333333;
}
#foot-bottom .footer-link {
	width:300px;
	float: right;
	text-align:right;
	padding-right:15px;
	font-size:11px;
	line-height:1.2;
	padding-top:10px;
}
.footer-link a,
.footer-link a:visited,
.footer-link a:link,
.footer-link a:active {
	color:#CC3366;
}


/* index */
#maincolumn .top-titlebar01 {
	background-image: url(../images/top-title01.gif);
}
#maincolumn .top-titlebar02 {
	background-image: url(../images/top-title02.gif);
	margin-bottom:0px;
}
#maincolumn .top-titlebar03 {
}

.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;
}

.top-party-info {
	width:565px;
}
.top-about {
	width:565px;
	background-image: url(../images/top-thum01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
.top-about-txt {
	padding-top:15px;
	padding-left:30px;
	font-size: 13px;
	line-height: 1.4;
	background-image: url(../images/top-about-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 10px;
}
.top-about-txt p {
	padding-bottom: 15px;
}

.top-about2 {
	width:565px;
	height:230px;
	background-image: url(../images/top-thum02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}
.top-about-txt2 {
	padding-top:110px;
}
#index .top-request {
	margin-left: 147px;
	width: 270px;
	height: 50px;
	background-image: url(../images/btn-request-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-request a {
	display:block;
	width:270px;
	height:50px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.top-request a:hover {
	text-indent:-9999px;
}
