/* CSS Document */
@import url(menu.css);
*{
font-size:12px;
}
body {  
text-decoration: none
font-size:12px;
background-color:#ffffff;
margin:0px;
padding:0px;
color:#333333; 
background-image:url(image/back.gif); 
line-height:150%;}

#container{
background:url(image/home_01.gif) no-repeat top left; 
float:left;
width:100%;
}
#inner{
background:white;
width:100%;
margin-top:50px;
}

#left{
width:140px;
height:200px;
float:left;
background:url(image/home_02.gif) no-repeat top left; 
}
#home_navi{
padding-top:100px;
padding-left:50px;}
#left a{
background:url(image/home_navi.gif) no-repeat;
text-indent:-9999px;
display:block;
}
#left a:hover{
background:url(image/home_navi_f2.gif) no-repeat;}

#contents{
margin-left:120px;
}

#main{
width:580px;
}

#main p{
padding:0px 35px;}

#footer{
text-align:center;
width:650px;
padding:40px 0px;}
#footer img{
padding-top:10px;}
#copy{
	background:url(image/shadow_.gif) repeat-x;
	height:100px;
	clear: both;
	text-align:center;
}
#copy img{
padding-top:60px;}

h1 {text-align:center;
padding:10px 0px;}

h2{
padding-bottom:0px;
line-height:10px;}
h2 img{
padding-top:10px;}

