@charset "UTF-8";

/*/////////////////////////////////////////////////////////

 http://www.shutoko.jp/　ヘッダー・フッター用CSS
 ( last updated : 2007/11/05 )
 
 * individual:header --- 基本ヘッダー
 * individual:helper menu --- パンくず＆検索・文字サイズボタン
 * individual:footer --- 基本フッター
 * indeividual:popup window --- ポップアップ画面用ヘッダー・フッター
 
///////////////////////////////////////////////////////// */


/*individual:header //////////////////////////////////////////*/

.standard #header {
	background: url(../images/head_bg.gif) no-repeat;
}
.standard #header:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.standard #header {display:inline-block;}
/* Hide from IE-mac \*/
*html .standard #header {height:1%;}
.standard #header {display:block;}
/* End hide form IE-mac */

.standard #header p#logo {
	width: 200px;
	float: left;
	text-align: right;
	margin: 0;
}

.standard #header ul#gNavi {
	margin: 0;
	padding: 0;
	float: right;
	width: 743px;
}

.standard #header ul#gNavi li {
	float: left;
	margin: 0;
	padding: 0;
}

.standard #header ul#gNavi li#engBtn {
	padding: 22px 0 0 3px;
}

/*individual:helper menu /////////////////////////////////////*/

.standard #helper {
	display: block;
	padding: 0 15px 3px 15px;
	margin: 10px 0 0 0;
}

.standard #helper p#topicPath {
	width: 560px;
	margin-bottom: 0;
	float: left;
}

.standard #helper div#heplerTool div#searchWindow {
	width: 180px;
	float: left;
}

.standard #helper p#topicPath a {
	color: #404040;
}

/*topic path :::::::::::*/
.standard #helper p#topicPath {
	font-size: 10px;
	color: #404040;
}

/*tools:search :::::::::::*/
.standard #helper div#heplerTool {
	width: 300px;
	float: right;
}

.standard #helper div#heplerTool div#searchWindow input.searchText {
	width: 130px;
}

.standard #helper div#heplerTool div#searchWindow input.searchBtn {
	border: none;
	width: 40px;
	height: 22px;
	margin: 0 0 0 5px;
	padding: 0;
	text-indent: -9999px;
	line-height: 0;
	font-size: 10px;
	overflow: hidden;
	background: url(../images/helper_btn_search.gif) no-repeat transparent;
}

.standard #helper div#heplerTool div#searchWindow input.searchBtn:hover {
	background: url(../images/helper_btn_search_ov.gif) no-repeat;
}

/*tools:font-size control :::::::::::*/
.standard #helper div#heplerTool dl#fontControl {
	float: right;
}

.standard #helper div#heplerTool dl#fontControl dl {
	margin: 0;
}

.standard #helper div#heplerTool dl#fontControl dt {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
}

.standard #helper div#heplerTool dl#fontControl dd {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

.standard #helper div#heplerTool dl#fontControl dd img {
	margin-left: 5px;
}

/*individual:footer /////////////////////////////////////*/

.standard #footer{
	background: url(../images/footer_bg.gif) bottom no-repeat;
	min-height: 73px;
	padding: 0 15px;
}

.standard #footer ul#policyMenu {
	margin: 0;
	padding: 30px 0 0 0;
}

.standard #footer ul#policyMenu li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #404040;
	font-size: 10px;
}

.standard #footer ul#policyMenu li a {
	color: #404040;
}

.standard #footer ul#policyMenu li a:hover {
	color: #000;
	text-decoration: none;
}

.standard #footer ul#policyMenu li.last {
	border: none
}

.standard #footer p#copyright {
	clear: both;
	margin: 15px 0 0 5px;
	padding: 0 0 10px 0;
	font-size: 10px;
}

/*individual:popup window //////////////////////////////*/

.pop #header {
	height: 38px;
	background: url(../images/head_bg_pop.gif) repeat-x #f7f7f7;
}

.pop #header p#logo {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
}

.pop #header p.close {
	text-align: right;
	padding: 12px 17px 0;
	margin: 0 10px 0 0;
	background: url(../images/icon_close.gif) right 15px no-repeat;
}

.pop #footer {
	margin-top: 5px;
	min-height: 20px;
	background: #f7f7f7;
}

.pop #footer p#copyright {
	margin: 5px 0 0 0;
	padding: 2px 0 0 10px;
	font-size: 10px;
}
