@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: #FFFFFF;
	line-height: 1.9em;
	color: #333333;
	text-decoration: none;
}
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #990000;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	outline:none;
}
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: 1.9em;
}

.pagetop {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2DEC5;
	clear: both;
	text-align:right;
}
.font11px {
	font-size: 11px;
	line-height: 1.6;
}
.none {
	display: none;
}

.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;
}
.note	{
	font-size:11px;
	line-height:1.3;
	margin-left: 10px;
}
.note2	{
	font-size:11px;
	line-height:1.3;
}

#container {
	width: 840px;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#header {
	width: 800px;
	height: 110px;
/*	background-image: url(../images/head-bg.gif);
	background-repeat: repeat-x;
*/	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head-left {
	width: 400px;
	height: 75px;
	float: left;
	position: relative;
	display: block;
	top: 0px;
	left:0px;
}
#head-center {
	width: 92px;
	height: 77px;
	position: absolute;
	right: 225px;
	top: 5px;
}
#head-left .logo a {
	width: 320px;
	height: 75px;
	display:block;
	text-decoration:none;
	outline:none;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	top: 27px;
}
#head-left .logo_top {
	width: 320px;
	height: 75px;
	display:block;
	text-decoration:none;
	outline:none;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	top: 27px;
}
h1.top_h1  {
	width:400px;
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: left !important;
	padding:13px 0 10px 4px !important;
	margin:0 !important;
	color: #000000;
	line-height: 1.1em;
	overflow:visible !important;
	text-indent:0 !important;
}
h1 span {
	display: none;
}
#index h3 {
	width: 560px;
	display: block;
	overflow: hidden;
}
#head-right {
	width: 250px;
	height: 70px;
	float: right;
	padding: 0px;
	text-align:right;
}

#head-right .tel {
	width: 200px;
	height: 50px;
	background-image: url(../images/head-tel.gif);
	background-repeat: no-repeat;
	background-position:left top;
	margin-top:15px;
	float: right;
}
.head-inquiry	{
	width: 200px;
	height: 20px;
	position:absolute;
	top:70px;
	right:20px;
}
.head-inquiry a	{
	width: 200px;
	height: 20px;
	background:url(../images/head-inquiry_on.gif) no-repeat left top;
	display:block;
}
.head-inquiry a:hover	{
	text-indent:-9999px;
}
/*
.head-inquiry	{
	width: 200px;
	height: 20px;
	background:url(../images/head-inquiry.gif) no-repeat left top;
	float: right;
}
.head-inquiry a,
.head-inquiry a:link,
.head-inquiry a:visited	{
	width: 200px;
	height: 20px;
	background:url(../images/head-inquiry.gif) no-repeat left top;
	text-indent:-9999px;
	display:block;
}
.head-inquiry a:hover	{
	background:url(../images/head-inquiry_on.gif) no-repeat left top;
}
.head-inquiry span {
	display: none;
}
*/
#mainvisual {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	height: 320px;
	width: 800px;
}

#subvisual {
	width: 800px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	width: 800px;
	background-image: url(../images/wrap-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* footer */
#footer {
	width: 840px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}
.footer-txt {
	line-height: 130%;
	padding-top: 15px;
	font-weight:bold;
}
.footer-txt a,
.footer-txt a:visited {
	color:#016D6D;
	font-weight:bold;
	text-decoration:none;
}
.footer-txt a:hover {
	color:#016D6D;
	text-decoration:none;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom:15px;
	text-align:center;
}

/* maincolumn */
#maincolumn {
	width: 560px;
	text-align: left;
	padding-bottom: 15px;
	min-height: 200px;
	float: right;
}
#maincolumn .content {
	width: 560px;
	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;
	position: relative;
	padding: 5px;
}
#maincolumn .content-in-line {
	text-align: left;
	clear: both;
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #990000;
	padding-bottom: 20px;
}
.tbl-normal{
	width:545px;
	margin:1em 0;
	border:1px solid #990000;
	border-collapse:collapse;
}
.tbl-normal th{
	border:1px solid #990000;
	border-collapse:collapse;
	background-color: #EEEEEE;
	font-weight:bold;
	color:#990000;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0.5em;
	padding-bottom: 4px;
	padding-left: 0.7em;
	text-align:left;
	white-space: nowrap; 
}
.tbl-normal td{
	padding:5px;
	border:1px solid #990000;
	border-collapse:collapse;
}
.th-ep{
	background-color: #990000 !important;
	color:#FFFFFF !important;
}

.tbl-normal2{
	width:510px;
	margin-left: 19px;
	border-collapse:collapse;
	border:3px solid #990000;
	margin-top:15px;
	margin-bottom:10px;
}
.tbl-normal2 th{
	width:300px;
	border:1px solid #990000;
	border-collapse:collapse;
	font-weight:normal;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
	vertical-align:top;
	line-height:1.9em;
}

.tbl-normal2 td{
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom:1px solid #990000;
	border-top:1px solid #990000;
	border-collapse:collapse;
	line-height:1.9em;
}

.tbl-normal3{
	width:500px;
	margin-left: 15px;
	border-collapse:collapse;
	border:3px solid #0033CC;
	margin-top:15px;
	margin-bottom:10px;
}
.tbl-normal3 th{
	border:1px solid #0033CC;
	border-collapse:collapse;
	font-weight:normal;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
	vertical-align:top;
	line-height:1.9em;
}

.tbl-normal3 td{
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom:1px solid #0033CC;
	border-top:1px solid #0033CC;
	border-collapse:collapse;
}

.tbl-single {
	background-color: #EEEEEE;
	border: 5px solid #990000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-right {
	float: right;
	padding-left:10px;
}
.float-left {
	float: left;
	padding-right:10px;
}
.red {
	color: #CC3300;
}
.bold	{
	font-weight:bold;
}
.right-txt	{
	float:right;
	padding-right:10px;
	margin-top:0;
	text-align:right;
	font-size:11px;
	line-height:1.4;
}
.right-txt2	{
	margin-bottom:10px;
	text-align:right;
	font-size:11px;
}
#maincolumn .crumb {
	margin-right: 0px;
	margin-bottom: 5px;
	display: block;
	color:#990000;
}

/* sidecolumn */
#sidecolumn {
	width: 220px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	min-height: 200px;
	float: left;
}
#sidecolumn .content {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}

#sidecolumn .bnr {
	text-align: center;
	margin-bottom: 7px;
	font-size:10px;
	line-height:1.2;
}
#sidecolumn .bnr a{
	font-size:10px;
}
.bnrtbl{
	width:200px;
	margin-left: 10px;
	margin-right: 10px;
}

.btn-news {
	width: 220px;
	height:80px;
	clear: both;
	padding-bottom:7px;
}
.btn-news a,
.btn-news a:link,
.btn-news a:visited {
	width: 220px;
	height:80px;
	background: url(../images/btn-news_on.gif) no-repeat left top;
	display: block;
}
.btn-news a:hover {
	text-indent: -9999px;
}
.btn-info {
	width: 220px;
	height:80px;
	clear: both;
	padding-bottom:10px;
}
.btn-info a,
.btn-info a:link,
.btn-info a:visited {
	width: 220px;
	height:80px;
	display: block;
	background: url(../images/btn-info_on.gif) no-repeat left top;
}
.btn-info a:hover {
	text-indent: -9999px;
}

#company-info {
	width:220px;
	background: url(../images/s-company-info.gif) repeat-y left top;
	clear: both;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	line-height:1.4;
	margin-bottom:7px;
	text-align:left;
}

#company-info .company-name {
	width:220px;
	height:40px;
}
#company-info table {
	margin-left:10px;
	text-align:left;
}
#company-info td {
	padding-top:1px;
	vertical-align:top;
}
#company-info .align-right{
	padding-right:10px;
	vertical-align:top;
}




/* index */
#maincolumn .top-titlebar01 {
	height:90px;
/*	background: url(../images/top-title01.gif) no-repeat right top;*/
	margin-bottom: 0px;
}
#maincolumn .top-titlebar02 {
	height:50px;
	background: url(../images/top-title02.gif) no-repeat right top;
}
#maincolumn .top-titlebar03 {
	height:50px;
	background:url(../images/top-title03.gif) no-repeat right top;
	margin-top:20px;
}
#maincolumn .top-titlebar04 {
	height:50px;
	background:url(../images/top-title03.gif) no-repeat right top;
	margin-top:0px;
}
#maincolumn .top-titlebar05 {
	height:50px;
	background:url(../images/top-title05.gif) no-repeat right top;
	margin-top:0px;
}
#maincolumn .top-titlebar06 {
	height:50px;
	background:url(../images/top-title06.gif) no-repeat right top;
	margin-top:0px;
}
#index #maincolumn .content	{
	margin-bottom:10px;
}
.top_deco	{
	height:630px;
	background:url(../images/top_deco3.jpg) no-repeat left top;
	padding-left:15px;
}
.top_deco2	{
	height:460px;
	background:url(../images/top_deco4.jpg) no-repeat left top;
	padding-left:15px;
}
.top_deco .float-left,
.top_deco2 .float-left	{
	margin-top:20px;
}
.top_decotxt	{
	line-height:1.5;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:15px;
}
#index .top-feature01 {
	width:410px;
	height:120px;
	margin-bottom:13px;
	float:left;
}
#index .top-feature02 {
	width:410px;
	height:120px;
	margin-bottom:13px;
	float:left;
}
#index .top-feature03 {
	width:410px;
	height:155px;
	float:left;
}

#index .top-feature01 span ,
#index .top-feature02 span ,
#index .top-feature03 span {
	display: block;
	height: 25px;
}
#index .float-left{
	padding-right:0px !important;
	padding-top:3px;
}
#index .feature01 ,
#index .feature02 ,
#index .feature03 {
	display: block;
}
#index .feature01 p ,
#index .feature02 p ,
#index .feature03 p {
	width: 390px;
	margin-top:7px;
	margin-left:7px;
}



#index .top-feature04 {
	width:560px;
	height:75px;
	background: url(../images/top-thum04.jpg) no-repeat left center;
	border-bottom:1px dotted #666666;
	margin-bottom:5px;
	padding-bottom:5px;
}
#index .top-feature05 {
	width:560px;
	height:95px;
	background: url(../images/top-thum05.jpg) no-repeat left center;
	border-bottom:1px dotted #666666;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-bottom:5px;
}
#index .top-feature06 {
	width:560px;
	height:95px;
	background: url(../images/top-thum06.jpg) no-repeat left center;
	border-bottom:1px dotted #666666;
	margin-bottom:5px;
	padding-bottom:5px;
}
#index .top-feature07 {
	width:560px;
	height:120px;
	background: url(../images/top-thum07.jpg) no-repeat left center;
}
#index .top-feature08 {
	width:560px;
	height:95px;
	background: url(../images/top-thum08.jpg) no-repeat left center;
	border-bottom:1px dotted #666666;
	margin-bottom:5px;
	padding-bottom:5px;
}
/*
#index .feature04 {
	background: url(../images/top-feature04.gif) no-repeat left top;
}
#index .feature05 {
	background: url(../images/top-feature05.gif) no-repeat left top;
}
#index .feature06 {
	background: url(../images/top-feature06.gif) no-repeat left top;
}
#index .feature07 {
	background: url(../images/top-feature07.gif) no-repeat left top;
}
#index .feature08 {
	background: url(../images/top-feature08.gif) no-repeat left top;
}
*/
#index .feature04 span ,
#index .feature05 span ,
#index .feature06 span ,
#index .feature07 span ,
#index .feature08 span {
	display: block;
}
#index .feature04 ,
#index .feature05 ,
#index .feature06 ,
#index .feature07 ,
#index .feature08 {
	width: 280px;
	height: 25px;
	display: block;
	margin-left:130px;
}
#index .feature04 p ,
#index .feature05 p ,
#index .feature06 p ,
#index .feature07 p {
	width: 395px;
	margin-top:7px;
	margin-left:14px;
}
#index .feature08 p {
	width: 400px;
	margin-top:7px;
	margin-left:14px;
}
#index #top02 {
	margin-bottom:0px !important;
	padding-bottom:5px !important;
/*	margin-bottom:10px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#index h2 {
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	padding-bottom:10px;
	padding-left:10px;
	display: none;
}
.toplink{
	color:#FFFFFF !important;
}
.top-news-info {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.btn-more {
	width: 120px;
	height:18px;
	clear: both;
	margin-left: 435px;
	margin-top: 0px;
}
.btn-more a,
.btn-more a:link,
.btn-more a:visited {
	width: 120px;
	height:18px;
	background: url(../images/btn-more_on.gif) no-repeat left top;
	display: block;
}
.btn-more a:hover {
	text-indent: -9999px;
}
#edge {
	background-color: #CC0000;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 900px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#mainvisual .topflash {
	margin: 0px;
	padding: 1px;
}
.ep	{
	padding-top:15px;
}
.ep2	{
	color:#000099;
	font-weight:bold;
}
.del	{
	text-decoration:line-through;
}
.red-b	{
	color:#990000;
	font-weight:bold;
}
#mainvisual2 {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	height: 280px;
	width: 800px;
}
.notfound	{
	padding:150px 0 150px 0;
}
.notfound p	{
	padding-bottom:20px;
}

#mainvisual_noflash {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	height: 305px;
	width: 800px;
}





















