@charset "utf-8";

/*================================================================================================*/
/* leftside(コンテンツ左サイド領域)ブロックの定義                                                 */
/*================================================================================================*/
div#leftside {
	margin: 10px 0px 0px 0px;
	width: 200px;
	text-align: left;
	float: left;
}

/* submenu - サブメニュー領域レイアウト調整
--------------------------------------------------------------------------------------------------*/
div#submenu img {
	vertical-align: bottom;
}

div#submenu dt {
	margin-top: 0px;
	margin-bottom: 1px;
	height: 30px;
	padding-left: 30px;
	line-height: 30px;
	font-size: 13px;
	list-style: none;
	background: url(../img/home/submn-arrow.gif) no-repeat 15px 55%;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
}

div#submenu dt:hover {
	background-color: #dcf0fb;
}

div#submenu a {
	text-decoration: none;
	color: #4b4b4b;
}

/* qmsmenu - QMSメニュー領域レイアウト調整
--------------------------------------------------------------------------------------------------*/
div#qmsmenu img {
    vertical-align: bottom;
}

div#qmsmenu dt {
    margin-top: 0px;
    margin-bottom: 1px;
    height: 30px;
    padding-left: 30px;
    line-height: 30px;
    font-size: 13px;
    list-style: none;
    background: url(../img/home/submn-arrow.gif) no-repeat 15px 55%;
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
}

div#qmsmenu dt:hover {
    background-color: #dcf0fb;
}

div#qmsmenu a {
    text-decoration: none;
    color: #4b4b4b;
}

/* linklist - リンク領域レイアウト調整
--------------------------------------------------------------------------------------------------*/
div#linklist img {
	vertical-align: bottom;
}

div#linklist dd {
	background-color: #f5f5f5;
}

div#linklist dt {
	margin-top: 0px;
	padding-left: 15px;
	line-height: 1.5em;
	font-size: 12px;
	background-color: #f5f5f5;
}

div#linklist a {
	text-decoration: none;
	color: #0000ff;
}

div#linklist a:hover {
	text-decoration: underline;
	color: #0000ff;
}

/* sub-newslist - お知らせ領域レイアウト調整
--------------------------------------------------------------------------------------------------*/
div#sub-newslist {
	margin: 0px 0px 0px 0px;
	width: 200px;
	text-align: left;
	background-color: #f5f5f5;
}

div#sub-newslist dd {
	margin-left: 4px;
	padding-top: 4px;
	font-size: 12px;
}

div#sub-newslist dt {
	margin-left: 4px;
	margin-right: 4px;
	padding-bottom: 2px;
	font-size: 12px;
	list-style: none;
	border-bottom: 1px dotted #b3b3b3;
}

div#sub-newslist a {
	text-decoration: none;
	color: #0000ff;
}

div#sub-newslist a:hover {
	text-decoration: underline;
	color: #0000ff;
}


/*================================================================================================*/
/* rightside(コンテンツ右サイド領域)ブロックの定義                                                */
/*================================================================================================*/
div#rightside {
	margin: 10px 0px 0px 0px;
	width: 540px;
	text-align: left;
	display: inline;
	float: right;
	font-size: 12px;
}

div#rightside img {
	vertical-align: bottom;
}

div#rightside hr {
	border-style: solid none none none;
	border-width: 1px 0px 0px 0px;
	border-top-width: 1px;
	border-top-color: #dcdcdc;
	height: 1px;
}


/*================================================================================================*/
/* 企業情報テーブルブロック定義                                                                   */
/*================================================================================================*/
div.kis-profile table {
	width: 97%;
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}

div.kis-profile th {
	padding: 0 1em;
	text-align: left;
	font-size: 12px;
	line-height: 1.25;
	vertical-align: middle;
	white-space: nowrap;
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}

div.kis-profile td {
	padding: 0.6em 0.5em;
	text-align: left;
	font-size: 12px;
	line-height: 1.25;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}

div.kis-profile .odd {
	background-color: #ffffff;
}

div.kis-profile .evn {
	background-color: #f5f5f5;
}

div.kis-profile li {
	list-style: none;
}

/*================================================================================================*/
/* 汎用テーブルスタイル定義                                                                       */
/*================================================================================================*/
div.tbl-style01 table {
	width: 97%;
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}

div.tbl-style01 th {
	padding: 0 1em;
	text-align: left;
	font-size: 12px;
	line-height: 1.25;
	vertical-align: middle;
	white-space: nowrap;
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}

div.tbl-style01 td {
	padding: 0.6em 0.5em;
	text-align: left;
	font-size: 12px;
	line-height: 1.25;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}

div.tbl-style01 .odd {
	background-color: #ffffff;
}

div.tbl-style01 .evn {
	background-color: #f5f5f5;
}

div.tbl-style01 li {
	list-style: none;
}

/*================================================================================================*/
/* 汎用デザインスタイル定義                                                                       */
/*================================================================================================*/

/* title-style-01 - タイトル用(左側縦棒ポイント)
--------------------------------------------------------------------------------------------------*/
.title-style-01 {
	border-left: 3px solid #1294e0;
	margin-bottom: 15px;
	padding: 3px 0px 3px 6px;
	font-size: 14px;
	font-weight: bold;
	color: #0568a1;
}

/* title-style-02 - タイトル用(グレイ背景)
--------------------------------------------------------------------------------------------------*/
.title-style-02 {
	background-color: #ebebeb;
	padding: 7px 5px 5px 12px;
	font-size: 13px;
	font-weight: bold;
	color: #303030;
}

/* title-style-03 - タイトル用(ブルー背景)
--------------------------------------------------------------------------------------------------*/
.title-style-03 {
	font-size: 18px;
	font-weight: bold;
	line-height: 0.8em;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url("../img/h1_bottom.gif") left bottom no-repeat;
	_height: 1em; /* for IE6 */
}

.title-style-03 span.title-style-03-text {
	display: block;
	padding: 15px 5px 12px 23px;
	_padding-bottom: 11px;
	background: url("../img/h1_bg.gif") no-repeat;
	_height: 1em; /* for IE6 */
}

/* li-style-01 - リスト用(黄緑矢印+ドットアンダーライン)
--------------------------------------------------------------------------------------------------*/
.li-style-01 {
	margin: 0px 5px 0px 5px;
}

.li-style-01 li {
	background: url(../img/li_dotline.gif) center bottom no-repeat;
	list-style: none;
	margin: 0;
	padding: 0.5em 10px;
}

.li-style-01 li a {
	background:url(../img/li_arrow.gif) left 2px no-repeat;
	padding-left:10px;
}

.li-style-01 li p {
	background:url(../img/li_arrow.gif) left 2px no-repeat;
	padding-left:10px;
}

/* li-style-2col - 2カラム用リスト(緑矢印)
--------------------------------------------------------------------------------------------------*/
.li-style-2col {
	list-style: none;
}

.li-style-2col li {
	width: 44%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 14px;
	background: url(../img/li_boxarrow.gif) 0px 3px no-repeat;
	float: left;
}

/* li-style-3col - 3カラム用リスト(緑矢印)
--------------------------------------------------------------------------------------------------*/
.li-style-3col {
	list-style: none;
}

.li-style-3col li {
	width: 30%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 14px;
	background: url(../img/li_boxarrow.gif) 0px 3px no-repeat;
	float: left;
}

/* sitemap - サイトマップ用スタイル
--------------------------------------------------------------------------------------------------*/
.sitemap li {
	margin-left: 20px;
	padding: 0px 0px 0px 14px;
	line-height: 150%;
	list-style: none;
	background: url(../img/li_boxarrow.gif) 0px 3px no-repeat;
}


/* sec-title sectbody - セクションタイトル&本文 横幅540px
--------------------------------------------------------------------------------------------------*/
.sect-title {
	margin-top: 20px;
	background-image: url(../img/sect_title_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	display: block;
	padding: 10px 5px 7px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #303030;
}

.sect-title-notopm {
	background-image: url(../img/sect_title_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	display: block;
	padding: 10px 5px 7px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #303030;
}

.sectbody {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 1em 5px;
	line-height: 150%;
}

/* lm10 - レフトマージン10px
--------------------------------------------------------------------------------------------------*/
.lm10 {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 100%;
}

/* img-left - 画像の左側へテキスト回り込み
--------------------------------------------------------------------------------------------------*/
.img-left{
	float: left;
	margin-right: 10px;
}

/* img-frame - 画像へのフレーム付与(Firefox&IE7)
--------------------------------------------------------------------------------------------------*/
.img-frame {
	padding: 2px 2px 2px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

/* txtbox01 - テキストボックス 横幅540px
--------------------------------------------------------------------------------------------------*/
.txtbox01 {
	margin-left: 5px;
	width: 525px;
	text-align: left;
	font-size: 12px;
	color: #4b4b4b;
}

/* txtbox02-out - テキストボックス 横幅540px
--------------------------------------------------------------------------------------------------*/
.txtbox02-out {
	border-width: 1px;
	border-style: solid;
	border-color: #1092dd;
	background-color: #dcf0fe;
	margin: 15px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	height: auto;
}

.txtbox02-in {
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

/* center - センタリング
--------------------------------------------------------------------------------------------------*/
.center {
	text-align: center;
}

/* right - 右寄せ
--------------------------------------------------------------------------------------------------*/
.right {
	text-align: right;
}

/* txt-lv5 - 文字強調
--------------------------------------------------------------------------------------------------*/
.txt-lv5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}

/* txt-ht15 - 行間1.5em
--------------------------------------------------------------------------------------------------*/
.txt-ht15 {
	line-height: 1.5em;
}

/*
--------------------------------------------------------------------------------------------------*/
.clearleft {
	clear: left;
}

/*
--------------------------------------------------------------------------------------------------*/
.order-list {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 30px;
	width: 500px;
	font-size: 12px;
}

.order-list li {
	line-height: 1.5em;
	list-style-type: decimal;
}

/* service-list - サービストップリスト
--------------------------------------------------------------------------------------------------*/
/* 735, 358, 337 */

/* inner solution tab */
#service-list .svf ul{
 width:525px;
 margin:0 0 9px 0;
 padding:0 0 0 5px;
}

#service-list .svf ul li{
 float:left;
 width:250px;
 margin:0 0 9px 9px;
 padding:0 0 5px 0;
 list-style: none;
 background: url(../img/f-btm.gif) left bottom no-repeat;
}

* html #service-list .svf ul li{
 margin:0 0 9px 9px;
 _display:inline;
}/* IE 6 hack */

/* cs-tab */
#service-list #cs-tab .svf ul li{
 background: url(../img/f-btm.gif) left bottom no-repeat !important;
}

#service-list #cs-tab .svf ul li h2{
 background: url(../img/f-top.gif) left top no-repeat !important;
}

#service-list .svf ul li h2{
 width:250px;
 margin:0 0 0 0 !important;
 padding:15px 0 5px 21px !important;
 background: url(../img/f-top.gif) left top no-repeat !important;
 font-size:1.2em !important;
}

#service-list .svf ul li h2 a{
 display:block;
 width:198px;
 margin-right:15px;
 padding:0 0 3px 23px;
 background: url(../img/f-arw.gif) 0 0 no-repeat;
 color:#0077b2;
}

/* safari only \*/
html:\66irst-child #service-list .svf ul li h2 a{padding:4px 0 3px 23px;}
/* end */

#service-list .svf ul li p{
 margin:0 15px 8px 17px;
 padding-top:9px;
 background: url(../img/f-dot.gif) left top repeat-x;
 font-size:1em;
}
