@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background: /*#c0eeff*/#7ecdf4;
}

#wrap{
	margin:0 auto 0 auto;
	width:800px;
	background: #fff;
	padding: 20px;
	/*border-bottom: #999 10px solid;*/
}

header{
	text-align:center;
}

header span{
	height: 450px;
}

#button-area{
	float:right;
	margin:60px 5px 0 0;
}

#logo-area{
	text-align:left;
	height:100px;
	float:left;
	margin-bottom: 5px;
}


nav{
	width:100%;
	height: 35px;
	border-top: /*#6aecf0*/#7ecdf4 4px solid;
	padding-top: 2px;
	background: #eee;
}

nav ul li{
	display: inline-block;
	height: 25px;
	list-style:none;
	text-align:center;
	margin-right: 15px;
	text-indent: 0;
}

nav ul li img{

}

nav ul li span{
	margin-right: 0px;
}

#main-image ul li{
	font-size:0;
	list-style:none;
	line-height:0;
	text-indent:0;
}

#contents ul li{
	font-size: 90%;
}

#contents dl{
	line-height:2;
	font-size: 80%;
}

#contents dl dt{
	float:left;
}

#contents dl dd{
	margin-left:7em;
}

#contents h2{
	display:inline-block;
	border-left:#7ecdf4 4px solid;
	border-bottom:#7ecdf4 1px solid;
	padding:2px;
	clear:both;
	margin: 20px 0 10px 10px;
	font-size: 1em;
}

#bnr{
	text-align: right;
	margin: 20px 0 0 0;
}

#bnr ul li{
	list-style: none;
	font-size: 0;
}

#bnr a img{
	width: 150px;
}

footer{
	height: 36px;
	background: #ccc;
	margin:0 auto 0 auto;
	width:840px;
}

footer address{
	float: right;
	font-size: 14px;
	color: #fff;
	margin: 10px 20px 10px 0;
}

footer a img{
	margin: 4px 0 0 20px;
	float: left;
}

.column0 h3{
	margin: 20px;
}

.column,.column2{
	margin:20px 0 0 0;
}

.column p{
	margin-left: 250px;
	font-size: 90%;
}

.column2{
	margin-left:40px;
}

.column2 ul li{
	width:60%;
	list-style-image:url(../../img/accounting/pdf-icon.jpg);
	list-style-position:outside;
	line-height:3;
	border-bottom:#aaa 1px dashed;
}

.column3{
	font-size:80%;
	background:#eee;
	width:70%;
	padding:10px;
	margin:40px 0 0 0;
}

.column3 img{
	float:left;
	margin-right:10px;
}

.column4 table{
	margin-top:20px;
	line-height:1.5;
}

.column4 th{
	border:#fff 1px solid;
	background:#def;
	padding:5px;
}

.column4 table tr{
	border-bottom:#333 1px dashed;
}

.column4 table td{
	vertical-align:top;
	padding:5px 30px 5px 10px;
	border-bottom:#999 1px dashed;
	font-size:80%;
}

.column4 .tb01{
    text-align: center;
    border-right:#999 1px dotted;
}

.column4 .tb02,.column4 .tb03{
    border-right:#999 1px dotted;
}

.column4 caption{
	text-align:right;
	font-size:75%;
}

.column5 p{
	font-size: 0.8em;
}

.column6{
	margin: 0;
	float: left;
}

.column6 p{
	font-size: 95%;
}

.column7{
	width: 500px;
	margin: 20px auto;
	border: #ccc 6px double;
	padding: 10px 20px;
}

.prof{
	float:left;
	margin:0 10px 0 0;
	padding:10px;
	width:200px;
	font-size:75%;
	border: #ccc 1px dotted;
}

.prof img{
	width:200px;
}

.mg0-at{
	margin: 0 auto;
}

.mt20{
	margin-top: 20px;
}

.mt40{
	margin-top: 40px;
}

.ml10{
	margin-left: 10px;
}

.ml20{
	margin-left: 20px;
}

.ml200{
	margin-left: 200px;
}

.mr10{
	margin-right: 10px;
}

.mr20{
	margin-right: 20px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}

.wd100{
	width: 100px;
}

.wd200{
	width: 200px;
}


.wd500{
	width: 500px;
}

.wd600{
	width: 600px;
}

.lh2{
	line-height:2;
}

.cl{
	clear:both;
}

.al-l{
	text-align: left;
}

.al-r{
	text-align: right;
}

.photo-area{
	width: 160px;
	float: left;
	text-align:center;
	font-size: 70%;
}

.photo-area img{
	width: 160px;
}


ol{
	margin-left: 20px;
}

.tb{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse:separate;
	border-spacing: 10px 20px;
}

#formWrap{
	font-size: 90%;
	line-height: 3;
	margin-left: 100px;
}

#formWrap table{
	vertical-align: middle;
}

#formWrap th{
	text-align: right;
	padding-right: 10px;
	vertical-align:middle;
	padding: 0 10px;
}

#formWrap td{
	padding-left: 10px;
}

#formWrap td input{
	vertical-align:middle;
}

#formWrap span{
	color: #f00;
	font-size: 85%;
}

#formWrap input{
	height: 20px;
}

.submit_btn{
	border: 0;
	width: 65px;
	height: 20px;
	background: url(../../img/contact/kakunin.jpg) left top no-repeat;
}

.reset_btn{
	border: 0;
	width: 65px;
	height: 20px;
	background: url(../../img/contact/reset.jpg) left top no-repeat;
}

.submit_btn:hover,.reset_btn:hover{
    cursor: pointer;
    opacity:0.5;
}

/*トップのテーブル*/
#top-table{
	
}

#top-table th{
	text-align: left;
}

#top-table th img{
	margin: 0 0 5px 10px;
}

#top-table td{
	vertical-align: top;
	width:360px;
	margin-left: 10px;
	padding-right: 10px;
}

#top-table ul li{
	list-style: none;
}

.sqr,.sqr2{
	border: #acf solid 1px;
	border-top: none;
	padding: 10px;
	background-image: url(../img/bg-colomn.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.sqr p{
	font-size: 80%;
}

.sqr2 dl{
	text-align: right;
}

.sqr a,.sqr2 a{
	text-decoration: none;
	color: #333;
}

.sqr2 a:hover{
	color: #00f;
}

.sqr2 hr{
	height: 1px;
	border: none;
    border-top: 1px #777 dashed;
	margin-bottom: 5px;
}

.sqr2 dl dd img{
	width: 130px;
}

.sqr3{
	margin: 10px 0 0 0;
	padding: 0;
}

.sqr3 ul{
	font-size: 0;
}

.sqr3{
	vertical-align: bottom;
}

.sqr3 img{
	width: 150px;
}

/*テーブル関係ここまで*/
.column5 hr{
	margin-bottom: 20px;
	height: 1px;
    border: none;
    border-top: 1px #777 dashed;
}

.cl{
    clear: both;
}