@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

#wrapper{
	width:950px;
	margin: auto;
	background-image: url(../images/base_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}

/*
	min-height:950px;
*/


body{
	background-image: url(../images/back_side2.gif);
	background-repeat:repeat-y;
	background-position:center;
}

img{
	border:none;
}


/* メニューリストページ */

#header h1 {
	padding-top: 15px;
	padding-left: 20px;
}	

#navi{
	background-image: url(../images/menulist_back.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding: 15px 0px 15px 0px;
}

#navi li{
	border-right:1px solid #fff;
	display: inline;
	font-size: 16px;
	color: #FFF;
	font-weight: bolder;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
}

#navi a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

#navi a:hover{
	color:#06F;
}

#title{
	padding-bottom: 10px;
}

#title h2{
	color:#00C;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 20px;
}


/* 日本地図flash */

#map{
	float: left;
	height:530px;
	width: 560px;
	background-color: #CCC;
}

#address{
	clear:left;
	font-size: 12px;
	color: #999;
	padding: 20px 0px 30px 10px;
}

#side{
	float: left;
}

/* ニュースリリース */
#news{
	font-size: 12px;
	font-style: normal;
	height:165px;
	width:390px;
	background-image:url(../images/topsaide_news.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#news a:visited{
	color:#03C;
}

#news a:hover{
	color:#F39;
}

#news1{
	padding:35px 30px 0px 42px;
	list-style: none;
}

#news2{
	padding:10px 30px 0px 42px;
	list-style: none;
}

		

/* イベント・セミナー */

#event{
	font-size: 12px;
	font-style: normal;
	height:165px;
	width:390px;
	background-image:url(../images/topsaide_event.jpg);
	background-position:right;
	background-repeat: no-repeat;
}

#event a:visited{
	color:#03C;
}

#event a:hover{
	color:#F39;
}

#event1{
	padding:35px 30px 0px 42px;
	list-style: none;
}

#event2{
	padding:10px 30px 0px 42px;
	list-style: none;
}


/* JUKIマガジン */

#magazine{
	height: 72px;
	width: 144px;
	padding: 20px 16px 8px 230px;
}

/* ショールーム */

#showroom{
	height: 100px;
	width: 144px;
	padding-left: 230px;
}

/* TOPへ*/

#top{
	padding-top: 20px;
	padding-right: 10px;
	margin-bottom: 3px;
	text-align: right;
	float: right;
	font-size: 11px;
	clear:both;
}

#top a:visited{
	color:#03F;
}

#top a:hover{
	color:#39F;
}

/* footerページ */

#footer{
	padding: 70px 0px 20px 0px;
	text-align: center;
	clear: both;
}

#footer li{
	padding: 15px 0px 10px 0px;
	display: inline;
	color: #fff;
	font-size: 12px;
}

#footer a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#footer a:visited{
	color: #00F;	
}

#footer a:hover{
	color: #00C;	
}

/* コピーライト一番下部分 */

#copyright{
	text-align:right;
	color:#FFF;
	font-weight: bold;
	font-size:12px;
	padding:5px 10px 5px 0px;
}



