/*----------------------------全体設定------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	color:#FFFFFF;
	background-image: url(../image/back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:#000000;
	font:normal 16px/1.5em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,"MS PGothic",sans-serif;
	line-height:1.8 ;
	text-align: left;
	width:900px;
}
a:link, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a:link img, a:visited img{
	border-style: none;
}
a:hover, a:active {
	color:#ff0000;
	text-decoration:none;
}
a:hover img, a:active img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*----------------------------横一列クリア------------------------------*/
div.clear {
	clear: both;
	height:0.1px;
	line-height:0.1px;
}
/*----------------------------上------------------------------*/
div#top {
	height:720px;
}
#top ul {
	padding:245px 0px 0px 670px ;
	width:140px;
	text-align: left;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"MS PMincho",serif;
	list-style-type:none;
}
#top a {
display:block;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 10px 10px ;
	width:140px;
height:20px;
line-height:20px;
}
#top a:hover {
	color:#FFFFFF;
	background:url(../image/bar.gif);
	background-repeat: no-repeat;
}
#top a:active {
	color:#FFFFFF;
	background:url(../image/bar2.gif);
	background-repeat: no-repeat;
}

/*----------------------------中------------------------------*/
div#middle {
	width:820px;
	margin:0px 0px 0px 100px ;
}
#middle .logo {
	margin:0.6em 40px 0px 0px ;
	float: left;
	width:400px;
}
#middle .link {
	margin:0px 0px 0px 0px ;
	float: left;
	width:260px;
	font-size:14px;
	text-align: center;
}
#middle span {
	margin:0px 3px 0px 3px ;
}
/*----------------------------下------------------------------*/
div#bottom {
	width:820px;
	margin:30px 0px 0px 100px ;
}
#bottom ul {
	margin:0px 50px 0px 0px ;
	font-size:13px;
	text-align: left;
	list-style-type:none;
}
#bottom img.jcn {
	vertical-align: -3px; 
}
#bottom .qr {
	float: right;
	text-align: center;
	font-size:13px;
	margin:50px 190px 0px 0px ;
	width:98px;
	display:inline;
}
#bottom span.dummy {
visibility: hidden; 
}
#bottom .banner {
	margin:0px 0px 0px 0px ;
	text-align: center;
}
#bottom .banner img {
	float: left;
	margin:0px 25px 20px 0px ;
}
#bottom .banner2 {
	margin:20px 0px 20px 30px ;
	text-align: left;
}
/*----------------------------フッター------------------------------*/
#footer {
	width:900px;
	text-align: center;
	margin:30px 0px 10px 0px ;
	font-size:14px;
	letter-spacing: 0.2em;

}
