/******* フォーマットのレイアウト *******/

body{
	text-align: center; /* Internet Explorer 5.5以前への対応 */
	background-color: #CCCCCC;
}

#container{
	margin: 0 auto; /* Internet Explorer 5.5以外 */
	text-align: left; /* Internet Explorer 5.5以前への対応 */
	width: 800px; /* 左右に余白を入れる場合は、ここを編集 */
	background-color: #FFFFFF;
}



#block{
clear: both;
}


#content{
	width: 800px;
	text-align: left;
	margin: 0;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
}










TH{
  font-size : 14px;
  line-height : 20px;

}




#waku{
  background-color : #4f4f4f;
}

FONT{
  font-size : 14px;
  line-height : 20px;
}

TD{
  font-size : 14px;
  color : #414141;
  line-height : 20px;
}

A{
  color : #66a51e;
  text-decoration : none;
}

A:visited{
  color : #66a51e;
  text-decoration : none;
}

A:hover{
  text-decoration : underline;
  color : #66a51e;
}


/******* ヘッダ *******/

#header{
	height: 150px; /* サイトロゴの高さ */
	background-image: url(../images/top.jpg); /* 背景画像 */
	background-position:20px top;
	background-repeat:no-repeat;
	width: 780px;
	margin: 0;
}

#header h1{ /* ページタイトル */
	text-align: left;
	font-size: 13px;
	z-index: 10; /* サイトロゴの上に被って表示 */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
}

#header h2{ /* サイト名 */
	text-align: right;
	font-size: 13px;
	z-index: 10;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header h2 a{
	color: #999999;
	text-decoration: underline;
}

#header p{ /* ページトピック */
	text-align: left;
	font-size: 14px;
	z-index: 5; /* サイトロゴの上に被って表示 */
	color: #333333;
	padding-top: 0px;
	padding-left: 250px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header img{ /* サイトロゴ */
	margin: 0px;
	z-index: 1;
	float: left;
	position: relative;
	top: -65px;
	left: 10px;
}
#tel{
	font-size: 14px;
	color: #666666;
	margin-top: -120px;
	text-align: right;
	margin-right: 0px;
}

#footer{
	height: 100px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding: 0px;
	width: 760px;
	background-position: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer a{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
#footer p{ 

}

/******* エントリー（実際にコンテンツを書く場所） *******/

#entrybody{
	font-size: 12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#entrybody h3{
	font-size: 20px;
	background-color: #EAEAEA;
	height: 40px;
	margin-top: 20px;
	padding-top: 10px;
	text-indent: 1em;
	margin-bottom: -10px;
}

#entrybody h5{
	font-size: 14px;
	height: 40px;
	margin: 0px;
}








IMG{border-width : 0px 0px 0px 0px;}

H1{
  font-size : 24px;
  font-family : "MS UI Gothic";
  line-height : 30px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : bolder;
  color : #224087;
}


#imageContainer {
	overflow: hidden;
	width : 760px;
	height : 323px;
	margin: 0;
	padding: 0;
  bottom : auto;
}

#imageContainer img {
	display:none;
	position:absolute;
}

li{
float:left;
}




ul#globalNavi {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: #eee;
	list-style-type: none;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	/* 固定幅にしたかったら
	width: 110px;
	*/
	text-align: center;
	font-size: 13px; /* 文字サイズ */
}

ul#globalNavi li a {
	border-right: 1px solid #666;
	padding: 9px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

ul#globalNavi li a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}

/* ClearFix */

ul#globalNavi {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#left380{
	float: left;
	width: 500px;
}

#right380{
	float:right;
	width: 250px;
	margin-top: 20px;
}

.f-left{
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.f-right{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#box{
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#box h4{
	color: #FFFFFF;
	background-image: url(../images/h4.jpg);
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-repeat: no-repeat;
	height: 30px;
	text-indent: 1em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#box h6{
	margin-top: 10px;
	margin-bottom: 10px;
}

#box p{
	padding: 0px;
	text-indent: 0em;
	color: #000000;
	font-size: 14px;
}

#hyou table {
	width: 100%;
}
#hyou td {
}
#hyou p {
}
