
body  {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	line-height:180%;
}

img {
	border: none;
}

table {
	font-size: x-small;
}

a  {
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	background-color: #CEEDFF;
}
a:visited {
	color: #9966CC;
}
.page {
	width: 660px;
	background-color:#ffffff;
}
.header  {
	width: 660px;
	height: 70px;
	background-image: url( ../images/header_bg.gif);
}
#foot {
	padding-top: 15px;
	clear:both;
	float:left;
}
.footer {
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	clear:both;
	float:left;
	height: 20px;
	width: 660px;
	background-image: url(../images/bg.gif);
	color: #333333;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;

}
.language {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}


div.left  {
	width: 189px;
	float: left;
	border-right: 1px #dddddd solid;
	border-bottom:1px #dddddd solid;
	margin-top: 15px;
	border-top: 1px #dddddd solid;
	background-color: #ffffff;
}
.left form {
	margin-top: 10px;
}

.spec {
	font-size:9px;
	padding-top: 10px;
	padding-left:10px;
	padding-bottom: 10px;
	border-bottom: 1px #dddddd solid;
}
.navi  {
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
}
.navi a    {
	display: block;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	background-color: #f6f6f6;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	padding: 9px 0 9px 20px;
	_padding: 7px 0 7px 20px;
	border-bottom: 1px solid #dddddd;
}
.navi a:hover {
	color: #333333;
	background-color: #eeeeee;
}
.navi a:visited {
	color: #333333;
}
.navi_s a  {
	display:block;
	background-image: url(../images/list_s.gif);
	background-repeat:no-repeat;
	background-color:#f9f9f9;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	padding: 9px 0px 9px 30px;
	_padding: 7px 0 7px 30px;
	border-bottom: 1px #dddddd solid;
}
.menu_on a {
	color: #333333;
	background-color: #eeeeee;
}
select {
	width: 90px;
	font-size:12px;
}

/*コンテンツの設定*/
.contents  {
	float: right;
	margin-top: 15px;
	width: 450px;
	background-color:#ffffff;
	margin-bottom: 15px;
}
.pan {
	margin-bottom:10px;
	font-size:9px;
	color: #666666;
}
.pan a {
	color: #666666;
	font-size: 9px;
}
.pan a:hover  {
	color: #0066ff;
	font-size: 9px;
	background-color: #ffffff;
}
.pan a:visited {
	font-size: 9px;
	color: #666666;
}
.sub_navi {
	width: 450px;
	margin: 0px;
}
.sub_navi div {
	background-color:#ffffff;
	border-bottom: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
	text-align:center;
	font-size:10px;
	color: #333333;
	padding: 0px;
	line-height: 2em;
}
.sub_navi a {
	display:block;
	color: #333333;
	padding: 0px;
}
.sub_navi a:hover {
	display: block;
	background-color: #eeeeee;
}
.sub_navi a:visited {
	color: #333333;
}
h1 {
	font-size: medium	;
	font-weight:bold;
	color:#333333;
	margin:25px 0px 15px 0px;
}
h2 {
	font-size:small;
	font-weight:bold;
	margin: 25px 0px 10px 0px;
	color:#666666;
}
h3 {
	font-size:x-small;
	font-weight: normal;
	color: #000000;
	margin: 5px 0px 0px 0px;
}
p {
	font-size:x-small;
	line-height: 180% !important;
	line-height: 150%;
	margin: 5px 0px 20px 0px;
}
.top {
	width: 450px;
	text-align:right;
	margin-top: 50px;
	margin-bottom: 30px;
}

img.right {
	float: right;
	margin: 5px 0 10px 15px;
	clear: right;
}
img.left {
	float: left;
	margin: 5px 15px 10px 0px;
	clear: right;
}

.three-box {
	_margin-bottom: 10px;
}
.three-box img{
	float: left;
	width: 140px;
	margin: 0 10px 10px 0;
}












.hide {
	display: none;
}


.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cf {
	display: inline-table;
	zoom: 1;
}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

.clear {
	height: 0;
	clear: both;
	font-size: 0px;
	line-height: 0;
	overflow: hidden;
}


