﻿@charset "UTF-8";

@import "reset.css";
@import "base.css";

/*-----------------------------------------------*/
/*					basic setting				 */
/*-----------------------------------------------*/

p {
	font-size:12px;
	letter-spacing:0.05em;
	line-height:1.4em;
}

body.page {
	background-image: url("../img/hd_bg_page.png");
	background-repeat: repeat-x;
}
/*-----------------------------------------------*/
/*					page						 */
/*-----------------------------------------------*/

#container {
	padding-top: 10px;
}
.pri1 {
	height: 44px;
	margin: 0 0 20px;
	width: 840px;
}


/*-----------------------------------------------*/
/*					table						 */
/*-----------------------------------------------*/
html {
	height: 100%;
}
table {
	empty-cells: show;
}
th {
	font-weight: normal;
	text-align: center;
}
img {
	border: 0 none;
	vertical-align: bottom;Z
}
strong {
	font-weight: bold;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 840px;
}
.box1 {
	width: 840px;
	margin: 20px 0;
}
.box2 {
	line-height: 1.6;
	width: 840px;
}
.title {
	height: 80px;
	margin: 0 auto 30px;
	position: relative;
	text-align: left;
	width: 840px;
}
.title h2 img {
	margin: 27px 0 0 40px;
}
.title p {
	height: 135px;
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
}
.sub {
	border-bottom: 1px solid #CCCCCC;
	height: 31px;
	margin: 0 0 20px;
	width: 840px;
}
.sub img {
	margin-left: 10px;
}

.pagetop {
	float: right;
	height: 37px;
	width: 147px;
}
.table2 {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0 0 1px;
	width: 100%;
}
.table2 td {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 7px 10px 5px;
}
.table2 th {
	background-color: #F5F5F5;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #666666;
	padding: 7px 10px 5px;
	white-space: nowrap;
	width: 1%;
}
.small {
	color: #666666;
	font-size: 84.6%;
	line-height: 1.7;
}
.eng {
	font-family: "Verdana","Arial",sans-serif;
}

.red {
	color: #EE5555;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.ft_navi a:link {
	color: #999999;
	text-decoration: none;
}
.ft_navi a:visited {
	color: #AAAAAA;
	text-decoration: none;
}
.ft_navi a:hover {
	color: #FF6600;
	text-decoration: none;
}
.pd_b_l {
	padding-bottom: 30px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:focus {
	overflow: hidden;
}
