@charset "Shift_JIS";
@import "layout.css";
@import "content.css";
@import "top_navi.css";
@import "footer.css";

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body {
	margin: 0px;
   /* setting border: 0 hoses ie5 win window inner well border */
	padding: 0px;
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color:#333;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
	margin-top: 0;
	margin-bottom: 0px;
}
ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
a img {
	border: none;
}
hr {
	display: none;
}

a:link {  color: #0033CC}

a:visited {  color: #0033CC}

a:hover {  color: #07B8E4}

a:active { color: #0033CC}


.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

