
div {

}

#mybody {
	width: 600px;
	font-size: small;
}

img {
	border: none;
}

.osusume {
	width: 600px;
	height: 200px;
	margin-bottom: 10px;
}

.subnavi1 {
	width: 600px;
	height: 40px;
	margin-bottom: 10px;
}

.subnavi1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subnavi1 ul li {
	display: block;
	float: left;
	width: 300px;
}

.subnavi2 {
	width: 600px;
	height: 32px;
}

.subnavi2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subnavi2 ul li {
	display: block;
	float: left;
	width: 200px;
}

.box1 {
	clear: both;
	margin: 10px 0;
}

.news {
	float: left;
	width: 390px;
	line-height: 140%;
	font-size: small;

}

.news dl {
	margin-left: 10px;
}

.news dl dd, .news dl dt {
	margin-left: 0;
}

.news dl dd {
	margin-bottom: 0.5em;
}

.category {
	float: right;
	width: 200px;
}

.category ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.category li {
	height: 80px;
	margin: 5px 0;
}

#footer {
	height: 1.2em;
	background-image: url(bg_purple.gif);
	background-repeat: repeat-x;
}

h1 {
	font-size: medium;
	background-image: url(bg_h1_s.gif);
	background-position: left;
	padding-left: 20px;
	height: 24px;
	line-height: 24px;
}

.txtarea {
	padding: 10px;
}