@charset "UTF-8";
/*
site:alinco-kenzai.jp

directory:/index.html

summary:Top page css

*/

/* import */
@import url(common.css);
/* import */


a:link {
	color:#006bad;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#936;
}



/*--------------------------------------------------------
  ColumnSetting
--------------------------------------------------------*/
div#head{
	width:760px;
	height:75px;
	margin:0 auto;
	text-align:center;
	padding:0;
}
div#head:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	zoom:1;
	overflow:hidden;/*Dw*/
}



/*--------------------------------------------------------
 HeaderSetting
--------------------------------------------------------*/
/*---------------globalNavigation
*/
	/*** globalNavigation 
	normar => gnb_nor
	active => gnb_act
	*/
	div#gnb_box{
		background:url(../_img/default/gnavi_bg.gif) 0 0 repeat-x;
		text-align:center;
		width:100%;
	}
	ul.ulhead02{
		padding :6px 30px 0;
		height:36px;
		width: 700px;
		margin:0 auto;
		overflow:hidden;
	}
	ul.ulhead02 li{
		float:left;
		width:175px;
		height:30px;
		overflow:hidden;/*Dw*/
	}
	ul.ulhead02 li a{
		display:block;
		width:175px;
		height:30px;
		text-indent:-10000em;
	}
	
/*-----------------------------------------------------------------------
	hover javascript version.  IE7.js  */
	
	ul.ulhead03{
		padding :6px 30px 0;
		background :url(../_img/default/gnavi_bg.gif) 0 0 repeat-x;
		height:36px;
		width: 700px;
		margin:0 auto;
		overflow:hidden;
	}
	ul.ulhead03 li{
		float:left;
		width:175px;
		height:30px;
		overflow:hidden;/*Dw*/
	}
	ul.ulhead03 li a{
		display:block;
		width:175px;
		height:30px;
		overflow:hidden;
		position:relative;
	}
	ul.ulhead03 li a img{
		position:absolute;
		top:-30px;
	}
	ul.ulhead03 li a img:hover{
		position:absolute;
		top:0;
	}
	ul.ulhead03 li#gnb_nor01_b a img{
		left:0;
	}
	ul.ulhead03 li#gnb_nor02_b a img{
		left:-175px;
	}
	ul.ulhead03 li#gnb_nor03_b a img{
		left:-350px;
	}
	ul.ulhead03 li#gnb_nor04_b a img{
		left:-525px;
	}

/*	hover javascript version
-----------------------------------------------------------------------*/	
	
	
	/* btn01"製品情報" */
	#gnb_nor01 a{
		background:url(../_img/default/g_navigation.jpg) 0 -30px no-repeat;
	}
	#gnb_nor01 a:hover{
		background:url(../_img/default/g_navigation.jpg) 0 0 no-repeat;
	}
	#gnb_act01 a{
		background:url(../_img/default/g_navigation.jpg) 0 0 no-repeat;
	}
	#gnb_act01 a:hover{
		background:url(../_img/default/g_navigation.jpg) 0 -90px no-repeat;
	}
	/* btn02"カタログ" */
	#gnb_nor02 a{
		background:url(../_img/default/g_navigation.jpg) -175px -30px no-repeat;
	}
	#gnb_nor02 a:hover{
		background:url(../_img/default/g_navigation.jpg) -175px 0 no-repeat;
	}
	#gnb_act02 a{
		background:url(../_img/default/g_navigation.jpg) -175px 0 no-repeat;
	}
	#gnb_act02 a:hover{
		background:url(../_img/default/g_navigation.jpg) -175px -90px no-repeat;
	}
	/* btn03"サポート" */
	#gnb_nor03 a{
		background:url(../_img/default/g_navigation.jpg) -350px -30px no-repeat;
	}
	#gnb_nor03 a:hover{
		background:url(../_img/default/g_navigation.jpg) -350px 0 no-repeat;
	}
	#gnb_act03 a{
		background:url(../_img/default/g_navigation.jpg) -350px 0 no-repeat;
	}
	#gnb_act03 a:hover{
		background:url(../_img/default/g_navigation.jpg) -350px -90px no-repeat;
	}
	/* btn04"FAQ よくあるご質問" */
	/* 最後のみ、width175pxに */
	#gnb_nor04 a{
		background:url(../_img/default/g_navigation.jpg) -525px -30px no-repeat;
		width:175px;
	}
	#gnb_nor04 a:hover{
		background:url(../_img/default/g_navigation.jpg) -525px 0 no-repeat;
		width:175px;
	}
	#gnb_act04 a{
		background:url(../_img/default/g_navigation.jpg) -525px 0 no-repeat;
		width:175px;
	}
	#gnb_act04 a:hover{
		background:url(../_img/default/g_navigation.jpg) -525px -90px no-repeat;
		width:175px;
	}
	
	/*
	/globalNavigation end ***/

#topImage{
	background: url(../_img/default/back_body.gif) 0 0 repeat-x #006bad;
	width:100%;
	height:250px;	
	clear:both;
	padding-top:8px;
}
#topImage p{
	line-height:0;
	width:500px;
}
div#container{
	border:none;
}
/* FlashPlayer が対応していない時*/
div#topFlash{
	letter-spacing:.1em;
	padding:20px 0 0;
	font-size:116%;
	font-weight:700;
	_height:230px;
	min-height:230px;
	background:#006bad url(../_img/home/no_fp.jpg) 0 0 no-repeat;
}
div#topFlash p.nofp{
	line-height:3;
	font-weight:700;
	color:#fff;
	margin-left:15px;
}
div#topFlash p.nofp a{
	font-weight:700;
	color:#fff;
}
div#topFlash noscript{
	letter-spacing:.1em;
	font-weight:700;
	display:block;
	color:#fff;
	margin:0 0 0 15px;
}

div#topFlash a.nofpa{
	color:#fff;
	font-size:116%;
	display:block;
	margin:70px 0 0 20px;
}
/*--------------------------------------------------------
 HeaderSetting END
--------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 Footer top only setting
 --------------------------------------------------------------------------------*/
	/*---- Background footImgs ----*/
	#bg_foot {
		background:#fff;
	}
div#foot{
	border:none;
}
/*--------------------------------------------------------------------------------
 Footer END
 --------------------------------------------------------------------------------*/


/*---- Contents ----
*/
div#contents{
	background:#fff;
	width:760px;
	zoom:1;
	overflow:hidden;
}
div#contents:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
/*
---- ContentsEnd ----*/


/*---- Wrap ----
*/
div#wrap {
	float:left;
	width:575px;
}
/*
---- Wrap End ----*/

/*---- Main ----
*/
div#main{
	float:right;
	background:#fff;
	width:350px;
	padding:0 20px 0 0;
}
/*
---- MainEnd ----*/

/*---- Left ----
*/
div#left{
	float:left;
	background:#fff;
	width:185px;
}
/*
---- LeftEnd ----*/


/*--------------------------------------------------------
  ColumnSetting END
--------------------------------------------------------*/
/*--------------------------------------------------------
  logoSetting
--------------------------------------------------------*/
div#head h1{
	padding:25px 0;
	float:left;
	position:relative;
	width:266px;
	height:28px;
}
div#head h1 a {
	font-size:30px;
	height:28px;
	width:238px;
	display:block;
	overflow:hidden;
	line-height:1;
	font-size:small;
}
div#head h1 a img {
	display:block;
	position:absolute;
	top:25px;
	left:0;
	width:266px;
	height:27px;
}
/*--------------------------------------------------------
  logoSetting END
--------------------------------------------------------*/

/*--------------------------------------------------------
 MainSetting
--------------------------------------------------------*/
div#contents {
	margin:10px 0 0;
	padding:5px 0 0;
	background:url(../_img/home/blue_stripes.gif) 0 0 no-repeat;
}
div#contents:after {
	content:".";
	visibility:hidden;
	display:block;
	clear:both;
	zoom:1;
	overflow:hidden;/*Dw*/
}
div#main{
	font-size:116%;
	float:right;
}
h2#topics {
	margin:0 0 5px;
	width:350px;
	height:26px;
	background: #eee;
}
ul#topicslist strong{
	font-weight:bold;
}
ul#topicslist *{
	font-size:12px;
}
ul#topicslist{
	overflow:hidden;
	padding:0 0 5px;
}
ul#topicslist li{
	list-style:square outside;
	margin:0 0 5px 24px;
	color:#666;
	line-height:1.5;
}
ul#topicslist li:hover{
	background:#eee;
}
#infoUpdate{
	width:350px;
	height:26px;
	margin:0 0 5px;
	background: #eee;
}
#infoUpdate_list{
	font-size:91%;
	width:1em;
}
dl#infoUpdate_list{
	float:left;
	clear:both;
	width:350px;
	color: #666;
	/*
	overflow-y:scroll;
	overflow:hidden;
	height:200px;
	*/
}
dl#infoUpdate_list dt {
	float:left;
	width:75px;
	padding:0 0 0 5px;
	margin-bottom:5px;
}
dl#infoUpdate_list dd {
	float:left;
	width:265px;
	padding:0 5px 0 0;
	margin-bottom:5px;
}
dl#infoUpdate_list dd:hover {
	background:#eee;
}
dl#infoUpdate_list em{
	font-weight:700;
}
img.top_img{
	display:block;
}

/*--------------------------------------------------------
 MainSetting END
--------------------------------------------------------*/

/*--------------------------------------------------------
 LeftSetting
--------------------------------------------------------*/
#left ul#side_list1{
	background:#eee;
	width:175px;
	margin:2px 0 0;
	padding:5px 5px 0;
}
#left ul#side_list1 li{
	width:175px;
	padding:0 0 5px;
}
#left ul#side_list1 li img{
	display:block;
}
#left ul#side_list2{
	background:#eee;
	width:175px;
	margin:25px 0 0;
	padding:5px;
}
#left ul#side_list2 li{
	width:175px;
}
#left ul#side_list2 img{
	display:block;
}
/*--------------------------------------------------------
 LeftSetting END
--------------------------------------------------------*/

#picup{
	width:185px;
	height:26px;
}
/*--------------------------------------------------------
 RightSetting
--------------------------------------------------------*/
div#right{
	float:right;
	background:#eee;
	width:185px;
}
#btn_faq{
	float:right;
	margin:25px 0 0;
}
/*----------------------------
 1 ウェブカタログ
----------------------------*/
div#right #rightbtn01{
	display:block;
	width:175px;
	height:100px;
	margin:5px 5px 0;
	padding-bottom:5px;
	background:url(../_img/default/side_separatesber.gif) 0 bottom no-repeat;
}
/*----------------------------
 2 品名・商品名で探す
----------------------------*/
div#right #rightbtn02{
	display:block;
	width:175px;
	height:30px;
	margin:5px 5px 0;
	padding-bottom:5px;
	background:url(../_img/default/side_separatesber.gif) 0 bottom no-repeat;

}
/*----------------------------
 3 サポート体制
----------------------------*/
div#right #rightbtn03{
	width:175px;
	margin:5px 5px 0;
	height:30px;
}
/*----------------------------
 4 サポート体制
----------------------------*/
div#right #rightbtn04{
	width:175px;
	margin:5px 5px 0;
	height:30px;
}
/*----------------------------
 5 物流体制
----------------------------*/
div#right #rightbtn05{
	width:175px;
	margin:5px 5px 0;
	height:30px;
}
/*----------------------------
 6 オーダーメイド
----------------------------*/
div#right #rightbtn06{
	width:175px;
	margin:5px 5px 0;
	height:30px;
}

/*----------------------------
 7 FAQ
----------------------------*/
div#right #rightbtn07{
	display:block;
	width:175px;
	margin:5px 5px 0;
	height:30px;
	padding-bottom:5px;
	background:url(../_img/default/side_separatesber.gif) 0 bottom no-repeat;
}
/*----------------------------
 8 支店・営業所
----------------------------*/
div#right #rightbtn08{
	width:175px;
	margin:5px 5px;
	height:30px;
}
/*--------------------------------------------------------
 RightSetting END
--------------------------------------------------------*/
@media print{
@import "print.css";
}
