@charset "shift_jis";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	/*	letter-spacing: 0.5px;*/
	color: #333;
	background: url(../images/bg2.jpg) repeat-x left center;
	line-height: 1.3;
}

#navi li {
    line-height: 0;
    vartical-align: bottom;
    font-size: 0; }

strong { font-weight: bold; }

a:link { color: blue; text-decoration: none; }

a:visited { color: #0099FF;
text-decoration: none; }

a:hover { color: #333333;
text-decoration: underline; }

a:active { color: #FA4D43;
text-decoration: none; }

img {
	border: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


#container {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border-top: 10px solid #003366;
	border-right: 5px solid #003366;
	border-bottom: 10px solid #003366;
	border-left: 5px solid #003366;
	background: #FFFFFF;
}


div#footer {
	font-size: 10px;
	width: 800px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	clear: both;
}
