@charset "utf-8";
/* ===================================================================
CSS information

	file name  :module.css
	author     :Tatsuya Kougami
	style info :共通（ヘッダー、フッター）
=================================================================== */


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 116px;
}

#header h1 {
	display: block;
	float: left;
	height: 60px;
	width: 150px;
	margin: 10px;
}

#site_logo {
	display: block;
	float: left;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 11px;
}

#cse-search-box {
	display: block;
	margin-top: 5px;
	position: absolute;
	top: 4px;
	left: 380px;

}

#header #cse-search-box .input_tx {
	width: 120px;

}


.ask_phone {
	float: right;
	margin-top: 7px;
}

.ipv6 {
	padding: 0px;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
}


/* -----------------------------------------------------------
	#siteSearch
		検索窓
----------------------------------------------------------- */
#header #siteSearch {
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
}


#header #sbi {
	width: 130px;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	padding: 0px;
	float: right;
	display: block;
	clear: none;
	margin-top: 17px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	overflow: hidden;
}

#header #utilityNav li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 102px;
	float: left;
	margin-left: 8px;
	text-align: center;
	height: 15px;
	background-image: url(../images/share/utility_btn_bk.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

#header #utilityNav li a:hover {
	color: #FFF;
	text-decoration: underline;
	display: block;
	width: 102px;
	float: left;
	margin-left: 8px;
	text-align: center;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}


/* #gNav
----------------------------------------------------------- */
#gNav {
	padding: 0px;
	clear: left;
	width: 960px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

* #gNav {
	height: 1%;
}

#gNav li {
	float: left;
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#gNav li a {
	text-align: center;
	text-decoration: none;
	color: #333;
}


#gNav li a:hover {
	display: block;
	text-align: center;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center center;
	text-decoration: underline;
	color: #C00;
}

#navi{
	display: block;
	height: 40px;
	width: 960px;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background-image: url(../images/share/footer_background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 150px;
	background-color: #F1F1F1;
	border-top-style: solid;
	border-top-color: #CCC;
	border-top-width: 1px;
}

#footer ul {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: absolute;
	right: 5px;
	clear: both;
	margin-bottom: 10px;
}

#footer ul li {
	display: block;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#footer li a {
	text-decoration: none;
	font-size: 14px;
}

#footer li a:hover {
	text-decoration: underline;
	font-size: 14px;
}



#footer ul li.firstChild,
#footer ul li:first-child {
}

#footer .copyright {
	text-align: center;
	margin-top: 0px;
	position: absolute;
	top: 60px;
	left: 200px;
	right: 200px;
	width: 560px;
	display: inline;
	font-size: 14px;
}

.footer_base{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}

.d_logo{
	margin-top: 20px;
	display: block;
	width: 200px;
	float: left;
	position: absolute;
	left: 0px;
}

.s_logo{
	margin-top: 15px;
	float: right;
	display: block;
}

.p_logo{
	margin-top: 15px;
	float: right;
	display: block;
	margin-left: 15px;
}

