@charset "UTF-8";
/* CSS Document */

/*----------------------------------------*/
/*                                        */
/*太陽出版  基礎スタイル      */
/*                                        */
/*----------------------------------------*/

@import "reset.css";



a:link, a:visited{color:#fff; text-decoration:underline;} 
a:hover{color:#999;text-decoration:underline;}

/*マージン*/
.marginTB5{clear:both; margin:5px 0px;}
.marginLR5{clear:both; margin:0px 5px;}
.marginB10{clear:both; margin-bottom:10px;}
.marginTB10{clear:both; margin:10px 0px;}
.marginLR10{clear:both; margin:0px 10px;}
.marginTB15{clear:both; margin:15px 0px;}
.marginLR15{clear:both; margin:0px 15px;}
.marginL20{clear:both; margin-left:20px;}
.marginB20{clear:both; margin-bottom:20px;}
.marginTB20{clear:both; margin:20px 0px;}
.marginLR20{clear:both; margin:0px 20px;}

.left{float:left;}
.right{float:right;}

.clear{
	clear:both;
	height:0px;
}


.png{ behavior: url(/common/plugin/iepngfix/iepngfix.htc) }

/*----------------------------------------*/
/*ページ基礎                              */
/*----------------------------------------*/
body{
	/*font-family:Helvetica,Trebuchet,Arial,sans-serif;*/
	font-family: Arial, Verdana;
	background:repeat-x left 76px url(../img/common/back.gif) #000;
	line-height:1.5em;
	color:#fff;
}

#container{
	width:850px;
	padding-bottom:30px;
	margin:0 auto;
}

#contents{
	position:relative;
	padding-top:20px;
}

/*----------------------------------------*/
/*ヘッダー　                              */
/*----------------------------------------*/
#header{
	position:relative;
}

#header h1{
	background:no-repeat url(../img/common/logo.gif);
	width:216px;
	height:76px;
	text-indent:-9999em;
}

#header p{
	position:absolute;
	top:0px;
	left:216px;
	background:no-repeat url(../img/common/copy.gif);
	width:327px;
	height:76px;
	text-indent:-9999em;
}

/*----------------------------------------*/
/*ヘッダー　ツール                              */
/*----------------------------------------*/
/*検索窓*/
#searchForm{
	position:absolute;
	top:-113px;
	right:0px;
	background:no-repeat top url(../img/common/search_back.gif);
	height:76px;
	width:221px;
}

.ie6 #searchForm{
	top:-130px;
}

#searchForm .wrapper{
	padding-top:22px;
	padding-left:55px;
}

#searchForm form{
	display:block;
	float:left;
}
#searchForm form input{
	border:1px solid #999;
	line-height:16px;
	width:117px;
}
.ie6 #searchForm form input{
	position:relative;
	top:-1px;
}

#searchForm a{
	float:left;
	display:block;
	background:no-repeat top url(../img/common/bt_search.gif);
	width:34px;
	height:18px;
	text-indent:-9999em;
}
#searchForm a:hover{
	background-position:bottom;
}

/*ヘッダーリンク*/
#header_link{
	position:absolute;
	top:-63px;
	right:-13px;
}

.ie6 #header_link{
	top:-80px;
}

#header_link li{
	display:inline;
	padding-right:15px;
	padding-left:8px;
	background:no-repeat left 4px url(../img/common/arrow_fff.gif);
}

/*----------------------------------------*/
/*グロナビ　                              */
/*----------------------------------------*/
#glnavi{
	background:no-repeat top url(../img/common/glnavi.gif);
	height:37px;
}

#glnavi li{
	float:left;
	width:170px;
	height:37px;
}
#glnavi li a{
	display:block;
	background:no-repeat top url(../img/common/glnavi.gif);
	width:170px;
	height:37px;
	text-indent:-9999em;
}

#glnavi li#m1 a{
	background-position:left top;
}
#glnavi li#m1 a:hover{
	background-position:left bottom;
}

#glnavi li#m2 a{
	background-position:-170px top;
}
#glnavi li#m2 a:hover{
	background-position:-170px bottom;
}

#glnavi li#m3 a{
	background-position:-340px top;
}
#glnavi li#m3 a:hover{
	background-position:-340px bottom;
}

#glnavi li#m4 a{
	background-position:-510px top;
}
#glnavi li#m4 a:hover{
	background-position:-510px bottom;
}

#glnavi li#m5 a{
	background-position:-680px top;
}
#glnavi li#m5 a:hover{
	background-position:-680px bottom;
}

/*----------------------------------------*/
/*フッター　                              */
/*----------------------------------------*/
#footer{
	background:repeat-x top url(../img/common/footer_line.gif);
	padding-top:16px;
}

#footer ul{
	width:850px;
	margin:0 auto;
	text-align:center;
	margin-bottom:15px;
}
#footer li{
	display:inline;
	font-size:1.2em;
}

#footer li a{
	text-decoration:none;
}

#footer address{
	text-align:center;
}

/*ページトップ*/
#backtotop{
	position:relative;
	width:850px;
	margin:0 auto;
}

#backtotop a{
	display:block;
	position:absolute;
	top:-40px;
	right:0px;
}


/*----------------------------------------*/
/*共通スタイル                        */
/*----------------------------------------*/
/*右カラム　製品ボタン*/
ul#BTproduct{
	margin-bottom:20px;
}
ul#BTproduct li{
	margin-bottom:5px;
}

#BTproduct1 a{
	display:block;
	background:no-repeat top url(../img/products/bt_internal.gif);
	width:174px;
	height:65px;
	text-indent:-9999em;
}
#BTproduct1 a:hover{
	background-position:bottom;
}

#BTproduct2 a{
	display:block;
	background:no-repeat top url(../img/products/bt_bevel.gif);
	width:174px;
	height:65px;
	text-indent:-9999em;
}
#BTproduct2 a:hover{
	background-position:bottom;
}

#BTproduct3 a{
	display:block;
	background:no-repeat top url(../img/products/bt_worm.gif);
	width:174px;
	height:65px;
	text-indent:-9999em;
}
#BTproduct3 a:hover{
	background-position:bottom;
}

#BTproduct4 a{
	display:block;
	background:no-repeat top url(../img/products/bt_screw.gif);
	width:174px;
	height:65px;
	text-indent:-9999em;
}
#BTproduct4 a:hover{
	background-position:bottom;
}

/*問い合わせボタン*/
#bt_contact a{
	display:block;
	background:no-repeat top url(../img/common/bt_contact.gif);
	width:174px;
	height:31px;
	text-indent:-9999em;
}
#bt_contact a:hover{
	background-position:bottom;
}


