/*トップページCSS
--------------------------------------------------------------------*/


body {
      margin:0;
			padding:0;
			background-image:url(image/bg.gif);
			}


embed {
       margin:0;
			 padding:0;
			 }


#base {
       margin:0 auto;
			 padding:0 15px;
			 _padding:0;
			 background:url(image/contents_bg.png) left top repeat-y;
			 _background:none;
			 _background-color:#030f2d;
			 width:800px;

			 }



#base #footer {
               margin:0;
							 padding:0;
							 color:#FFFFFF;
							 font-size:11px;
							 background:url(image/footer_bg.png) left top no-repeat;
							 _background:url(image/footer_bg_ie6.jpg) left top no-repeat;
							 width:800px;
							 height:30px;
							 }
							 

#base #footer #left {
                     float:left;
										 display:inline;
                     margin:0;
							       padding:0;
							       width:400px;
                     }


#base #footer #left ul {
                        margin:0;
												padding:15px 5px 0;
												width:390px;
												}


#base #footer #left li {
                        margin:0;
												padding:0 5px 0 13px;
												display:inline;
												background:url(image/list_mak.png) left top no-repeat;
												_background:url(image/list_mak_ie6.gif) left top no-repeat;
                        }


#base #footer #left a {
                       color:#FFFFFF;
											 text-decoration:none;
											 }


#base #footer #left a:hover {
                       color:#FFFFFF;
											 text-decoration:underline;
											 }



#base #footer #right {
                     float:right;
										 display:inline;
                     margin:0;
							       padding:15px 5px 3px;
										 text-align:right;
							       width:390px;
                     }



#bottom {
               margin:0 auto;
							 padding:0;
							 background-image:url(image/contents_bg_bottom.png);
							 _background-image:url(image/contents_bg_bottom.jpg);
							 width:830px;
							 _width:800px;
							 height:15px;
							 _height:6px;
					}





















/*トップページCSS
--------------------------------------------------------------------*/

