@charset "Shift_JIS";
/* CSS Document */

/* hide hack from Mac-IE5 \*/
* html .buggybox {height: 1%;}
/* end hiding */

/* REISEKI HomePage common-layout （lauout_00.css）*/

/*　レイセキホームページ　全体レイアウト　*/

/*　ボディー設定　*/

body  {
	margin:0px;
	height:100%;
	background-color: #eeeeee;
}


/*　コンテンツ設定　*/

#contents {
	width: 100%;
	height:2500px;
	position: relative;	/*	background-color:#ffffff;  */
}

/*　ページ設定 ---　*/

#section {
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width:900px;
	height:2500px;
	border-top: 1px solid #999999;
}

/*　ヘッダー 　*/

#header {
	display:inline;
	width: 900px;
	height: 95px;
	margin: 0px;
	float: left;
	z-index: 1;
	position: absolute;
}

/*　メイン ---　*/

#main {
	display:inline;
	width:900px;
	height:auto;
	float:left;
	position: absolute;
	top: 105px;
	margin:0px 0px 0px 0px;
	z-index: 3;
}

/*　パンくずリスト ---　*/

#topic_path {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:75%;
	margin:0px 0px 10px 20px;
}

#topic_path A { text-decoration: none; }
#topic_path A:link {	color: #666;}
#topic_path A:visited {	color: #666;}
#topic_path A:hover {	color: #999;}

/*　フッダー 　*/

#footer {
	position:absolute;
	height:140px;
	width:900px;
	/* [disabled]background-color: #eeeeee; */
	z-index: 2;
	bottom: 1px;
	display: inline;
	clear:both;
}

address {
	font-family:"Times New Roman",Times,serif;
	font-size:80%;
	font-style: normal;
	font-size: 14px;
	background-color: #99C;
	text-align: center;
	height: 20px;
}


/* SNSリンク　エリア　*/

.sns_link {
	width::900px;
	height:50px;
	/* [disabled]margin:150px; */
	/* [disabled]float: right; */
	width: 550px;
	margin-left: 350px;
}

.block {
	/* [disabled]float: left; */  /* 中央に配置 */
	width: 900px;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
	height: 70px;
}


.blocka {
	float: left;  /* 左端に配置 */
	width: 280px;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 55px;
}

.blockb {
	float: left;  /* 中央に配置 */
	width: 340px;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
	height: 55px;
}

.blockc {
	float: right;  /* 右端に配置 */
	width: 280px;
	/* [disabled]margin-right:30px; */
	margin-top: 10px;
	height: 55px;
}



/*　メインタイトル 　*/

h1 {
	margin:5px 0px 0px 3px;
	border-left-color: #F00;
	border-left-width: 10px;
	border-left-style: solid;
	border-bottom-color: #C00;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-size:16px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-weight:normal;
	}	

h2 {
	margin:15px 0px 0px 10px;
	border-left-color: #990;
	border-left-width: 10px;
	border-left-style: solid;
	border-bottom-color: #990;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-size:14px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-weight:normal;
}

h3 {
	margin:15px 0px 0px 10px;
	font-size:14px;
	border-left-color: #66F;
	border-left-width: 10px;
	border-left-style: solid;
	font-weight: normal;
	color: #66F;
}

h4 {
	margin:5px 0px 0px 15px;
	font-size:14px;
	border-left-color: #90C;
	border-left-width: 8px;
	border-left-style: solid;
	font-weight: normal;
	color: #90C;
}

.clear { clear:both; }

.clear hr { display:none; } 
