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

#naviMain{
	margin:0 auto;
	border: 1px solid #999999;
	width: 980px;
}

#main{
	margin:0 auto;
	border: 1px solid #999999;
	width: 980px;
}

/*メニュー*/
#menuBack{
	width:980px;
	height:40px;
	background:#999999;
	margin:0 auto;
}

/*グローバルナビゲーション*/
#globalNav{
	float:right;
	margin: 4px 5px 0 0;
	width:680px;
	height:32px;
}

ul#globalNav li{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 136px;
	z-index: 20;
}

ul#globalNav li h3{
	position: relative;
	width: 136px;
	height: 32px;
	text-indent: -9999px;
	background:url(../img/menu_navi.jpg) no-repeat;
}

ul#globalNav li#guide h3			{ background-position: 0 0;}
ul#globalNav li#material h3			{ background-position: -136px 0;}
ul#globalNav li#price h3			{ background-position: -272px 0;}
ul#globalNav li#faq h3				{ background-position: -408px 0;}
ul#globalNav li#order h3			{ background-position: -544px 0;}

ul#globalNav li#guide h3.hover		{ background-position: 0 -32px;}
ul#globalNav li#material h3.hover	{ background-position: -136px -32px;}
ul#globalNav li#price h3.hover		{ background-position: -272px -32px;}
ul#globalNav li#faq h3.hover		{ background-position: -408px -32px;}
ul#globalNav li#order h3.hover		{ background-position: -544px -32px;}

ul#globalNav li ul {
	position: absolute;
	background: #fff;
	z-index: 20;
	margin:0;
}

ul#globalNav li ul li{
	position: relative;
	z-index: 20;
}

ul#globalNav li ul.hide{
	display: none;
}

ul#globalNav li ul a{
	color: #333333;
	text-align:center;
	text-decoration: none;
	display: block;
	width:136px;
	height: 30px;
	padding-top: 10px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background: #FFFFFF;
	clear:both;
}

ul#globalNav li ul a.hover{ background:#cccccc;}

/*IE6.7バグ防止*/
*+html ul#globalNav li ul li{
display:inline;
zoom:1;
}

*+html ul#globalNav li ul{
zoom:1;
position:relative;
}

/*FLASH*/
#externalFlash{
	width:	980px;
	height: 502px;
	margin:0 auto;
	zoom:1;
}

/*bottom*/
#bottom{
	width: 980px;
	height: 250px;
	margin:0 auto;
	padding:25px 0 0 0;
}

/*navigation btn*/
div#navigation{
float:left;
padding:0;
width:250px;
height:250px;
margin:0 0 0 0px;
}

div#navigation #first{
	margin:0;
	padding:0;
	width:250px;
	height:45px;
	background:url(../img/first_navigation.jpg) no-repeat;
}

div#navigation #first a {
	text-indent:-9999px;
	display:block;
	width:250px;
	height:45px;
	background:url(../img/first_navigation.jpg) no-repeat;
}

div#navigation #first a:hover {
	background-position:100% 0;
}

div#navigation ul{
	margin:10px 0 0 0;
	padding:0;
	width:250px;
	height:180px;
	background:url(../img/navigation_btn.jpg) no-repeat;
}


div#navigation ul li{
	margin:auto;
	display:block;
	width:200px;
	float:left;
	text-indent:-9999px;
}

div#navigation ul li a {
	margin:auto;
	display:block;
	width:250px;
	height:60px;
	float:left;
	background:url(../img/navigation_btn.jpg) no-repeat;
}

div#navigation ul li#try a		{ background-position: 0 0; }
div#navigation ul li#guide a	{ background-position: 0 -65px; }
div#navigation ul li#attention a	{ background-position: 0 -125px; }

div#navigation ul li#try a:hover		{ background-position: 100% 0; }
div#navigation ul li#guide a:hover		{ background-position: 100% -65px; }
div#navigation ul li#attention a:hover	{ background-position: 100% -125px; }


/*what's new*/
div#wn {
	width: 480px;
	margin:0 0 0 15px;
	padding:0;
	float:left;
}

div#wn h4{
	background:url(../img/whatnew.jpg) no-repeat;
	width:480px;
	height:28px;
	margin:0;
	padding:0;
}

div#wn .NewsBox{
	position:relative;
	float:left;
	width:475px;
	height:205px;
	margin:0 0 0 5px;
	overflow:auto;
}

div#wn .NewsBox ul{
	float:left;
	width:445px;
	margin:0;
}

div#wn .NewsBox ul li{
	float:left;
	list-style:none;
	margin:0;
	padding:10px 0 10px 0;
	border-bottom:1px solid #666666;
}

div#wn .NewsBox ul li .leftBox{
	display: block;
	width:100px;
	height:auto;
	float:left;
	margin:0;
}

div#wn .NewsBox ul li .rightBox{
	display: block;
	width:340px;
	height:auto;
	float:left;
	margin:0;
}

/*TOP3*/
div#top3 {
	width: 216px;
	margin:0 0 0 10px;
	padding:0;
	float:right;
}

div#top3 h4{
	background:url(../img/pick_material.jpg) no-repeat;
	width:216px;
	height:28px;
	margin:0;
	padding:0;
}

div#top3 .TextBox{
	position:relative;
	float:left;
	width:214px;
	height:165px;
	margin:0;
	overflow:visible;
	border:1px solid #666666;
}

div#top3 .TextBox ol{
	width:200px;
	margin:10px 0 0 7px;
}

div#top3 .TextBox ol li{
	float:left;
	list-style:none;
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #666666;
}

div#top3 .TextBox ol li .leftBox{
	display: block;
	width:55px;
	text-align: center;
	height:auto;
	float:left;
	margin:0;
}

div#top3 .TextBox ol li .rightBox{
	display: block;
	width:140px;
	height:auto;
	float:left;
	margin:0;
}

div#top3 .TextBox ol li .rightBox a {text-decoration: none;}
div#top3 .TextBox ol li .rightBox a:link {/*未訪問のリンク*/
color:#666666;
}

div#top3 .TextBox ol li .rightBox a:visited {/*訪問後のリンク*/
	color:#666666;
}

div#top3 .TextBox ol li .rightBox a:hover {/*オーバーのリンク*/
	color:#333333;
}

#topLinkIcon {
    padding: 0 0 10;
}

#topLinkIcon img {
    margin-bottom: 10px;
}


