body,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6,td,th,form {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
li {
	list-style-type: none;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}

body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒ?ギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	background-image: url(../common/bg.gif);
	background-repeat: repeat;
	background-position: center;
	text-align: center;		/* WinIE用セ?タ??グ */
	margin: 20px 0px;
}

/* フォ?ト関連 */
.f1 {
	font-size: 70%;
	line-height: 120%;
}
.f2 {
	font-size: 80%;
	line-height: 130%;
}
.f3 {
	font-size: 100%;
	line-height: 130%;
}
.f4 {
	font-size: 120%;
	line-height: 110%;
}
.b {
	font-weight: bold;
}

a:link {
	color: #ff3366;
}
a:visited {
	color: #ff3366;
}
a:hover {
	color: #ff3366;
}
a:active {
	color: #0000FF;
}

.bg {
	width: 704px;
	text-align: left;		/* WinIE用セ?タ??グ戻し */
	margin: 0 auto;			/* WinIE以外用セ?タ??グ */
	background-image: url(../common/note-type.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #000000;
}
.main {
	padding: 30px 30px 12px 30px;
}

#menu {
	margin-bottom: 2px;
}
#menu li {
	display: inline;
}

#footer {
	padding-top: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align:center;
}

#copyright {
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding: 3px;
}
