@charset "Shift_JIS";

/*--- ブラウザ初期化 ---*/
* {
	margin:0;
	padding:0;
}
/* 共通 ---------------------------------------------- */
body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/back_color.gif);
	background-repeat: repeat;
}
td{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

#wrapper {
	width: 704px;
	background-color: #FFFFFF;
	background-image: url(../images/back_color2.gif);
	background-repeat: repeat-y;
}
#header {
	width: 700px;
	margin: 0px;
	padding:10px;
}
#contents {
	width: 700px;
	margin: 0px;
	padding:0px;
}
#menu {
	width: 150px;
	margin: 0px;
	padding:0px;
	float: left;
  
  
}

#main {
	width: 510px;
	margin: 0px;
	padding:0px;
	float: right;
}

.clear {
	clear: both;
}

h1 {
  position: absolute;
  left: -999px;
  width: 990px;
}
h2 {
	line-height: 1.2em;
        font-size: 12px;
	list-style-type: none;
	margin: 10px 0px 10px 0px;
}
h3 {
	line-height: 1.2em;
        font-size: 12px;
	list-style-type: none;
	margin: 20px;
}
h4 {
	line-height: 1.3em;
        font-size: 18px;
	list-style-type: none;
	margin: 10px;
}
h5 {
	line-height: 1.4em;
        font-size: 24px;
	list-style-type: none;
	margin: 0px;
}

/* フッター ---------------------------------------------- */
#footer{
	width: 700px;
	margin: 0px;
	padding:0px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 24px;
}

/* メニュー　---------------------------- */
#menu ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#menu li {
	position: absolute;
	left: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	text-indent: -999px;
}

#menu li a {
  text-decoration: none;
  display: block;
	margin: 0;
	padding: 0;
  width: 150px;
  height: 30px;
}

#menu li#menu1 {
	top: 140px;
	background: url(../images/menu.gif) 0px 0px;
}
#menu li#menu2 {
	top: 170px;
	background: url(../images/menu.gif) 0px -30px;
}
#menu li#menu3 {
	top: 200px;
	background: url(../images/menu.gif) 0px -60px;
}
#menu li#menu4 {
	top: 230px;
	background: url(../images/menu.gif) 0px -90px;
}
#menu li#menu5 {
	top: 260px;
	background: url(../images/menu.gif) 0px -120px;
}
#menu li#menu6 {
	top: 290px;
	background: url(../images/menu.gif) 0px -150px;
}
#menu li#menu7 {
	top: 320px;
	background: url(../images/menu.gif) 0px -180px;
}
#menu li#menu8 {
	top: 350px;
	background: url(../images/menu.gif) 0px -210px;
}
#menu li#menu9 {
	top: 380px;
	background: url(../images/menu.gif) 0px -240px;
}

#menu li#menu1 a:hover{
	top: 140px;
	background: url(../images/menu.gif) -150px 0px;
}
#menu li#menu2 a:hover {
	top: 170px;
	background: url(../images/menu.gif) -150px -30px;
}
#menu li#menu3 a:hover {
	top: 200px;
	background: url(../images/menu.gif) -150px -60px;
}
#menu li#menu4 a:hover {
	top: 230px;
	background: url(../images/menu.gif) -150px -90px;
}
#menu li#menu5 a:hover {
	top: 260px;
	background: url(../images/menu.gif) -150px -120px;
}
#menu li#menu6 a:hover {
	top: 290px;
	background: url(../images/menu.gif) -150px -150px;
}
#menu li#menu7 a:hover{
	top: 320px;
	background: url(../images/menu.gif) -150px -180px;
}
#menu li#menu8 a:hover{
	top: 350px;
	background: url(../images/menu.gif) -150px -210px;
}
#menu li#menu9 a:hover{
	top: 380px;
	background: url(../images/menu.gif) -150px -240px;
}

/* トップページ・メイン（右側）----------------------------- */

.tb {
	padding: 0px;
	width: 290px;
	margin: 50px 10px 20px 200px;
}

#main li {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF9900;
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 10px;
	line-height: 1.5em;
	margin: 5px;
	border-top-style: none;
}
.top_main_img1 {
	position: absolute;
	top:80px;
	left: 150px;
}
#main li {
	list-style-type: square;
	line-height: 1.5em;
	margin-left: 20px;
	padding-left: 5px;
}

/* トップページ・メニュー下側 ------------------------------------------ */
.top_menu_img1 {
	position: absolute;
	left: 0px;
	top: 440px;
	 border="0";
}

.top_menu_img2 {
	position: absolute;
	left: 0px;
	top: 510px;
}

/* サブページ----------------- */
.sub_p {
	padding: 10px 10px 0px 10px;
}
.sub_td {
	margin: 10px;
	padding: 0px;
	width: 480px;
}
