/* 共通 */

body{
	margin:0px;
	padding:0px;
	text-align: center;
	background:url("../img/body-back.gif") no-repeat top center;
}

#layout{
	width:800px;
	color:#000000;
	margin-left: auto;
	margin-right:auto;
}

#layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
}

/*\*/
* html #layout {
    height: 1em;
    overflow: visible;
}

.skip{
	position: absolute;
	top: -100em;
}

h1{
	margin:10px 0 0 0;
    font-size:0.8em;
	color: #000000;
	text-align:left;
}

h2{
	border-left:solid 10px #305894;
	margin-bottom:20px;
	padding-left:10px;
	font-size:1.3em;
}


img{
	border:0;
}

p {
	margin:0px;
	padding:0px;
}

span{
	color:#FD4D00;
	font-weight:bold;
	font-size:80%;
}

/* ヘッダー（header.html） */
/* タイトルロゴ */

#top-logo　table{	
	width: 800px;
	border: 0;
	margin:0;
	padding:0;
}
#top-logo img{
border:0;
margin:0;
}

/* 上部　住所*/

#address{
	padding-top: 30px;
	padding-right:15px;
	line-height:1em;
}

#address p{
	text-align:right;
	color: #000000;
	font-size:0.8em;
}

/* メニュー */
.menu{
	font-size:1em;
	margin-left:5px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:20px;
	height:2em;
	position:relative;
}

#menu1 {
	position:absolute;
	left:1px;
	top:0;
}

#menu2 {
	position:absolute;
	left:114px;
	top:0;
}

#menu3 {
	position: absolute;
	left: 227px;
	top:0;
}

#menu4 {
	position: absolute;
	left: 340px;
	top:0;
}

#menu5 {
	position: absolute;
	left:453px;
	top:0;
}

#menu6 {
	position: absolute;
	left: 566px;
	top:0;
}

#menu7 {
	position: absolute;
	left: 679px;
	top:0;
}


.menu a {
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
	width: 110px;
	display:block;
	line-height:2em;
}

.menuhead {
	border-top:solid 5px #2569f2;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}



/* メニューここまで */

/* ヘッダーここまで */

/* 共通レイアウト */
#main{
	margin:20px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	line-height:1.3em;
}

.image-r{
	float:right;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:15px;
}

#path{
	margin-top:40px;
	margin-bottom:20px;
	font-size:small;
}

.text-r{
	text-align:right;
	font-size:small;
}

.text-c{
	text-align:center;
}

/* dummy */
.clear{
	clear:both;
}

.skip{
	position: absolute;
	left: -100em;
	top: -100em;
}

/* 一覧ページ */
.db-lay{
	position:relative;
	left:-3px;
}

table.ichiran{
	border-collapse: collapse;
	width:90%;
	table-layout : fixed ;
	margin:0px;
}

.ichiran th{
	font-size:15px;
	background-color:#77A5CA;
	color:#000000;
	text-align:center;
	border:solid 1px #BDD8EE;
	height:40px;
	padding:3px;
}

.ichiran td{
	color:#000000;
	border:1px solid #3A6CA9;
	height:50px;
	padding:3px;
}

.ichiran img{
	vertical-align: middle;
}
		
/* 詳細の基本情報 */

.kihon{
	margin-left: auto;
	margin-right:auto;
	margin-top:20px;
}

.kihon table{
	width:650px;
	padding:2px;
	margin-left: auto;
	margin-right:auto;
	border-collapse: collapse;
}

.kihon th{
	background-color:#77A5CA;
	border-bottom:1px solid #ffffff;
	color: #000000;
	width: 150px;
	text-align:center;
	padding:5px;
}

.kihon td{
	border-bottom:1px solid #3A6CA9;
	padding-left:10px;
	width: 450px;
	padding:5px;
}

.kihon td.atai{
	width:165px;
}


/* 編集モード */
.henshu{
	font-size:small;
}

.henshu td{
	border-bottom:solid 1px #333333;
	padding:2px;
}

.henshu th{
	background-color:#F2F2F2;
	padding:2px;
}

/* フッター */
.footer{
	border-top:solid 1px #E8EFE3;
	margin-top:10px;
	font-size:small;
}
	
/* コピーライト */

p.copyright{
	color:#666666;
	margin-top:10px;
	text-align:center;
}

.dbcopy a{
color:#efefef;
text-align:center;
font-size:0.6em;
}
