/* CSS Document */

body    {
    background-image:url(../img/haikei.jpg);
    background-repeat: no-repeat;
	margin:0; padding:0;
	line-height:1.5;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:12px;
}  

h1 {
font-size:12px;
margin:0px;
font-weight:lighter;
}

h2 {
font-size:14px;
margin:0px;
margin-bottom:5px;
}

#header {
   width:100%;
   	background-image:url(../img/head_back.jpg);
   }

#menu {
	width:960px;
	margin:auto;
	padding:5px;
	height: 60px;
}
   
#head_text {
	font-size:12px;
	background-color:#eeeeee;
	width:100%;
	margin:auto;
	padding:5px;
	text-align:center;
	border-bottom:#ffffff 1px solid;
   }
   
#main {
   width:950px;
   background-image:url(../img/head.png);
   margin:auto;
   padding:10px;
   }
   
#content {
   width:100%;
   background-color:#FFFFFF
}

#content_text {
   padding:15px;
   background-color:#eeeeee;
   border-bottom:#CCCCCC 1px solid;
   }
   
#footer {
   width:950px;;
   height:100px;
   margin:auto;
   margin-top:15px;
   font-size:11px;
   color:#FFFFFF;
   }
   
img.example3 { 
   vertical-align: middle;
   margin:5px 10px 5px 5px; 
}   

