@charset "UTF-8";

@import "contents.css";
@import "base.css";


/* =================================== */
/* ボディとラッパー */
/* =================================== */


body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',Osaka, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:78%;
	color:#ffffff;
	height:100%; 
	min-height:100%;
	background:url(/images/bg1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000;
	line-height:180%;
	margin:0px 0px 0px 0px;
}

#wrapper {
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0 auto;
	position:relative;
}


#wrapperbody {
	background:url(/images/body_bg.jpg);
	background-repeat:no-repeat;
	width:900px;
	position:relative;
	margin:27px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}



/* =================================== */
/* ヘッダー */
/* =================================== */

#header {
	width:900px;
	height:70px;
	position:relative;
}

#header h1 {
	width:1px;
	height:1px;
	display:block;
	text-indent:-4000px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}

#logo {
	float:left;
	position:relative;
	margin:27px 0px 0px 0px;
}


/* =================================== */
/* フッター */
/* =================================== */

#footer {
	width:900px;
	display:block;
	position:absolute;
	background:url(/images/body_29.jpg);
	background-repeat:no-repeat;
	height:134px;
}

* html #f-title{
	color:#798EAC;
	float:left;
	font-size:70%;
	line-height:150%;
	margin:18px 0px 0px 11px;
}

#f-title{
	color:#798EAC;
	float:left;
	font-size:70%;
	line-height:150%;
	margin:18px 0px 0px 22px;
}

* html #f-copyright{
	color:#798EAC;
	float:right;
	font-size:70%;
	line-height:150%;
	margin:18px 11px 0px 0px;
}

#f-copyright{
	color:#798EAC;
	float:right;
	font-size:70%;
	line-height:150%;
	margin:18px 22px 0px 0px;
}




/* =================================== */
/* サブメニュー */
/* =================================== */

* html ul#submenu{
	width:182px;
	float:left;
	position:relative;
	margin:20px 0px 0px 25px;
}

ul#submenu {
	width:182px;
	float:left;
	position:relative;
	margin:20px 0px 0px 50px;
}

* html #submenu li {
	height:auto;
	display:block;
	line-height:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 17px;
	background-image:url(/images/icon1.png);
	background-repeat:no-repeat;
	background-position:left center;
}


#submenu li {
	height:auto;
	display:block;
	line-height:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 17px;
	background-image:url(/images/icon1.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#submenu li a {
	color:#FFF;
	font-size:90%;
	text-decoration:none;
}

#submenu li a:hover {
	color:#FBB03B;
	text-decoration:underline;
}



/* =================================== */
/* ナビゲーション */
/* =================================== */

ul#navigation{
	width:604px;
	height:42px;
	position:relative;
	float:right;
	display:block;
	margin:0px 0px 0px 0px;
	padding:28px 0px 0px 32px;
	background:url(/images/bt_bg.jpg);
	background-repeat:no-repeat;
}


#navigation li{
	position:relative;
	float:left;
	height:20px;
	display:block;
	margin:0px 19px 0px 0px;
}



#bt1 a,#bt2 a,#bt3 a,#bt4 a,#bt5 a,#bt6 a,#bt7 a {
	background-position: top left;
	background-repeat:no-repeat;
	display:block;
	text-indent:-4000px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}

#bt1 a:hover,#bt2 a:hover,#bt3 a:hover,#bt4 a:hover,#bt5 a:hover,#bt6 a:hover,#bt7 a:hover {
	background-position:bottom;
	background-repeat:no-repeat;
	text-indent:-4000px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}


#bt1 a {
	background:url(/images/bt_profile.jpg);
	width:54px;
	height:20px;
}

#bt2 a {
	background:url(/images/bt_products.jpg);
	width:74px;
	height:20px;
}

#bt3 a {
	background:url(/images/bt_service.jpg);
	width:58px;
	height:20px;
}

#bt4 a {
	background:url(/images/bt_stock.jpg);
	width:82px;
	height:20px;
}

#bt5 a {
	background:url(/images/bt_rental.jpg);
	width:52px;
	height:20px;
}

#bt6 a {
	background:url(/images/bt_other.jpg);
	width:47px;
	height:20px;
}

#navigation li#bt7 {
	margin:0px;
}

#bt7 a {
	background:url(/images/bt_contact.jpg);
	width:93px;
	height:20px;
}




/* =================================== */
/* TEXT関連 */
/* =================================== */


a {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
a:hover {
	text-decoration:underline;
	color:#FBB03B;
	}
	
	
	
/* =================================== */
/* border関連 */
/* =================================== */

.border1 {
	background-image:url(/images/border1.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}


/* =================================== */
/* マージン関連 */
/* =================================== */

.contents_column {
	display:block;
	position:relative;
	width:528px;
	margin:25px 0px 0px 71px;
}

.contents_column2 {
	display:block;
	position:relative;
	width:528px;
	margin:8px 0px 0px 71px;
}

.contents_column3 {
	display:block;
	position:relative;
	width:528px;
	margin:16px 0px 0px 71px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}




	
	
/* =================================== */
/* clearfix */
/* =================================== */


.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

/*\*/
* html #wrapper_content {
   height: 1em;
}
/**/

.clearfix {
	display: block;
	zoom:1;
	min-height:1%;
	}
