body,div,th,td,p,ul,ol,li,dd,dl,dt,form,h1,h2,h3,h4,h5,h6 {
	margin : 0;
	padding : 0;
	border: 0;
	zoom : 1;
}
html {
	overflow-y:scroll;
}
body {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	background: url(../images/bg_body.gif) repeat-y 770px;
}
td {
	vertical-align: top;
}
th {
	text-align: left;
}
h1 {
	padding-bottom: 6px;
}
h2 {
	padding-bottom: 5px;
}
h3 {
	padding-bottom: 15px;
}
h4{
	padding-bottom: 10px;
}
a img {
	border-style: none;
	border-width: 0px;
}


/*　　レイアウト　　*/
#mainframe {
	width: 770px;
}
#navibar {
	width: 185px;
	padding-left: 15px;
	background: url(../images/bg_navibar.gif) repeat-y 15px;
	padding-right: 15px;
}
#contents {
	background: #FFFFF3 url(../images/bg_contents-top.gif) no-repeat;
	padding-top: 18px;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.groups {
	padding-bottom: 30px;
}
.image2 {
	margin-left: 15px;
}


/*　　テキスト　　*/
.txt1 {
	font-weight: bold;
}
.txt2 {
	color: #FF0000;
}
.txt3 {
	color: #FF7E30;
}
.txt4 {
	font-weight: bold;
	color: #FF7E30;
}
.txt5 {
	color: #FF3E2F;
}
.txt6 {
	color: #128100;
}


/*　　ナビゲーションボタン　　*/
#navi {
	list-style: none;
	background: url(../images/bg_navi-top.gif) no-repeat;
	padding-top: 25px;
	padding-left: 9px;
}
#navi li img {
	vertical-align:top;
}


/*　　リンクエリアコメント　　*/
#info {
	padding-top: 12px;
	padding-bottom: 50px;
}


/*　　テキストリンク　　*/
a:link {
	color: #008AFF;
}
a:visited {
	color: #910A60;
}
a:hover {
	color: #A9D8FF;
}
a:active {
	color: #008AFF;
}


/*　　PAGETOP ボタン　　*/
#pagetop {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 15px;
}


/*　　フッター　　*/
#foot {
	color: #787878;
	background: url(../images/foot.gif) no-repeat;
	padding-top: 40px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 30px;
}