@charset "ISO-8859-1";
/*******************************************************************************************/
/** ヘッダ                                                                                **/
/*******************************************************************************************/
#header {	
	width: 752px;
	margin: 0px auto 0px auto;
	text-align: left;
}

/** 左上ロゴ **/
#header h1 {
	width: 314px;
	float: left;
	padding-top: 5px;
}

/** 日本語トップリンク **/
#japanese {
	width: 83px;
	float: left;
	margin-top: 13px;
	margin-left: 10px;
}

/** サイトマップ **/
#sitemap {
	width: 82px;
	float: left;
	margin-top: 13px;
	margin-left: 10px;
	margin-right: 10px;
}

/** 検索フィールド **/
#search {
	width: 240px;
	float: left;
	margin-top: 16px;
}

.searchbox {	
	width: 150px;
/*	height: 15px; */
	line-height: 100%;
	ime-mode: inactive;
	vertical-align: top;
}

/** 読み上げソフト用 **/
.hidden_link { display: none; }

/** パンくず **/
#breadcrumb {
	margin: 3px 0px;
	font-size: 0.8em;
	line-height: 1.2em;
}

/*******************************************************************************************/
/** フッタ                                                                                **/
/*******************************************************************************************/
#footer {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
}

/** Copyright **/
#copyright {
	width: 380px;
	float: left;
	text-align: right;
	margin: 10px 0px 0px 0px;
	text-align: left;
}

/** サイトポリシー, ヘルプ **/
#footer_link {
	width: 330px;
	float: right;
	text-align: right;
	margin: 10px 0px 0px 0px;
}
