@charset "utf-8";
/*---------------------------------- CSS Information
タイトル：index_base.css
作成者  ：Yoshihiro Oishi
概　要  ：index.htmlのCSS
製作日  ：2008年12月18日
変更日  ：
------------------------------------------------ */

/*全体
-------------------------------------------------*/
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	font-size: 93%;
	line-height: 150%;
	color: #666666;
}
/*ヘッダー
-------------------------------------------------*/
#header {
	height: 51px;
	width: 790px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 15px;
}
/*グローバルナビ
-------------------------------------------------*/
#global_navi {
	height: 60px;
	width: 800px;
}
#global_navi2 {
	height: 43px;
	width: 800px;
}

/*ビルボード
-------------------------------------------------*/
#wrapper #billboard {
	padding: 6px;
	height: 238px;
	width: 786px;
	border: 1px solid #999999;
	margin-top: 7px;
}
/*ステップナビ
-------------------------------------------------*/
#wrapper #step_navi {
	height: 22px;
	width: 400px;
	float: left;
	padding-top: 16px;
	padding-bottom: 4px;
}
/*テキストの大小
-------------------------------------------------*/
#wrapper #text_navi {
	height: 22px;
	width: 400px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: #666666;
}
/*フロート右
-------------------------------------------------*/
#wrapper #float_right {
	height: auto;
	width: 200px;
	float: right;
	display: inline;
}
/*選択ナビ
-------------------------------------------------*/
#float_right #select_navi {
	height: 107px;
	width: 200px;
	padding-bottom: 10px;
}
/*サブナビ
-------------------------------------------------*/
#float_right #sub_navi {
	height: auto;
	width: 200px;
	font-size: 88%;
	color: #666666;
}
/*全国のお客様に～
-------------------------------------------------*/
#float_right #j_map {
	height: 110px;
	width: 180px;
	background-image: url(../img/j_map.jpg);
	background-repeat: no-repeat;
	padding: 90px 10px 10px;
	font-size: 93%;
	line-height: 130%;
	color: #333333;
}
/*製品に関するお問い合せ・お見積
-------------------------------------------------*/
#float_right #inquiry {
	height: auto;
	width: 200px;
	padding-bottom: 10px;
}
/*Get_Flash
-------------------------------------------------*/
#float_right #flash_baner {
	height: auto;
	width: 200px;
	font-size: 77%;
	line-height: 120%;
	color: #666666;
	padding-bottom: 20px;
}
#flash_icon {
	height: 41px;
	width: 200px;
	text-align: center;
	padding-top: 7px;
}
/*フロート左
-------------------------------------------------*/
#wrapper #float_left {
	height: auto;
	width: 560px;
	float: left;
	color: #666666;
	display: inline;
}
/*バナー
-------------------------------------------------*/
#float_left #baner {
	padding: 4px;
	height: 65px;
	width: 550px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
/*フッター
-------------------------------------------------*/
#wrapper #footer {
	background-color: #EBEBEB;
	height: auto;
	width: 800px;
	clear: both;
	text-align: center;
	padding-top: 5px;
	font-size: 93%;
	line-height: 130%;
	margin-top: 40px;
	padding-bottom: 10px;
}
/*フッター・リンク
-------------------------------------------------*/
#wrapper #footer a {
	text-decoration: none;
	color: #666666;
}
#wrapper #footer a:hover {
	text-decoration: underline;
	color: #0000FF;
}
