@charset "utf-8";
/* top CSS */


/* ++++++++++++++++++++++++++++
	import files
++++++++++++++++++++++++++++ */

@import url("reset.css"); /* browser reset */
@import url("common.css"); /* for all page */
@import url("sub.css"); /* for all page */



/* ----------------------------
	staff list
---------------------------- */

table.main {
	margin-top:20px;
	width:728px;
}

th {
	text-align:right;
	border-right:2px #7D5C28 solid;

}

th , td {
	border-top:2px #7D5C28 solid;
	border-bottom:2px #7D5C28 solid;
}

td.table_in {
	padding:0;
}

table.sub {
	margin:0;
	width:100%
}

table.sub tr.first th , table.sub tr.first  td {
	margin-top:0;
}

table.sub th {
	border-right:1px #7D5C28 solid;
}

table.sub th , table.sub td {
	border-top:1px #7D5C28 solid;
	border-bottom:1px #7D5C28 solid;
}

table.sub th {
	width:120px;
}

table.sub tr.first th ,table.sub tr.first td {
	margin:0;
	border-top:none;
}

table.sub tr.last th ,table.sub tr.last td {
	margin:0;
	border-bottom:none;
}


/* ----------------------------
	pmft
---------------------------- */
div.txt {
	margin-right:20px;
	width:468px;
	float:left;
}

div.pamf_photo_area {
	width:240px;
	float:right;
}

p.pampf_txt {
	line-height:1.2em;
}

div.pamf img {
}

h4.pamph {
	margin:30px 0.5em 0;
	padding-left:0.5em;
	font-size:117%;
	color:#231600;
	line-height:1em;
	border-bottom:2px #7D5C28 solid;
}

ol#pamph_contents {
	margin:10px 1em 0;
}

ol#pamph_contents li {
	padding-left:1em;
	background:url(../images/li_news.gif) no-repeat left center;
}

div.photo_last {
	margin-top:20px;
}

/* ----------------------------
	flash player
---------------------------- */

div.flash {
	margin:30px 180px;
	width:480px;
}

p.minute {
	margin:6px 10px 20px 0;
	text-align:right;
	line-height:1em;
}

p.movie {
	height:320px
	padding:0 10px;
}

p.flash_txt {
	margin-bottom:10px;
	width:300px;
	float:left;
	line-height:1.2em;
}

p.flash {
	width:160px;
	float:right;
}

div.flash p.link {
	margin:10px 0 10px 0;
}




/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-
	diary
+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div.diary{
}

h3.diary {
	margin:30px 0 0 42px;
	padding:0 0 0 12px ;
	clear:both;
	color:#3F4036;
	font-size:116%;
	border-left:12px #3F4036 solid;
	border-bottom:none;
	background:none;
	line-height:1em;

}


p.title_ex {
	margin:6px 0 24px;
	padding:0 36px 0 66px;
	clear:both;
}


h4.diary {
	margin:20px 30px 0;
	padding:0 0 2px 36px ;
	width:764px;
	clear:both;
	color:#231600;
	font-size:116%;
	border-bottom:3px #7D5C28 solid;
	background:url(../images/cot_mark.gif) no-repeat 0.5em center;
}

h5.diary {
	margin:0.5em 0.5em 0;
	padding:0 0.5em;
	font-size:117%;
	color:#231600;
	line-height:1em;
	border-left:12px #7D5C28 solid;
}

p.diary {
	margin:0.5em 1em 1.6em;
}

div.diary_photo_area {
	width:240px;
	float:right;
}

div.diary_photo {
	margin:36px 0;
}

div.diary_photo_area p.photo_first {
	margin-top:0;
}

div.diary_photo_area p.photo_last {
	margin-bottom:0;
}

p.diary_photo img {
	border-top:2px #7D5C28 solid;
	border-bottom:2px #7D5C28 solid;
}

/* ----------------------------
	hr
---------------------------- */

hr {
    height: 6px;
    margin: 1.6em 0;
    padding: 0;
    background: url(../images/hr.gif) no-repeat center;
    border: 0px none;
    }
	
	
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-
	report
+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

p.report {
	margin:0.5em 1em 1.6em;
}


div.report_photo_area {
	vertical-align:bottom;
}

p.report_photo {
	margin:12px 0;
	float:left;
}

p.report_photo img {
	border:1px #7D5C28 solid;
	border-top:2px #7D5C28 solid;
	border-bottom:2px #7D5C28 solid;
}

div.report_photo_area p.photo_first img{
	border-left:none;
}

div.report_photo_area p.photo_last img{
	border-right:none;
}


