/* common_CSS Document */

/* 初期設定 ----------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 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, 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;
}

/* clear fix ----------------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* 基本設定 ----------------------*/
html {
    height:100%;
}
body {
    height:100%;
}

* html div#base {
    height:100%;
}


body {
	font:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:80%; 
	line-height:160%;
	color:#000000; 
	background:#FFFFFF;
}

#base { 
	position:relative;
    min-height: 100%;
	width:758px;
	margin:0 auto;
	padding-top:30px; 
	padding-left:30px;
	padding-right:30px; 
	border-right:1px solid #C9CACA;
	border-left:1px solid #C9CACA;
}

body > #base {
        height: auto;
}

#header {
	padding-bottom:10px;
	height:100px;
}

#main { 
	padding-bottom:50px;
}

#footer {
	bottom:-44px;
	clear:both;
	width:758px;
	font-size:80%;
	color:#6F6F6F;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	left: 26px;
}

#footnavi {
	margin:0 20px 20px 0;
	text-align:right;
}

h1 {
	margin-bottom:15px;
	float:left;
}

.clear {
	clear:both;
}

.center { text-align:center;}

/* navi ----------------------*/

#topnavi {
	height:30px;
}

#topnavi li { 
	float:left;
	width:117px;
	height:29px;
	margin-right:8px; 
	border-top:1px solid #C9CACA; 
	border-left:1px solid #C9CACA;
}

#topnavi a hover.01 { 

}

/* search ----------------------*/

#search {
	width:400px;
	float:right;
	text-align:right;
}

/* breadcrumbs ----------------------*/

#bcrumbs {
	margin:0px 0 20px 0;
	font-size: 85%;
}


/* ページの先頭へ戻る ----------------------*/
.warp {
	color:#999999;
	text-align:right;
	margin-top:30px;
}

.warp a , .warp a:visited {
	color:#999999;
}

