@import url("style.css");
@import url("foot.css");
@import url("table2.css");
@import url("box.css");


/* 全体構造
---------------------------------------------------- */

html {
	overflow-y: scroll;
}



body {
	margin:0px auto 0px auto;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-z;
	text-align:center;

}




#wrapper {
	width: 100%;
	margin:0px auto 0px auto;
	text-align:left;

	}



img {
	border:0;
	}


/* リンク
---------------------------------------------------- */
a:link {
  color: #000000;
  background: transparent;
}
a:visited {
  color: #000000;
  background: transparent;
}
a:hover, a:active {
  color: #000000;
  background: transparent;
}




/* ページ本体
---------------------------------------------------- */


#header {
	margin:0px auto 0px auto;
	width: 980px;
	height:139px;

}


#header01 {
	margin:0px auto 0px auto;
	width: 980px;
	height:32px;

}

#header01_in {
	float:right;
	margin:0px auto 0px auto;
	width: 468px;

}

#header02 {
	margin:0px auto 0px auto;
	width: 980px;
	height:56px;

}



#mainimage {
	margin:0px auto 0px auto;
	width: 100%;
	height:400px;
	background-image: url(../images/main_image_bg.gif);
	background-repeat:repeat;
	text-align:center;

}



#mainarea {
	margin:0px auto 0px auto;
	width: 100%;
	background-image: url(../images/main_image_bg.gif);
	background-repeat:repeat;
	text-align:center;

}



#pagebody {
	margin:0px auto 0px auto;
	width: 980px;
	background-image: url(../image/waku02.gif);
	background-repeat:repeat-y;

}




/* コンテンツ1
---------------------------------------------------- */



#contents {
	margin:0px auto 0px auto;
	width: 980px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ ゴシック","verdana",  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  sans-serif;
	font-size: 95%;
	line-height: 150%;
	margin:0px auto 0px auto;
	color : #444444;
	text-align:left;

}


#contents2 {
	margin:0px auto 0px auto;
	width: 980px;
	text-align:left;

}


#contents2_left {

	margin:0px auto 0px auto;
	width: 980px;
	text-align:left;

}


#contents2_right {
	float:right;
	margin:0px auto 0px auto;
	width: 635px;
	text-align:left;

}



/* リスト表示
---------------------------------------------------- */


ul.menu {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.menu li.lili{
float: left;
width: 33%;
text-align: left;
	border-right-style: solid;
	border-right-color: #c4c4c4;
	border-right-width: 1px;
}


ul.menu li{
float: left;
width: 33%;
text-align: left;

}




/* 画像表示位置
---------------------------------------------------- */

.middle {
	vertical-align:middle;
}



