@charset "Shift_JIS";
/* 下層用css */

/*タイトルエリア*/
#rightContentArea #title{
	margin-bottom:10px;
}

/*----- 見出し -----*/
.title1st {
border-bottom:1px #999999 solid;
border-left:4px #305B95 solid;
	font-weight: bold;
	font-size: 14px;
	margin:20px 0 10px 0;
	padding-top:4px;
	padding-left: 11px;
	height:25px;
	color:#305B95;
}
.title2nd {
border-bottom:2px solid #3E90D9;
background-color:#CAE0F4;
	font-weight: bold;
	font-size: 14px;
	margin:25px 0 10px 0;
	padding:5px 0 0 10px;
	height: 25px;
}
.title3rd {
border:1px solid #CC0000;
	padding:8px;
	margin-top:25px;
	background-color:#FFF7F7;
}
.title3rd h4 {
border-bottom:1px solid #CC0000;
	color:#CC0000;
	font-weight: bold;
	font-size: 14px;
	padding:0;
	height: 25px;
}

/*サービス*/
#service{
margin-top:15px;
}
#service a{
background:url(../images/common/icon_arw_blue.gif) no-repeat;
padding-left:15px;
}
#service p{
border-bottom:1px solid #AEBED3;
padding-bottom:15px;
padding-top:15px;
}
.stable{
text-align:center;
border-collapse: collapse;
border: 1px solid #cccccc;
}
.stable img{
padding:8px 0;
}
.stable td{
border: 1px solid #cccccc;
}
.stable th{
background-color:#cccccc;
text-align:center;
}

/*商品内容*/
#products{
margin-top:15px;
}
#products a{
background:url(../images/common/icon_arw_blue.gif) no-repeat;
padding-left:15px;
}
#products p{
border-bottom:1px solid #AEBED3;
padding-bottom:15px;
padding-top:15px;
}

/*商品内容 手書き用伝票*/
#handwritten .l{
float:left;
width:270px;
padding:10px;
height:300px;
}
#handwritten .r{
float:right;
width:270px;
padding:50px 10px 10px 10px;
height:260px;
}


/*リスト*/
.waku {
	margin:20px 0 25px 0;
}

.waku dl {
	margin:0 0 25px 0;
	padding: 0px;
}
.waku dt {
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.waku dd {
	margin-top: -2.1em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11em;
}

/*ノーマルリスト*/
ul.normal li{
background: url(../images/common/icon_normal.gif) no-repeat;
background-position:left 5px;
padding:0 0 0 10px;
list-style:none;
margin-bottom:10px;
}


/*テーブル*/
.type01 {
	margin: 0px 0px 20px;
	border-collapse: collapse;
	width:100%;
}

.type01 td {
	padding: 8px;
	border: 1px solid #cccccc;
	width:70%;
}
.type01 th {
	padding:8px;
	background: #eeeeee;
	text-align:left;
	border: 1px solid #cccccc;
	width:30%;
}


/*お問い合せ*/
.red{
	color:#FF0000;
}

/*トップへ戻る*/
.gotop{
	clear:both;
	text-align:right;
	margin-top:15px;
	margin-bottom:5px;
}

/*事例紹介*/
#sample table{
border-collapse: collapse;
width:100%;
text-align:center;
}
#sample table td{
padding:5px;
}
#sample table .line{
border-bottom:1px dotted #cccccc;
margin:15px 0;
text-align:center;
}

/*その他品目*/
.other-line{
border-bottom:1px dotted #cccccc;
}