/* 株式会社 中部ロックドリルサービス */

/* 基本設定 */
body {
background-color:#ffffff;
background-image : url('img/bg.jpg');
background-attachment: fixed;
background-position:100% 100%;
background-repeat: no-repeat;
scrollbar-base-color:#efefef; /*指定しない場合はこの色*/
scrollbar-arrow-color:#808080; /*矢印*/
scrollbar-darkshadow-color:#808080;/*スクロールバー右と下の外側*/
scrollbar-highlight-color:#fcfcfc;/*スクロールバー左と上の内側*/
scrollbar-shadow-color:#c0c0c0;/*スクロールバー右と下の内側*/
scrollbar-track-color:#fcfcfc;/*背面の色*/
scrollbar-face-color:#e0e0e0; /*スクロールバー本体の色*/
scrollbar-3dlight-color: #efefef; /*スクロールバー左と上の外側*/
/* overflow-y:auto;　スクロールしない場合はバー部分を出さない*/
margin:0;
}

body,caption,tr,td,th{
font-size: 13px;
color:#514d4d;
line-height: 125%;
}
img{ border:0;}

a:link,a:visited{
	color : #597000;}
a:hover{color : #9b8346;}

/* メインメニュー */
a.menu:link,a.menu:visited{
text-decoration:none;
color : #1c6724;
width : 100%;
height : 28px;
background-image : url('img/menu1.gif');
background-repeat: no-repeat;
font-size: 14px;
margin: 1px 0px 1px 5px;
padding:5px 0px 0px 8px;}

a.menu:hover{
background-image : url('img/menu2.gif');
background-repeat: no-repeat;
background-color:transparent;/* 透明色 */
color : #aa0000;}

/* サブメニュー*/

a.menu2:link,a.menu2:visited{
height : 22px;
background-image : url('img/menu3.gif');
background-position:10px 0px;
background-repeat: no-repeat;
color : #0808a6;
text-decoration:none;
padding : 2px 0px 0px 24x;
margin-bottom : 1px;
}
a.menu2:hover{background-image : url('img/menu4.gif');
background-position:11px 0px;
background-repeat: no-repeat;
color : #ad1850;}

/*リンクの手を出さない*/
.mk{cursor:default;}

/* 濃色背景セルなど */
.mojibb {font-size: 13px;color: #fff7e8;}

/* リスト項目 */
ul,li { list-style-image: url('img/icon.gif');
list-style-position: outside;
margin:3px 2px 2px 11px;}

/* テーブルとセルの線を細くする */
table{border-collapse: collapse;
border-color: #2e3a59;}
td{border-collapse: collapse;
border-color: #2e3a59;}

/* ヘッダーセル */
th{border-collapse: collapse;
border-color: #2e3a59;
background-color:#d1eec2;
color : #556b2f;
white-space: nowrap;}

/* 不可視スペースなし */
.toumei       {display : none; }

/* 太めの文字 */
.big          { 
font-size: 14px;
padding: 0px 10px 5px 0px;
margin-bottom: 5px;
font-weight:bold;
color : #ffffff; 
}

/* メインテーブルなど */
.white760         { width : 760px;
padding: 0px;
margin: 0px;}

/* 幅100% */
.wide100         { width : 100%;
padding: 0px;
margin: 0px;}

/* 上付 */
.haiti_top{vertical-align : top ;}

/* 表のセンタリング */
div.cent {
text-align: center;     /* IEでセンタリングさせる */
}
div.cent table {
margin: auto;     /* 標準のセンタリング */
}

/* 文字のセンタリング */
.cent_moji{
text-align: center;
}

/* 文字の右寄せ */
.right_moji{
text-align: right;
}

/* 改行しない */
.nowrap{
white-space: nowrap;/* 改行しない */
}

/* 見出し */

h1           {
font-size: 16px;
padding: 7px 0px 6px 70px;
margin : 0px 0px 0px 10px;
width : 100%;
height : 31px;
background-image: url('img/h1.gif');
background-repeat: no-repeat;
color: #ffffff;

letter-spacing:1px;}

h2{ font-size: 11px;
display : none;
padding:0px;
margin : 0px;
font-weight: normal;
 }


h3 {font-size: 12px;
padding:0px;
margin : 0px;
font-weight: normal;
line-height: 125%;
}
h3.lead {padding:5px;
font-size: 12px;
margin : 0px;
font-weight: normal;
line-height: 140%;
}

h4            {
font-size: 14px;
background-color:#f3f3f3;
padding:0px 0px 0px 6px;
margin-top : 15px;
color: #7c7878;
height : 19px;
font-weight:normal;
background-image: url('img/h4.gif');
background-position:0% 00%;
background-repeat: repeat-x;
}

h5 {
line-height: 130%;
margin : 0px;
color: #666666;}

h6{
	font-size:16px;
background-image: url('img/h6_bg.gif');
background-repeat: no-repeat;
	padding:3px 20px;
height : 30px;
margin : 20px 0px 0px 10px;
	letter-spacing:1px;}

/* 左一列の画像 */

.bg_hidari
{background-image : url('img/bg2_2.gif');
background-attachment: fixed;
background-position:0% 00%;
background-repeat: repeat-y;}

/* 左上の画像 */

.bg_hidariue
{background-image : url('img/hidariue.gif');
background-attachment: fixed;
background-position:0% 00%;
background-repeat: no-repeat;
}

/* 左下の画像 */
.bg_hidarisita
{background-image : url('img/bg_hidarisita.gif');
background-attachment: fixed;
background-position:0% 100%;
background-repeat: no-repeat;
}

/* 右上の画像 */
.bg_migiue
{background-image : url('img/bg_top.jpg');
background-attachment: fixed;
background-position:100% 0%;
background-repeat: no-repeat;
}
/* 右下の画像 */
.bg_migisita
{background-image : url('img/top.jpg');
background-attachment: fixed;
background-position:100% 100%;
background-repeat: no-repeat;
}

/* 中央の画像 */
.bg_naka
{background-image : url('img/onkotishin.gif');
background-attachment: fixed;
background-position:50% 50%;
background-repeat: no-repeat;
}

/* 画像に影 */
.kage{filter:progid:dximagetransform.microsoft.shadow
(color=#bbbbbb,strength=5,direction=130);}

/* タイトル */

.hyo_titl {
background-image: url('img/titl_bg.gif');
background-repeat: no-repeat;
width : 300px;
height : 38px;
letter-spacing: 2px;
padding-left: 40px;
padding-top: 7px;
font-size: 17px;
color:#4c5f4b;
font-weight: bold;

}

/* 表の枠 */


.hyo_uesita {
border-top:1px solid #445522; 
border-bottom:1px solid #445522; 

}
.hyo_sayu {
border-right:1px solid #445522; 
border-left:1px solid #445522; 
}
.hyo_migi {
border-right:1px solid #445522; 

}

.hyo_sita {
border-bottom:1px solid #445522; 
}

/* ドット下線 */
.hyo_sita_dt {
border-bottom:1px dotted #837f7f; 
}

.hyo_ue {
border-top:1px solid #445522; 

}
.hyo_hidari {
border-left:1px solid #445522; }

.hyo_kakomi {
border:1px solid #445522; 
}

/* テーブルドット枠 */
.hyo_dot{ border: 2px dotted #93964c}

/*グラデーション*/
.filt_hk{
filter: alpha( opacity=0, finishopacity=100, style=1, startx=100, finishx=10, starty=100, finishy=100);
}

/*グラデーション右濃*/
.filt_mk{
filter: alpha( opacity=0, finishopacity=100, style=1, startx=10, finishx=100, starty=100, finishy=100);
}

/*グラデーション上濃*/
.filt_uk{
filter: alpha( opacity=0, finishopacity=100, style=1, startx=100, finishx=100, starty=100, finishy=0);
}
/*グラデーション下濃*/
.filt_sk{
filter: alpha( opacity=0, finishopacity=100, style=1, startx=100, finishx=100, starty=0, finishy=100);
}

/*グラデーション色指定*/
.filt_sitei{
filter:progid:dximagetransform.microsoft.gradient(gradienttype=0 startcolorstr=#ffffff endcolorstr=#b4c5dd);
}

/* スクロールさせる */
.scroll{width: 400px; height: 150px; overflow: auto;}

/* 改行 */
.kaigyo140{
line-height: 140%}

.kaigyo150{
line-height: 150%;}


/* 水平線 */

hr {border-style: dotted;
margin-bottom:1px;
margin-top:1px;
color:#636b51;}

/* インデント */

blockquote{margin:0px 20px 0px 30px;}


/* コピーライト */

.copy{font-size:9px;
	font-family: verdana;
color:#aebd9e;}

/* 小さい文字 */

.miji_s{font-size:9px;
	font-family: verdana;
color:#c5d8b9;
padding:2px;}

/* お問い合わせ */
textarea,input,select {
	border:1px solid #8b9b97;
	background-color: #f3f3f3;
	font-size: 12px;
	color: #464646;
}

.but {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background-color: #ffffff;

}


/* メールフォームcgi（mail22）の上部タイトルなど */
.ttl{font-size:14px;
font-family: verdana;
color:#ffffff;}

form{margin:1px;}

/* 基本設定 */
