/*---全体の設定---*/
*{
	color: #333;
	font-size: 10px;
	font-family: Verdana,Osaka, "ＭＳ　Ｐゴシック";
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	text-align: center;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

/*---リンクの設定---*/
a{
	text-decoration: none;
}

a:link,a:visited{
	color: #c66;
}

a:hover,a:active{
	color: #fff;
	background-color: #c66;
}

li {
	list-style-type: none;
}

img{
	border: none;
}

h1,h2,h3,h4{
	font-weight: normal;
}

/*---サイト名部分---*/
h1{
	font-size: 24px;
	font-family: "Century Gothic", "ＭＳ Ｐゴシック";
}

/*---ページのタイトル部分---*/
h2{
	color: #333333;
	font-size: 24px;
	font-family: "Century Gothic", "ＭＳ Ｐゴシック";
	border-bottom: 1px solid #333;
	margin-top: 30px;
	line-height: 20px;
}

/*---全体のテーブル---*/
.main_table {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*---メニューの設定---*/
#menu{
	text-align: right;
	height: 170px;
	width: 160px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 10px;
}

#menu ul{
	list-style-type: none;
}

#menu li a{
	font-weight: bold;
	background: url(img/list_menu.gif) no-repeat 100% 1px;
	padding-right: 15px;
	line-height: 20px;
}

/*---テキスト部分の設定---*/
.text{
	width: 300px;
	text-align: left;
	padding: 20px 0;
	margin: 0 auto;
}

.text ul{
	list-style-type: none;
}

.text li{
	background: url(img/list.gif) no-repeat 0 4px;
	padding-left: 15px;
}

.text td.tab{
	background-color: #ffffff;
	padding: 3px 5px;
}

.image{
	padding-top: 20px;
	margin: 0 auto;
}
