@charset "utf-8";/*
@import url(./stylereset.css);
@import url(./default.css);
@import url(./page.css);
@import url(./utility.css);
@import url(./lightwindow.css);
@import url(./contactform.css);*/
/*--------------------------------------
  print style for Moba-ken.co.jp
  Description: Basically overright styling to defaults.
  Last Update: 2008/03/13 browneyes

  index ----
  
  	- Frame reset
  	
  ---- Use Find. 
---------------------------------------*/

/*--------------------------------------
  Frame reset
---------------------------------------*/
body {
	background: none;
	background: #fff;
	width: 660px;
	}
#site_wrap {
/*width: 660px;*/
	width: 100%;
margin: 0;
padding: 0;
}
*:first-child+html #site_wrap{
width:660px;
}
#site_logo {
padding-bottom: 10px;
}
#navi_global {
display: none !important;
}
#navi_breadcrumb {
width: 90%;
padding: 0.5em;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}
#site_contents {
	background: none;
	background: #fff;
	}
div.navi_subMenu {
display :none;
}
#site_contents h1 {
	width: 90%;
	}
#site_contents .block_contents {
float: none;
width: 570px;
width: 90%;
margin: 0 auto;
padding: 0;
overflow: visible;
}
#site_contents div.block_sideMenu {
display: none;
}

a:link {
color: blue;
}

#site_contents h1#entryTitle {
margin: 10px 0;
padding: 0.5em 0.5em 0.5em 0.5em;
border: none;
border-bottom: 2px solid #000;
color: #000;
font-size: 1.6em;
font-weight: bold;
}
#site_contents .block_contents .description {
margin: 0 0 15px;
}
#site_footer {
padding: 0;
width: 90%;
}
#site_footer p {
text-indent: -99999px;
}
#site_footer p.copyright {
float: none;
text-indent: 0;
text-align: center;
}
