@charset "utf-8";
/* CSS Document */

/*-----------------------
全体の枠
-----------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.6;
	color: #333333;
}
hr {
	display: none;
}
img {
	vertical-align: bottom;
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
address {
	text-align: center;
	font-size: 14px;
	color: #FFF;
	}
/*--------------------------
header footer
--------------------------*/
#header {
	background: url(image/top_header01.jpg) ;
	height: 65px;
}
#header_inner{
	width: 800px;
	margin: 5px auto;
}
#footer {
	clear: both;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footer_inner{
	margin: 5px auto;
	color: #FFF;
}
/*--------------------------
words
--------------------------*/
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-top: 15px;
	text-align: right;
	}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: medium;
	/*border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
	text-indent: 2em;
	background: url(image/images/h2_h3.gif);
	}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 17px;
	padding-right: 5px;
	border-bottom-width: medium;
	border-left-width: thick;
	/*border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
	background: url(image/images/h3.gif);
	text-indent: 2em;

	}
.white_words {
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
.name01{
	font-size: 15px;
	font-style: normal;
	color: #FFF;
	padding-right: 5px;
	padding-bottom: 5px;
}
.name02{
	font-size: 15px;
	color: #FFF;
	margin-left: 40px;
}
/*--------------------------
top page main
--------------------------*/
#wrapper {
	margin: 0px auto;
	width: 1100px;
		color: #333333;
	overflow: hidden;
}
#logo {
	width: 200px;
	float: left;
	margin-top: 50px;
	padding-top: 80px;
	padding-right: 10px;
}
#logo-before {
	width: 3px;
	float: left;
	margin-top: 50px;
	padding-top: 80px;
	padding-right: 10px;
}
#top_ima {
	float: left;
	width: 400px;
	text-align: center;
}
#menu_br {
	float: right;
	width: 122px;
	margin-top: 130px;
	/*margin-right: 15px;*/
	}
#menu_br_top {
	width: 122px;
	margin-top: 50px;
}
#menu_br_top ul li {
	float: left;
	width: 122px;
	list-style: none;
}
#menu_br ul li {
	float: left;
	width: 122px;
	list-style: none;
}
#top_back {
	background: #000;
	}
#top_back #wrapper #menu_br #count {
	padding-top: 30px;
	text-align: right;
	margin-top: 30px;
	float: right;
	height: 60px;
	width: 122px;
	clear: both;
}
#contentunder .table-about tr td{
	padding: 5px 0px 5px 10px;
	border-color: #000000;
}
#contentunder .table-about tr{
	border-color: #000000;
}
#contentunder .table-about table{
	border-color: #000000;
}