@charset "Shift_JIS";
a{
/*リンクされたとき*/
color:#666666
;font-style:normal
;text-decoration: none;}

a:link{
	/*未訪問のリンク*/
    color:none;#666666
    font-style:normal;
    text-decoration: none;
}
a:visited{
	/*訪問後のリンク*/
    color:none;#666666
    text-decoration: none;
}
a:hover{
	/*マウスをのせたとき*/
    color:#00519A;
    font-style:normal;
    text-decoration: none;
}
a:active{
	/*クリック中*/
    text-decoration:none;
}

table.table1{
   border: 1px #cccccc solid;
}
table.table1 th,
table.table1 td{
   border: 0px #cccccc solid;
}

table.table1{
   border-collapse: collapse;
}
table.table1 th,
table.table1 td, {
   font-size: 90%;
}

table.table1 th,
table.table1 td, {
   font-size: 90%;
   padding: 0.5em;
}
table.table1 td.note{
   background-color: #f7d5d2;
}
table.table1 td.midashi0{
   background-color: #f7d5d2;
}
table.table1 td.midashi {
}
table.table1 td.head{
   background-color: #ffffff;
}

/* table2 参入工事枠線 */
table.table2{
   border: 1px #cccccc solid;
}
table.table2 th,
table.table2 td{
   border: 1px #cccccc solid;
}

table.table2{
   border-collapse: collapse;
}
table.table2 th,
table.table2 td, {
   font-size: 90%;
}

table.table2 th,
table.table2 td, {
   font-size: 90%;
   padding: 0.5em;
}
table.table2 td.note{
   background-color: #f7d5d2;
}
table.table2 td.midashi0{
   background-color: #f7d5d2;
}
table.table2 td.midashi {
}
table.table2 td.head{
   background-color: #ffffff;
}


/* for body */
body {
	font-size: 75%;
	background: #fff;
	color: #666;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}

/* for table */
table.form {
	border: 1px solid #92d05f;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #92d05f;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #92d050;
}
table.form td {
	background: #f0f0f0;
}

/* for title */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

.tel{font-size:12px}
.mail{font-size:12px}

.yohaku{vertical-align:text-bottom;
border-style:none;
border-width:0;
padding:0;
margin-top:0px;}

.sample_01{
width: 100%;
border-collapse: collapse;
}
.sample_01 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}

.table111{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.sample_04{
width: 100%;
border-collapse: collapse;
border-right: 1px solid #999;
}
.sample_04 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #fff;
background-color: #555;
border-left: 5px solid #ff6633; 
border-top: 1px solid #fff;
}

.gazou img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

.mb1{
margin-bottom: 2em;
}

.mb2{
margin-bottom: 4em;
}

.mb3{
margin-bottom: 11em;
}

.mb4{
margin-bottom: 1em;
}


.br:before {
	content: "\A" ;
	white-space: pre ;
}

.br1:after {
	content: "\A\A" ;
	white-space: pre ;
}


/* html,bodyタグの設定 */
html, body{
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    width:100%;
    height:100%;
}

/* ヘッダーの固定 */
div#header-fixed
{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 50px;              /* 縦幅50px */
}
 
 
div#header-bk { 
	background-color:#00BFFF;  /* 背景色(白) */
	padding:5px 0 1px;       /* 上5px、下3pxをあける */
	height:1px;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
}
 
 
div#header { 
	border:    /* 表示領域を白枠で囲う */
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	width: 960px;              /* 横の幅970px */
	margin: auto;              /* 中央揃え */
}

/* ボディの定義 */
div#body-bk{
    padding:30px 0 80px 0;    /* 上下に160pxを余白を取る */
}
 
div#body{
    width:960px;
    margin:auto;
}

/* ホームページトップ　テスト*/
/* html,bodyタグの設定 */
html, body{
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
}
/* 全体を囲う大枠 */
div#contents {
	background-color: #999;
	position: relative;		/* フッター部の配置用に定義 */
	min-height: 100%;		/* 縦の表示領域を100% */
}

/* ヘッダーの背景 */
div#header-bk {
        background-image : url(img/hr22.jpg); 
	background-color:  /* 背景色(黒) */
	padding:10px 0 0;       /* 上から10px分余白をあける */
	height:200px;           /* 縦の高さ140px 青いメニューバーの下の幅 */
	width:100%;             /* 横の幅を100% */
}

/* ヘッダーの背景 トップページのみ */
div#header-bkk {
        background-image : url(img/hr22.jpg); 
	background-color:  /* 背景色(黒) */
	padding:10px 0 0;       /* 上から10px分余白をあける */
	height:8px;           /* 縦の高さ140px */
	width:100%;             /* 横の幅を100% */
}

/* ヘッダーの表示領域 */
div#header { 
	border: /* 表示領域を白枠で囲う */
	height: 120px;  /* 縦の表示領域120px */
	width: 970px;   /* 横の幅970px */
	margin: auto;   /* 中央揃え */
}

/* ボディ */
/* ボディの大枠 */
div#body-bk{  
	width: 970px;            /* 横の幅970px */
	margin: 10px auto 0;     /* 上から10px分余白を取る */
	padding-bottom: 150px;   /* フッターの高さの分余白を取る */
}
 
/* ボディ */
div#body{  
	border: /* 黒枠で囲う */
}
/* フッターの背景 */
div#footer-bk
{
	background-color:    /* 背景色(黒) */
	width:100%;               /* 横の幅を100% */
	height: 20px;            /* 縦の幅を120px */
	position:      /* 絶対位置指定することを定義 */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
	padding: 10px 0;          /* 上下に余白を取る */
}
/* フッターの表示領域 */
div#footer{
	border:  /* 表示領域を白枠で囲う */
	height:        /* 縦幅の指定100px */
	width:            /* 横の幅970px */
	margin:          /* 中央揃え */
}

/*メニュー固定した為、ターゲットがずれたのでそれの修正*/
#gaiyou{
    margin-top:-220px;
    padding-top:220px;}

#enkaku{
    margin-top:-220px;
    padding-top:220px;}

#torihikisaki{
    margin-top:-220px;
    padding-top:220px;}

#siiresaki{
    margin-top:-220px;
    padding-top:220px;}

#kentikuigai{
    margin-top:-220px;
    padding-top:220px;}

#sannyu{
    margin-top:-220px;
    padding-top:220px;}

#sekousyasin{
    margin-top:-220px;
    padding-top:220px;}

#kamei{
    margin-top:-220px;
    padding-top:220px;}

#mail{
    margin-top:-220px;
    padding-top:220px;}

#shinseihin {
    padding-top: 220px;
    margin-top: -220px;
}

