@charset "utf-8";
body, h1, h2, h3, h4, table, tr, td, th, p, img, dl, dt, dd, ul, li, ol {
    color: #000000;
    font-size: 100.01%;
    line-height: 1.5;
/*	letter-spacing: 0.1em;*/
}

html,body{
height: 100%; 
}

body {
	background: #F0F0F0;
	margin: 0px;
	padding: 0px;
}

/* clearfix */
div#container:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
	}
* html .clearfix{zoom:1;}/* IE6 */
*:first-child+html .clearfix{zoom:1;}/* IE7 */

.clear {
    min-height: 1px;
}

hr {
	visibility: hidden;
	margin-bottom: 20px;
}


#container {
	width: 960px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
}


#container a img {
	text-decoration: none;
	border-style: none;
}

#container img {
vertical-align:top;
}
/*IE6*/
* html img{
vertical-align: bottom;
}
/*IE7*/
*:first-child+html img{
vertical-align: bottom;
}

#header {
	margin: 0px;
	padding: 30px 0px 5px;
	height: 30px;
	background: url(../img/line_header.gif) no-repeat bottom;
}


h1 {
	float: left;
	margin: 0px;
	padding: 0px 30px 0px 50px;
	line-height: 0px;
}
h1 img{
	padding:0px;
	margin:0px;
	vertical-align: bottom;
}


ul#navi {
	text-align: left;
	width: 650px;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul#navi li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
h2 {
	color: #666666;
	width: 860px;
	margin: 0px auto;
	padding-left: 10px;
}

#container .main{
	width: 860px;
	margin: 0px auto;
	padding-bottom: 40px;
}
#container .main .center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 960px;
	background: transparent url(../img/line_footer.gif) no-repeat top;
	height: 40px; 
position: absolute;     
bottom: 0; 

}
* html #footer {   
bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1); 
}

#footer address {
    color: #999999;
    font: 60% Arial,Helvetica,"ヒラギノ角ゴ pro W3",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,Verdana;
    padding: 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

a { text-decoration: none;}
a:link { color: #6495ED; }
a:visited { color: #C0C0C0; }
a:hover { color: #ADD8E6; }

caption {background: #F5F5F5}