/* CSS Document */
* {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
.yerrow_r {
	color: #FF3300;
	background-color: #FFFF33;
}
.red {
	color: #FF3300;
}
p,dt,dd,li,td {
	font-size: 80%;
	color: #505050;
	line-height: 18px;
}
.line {
	clear: left;
}
/* Header
*******************************************************************************/
#head {
	background-image: url(../img/head.jpg);
	height: 92px;
	width: 728px;
	margin: auto;
	position: relative;
}
#head h1 {
	position: absolute;
	left: 18px;
	top: 11px;
}
#head #login {
	position: absolute;
	left: 580px;
	top: 48px;
}
/* カラム設定
/*******************************************************************************/
#body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	margin: auto;
	width: 693px;
	padding: 5px 18px 30px 17px;
}
#left {
	float: left;
	width: 460px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#right {
	float: right;
	width: 210px;
	padding-top: 10px;
}
#foot {
	clear: left;
	width: 720px;
	margin: auto;
	background-image: url(../img/bg_foot.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#left2 {
	width: 230px;
	float: left;
}
#center {
	width: 220px;
	float: left;
	padding-left: 20px;
}
#right2 {
	width: 220px;
	float: right;
	padding-bottom: 40px;
}

/*******************************************************************************/
#body #left p {
	padding: 1px;
}
#body #left #topics {
	padding-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
#body #left #topics dt {
	float: left;
	width: 60px;
}
#body #left #topics dd {
	float: left;
	width: 360px;
}
#body #left #topics dl {
	padding-bottom: 10px;
}

h2 {
	background-image: url(../img/bg_midashi.gif);
	height: 20px;
	width: 419px;
	font-size: 85%;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#left h3 {
	font-size: 75%;
	color: #333333;
}
#foot #menu {
	position: absolute;
	left: 350px;
	width: 380px;
	top: -20px;
}
#foot #menu li {
	float: left;
	padding-right: 10px;
}

#left2 .box1 {
	border: solid #FF9900 1px;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #FFF9DD;
}

.box1 h3 {
	background-image: url(../img/bg_midashi2.gif);
	height: 20px;
	width: 190px;
	font-size: 85%;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#left dl {
	height: 120px;
	overflow: scroll;
	width: 430px;
}
.box1 hr {
	width: 180px;
}
