@charset "utf-8";

/* ##################################################################

[DEFAULT]
[header]
[contents]
[main]
[side]
[contact]

Copyright (C) 37Graphics.

################################################################## */

/* DEFAULT ****************************************************************/
body {
	background: #FFF url(../img/bg01_sub.png) repeat-x;
}


/* header ****************************************************************/
#header p {
	float: left;
	padding-top: 4px;
}


/* contents ****************************************************************/
div#contents {
	width: 680px;
	overflow: hidden;
	padding: 14px 14px 0;
	background: #FFF url(../img/bg02_sub.png) no-repeat;
}

p#bc_nav {
	margin-bottom: 3px;
	color: #666;
	font-size: 83%;
}
#bc_nav a {
	color: #666;
}

/* contents_top
--------------------------------------------------------- */
div#contents_top {
	width: 680px;
	height: 148px;
	overflow: hidden;
	margin-bottom: 20px;
}

div#main_img {
	float: left;
	width: 520px;
	height: 136px;
	padding: 5px;
	border: #CCC solid 1px;
	background: #FFF;
}

ul#s_nav {
	float: right;
	width: 148px;
	padding-top: 7px;
}
#s_nav li {
	margin-bottom: 6px;
}


/* main ****************************************************************/
div#main {
	float: left;
	clear: both;
	width: 501px;
	margin-bottom: 30px;
}
* html div#main {
	margin-bottom: 10px;/* IE6 fix */
}
*+html div#main {
	margin-bottom: 10px;/* IE7 fix */
}
div#main h1 {
	margin-bottom: 20px;
}

div.sec {
	position: relative;
	width: 501px;
	margin-bottom: 30px;
	color: #666;
}
.sec h2 {
	margin-bottom: 20px;
}
.sec h2.staff {
	line-height: 1.2;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 8px;
	border-left: #DD2500 solid 5px;
	color: #333;
	font-size: 133%;
	font-weight: bold;
}
.sec h3 {
	line-height: 1.2;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: #DD2500 solid 3px;
	color: #333;
	font-size: 116%;
	font-weight: bold;
}
.sec h4 {
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 10px 0 1px 5px;
	color: #333;
	font-size: 116%;
	font-weight: bold;
	background: url(../img/souzoku/title_h4_bg.png) no-repeat 0 bottom;
}
.sec p {
	margin-bottom: 10px;
	padding-left: 10px;
}
.sec p.images {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.re p.images {
	float: right;
	margin: 0 0 0 15px;
	padding-left: 0;
}
.sec p.link {
	position: absolute;
	top: 2px;
	right: 0;
}
.sec p.link a{
	color: #489514;
}
.sec div {
	clear: both;
	overflow: hidden;
	padding-left: 10px;
}
.sec div.images {
	clear: none;
	overflow: hidden;
	padding-left: 10px;
}
.sec div p {
	padding-left: 3px;
}
.sec strong.red {
	font-weight: bold;
}


/* taisakuページでの指定
--------------------------------------------------------- */
.sec dl {
	padding: 10px 0 0 10px;
}
.sec dl dt {
	margin-bottom: 10px;
	font-size: 116%;
	font-weight: bold;
}
.sec dl dt em,
.sec dl dt strong {
	font-weight: bold;
}
.sec dl dd {
	padding-left: 10px;
}
.sec dl dd ul {
	list-style-type: disc;
	padding-left: 10px;
	color: #667029;
}
* html .sec dl dd ul {
	padding-left: 15px;/* IE6 fix */
}
*+html .sec dl dd ul {
	padding-left: 15px;/* IE7 fix */
}
.sec dl dd ul li {
	margin-bottom: 5px;
}
.sec ul {
	padding-left: 10px;
}
.sec ul li {
	margin-bottom: 30px;
}
.sec ul li p {
	padding-left: 3px;
}
.sec ul li dl {
	padding: 0 0 0 5px;
}
.sec ul li dl dt {
	margin-bottom: 5px;
	color: #333;
	font-size: 100%;
}
.sec ul li dl dd {
	margin-bottom: 20px;
	padding-left: 0;
}

/* unyouページでの指定
--------------------------------------------------------- */
.sec table {
	width: 100%;
	margin-bottom: 10px;
	border: #D9D9D9 solid 1px;
	color: #666;
}
.sec table th {
	font-weight: bold;
}
.sec table th em,
.sec table th strong {
	font-weight: bold;
}
.sec table th,
.sec table td {
	vertical-align: middle;
	padding:  7px 7px 4px;
}
.sec table tr.odd th,
.sec table tr.odd td {
	background: #FFF;
}
.sec table tr.even th,
.sec table tr.even td {
	background: #F9F9F9;
}
.sec dl.list {
	padding: 0 0 0 10px;
}
.sec dl.list dt {
	margin-bottom: 5px;
	color: #333;
	font-size: 100%;
}
.sec dl.list dd {
	margin-bottom: 20px;
	padding-left: 0;
}

/* keisanreiページでの指定
--------------------------------------------------------- */
.sec div.center{
	padding-top: 50px;
}
.sec table th.title {
	text-align: left;
}
.sec table .title th {
	padding: 7px 5px 4px;
	border-bottom: #D9D9D9 solid 1px;
	border-left: #D9D9D9 solid 1px;
	font-weight: 400;
}
.sec table .title th em,
.sec table .title th strong {
	font-weight: 400;
}
.sec table .title td {
	padding: 7px 5px 4px;
	border-bottom: #D9D9D9 solid 1px;
	border-left: #D9D9D9 solid 1px;
	text-align: center;
	background: #FFF;
}
.sec table .title th.none {
	border-bottom: none;
}
.sec table .title td.none {
	padding: 7px 0 4px;
}
.sec table .v_top th {
	vertical-align: top;
}
.sec table th.v_mid {
	vertical-align: middle;
}
.sec table tr .w36 {
	width: 36px;
}
.sec table tr .w48 {
	width: 48px;
}
.sec table tr th.w55,
.sec table tr td.w55 {
	width: 55px;
	padding: 7px 0 4px;
}
.sec table tr .w60 {
	width: 60px;
}
.sec table tr .w90 {
	width: 90px;
}
.sec table tr.center td {
	padding:  7px 0 4px;
	border-left: #D9D9D9 solid 1px;
	text-align: center;
}
.sec table tr.ft th,
.sec table tr.ft td {
	border-top: #D9D9D9 solid 1px;
}
.sec table tbody tr.odd th,
.sec table tbody tr.odd td {
	background: #F9F9F9;
}
.sec table tbody tr.even th,
.sec table tbody tr.even td {
	background: #FFF;
}

/* gyoumuページでの指定
--------------------------------------------------------- */
div.over {
	overflow: hidden;
}
.sec ul.list {
	list-style-type: disc;
	width: 430px;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #667029;
}
.sec ul.list li {
	float: left;
	margin: 0 30px 5px 0;
	font-size: 116%;
	font-weight: bold;
	white-space: nowrap;/* IE6-7 fix */
}
.sec ul.list li em,
.sec ul.list li strong {
	font-weight: bold;
}
.sec ul.list li.clear {
	clear: both;
}
.office dl {
	float: left;
	width: 160px;
	padding: 0 0 0 10px;
}
.office dl.w320 {
	width: 320px;
}
.office dl dd {
	float: left;
	margin-right: 20px;
	padding-left: 0;
	white-space: nowrap;
}
.sec p.tel {
	color: #006799;
	font-size: 116%;
	font-weight: bold;
}

/* companyページでの指定
--------------------------------------------------------- */
.sec table.company {
	width: 100%;
	margin: 0 0 10px 10px;
}
.sec table.company th {
	text-align: left;
}
.sec .company ol {
	list-style-type: decimal;
	margin-left: 1px;
	padding-left: 15px;
}

/* contactページでの指定
--------------------------------------------------------- */
div#contact {
	padding-top: 20px;
}
div#contact table {
	width: 490px;
	margin-left: 10px;
}
div#contact table th{
	width: 25%;
	text-align: left;
}

/* loginページでの指定
--------------------------------------------------------- */
div#login {
	padding-top: 20px;
}
div#login  table {
	display: inline-block;
	width: auto;
	margin-left: 10px;
}
div#login  table th{
	width: 5em;
	text-align: left;
}


/* sub  ****************************************************************/
div#sub {
	display: inline;/* IE6 fix */
	float: right;
	width: 152px;
	margin: 0 -3px 0 0;
	padding: 0 0 138px;
	background: url(../img/illust.jpg) no-repeat 0 bottom;
}
#sub li {
	margin-bottom: 20px;
}

/* consul
--------------------------------------------------------- */
li#consul {
	line-height: 1.2;
}
#consul p {
	margin-bottom: 12px;
	font-size: 83%;
}
#consul dl {
	width: 149px;
}
#consul dl dt {
	margin-bottom: 11px;
	font-weight: bold;
}
#consul dl dd {
	margin-bottom: 12px;
	font-size: 83%;
}


/* contact ****************************************************************/
div.contact {
	clear: both;
	width: 680px;
	margin-bottom: 30px;
	background: url(../img/souzoku/contact_bg_bd.png) repeat-y;
}
.contact dl {
	padding-top: 5px;
	background: url(../img/souzoku/contact_bg_hd.png) no-repeat 0 top;
}
.contact dt {
	line-height: 1.5;
	margin: 0 7px;
	padding: 6px 8px 5px;
	font-size: 116%;
	font-weight: bold;
	background: url(../img/contact_title.png) repeat;
}
.contact dt em,
.contact dt strong {
	font-weight: bold;
}
.contact dd {
	background: url(../img/souzoku/contact_bg_ft.png) no-repeat 0 bottom;
}
.contact dd p.images {
	float: left;
	width: 157px;
	padding: 13px 0 11px 15px;
}
.contact dd dl {
	position: relative;
	float: right;
	width: 475px;
	padding: 13px 15px 8px 0;
	background: none;
}
.contact dd dl dt {
	line-height: 1.1;
	margin: 0;
	padding: 0 0 3px;
	font-size: 100%;
	font-weight: bold;
	background: none;
}
.contact dd dl dt span {
	position: absolute;
	top: 13px;
	right: 15px;
	display: inline-block;
	float: right;
	color: #666;
}
.contact dd dl dd {
	padding: 2px 0 1px;
	border-top: #EEE solid 1px;
	background: none;
}
.contact dd dl dd.add {
	color: #666;
}
.contact dd dl dd a {
	color: #489514;
}
.contact dd dl dd a:visited {
	color: #489514;/* IE6 fix */
}

