@charset "Shift_JIS";
@import "menu.css";
@import "partssetting.css";
/* base.css - last update 2006.7.1 -

======== table of content. ============================

 -- 共通要素スタイル
	   - link color
 -- Universal Selector
	
 -- body
 -- wrapper
 -- header
				- heading1
	-- globalmenu
	-- breadcrumb
	-- colWrapper
	   - leftCol
				  - localmenu
			   - banner						
				- mainCol
	-- rightCol
			 - rightCol-localmenu			
	-- footer
	-- beacon

=======================================================	

*/
/*-----------------------------------------------------------------
                        全体構造CSS
-------------------------------------------------------------------*/
/*-----------------------------------------------------
共通要素スタイル
-------------------------------------------------------*/
/*--------------------------------
link color
----------------------------------*/
a:link {
	color:#0000ba;
}

a:hover {
	color:#ff3000;
}
/*-----------------------------------------------------
Universal Selector
-------------------------------------------------------*/
* {
	font-size:100%;
}

/*-----------------------------------------------------
body
-------------------------------------------------------*/
body {
	margin:0 5px 0 5px;
	padding:0;
	background:#ffffff;
	font-family:Lucida Grande,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", Arial, Gothic, sans-serif;
}

/*-----------------------------------------------------
wrapper
-------------------------------------------------------*/
div#wrapper {
	width:860px;
	margin:0 0 25px 0;
	padding:0;
}

/*-----------------------------------------------------
header(20170919以前)
-------------------------------------------------------*/
/*-----------------------------------------------------
div#header {
	height:110px;
	background:#ffffff url(/images/header_bg.jpg) no-repeat top left;
	margin-bottom:13px;
}
-------------------------------------------------------*/

/*-----------------------------------------------------
header(20170919に更新)
-------------------------------------------------------*/
/*-----------------------------------------------------
div#header {
	height:67px;
	background:#ffffff url(/images/header_bg.jpg) no-repeat top left;
	margin-bottom:5px;
}
-------------------------------------------------------*/
/*--------------------------------
h1
----------------------------------*/
div#header div.fl {
	margin-left:10px;
}

div#header h1,
div#header h1 a {
	width:158px;
	height:41px;
}

div#header h1 {
	margin:0;
	padding:0;
	background:transparent url(/images/logo_homepage.jpg) no-repeat top left;
	font-size:1px;
	line-height:1px;
	text-indent:-999em;
}

div#header h1 a {
	display:block;
	text-decoration:none;
}

div#header-Function,
div#header-Banner {
	margin-right:10px;
	text-align:right;
}

div#header-Function {
	height:38px;
	margin-top:6px;
}

p#header-Description {
	display:inline;
	margin-right:1em;
}

div#header-Function select,
div#header-Function input {
	color:#00406d;
}

/*-----------------------------------------------------
globalmenu リスト設定はmenu.cssに記載
-------------------------------------------------------*/
div#globalmenu {
	clear:both;
	margin:0;
	padding:0;
}

/*-----------------------------------------------------
breadcrumb リスト設定はmenu.cssに記載
-------------------------------------------------------*/
div#breadcrumb {
	clear:both;
	min-height:20px;
	margin:0 0 11px;
	padding:0 0 0 6px;
	background:#7b9bf0 url(/images/breadcrumb_bg_right.gif) no-repeat top right;
}

/*-----------------------------------------------------
colWrapper 3段カラムleftCol,mainColのwrapper
-------------------------------------------------------*/
div#colWrapper {
	width:700px;
	float:left;
	clear:both;
}

/*-----------------------------------------------------
mainCol 3段カラム中カラム
-------------------------------------------------------*/
div#mainCol {
	width:520px;
	float:right;
}

/*-----------------------------------------------------
leftCol 3段カラム左カラム　リスト設定はmenu.cssに記載　バナーのリスト設定はmenu.cssに記載
-------------------------------------------------------*/
div#leftCol {
	width:170px;
	float:left;
}

div.localmenu {
	margin-bottom:10px;
}

/*-----------------------------------------------------
rightCol 3段カラム右カラム　下段リスト設定はmenu.cssに記載
-------------------------------------------------------*/
div#rightCol {
	width:150px;
	float:right;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
div#footer {
	clear:both;
}

div#footer a:visited {
	color:#0000ba;
}

/*--------------------------------
totop
----------------------------------*/
p#totop {
	margin-left:5px;
	padding:15px 0 5px 0;
	font-size:80%;
}

p#totop a.totop {
	padding-left:14px;
	background: url(/images/icon_totop.gif) no-repeat 0 50%;
}

a.totop {
	font-size:80%;
}

/*-----------------------------------------------------
footerlink リスト設定はmenu.cssに記載
-------------------------------------------------------*/
div#footerlink {
	margin:3px 0 8px 0;
	padding:3px 0;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:center;
}

div#footer div.fl,
div#footer div.fr {
	height:36px;
}

div#footer div.fl p {
	margin-left:5px;
	font-size:70%;
}

/*-----------------------------------------------------
beacon
-------------------------------------------------------*/
div#beacon {

}

div#beacon img {
	display:none!important;
}



