@charset "UTF-8";
*{margin:0;padding:0;}


body  {
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif, Helvetica;
	background-color: #000000;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link {
	color: #a5aeb3;
	text-decoration: none;
}
a:hover {
	color: #4169e1;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

img{border:0;}

abbr{border:0;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:1em;}



#container {
	width: 800px; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
} 
#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 338px;
	background-image: url(../img/top_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 

#header  h1 {
	text-align: left;
	text-indent: -9999px;
}

#banner {
	width:800px;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 114px;
	background-image: url(../img/taidan_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#banner  h1 {
	text-align: left;
	text-indent: -9999px;
}
#navi {
	margin-top: 15px;
	margin-bottom: 10px;
}



#gyouji {
	font-size: 12px;
}
.text_10 {
	font-size: 10px;
	color: #a5aeb3;
}
.text_fax {
	letter-spacing: 2px;
	color: #a5aeb3;
}
.text_contact {
	color: #a5aeb3;
}
.profile {
	font-size: 11px;
	color: #a5aeb3;
}
.name {
	font-size: 12px;
	font-weight: bold;
	color: #2c5a79;
	letter-spacing: 2px;
}
.text_bule {
	color: #2c5a79;
}

