@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  bace.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */

html {
	overflow-y: scroll;
}
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;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #333;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/kyotsu/backbase.gif);
	background-repeat: repeat;
	font-size: 12px;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*------------------
clearfix
-------------------*/
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
/*---
For IE
-----*/
.clearfix {
	display:inline-block;
	}
.contaner {
	display:inline-block;
	}	
/*MacIE \*/
   * html .clearfix {height: 1em;}
   .clearfix {display: block;}


/*-----------------------
テンプレート用 style
------------------------*/

#contaner {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#head {
	height: 116px;
	width: 800px;
	background-image: url(../images/temp/headtitle.jpg);
	background-repeat: no-repeat;
}
#head　contents {
	font-size: 12px;
	color: #666;
	text-align: right;
	float: left;
	width: 788px;
	margin-top: 8px;
}

#head　navi {
	float: left;
	height: 32px;
	width: 696px;
	margin-top: 52px;
	margin-left: 104px;
	display: inline;
}


#head　navi ul a{
	display: block;
	color:#336699;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
	width::1em;
}

#head　navi ul a:hover{
	color:#F90;
}
#contaner #head #head　navi ul li {
	float: left;
	margin-top: 9px;
}
.navi-li01 {
	text-align: center;
	width: 70px;
}
.navi-li02 {
	width: 119px;
	text-align: center;
}

#futerarea {
	width: 800px;
	float: left;
	margin-top: 12px;
}
#futerarea #address {
	background-color: #6699CC;
	height: 30px;
	width: 800px;
}
#futerarea #address ul li {
	float: left;
}
.address-li01 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	width: 150px;
	margin-left: 25px;
	margin-top: 7px;
	float: left;
	display: inline;
}
#futerarea　copright {
	color: #3F65B2;
	text-align: center;
	height: 22px;
	width: 800px;
}

.address-li02 {
	font-size: 12px;
	color: #FFF;
	float: left;
	font-weight: bold;
	margin-top: 10px;
	width: 359px;
	display: inline;
}
.address-li03 {
	font-size: 16px;
	color: #FC0;
	float: left;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 6px;
	width: 260px;
	text-align: right;
	display: inline;
}
#futerarea #navi {
	color: #3F65B2;
	text-align: center;
	height: 20px;
	width: 800px;
	padding-top: 6px;
}

#futerarea #navi a{
	color: #3F65B2;
	text-decoration:none;
}

#futerarea #navi a:hover{
	color: #F90;
	text-decoration:none;
}
/*-----------------------
共通用 style
------------------------*/
#hedtitle {
	text-align: right;
	width: 750px;
	margin-left: 25px;
	font-size: 21px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	float: left;
	display: inline;
}

.titlebar {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #3F65B2;
	float: left;
	width: 735px;
	margin-top: 10px;
	margin-left: 25px;
	background-image: url(../images/kyotsu/contentsbar.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 15px;
	padding-top: 8px;
	display: inline;
}

