@charset "utf-8";


/*--------------------------------
01： 基本設定
----------------------------------*/
body {
	background: #FFFFFF;
	color: #333333;
	font: small/130% "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1, h2,  h3,  dl {
	margin: 0px;
}

u {
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}

ul {
	list-style: none;
}

ol, li {
	margin: 0px 0px 10px 5px;
	line-height: 150%;
}

p {
	font-size: small;
	line-height: 1.4;
	margin: 0px;	
}

a:link {
	color: #0381E2;
	text-decoration: none;
}
a:visited {
	color: #8103E2;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

img{
	border: none;
}



/*--------------------------------
02：レイアウト
----------------------------------*/

#header {
	width: 100%;
	border-bottom: solid 6px #52D7BF;
}

#headerlogo {
	width: 123px;
	height: 38px;
	padding: 0px;
	margin: 0px;
}

#pagebody {
	width: 830px;
	padding: 0;
	margin: 0px auto;
}

#main {
	height: auto;
	padding: 0px 0px 70px;
	margin: 0px;
	background: url(../common/images/bg001.gif) 
		left top 
		repeat-y;
min-height:1px;
}

#mainnavi {
	float: left;
	width: 190px;
	margin: 0px;
	padding:0px 30px 0px 0px;
}

#contents {
	float: left;
	width: 600px;
	height: auto;
	margin: 0px;
	padding: 10px 0px 0px;
}

#contents-top {
	float: left;
	width: 540px;
	height: auto;
	margin: 30px 0px 0px;
	padding: 0px 0px 0px;
	background: url(../images/index_bg001.jpg)
		right top 
		no-repeat;
}

#footer{
	width: auto;
	height:auto;
 	padding: 20px 0px 10px;
	background: #EEEEEE;
}



/*--------------------------------
03-1：ナビゲーション
----------------------------------*/

#mainnavi ul {
	margin: 0px;
	padding: 0px;
}

#mainnavi ul li {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#mainnavi ul li a {
	display: block;
	height: 59px;
	width: 190px;
}

#mainnavi ul li ul {
	margin: 41px 0px 0px;
}

/* 各ナビゲーション */

#mainnavi li#m-home a {
	height: 23px;
	background: url(../common/images/m001.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-service {
	background: url(../common/images/m_tx001.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-service01 a {
	height: 29px;
	background: url(../common/images/m002.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-service02 a {
	height: 29px;
	background: url(../common/images/m003.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-price a {
	background: url(../common/images/m004.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-aboutus a {
	background: url(../common/images/m005.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-flow a {
	background: url(../common/images/m006.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-inquiry a {
	background: url(../common/images/m007.gif) 
		left top 
		no-repeat;
}

/* ------------------- */

/* 各ナビゲーション on */

#mainnavi li#m-home a:hover {
	background: url(../common/images/m001on.gif) 
		left top 
		no-repeat;
}
#mainnavi li#m-service01 a:hover {
	background: url(../common/images/m002on.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-service02 a:hover {
	background: url(../common/images/m003on.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-price a:hover {
	background: url(../common/images/m004on.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-aboutus a:hover {
	background: url(../common/images/m005on.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-flow a:hover {
	background: url(../common/images/m006on.gif) 
		left top 
		no-repeat;
}

#mainnavi li#m-inquiry a:hover {
	background: url(../common/images/m007on.gif) 
		left top 
		no-repeat;
}

/* ------------------- */
/* サブナビゲーション  */

#mainnavi ul#subNav {
	width: 190px;
	padding: 10px 0px 10px;
}

#mainnavi ul#subNav li  {
	display: inline;
	text-indent: 0px;
}

#mainnavi ul#subNav li a {
	display: inline;
	height: 2em;
	padding: 0px 10px 0px 30px;
	background: url(../common/images/ic002r.gif) 
		15px 50% 
		no-repeat;
}

/* ------------------- */

#mainnavi address {
	margin: 0px 0px 10px;
	padding: 10px;
	font-style: normal;
}

#mainnavi address strong {
	font-size: 1.15em;
	font-weight: normal;
}

#mainnavi address em {
	padding: 1px 4px;
	background: #52D7BF;
	color: #FFFFFF;
	font-style: normal;
}

#mainnavi address em#fax {
	padding: 1px 5px 1px 4px;
}

#mainnavi p.textCenter {
	margin: 0px 0px 20px;
}

/*--------------------------------
03-2：ヘッダー
----------------------------------*/

#header div {
	width: 830px;
	margin: 0px auto;
	padding: 2px 0px 10px;
}

#header div p {
	padding: 10px 0px;
	color: #666666;
	font-size: 0.75em;
	line-height: 1em;
}

#header #headerMap {
	float: right;
	background: url(/common/images/ic002r.gif) 
		0px 50% 
		no-repeat;
	padding-left: 15px;
}

/*--------------------------------
03-3：フッター
----------------------------------*/

#footer p {
	margin: 0px 0px 10px;
}

/*--------------------------------
04：コンテンツ
----------------------------------*/
#page-3{
}

#page-title{
}

.asset-name{
}

.asset-content{
}

.asset-body{
}

/*--------------------------------
05：書式
----------------------------------*/

/*-------------------------
05-01：ホーム
---------------------------*/

#contents-top h1{
	margin: 10px 0px 28px;
	padding: 0px 0px 0px 25px;
	background: url(../images/index_ic001.gif) ;
	backgournd-position: 0px 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
zoom: 1;
}

#contents-top h2{
	margin: 25px 0px 15px;
	padding: 0px;
}

#contents-top h2#copy{
	margin: 25px 0px 15px;
	padding: 0px;
}

#contents-top h2#gaiyouTitle {
	margin: 15px 0px 15px;
}

#contents-top h3{
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

#contents-top ul {
	width: 290px;
	margin: 10px 0px 0px 12px;
	padding: 0px;
}

#contents-top ul li {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	background: url(../images/index_ic002.gif) 
		0px 6px 
		no-repeat;
	font-size: 1.15em;
}

#contents-top p#name {
	width: 270px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#contents-top ul#serviceBt {
	width: 540px;
	margin: 16px 0px 0px;
}

#contents-top ul#serviceBt li {
	display: inline;
	padding: 0px;
	background: none;
}

#contents-top ul#serviceBt li#left {
	margin: 0px 20px 0px 0px;
}

#contents-top .banner {
	margin: 25px 0px 0px;
}

#contents-top #gaiyou {
	background: url(../images/index_ph001.jpg) 
		right top 
		no-repeat;
	color: #7F7F7F;
}

#contents-top #gaiyou dd {
	margin: 0px 0px 10px;
}

#contents-top #gaiyou dd ul {
	width: 325px;
	margin: 0px;
	padding: 0px;
}

#contents-top #gaiyou dd ul li {
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 1px;
	background: none;
	list-style-type: disc;
	font-size: 1em;
	line-height: 120%;
}

#contents-top #gaiyou p {
	text-align: right;
}



/*------------------------*/

#contents h1{
	background: url(../common/images/bg002_h1.gif) 
		left bottom 
		repeat-x;
	border-bottom: solid 1px #BDBABD;
	color: #555555;
	font-size: 1.125em;
	line-height: 150%;
	margin: 0px 0px 25px;
	padding: 10px 0px 5px 20px;
}

#contents h2{
	font-size: medium;
	line-height: 120%;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #999999;
	margin: 20px 0px 5px;
}

#contents h3{
	font-size: small;
	line-height: 120%;
	padding: 0px 0px 2px;
	margin: 0px 0px 3px 0px;
}

#contents h4{
	font-size: small;
	line-height: 120%;
	padding: 0px 0px 2px;
	margin: 0px 0px 3px 0px;
	background: url(../img/under/h4.gif) no-repeat;
	text-indent: 20px;
}

.text_w{
	color: #FFFFFF;
}

.right{
	float: right;
}

.kakomi{
	width: 526px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 7px;
	margin: 5px auto;
}
.k-kakomi{
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.a-kakomi{
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../img/top/akusyu2.jpg) no-repeat right;
	font-weight: bold;
}
.c-kakomi{
	border: 1px solid #cc0000;
	background-color: #cc0000;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.gentei_kakomi{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 7px;
	width: 360px;
	height: auto;
	margin: 5px 0px;
	float: right;
}


.beta01{
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.beta02{
	background-color: #333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.smalltext {
	font-size: small
}

.xsmalltext {
	font-size: x-small
}

.xxsmalltext {
	font-size: xx-small
}

.k-link {
	font-size: small;
	font-weight: bold;
	line-height: 120%;
	background: url(../img/under/kl_head.gif) no-repeat;
	margin: 0px 0px 10px;
	text-indent: 15px;
}

.link-image {
	background: url(../img/under/link_image_kl.gif) no-repeat;
	line-height: 110%;
	text-indent: 15px;
	margin-bottom: 5px;
	
}

.link-image2 {
	background: url(../img/under/link_image.gif) no-repeat;
	line-height: 110%;
	text-indent: 15px;
	margin-bottom: 5px;
}

.hi-lineheight {
	line-height: 200%;
}

.tbl_to_01 {
	border-top: 1px solid #990000;
	border-right: 0px solid;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}
.tbl_to_02 {
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}
.tbl_to_03 {
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}
.tbl_to_04 {
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 0px solid;
	border-left: 1px solid #990000;
}

.tbl_ec_01 {
	border-top: 1px solid #333333;
	border-right: 0px solid;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
.tbl_ec_02 {
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
.tbl_ec_03 {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
.tbl_ec_04 {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 0px solid;
	border-left: 1px solid #333333;
}

.tbl_exc_01 {
	border-top: 1px solid #669933;
	border-right: 0px solid;
	border-bottom: 1px solid #669933;
	border-left: 1px solid #669933;
}
.tbl_exc_02 {
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px solid #669933;
	border-left: 1px solid #669933;
}
.tbl_exc_03 {
	border-top: 1px solid #669933;
	border-right: 1px solid #669933;
	border-bottom: 1px solid #669933;
	border-left: 1px solid #669933;
}
.tbl_exc_04 {
	border-top: 1px solid #669933;
	border-right: 1px solid #669933;
	border-bottom: 0px solid;
	border-left: 1px solid #669933;
}

.tbl_fir_01 {
	border-top: 1px solid #3366FF;
	border-right: 0px solid;
	border-bottom: 1px solid #3366FF;
	border-left: 1px solid #3366FF;
}
.tbl_fir_02 {
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px solid #3366FF;
	border-left: 1px solid #3366FF;
}
.tbl_fir_03 {
	border-top: 1px solid #3366FF;
	border-right: 1px solid #3366FF;
	border-bottom: 1px solid #3366FF;
	border-left: 1px solid #3366FF;
}
.tbl_fir_04 {
	border-top: 1px solid #3366FF;
	border-right: 1px solid #3366FF;
	border-bottom: 0px solid;
	border-left: 1px solid #3366FF;
}

.tbl_itiran_01 {
	border-top: 1px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
}
.tbl_itiran_02 {
	border-top: 1px solid #999;
	border-right: 0px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

.style1 {
	font-size: medium
}
.style2 {
	color: #CC0000
}
.style3 {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}
.style4 {
	color: #CC0000; font-size: medium;
}

.serviceop {
}
.serviceop01 {
	background: url(../img/under/serviceop_01.gif) no-repeat right bottom;
}

.serviceop02 {
	background: url(../img/under/serviceop_02.gif) no-repeat right bottom;
}
.serviceop03 {
	background: url(../img/under/serviceop_03.gif) no-repeat right bottom;
}

.serviceop04 {
	background: url(../img/under/serviceop_04.gif) no-repeat right bottom;
}

.serviceop05 {
	background: url(../img/under/serviceop_05.gif) no-repeat right bottom;
}

.serviceop06 {
	background: url(../img/under/serviceop_06.gif) no-repeat right bottom;
}
.serviceop ol{
	margin: 0px;
	line-height: 80%;
}
.serviceop li{
	margin:-15px 0px 15px;
	line-height: 130%;
	list-style: url(../img/under/serviceop_ico.gif);
	font-weight: bold;	
}

.tbl_svop{
	border: 1px solid #333333;
	margin: 5px;	
}

.tbl_svop strong{
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dotted #CC0000;
}

.svtakumi{
	border-bottom: 1px solid #cc0000;
	font-weight: bold;
}

#genteititle {
	background: url(../img/under/hpgenteititle.jpg) no-repeat;
	height: 100px;
}

#genteititle h1{
		text-indent: -999999px;
		background-image: none;
}

.txhid{
		text-indent: -999999px;
}

.txhid h2{
	text-indent: -999999px;
	line-height: 0px;
	border: 0px none;
}

.txmid{
 font-size: medium;
 line-height: 130%;
 font-weight: bold;
}

.imgsp_right{
	margin: 0px 10px 0px 0px;
	float: left;
}


/*----------------
06：その他
------------------*/

.left {
	float: left;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*========================
07：サイトマップ 
========================*/

#sitemap ul {
	list-style: none;
	width: 580px;
	margin: 0px 10px;
	padding: 0px;
}

#sitemap ul li {
	margin: 1px;
	padding: 5px 0px 0px 10px;
	background: #EEEEEE;
	font-weight: bold;
}

#sitemap ul li ul {
	width: 540px;
}

#sitemap ul li ul li {
	background: #FFFFFF;
	padding: 5px 0px 5px 10px;
	font-weight: normal;
}

#sitemap ul li a {
	padding-left: 16px;
	background: url(../common/images/ic002r.gif) 
		0px 50% 
		no-repeat;
}

#sitemap ul li ul li ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#sitemap ul li ul li ul li {
	padding-left: 20px;
}