@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	font-size: 12px;
	background-image: url(img/back.gif);
	background-repeat: repeat;
}

#wrapper{
	width:800px;
	margin:0 auto;
	background: #FFF;
	
}
#hearer{
	width: 800px;
	height: 150px;
    overflow: hidden;
}
pank {
	background-color: #999;
	width: 800px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#pank table{
	width: 800px;
	height: 30px;
	background-color: #CCC;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	font-color: #000;
	
	
	}
#rink{
	color:#000
}
#logo {
	float: left;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	clear: left;
}
#logo2 {
	margin-bottom: 45px;
	margin-left: 90px;
}
#Image7 {
	margin-bottom: 45px;
	margin-left: 70px;
	overflow: hidden;
	width: 200px;
}


#globalnavi ul
   {
    width:800px;             /* リスト全体の幅 */
    height:50px;             /* リスト全体の高さ */
    list-style:none; 
    margin:0;
    padding:0;
	overflow:hidden        /* リストマークを無しにする */
}

/* 各項目 */
li
   {
    width:200px;             /* 項目の幅 */
    height:50px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
	overflow: hidden;
   }
 .news a
   {
	display: block;            /* リンク範囲をブロックに変換 */
	width: 100%;               /* リンク範囲（幅）をリスト項目範囲全て */
	height: 100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image: url(img/menu3_bottn.gif);   /* リンク範囲の背景画像設定 */
	background-position: 0px 0px;
	/* ★↑背景画像の（0px 0px）の位置★ */
	background-repeat: no-repeat;  /* 背景画像繰り返し表示しない */
	text-indent: -1000em;              /* リストの文字を枠外のずらす */
	text-decoration: none;             /* リストの下線を表示しない */
	padding: 0px;
	margin: 0px;
    }
.news a:hover
   {
	background-image: url(img/menu3_bottn.gif);    /* マウスが上に来た時の背景画像設定 */
	background-position: 0px -50px;
	float: left;
	margin-bottom: 0px;
                     /* ★↑背景画像の（0px -35px）に移動★ */
   }
.office a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(img/menu3_bottn.gif);/* リンク範囲の背景画像設定 */
    background-position:-200px 0px;
                     /* ★↑背景画像の（-200px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.office a:hover
   {
    background-image:url(img/menu3_bottn.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-200px -50px;
   }
.works a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(img/menu3_bottn.gif);/* リンク範囲の背景画像設定 */
    background-position:-400px 0px;
                     /* ★↑背景画像の（-200px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.works a:hover
   {
    background-image:url(img/menu3_bottn.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-400px -50px;
   }
.service a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(img/menu3_bottn.gif);/* リンク範囲の背景画像設定 */
    background-position:-600px 0px;
                     /* ★↑背景画像の（-200px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.service a:hover
   {
	background-image: url(img/menu3_bottn.gif); /* マウスが上に来た時の背景画像設定 */
	background-position: -600px -50px;
   }

#contents {
	margin: 0px;
	padding: 0px;
	width: 800px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	clear: both;
	overflow: auto;
	height: auto;
}
#sidenavi{
	width: 200px;
	overflow: hidden;
	height: auto;
}

#contents #sidenavi {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	height: 600px;
}
#contents #sidenavi p{
	font-size: 12px;
	background-color: #FFFFFF;
	height: auto;
	width: 155px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#contents #sidenavi a{
	text-decoration: none;
	color: #000;
	
}
#contents #main {
	background: #000
	margin: 0px;
	padding: 0px;
	width: 598px;
	float: right;
	overflow: hidden;
}
#main {
	float: right;
	height: 600px;
	width: 598px;
}

.main-03 {
	height: 250px;
	width: 600px;
    pointer-events:none;

}

.main-02{
	background: #000
	margin: 0px;
	padding: 0px;
	width: 600px;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
}
.box_1 {
	float: left;
	font-size: 12px;
	margin-left: 250px;
	margin-top: 10px;
	padding-bottom: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#box_2 {
	float: left;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 50px;
	margin-bottom: 10px;
	pointer-events: none;
	color: #000;
}
.box_3 {
	float: left;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 10px;
	padding-bottom: 50px;
}
.saido {
	width: 240px;
	height: 250px;

}
.hidri0{
	width: 360;
	height: 250;
	float: right;
	margin-top: 0px;
	
	}
#h-box {
	float: left;
	height: 250px;
	width: 215px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 12px;
	padding-top: 20px;
	line-height: 25px;
	pointer-events: none;
	color: #000;
}
#h-box p {
	float: left;
	height: 250px;
	width: 230px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 12px;
}
#m-box{
	float: right;
	width: 360px;
	height: 250px;
	font-size: 15px;
	padding-left: 5px;
	margin-top: 25px;
	margin-right: 5px;
	pointer-events: none;
	color: #000;
	margin-left: 5px;
	}
#m-box p{
	font-size: 12px;
	line-height: -30px;
	}

.box_5 {
	width: 360px;
	height: 240px;
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

#contents #main boxContainer {
	background: #000
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 20px;
	width: 600px;
	float: left;
	font-size: 16px;
}

.p1{
	font-size: 14px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}


#contents #sidenavi{
	background-color: #ccc;
	padding: 0px;
	
	width: 200px;
	overflow:hidden
}
#box7{
	height: 550px;
	width: 20px;
	background-color: #000099;
	margin-top: -550px;
	display: block;
	float: left;
	margin-left: 21px;
  	pointer-events:none;
}
#box8{
	height: 500px;
	width: 20px;
	margin-top: 500px;
	display: block;
	float: left;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
    pointer-events:none;
}
.main-02 p{
	margin-left: 25px;
	margin-top: 30px;
	
	}
.box1 {
	float: right;
	width: 460px;
	margin-left: 15px;
	font-size: 12px;
	height: 350px;
	padding-top: -10px;
	margin-top: -10px;
	}
.second {
	height: 320px;
	width: 600px;
}
#rnku{
	pointer-events:none;
	}


.box4{
	float: left;
	margin-top: 10px;
	text-align: center;
	height: 18px;
	width: 150px;
	overflow: hidden;
	line-height: normal;
	clear: both;
	clear: both;
	margin-left: 90px;
	text-decoration: none;
	font-size: 14px;
	}
.box4 a{
	text-decoration: none;
	font-size: 14px;
	width: 150px;
	height: 18px;
	}
.box5 {
	width: 500px;
	font-size: 12px;
	height: 480px;
	margin-top: 0px;
	float: left;
	margin-left: 80px;
	}
.box_05 {
	height: 240px;
	width: 360px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	
	}
.box_05 a{
	font-size: 16px;
	margin-left: 250px;
	height: 240px;
	width: 360px;
	float: left;

}
	.box5 p{
	font-size: 16px;
	width: 500px;
	height: 400px;
	}
.box6{
	font-size: 14px;
	color: #000;
	width: 175px;
	float: right;
	margin-top: 120px;
	margin-left: 300px;
	margin-right: 40px;
	padding-left: 50px;
	padding-top: 0px;
	margin-bottom: 0px;
	height: 25px;
	display: block;
	
}
.box6 a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
	margin-left: 30px;
	}
#footer{
	width: 800px;
	height: 38;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #CCC;
	height: 38px;
	margin-top: 0px;
	padding-top: 0px;
	overflow: hidden;
	text-decoration: none;
}


#footer p{
	margin-top: 5px;
	padding-top: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #000;
}

#main-features {
	height: 25px;
	overflow: hidden;
	text-decoration: none;
}
