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

/*----aタグの処理----*/
a:link {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:none;
}

body {
	background-color:#ffffff;
	/*text-align:center;*/
	color:#333333;
	font-family:""ヒラギノ角ゴ Pro W3", ＭＳ ゴシック", Osaka;
	font-size:12px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	/*display:none;*/
}

/*----ヘッダー----*/
#header {
	width: 960px;
	/*border-top:solid 5px #333333;
	border-bottom:solid 1px #333333;*/
	/*float:left;*/
	overflow:hidden;
}
.logo {
	float: left;
	width: 258px;
}
/*----ヘッダーナビゲーション----*/
.main_navigation {
	float:right;
}
.main_navigation li {
	float:left;	
	height: 63px;
}
.logo_jp {
	float: left;
	width: 236px;
}
.logo_en {
	float: right;
	width: 163px;
}
/*フッター*/
#footer {
	width: 960px;
	/*height: 39px;*/
	padding-top:1px;
}
#footer img {
	float:right;
}
#footer p {
	width: 50%;
	padding-top:25px;
	padding-left:20px;
	float:left;
	vertical-align:middle;
	font-size:11px;
}

.txt_b {
	font-weight:bold;
}
.txt_r {
	color: #FF0000;
}
.txt16 {
	font-size: 18px;
}
.mt20 {
	margin-top: 20px;
}
.cl_666 {
	color: #666666;
}


/*コンテンツ*/
#content {
	width:960px;
	overflow:hidden;	/*background-image: url(/images/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	
}
