/*  ページ全体の設定。 */
html{
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-x;
	background-color: #FFF;　/*背景色*/
	color: #000000;             /*文字色*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", serif; /*フォントの指定*/
	margin: 0; 
	text-align: center;
}
td {
	font-size: 100%;             /*文字サイズ*/
}
p {
	margin: 5px auto;
}
img {
	border: none;
}
hr {
	clear: both;
}
strong {
	font-weight:bold;
}
.text_red {
	color:red;
}
div#WRAPPER {
	margin: 0 auto;
	width: 750px;
}
/* レイアウトに使用するテーブルの設定 */
table#HEADER,
table#CONTENTS,
table#FOOTER { 
	width: 750px;               /*テーブルの横幅*/
	background-color: #FFFFFF;　/*背景色*/
	margin: 0 auto;
	border: none;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
/* バナー風リンク */
a.bannerLink{
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	color: #FFFFFF;         /*文字色*/ 
	/*background: #0000FF;    背景色　→直接タグで背景指定*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", serif; /*フォントの種類*/
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
}
.tomail {  /* ページ上下の見積りリンクの背景 */
	text-align:center;
}
a.bannerLink:hover{
	background: #FF0000;    /*カーソルが乗った時の背景色*/
	color: #FFFFFF;         /*カーソルが乗った時の文字色*/ 
}
div.bannerBox {
	width:165px;
	float:right;
	margin-right:10px
}
div.roundLink {
	text-align: right;
}
div.roundLink p { /* ページ内を巡るリンクの背景色等 */
	background-color: #09F;
	width: 200px;
	float: right;
	margin: 10px 5px;
}
div.roundLink br {
	line-height: 0;
	font-size: 0;
}
table.view_table{
	margin:0 0 0 0;
	border:1px solid #CCC;
	font-size:90%;
}
table.view_table td.head{
	background-color:#FFC;
	border:1px solid #CCC;
	padding:5px;
	width:200px;
	text-align:center;
}
table.view_table td.input{
	border:1px solid #CCC;
	padding:5px;
	width:450px;
}
table.view_table td.send{
	border:1px solid #CCC;
	padding:5px;
	width:250px;
	text-align:center;
}
table.view_table tr{
	border:1px solid #CCC;
}

/*------------------------------------
        　　　タイトル部分
  ------------------------------------*/
  
/* 画面上部の見出し文章 */
#HEADER {
	background-image:url(../images/headerbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#HEADER h1 {
	font-size: 90%;        /*文字サイズ*/
	font-weight: lighter;  /*文字の太さ*/
	margin: 0 0 0 20px;
}
#HEADER tr.header1 {
	height:52px;
}
#HEADER tr.header2 {
	height:120px;
}
#HEADER tr.header3 {
	height:40px;
	margin: 0;
}

/*------------------------------------
        　　　メイン部分
  ------------------------------------*/

/* 見出し２ */
#CONTENTS h2 {
	color: #FFFFFF;         /*文字色*/ 
	font-size: 130%;        /*文字サイズ*/
	line-height: 40px;
	padding: 0px;
	text-align: left;
	clear: both;
	background-repeat:no-repeat;
	text-indent:50px;
	width: 700px;
	background-image:url(../images/h2bg.gif);
	margin:15px auto;
}
#INDEX #CONTENTS h2 {
	margin: 5px 0 0 15px;
	width: 500px;
	background-image:url(../images/h2bgs.gif);
}
#CONTENTS h3 {
	font-size: 36px;        /*文字サイズ*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", serif; /*フォントの種類*/
	text-align: center;
	clear: both;
}

#CONTENTS td table,
#INDEX #CONTENTS a.bannerLink {
	margin: 0 auto 0 auto;
	font-size:85%;
}

#CONTENTS div#TOPICS {
	width: 720px;
	height: 90px;
	overflow: auto;
	text-align: center;
}
#CONTENTS #TOPICS table {
	width: 700px;
	margin: 0;
}
#CONTENTS #TOPICS table th,
#CONTENTS #TOPICS table td {
	text-align: left;
	margin: 0;
}
div.maintext {
	font-size:90%;
	text-align:left;
	padding-left:20px;
	
}
div.maintextcenter {
	font-size:90%;
	text-align:left;
	width:500px;
	margin:20px auto;	
}

/*------------------------------------
        　　　フッター部分
  ------------------------------------*/
#FOOTER div.footinfo {
	width: 600px;
	text-align: center;
	margin: 20px auto;
	border: solid 1px #000000;
	padding: 0;
}
#FOOTER div.footinfo table.footmail {
	width: 600px;
}
#FOOTER div.footinfo table.footmail td {
	width: 50%;
}
#FOOTER table.footlink {
	font-size: 80%;        /*文字サイズ*/
}
