/* CSS Document */
*{
	margin:0;
	padding:0;	
}

/* all.dwt */
body,html{
	width:100%;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;;
	background-color:#fff;
	font-size:95%;
}
img{
	border:0px;
}
a:link{
	color:#333;	
}
a:visited{
	color:#333;	
}
a:hover{
	color:#999;	
}


#main{
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
h1{
	color:#999;
	font-size:x-small;
	width:1050px;
	text-align:left;
	padding:3px;
	background-color:#fff;
}
#header{
	color:#fff;
	width:1010px;
	text-align:left;
	padding:20px;
	background:#2a0055 url(../img/index/logo.png) no-repeat right center;
}
.name1{
	font-size:x-small;
	margin-top:5px;
}
.name2{
	font-size: 25px;
	letter-spacing:0.3em;
	margin-top:5px;
}
ul#navi{
    width:1050px;
    overflow:hidden;
	margin-top:2px;
	height:59px;
}
ul#navi li{
    float:left;
    height:57px;
    display:block;
}
ul#navi li a {
	float:left;
    display: block;
    overflow: hidden;
	background-image: url(../img/index/navi.png);
    padding-top:57px;
}
ul#navi li a:hover {
	opacity: 0.9;
}
/* navi normal---------------------*/
    #navi1 a { width:100px; background-position: 0 0;}
    #navi2 a { width:121px; background-position: -100px  0;}
    #navi3 a { width:129px; background-position: -221px  0;}
    #navi4 a { width:117px; background-position: -350px  0;}
    #navi5 a { width:122px; background-position: -467px 0;}
    #navi6 a { width:93px; background-position: -589px  0;}
    #navi7 a { width:93px; background-position: -692px  0;}
    #navi9 a { width:138px; background-position: -785px  0;}
    #navi10 a { width:137px; background-position: -923px  0;}

    #navi8 a { width:158px; background-position: -647px  0;}









#footer{
	clear:both;
	width:1050px;
	color:#333;
	font-size:x-small;
	width:990px;
	text-align: center;
	padding:5px;
	background-color:#fff;
	margin-top:30px;
	padding:30px;
	line-height:200%;
	border-top: 1px #ccc solid
}