@charset "utf-8";

@import "common.css";


/* h以下
============================================================================================================*/

.lower h2 {
	margin-bottom:20px;
}

.lower h3 {
	margin-bottom:10px;
	background:url(../images/common/h3_bg.gif) center left no-repeat;
	color: #a2490a;
	font-size: 1.2em;
	padding: 10px 10px 13px 20px;
}

.lower h4 {
	margin-bottom:5px;
	background:url(../images/common/h4_bg.gif) center left no-repeat;
	color: #333333;
	font-size: 1em;
	padding: 7px 10px 6px 20px;
}


/* 下層共通
============================================================================================================*/
div.conBox {
	margin-right:10px;
	margin-left:10px;
	margin-bottom: 20px;
}
div.conBox p{
	margin-bottom:1em;
}

div.conBox_b {
	padding:1px;
	border:solid 2px #CCCCCC;
}

.clear{
	clear: both;
	height:0;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

/* images
-------------------------------------------------------------*/
p.imgR{
	float:right;
	margin:0 0 10px 10px;
	padding:1px!important;
	border:solid 1px #CCCCCC;
}

p.imgL{
	float:left;
	margin:0 10px 10px 0;
	padding:1px!important;
	border:solid 1px #CCCCCC;
}


/* table
-------------------------------------------------------------*/
table.table01 {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-collapse:collapse;
	width: 100%;
}
table.table01 th {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	vertical-align: middle;
	text-align: left;
	padding: 5px 10px;
	width: 30%;
	background:#f3f2f2;
	font-weight: normal;
}
table.table01 td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding: 5px 10px;
	vertical-align: middle;
}
table.table01 td.bg01 {
	background-color:#E0DEDE;
	color:#f74545;
	width: 5%;
	text-align: center;
}
table.table01 td.bg02 {
	background-color:#FAFAFA;
	width: 15%;
}

table.table01 td p.info{
	color:#f97f28;
	font-size: 0.5em;
	margin-bottom: 3px;
}

table.table02 {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-collapse:collapse;
	width: 100%;
	margin:0 auto;
}
table.table02 th {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	vertical-align: top;
	text-align: left;
	padding: 5px 10px;
	width: 30%;
	background:#f3f2f2;
	font-weight: bold;
}
table.table02 td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding: 5px 10px;
	vertical-align: middle;
}
table.table02 td p{
	padding-bottom:5px;
}


/* policy
============================================================================================================*/
dl.policy dt {
	margin-bottom:5px;
	background:url(../images/common/h4_bg.gif) center left no-repeat;
	color: #333333;
	font-size: 1.2em;
	padding: 8px 10px 5px 20px;
	font-weight: bold;
}


/* trouble
============================================================================================================*/
div.conBox_b dt.title01 {
	background:url(../images/common/title01_bg.gif);
	padding: 7px 10px;
	color:#fa7f28;
	font-weight: bold;
	margin-bottom:5px;
}
div.conBox_b dd {
	padding:5px 10px 10px 10px;
}


/* works
============================================================================================================*/
div.arrow{
	padding:10px;
	margin:10px 10px 20px;
	padding:10px;
	border:solid 2px #CCCCCC;
	text-align:center;
}
div.arrow p{
	padding-bottom:50px;
	background:url(../works/images/index/arrow.gif) no-repeat center 40px;
}
div.arrow em{
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}

div.conBox ul {
	margin:0;
	list-style:none;
	padding-bottom:1ems;
}


div.conBox li {
	padding-left:10px;
	background:url(../images/common/icon01.gif) 0 0.3em no-repeat;
}


p.other_box{
	margin-top:1em;
	padding:5px;
	border:solid 1px #CCCCCC;
	background-color:#F3F2F2;
}


/* staff
============================================================================================================*/
.staff_pic {
	width:96px!important;
	padding:10px!important;
}


/* contact
============================================================================================================*/
div.conBox .btn input{
	width:270px;
	padding:3px;
	color:#000;
	text-align:center;
	background:#E0DEDE;
	border:1px solid #CCCCCC;
	line-height:20px;
}

div.conBox input, div.conBox textarea {
	font-family: inherit;
}


/* sitemap
============================================================================================================*/
.sitemap dl {
	margin-bottom:20px;
}

.sitemap dt.title01 {
	margin-bottom:10px;
	background:url(../images/common/h3_bg.gif) center left no-repeat;
	color: #a2490a;
	font-size: 1.2em;
	font-weight:bold;
	padding: 10px 10px 13px 20px;
}
.sitemap dt.title01 a:link , .sitemap dt.title01 a:visited {color: #a2490a; text-decoration:underline;}
.sitemap dt.title01 a:hover , .sitemap dt.title01 a:active {color: #fa7f28; text-decoration:underline;}

.sitemap dd {
	margin:10px;
}

.sitemap dd dt {
	background:url(../images/common/icon02.gif) 0 center no-repeat;
	padding-left:10px;
	margin-bottom:5px;
}
.sitemap dd dd {
	margin:0 10px 10px 10px;

}
