@charset "shift_jis";
/*********************/
/***** reset *****/
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;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:¡É;
}

abbr, acronym {
     border: 0;
} 


html {
    overflow-y: scroll;
}
/********************/
/********************/

body {
    color: #333333;
	font-size: 15px;
	font-family: MS PGothic, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, Hiragino Kaku Gothic Pro W3, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3;
	background: url(../images/background.gif) 0 0 repeat-x #f8feff;
}


a:link {
	color: #1D5075;
	text-decoration: none;
}


a:visited {
    color: #CC0000; 
	
	text-decoration: underline;
}

a:hover {
	color: #DB6D00;
	text-decoration: none;
}


a:active {
    color: #0099FF;
	text-decoration: underline;
}

/**************/
/***** ID *****/
/**************/
div#container {
    width: 800px;
	margin: 15px auto 0 auto;
	text-align: left;
	border: #00509b 1px solid;
	background-color: #ffffff;
}

div#footer {
    width: 800px;
	margin: 0 auto;
	padding-top: 5px;
	clear: both;
	text-align: left;
}
div#footer div {
	float: left;
	width: 580px;
}
div#footer div p {
	font-size: 12px;
	line-height: 1.6;
}
div#footer div strong {
	font-weight: bold;
}
div#footer div p.copy {
	font-size: 10px;
}
div#footer ul {
	float: right;
	text-align: right;
	padding-top: 5px;
}
div#footer ul li {
	float: left;
	border-left: 1px solid #111;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 1;
}
div#footer ul li.home {
	border-left: 0;
}
div#footer ul li a:link,
div#footer ul li a:visited {
    color: #333; 
	text-decoration: none;
}
div#footer ul li a:hover,
div#footer ul li a:active {
    color: #999;
	text-decoration: none;
}


/*****************/
/***** CLASS *****/
/*****************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

