@charset "utf-8";

@import url("navigation.css");
@import url("sub.css");

* { padding: 0; margin: 0; }

html, body {
	margin: 0;
	padding: 0;
	text-align:center;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #CC3333;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
h2 {
	text-indent: -9999px;
	display: none;
	font-size: 1px;
	line-height: 1px;
}
h3	{
	margin:0;
	padding:0;
}
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%;
}

.align-right {text-align: right;}
.align-center {text-align: center;}
.align-left {text-align: left;}
.color01 {color: #CC6666;}
.color02 {color: #CC0033;}
.red {color: #990033;}
.bold {font-weight:bold;}
.none {display: none;}
.clear {clear: both;}
.thum {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.font11px {
	font-size: 11px;
	line-height: 150%;
}
.pagetop {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2DEC5;
	clear: both;
}

.tbl-normal{
	border:1px solid #CC0033;
	border-collapse:collapse;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
.tbl-normal th{
	border:1px solid #CC0033;
	border-collapse:collapse;
	background-color:#FEEDFE;
	font-weight:bold;
	color:#CC0033;
	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 #CC0033;
	border-collapse:collapse;
}

.tbl-single {
	background-color: #FEEDFE;
	border: 5px solid #E09895;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.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 */  



#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	width: 810px;
	padding: 0px;
}
#header {
	background-image: url(../images/head-bg.jpg);
	background-repeat: no-repeat;
	height: 413px;
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center bottom;
}
#wrapper {
	padding: 10px;
	margin: 0px;
}

/* maincolumn */
#maincolumn {
	text-align: left;
	width: 565px;
	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: 10px;
	padding-left: 0px;
}
#maincolumn .content-in {
	text-align: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#maincolumn .content-in-line {
	text-align: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 20px;
	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-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-bottom: 5px;
}
#sidecolumn .bnr a{
	font-size:10px;
}
#company-info {
	background-image: url(../images/s-company-info.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 1px solid #CB9998;
	border-bottom: 1px solid #CB9998;
	font-size: 11px;
	text-align: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}
#company-info .company-name {
	font-weight: bold;
	color: #CC3366;
	padding-left: 20px;
	font-size: 13px;
	line-height: 150%;
	padding-bottom: 5px;
}

/*ログインボックス*/
#sidecolumn .loginbox {
	background-color:#FFF6FD;
	background-image:url(../images/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;
}
#sidecolumn .log-img {
	width:200px;
	height:28px;
	text-indent:-9999px;
	background-image:url(../images/member.gif);
	background-position:bottom;
	vertical-align:bottom;
	padding:0;
	margin:0;
}

/* footer */
#footer {
	clear: both;
	color: #333;
	background-image: url(../images/foot-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 810px;
	min-height: 148px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 150px;
}
#footer .footer-txt {
	line-height: 130%;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC0033;
}
#footer .copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	color: #333333;
	margin-top: 10px;
}

/*INDEX             */
.indexbody {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}

#index h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	height: 14px;
	text-align: left;
	position: absolute;
	top: 45px;
	left: 40px;
	z-index: 1;
	color: #FFFFFF;
}
#index h1 span {
	display: none;
}

#index #top {
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 362px;
}
#index #head-left {
	height: 200px;
	width: 500px;
	float: left;
	position: relative;
	display: block;
}
#index #head-left .logo a {
	display:block;
	width: 420px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	height: 120px;
	position: absolute;
	left: 25px;
	top: 32px;
	margin: 0px;
}
#index .top-titlebar01 {
	width: 354px;
	height: 70px;
}
#index .top-titlebar02 {
	background-image: url(../images/top-title02.jpg);
	height: 40px;
}
#index .top-feature01 ,#index .top-feature02 {
	height: 95px;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
#index .top-feature03 {
	margin: 0px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
#index .top-feature01 p ,#index .top-feature02 p ,#index .top-feature03 p {
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#index .top-feature01 {
	background: url(../images/top-thum01.jpg) no-repeat left top;
}
#index .top-feature02 {
	background: url(../images/top-thum02.jpg) no-repeat left top;
}
#index .top-feature03 {
	background: url(../images/top-thum03.jpg) no-repeat left top;
}
#index .feature01 ,#index .feature02 ,#index .feature03 ,#index .feature04 {
	margin-left:125px;
	margin-bottom: 5px;
	display: block;
	width: 368px;
}
#index .feature01 {
	background: url(../images/top-feature01.gif) no-repeat left top;
}
#index .feature02 {
	background: url(../images/top-feature02.gif) no-repeat left top;
}
#index .feature03 {
	background: url(../images/top-feature03.gif) no-repeat left top;
}
#index .feature01 span ,#index .feature02 span ,#index .feature03 span {
	text-indent: -9999px;
	display: block;
	height: 20px;
}
#index .top-about-thum {
	float: right;
}
#index .top-about {
	padding-bottom: 10px;
	min-height: 150px;
}
#index .top-about p {
	width: 354px;
	font-size: 12px;
	line-height: 150%;
	padding-top: 5px;
	padding-left: 5px;
}
#index #top-feature-wrap {
	background-image: url(../images/top-feature-bg01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}
#index #top-feature {
	background-image: url(../images/top-feature-bg02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 32px;
}
#index #head-right {
	float: right;
	width: 300px;
	margin: 0px;
	height: 362px;
	position: relative;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#index #head-right .tel {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#index .top-titlebar02 h3 {
	text-indent: -9999px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}
#index .more {
	width: 145px;
	clear: both;
	margin-left: 410px;
	margin-top: 5px;
}
#index .more a {
	height: 28px;
	width: 150px;
	text-indent: -9999px;
	display: block;
}
#mainframe {
	width: 900px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #990026;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
