﻿@charset "UTF-8";

div.leftarea01 {
	width: 133px;
	float: left;
}
div.rightarea01 {
	width: 537px;
	float: right;
}
p.pic {
	height: 120px;
	position: relative;
}
div.leftarea02 {
	width: 140px;
	float: left;
}
	div.leftarea02 p.pic img {
		position: absolute;
		bottom: 10px;
		left: 15px;
	}
div.leftarea02_2 {
	width: 330px;
	float: left;
}
	div.leftarea02_2 p.pic img {
		position: absolute;
		bottom: 10px;
		left: 0px;
	}
div.centerarea02 {
	width: 140px;
	float: left;
	display: inline;
	margin-left: 15px;
}
	div.centerarea02 p.pic img {
		position: absolute;
		bottom: 10px;
		left: 15px;
	}

div.rightarea02 {
	width: 140px;
	float: left;
	margin-left: 15px;
}
	div.rightarea02 p.pic img {
		position: absolute;
		bottom: 10px;
		left: 15px;
	}

div.rightarea02_2 {
	width: 210px;
	float: right;
}

div.rightarea02_3 {
	width: 330px;
	float: right;
}

div.leftarea03 {
	width: 270px;
	float: left;
}
div.centerarea03 {
	width: 270px;
	float: left;
	margin-left: 25px;
	display: inline;
}
div.rightarea03 {
	width: 220px;
	float: right;
	padding-top: 125px;
}

div.leftarea04 {
	width: 277px;
	float: left;
}
div.rightarea04 {
	width: 377px;
	float: right;
}

div.leftarea05 {
	width: 330px;
	float: left;
}
div.rightarea05 {
	width: 330px;
	float: right;
}

div.leftarea06 {
	width: 330px;
	float: left;
}
div.rightarea06 {
	width: 330px;
	float: right;
}

/* gframe */
div.gframe {
	border: 1px solid #ccc;
	padding: 15px 20px;
}
div.gframe h4 {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
div.gframe ul.txtlist {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0pt 0pt 0.5em;
}
div.gframe ul.txtlist li {
	margin-left: 0.5em;
}
/* -------------------acc_table----------------------*/
table.acc_tbl {
	border: 1px solid #D6D6D6;
	border-collapse: collapse;
	border-spacing: 0pt;
	clear: both;
	empty-cells: show;
	font-size: 85%;
	width: 200px;
}

table.acc_tbl th {
	background: #f0f0f0 none repeat scroll 0%;

	font-weight: normal;
	border: 1px solid #D6D6D6;
	padding:3px 5px;
	text-align: center;

}

table.acc_tbl td {
	border:1px solid #D6D6D6;
	padding:3px 5px;
	text-align: center;

}

table.acc_tbl th.text-left,
table.acc_tbl td.text-left {
	text-align: left;
}

table.acc_tbl tbody tr:hover th,
table.acc_tbl tbody tr:hover td,
table.acc_tbl tbody tr:hover th,
table.acc_tbl tbody tr:hover td{
	background-color:#e0e0e0;
}

p.pic img {
	vertical-align: bottom !important;
}
p.acc_indent {
	padding-left: 0.6em;
	text-indent: -0.6em;
}

