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


/* TAG */
body,
img,
ul,
li,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-size:80%;
	border:none;
}

table {
	border-collapse:collapse;
}

th,td {
	font-style:normal;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

ul,ol,li,dl,dt,dd {
	list-style:none;
}

/* Box */
#wrapper {
	width:770px;
	margin:20px auto;
}

#header {
	width:770px;
	margin-bottom:10px;
}

#image {
	width:770px;
	height:202px;
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	margin-bottom:8px;
}

#body {
	width:770px;
}

#content {
	width:560px;
	float:left;
	margin-right:10px;
}

#info {
	width:560px;
	background:url(../images/bg_box_foot.gif) no-repeat left bottom;
}

#banner {
	width:200px;
	float:left;
}

#footer {
	font-size:80%;
	width:770px;
	margin-bottom:10px;
	color:#666;
	line-height:1.4em;
}

#bklink {
	width:83px;
	height:24px;
	position:absolute;
	margin-left:680px;
	top:20px;
}


/* main contents */
caption {
	width:560px;
	height:43px;
	font-size:0;
	line-height:0;
	vertical-align:bottom;
}

table {
	width:558px;
	min-height:420px;
}

th,td {
	padding:15px;
	border-bottom:1px solid #ccc;
}

tr.end th,tr.end td {
	border-bottom:none;
}

th {
	color:#30863e;
	width:90px;
}

td {
	
}

td.photo {
	width:120px;
	border:none;
	vertical-align:bottom;
	padding-top:30px;
}

ul.caption li {
	font-size:90%;
	color:#333;
}


/* banner area */
#banner li {
	width:200px;
	height:80px;
	font-size:1;
	line-height:0;
	vertical-align:bottom;
	margin-bottom:5px;
}

/* Link */
dl#link {
	padding:20px;
	font-size:100%;
}

dl#link dt {
	font-size:140%;
	line-height:1em;
	margin-bottom:5px;
}

dl#link dt span {
	font-size:50%;
}


dl#link dd {
	margin-bottom:30px;
	font-size:120%;
	line-height:1.5em;
}


/* clearfix */
#body:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#body { display: inline-block; }