/* インデックスページ */
/* 左の内容 */
#left {
	width: 150px;
	float:left;
	margin:10px 0;
	background-color: #fff;
}
#left h1 {
	padding: 0.2em 2em;
	font-size: 13px;
	font-weight: bold;
	color: #0068b7;
	background-color: #ffccff;
}
#left p {
	padding: 7px;
	text-decoration: none;
	font-size: 12px;
	color: maroon;
	border: outset 4px #fff;
	background-color: #ffe6e6;
	text-align: center;
}
#left a:hover p{
	border: inset 4px #fff;
}

/* 中央の内容 */
#middle {
	width: 468px;
	float: left;
	margin: 10px;
	padding: 0;
	background-color: #fff;
}
#whatsnew {
	border: solid 1px gray;
}
#whatsnew table {
	line-height: 1.5;
	font-size: 90%;
}
#whatsnew_title {
	margin:0;
	padding:3px;
	background-color:#dcdcdc;
	color:#696969;
	font-weight:bold;
}
#whatsnew th {
	font-weight: normal;
	width: 80px;
	text-align: left;
	vertical-align: top;
}
#history {
	margin-top: 10px;
	border: solid 1px gray;
}
#history table {
	line-height: 1.5;
	font-size: 88%;
}
#history_title {
	margin:0;
	padding:3px;
	background-color:#dcdcdc;
	color:#696969;
	font-weight:bold;
}
#lastupdate {
	margin: 10px 0;
	text-align: right;
}

/* 右の内容 */
#right{
	width: 160px;
	float: right;
	background-color: #fff;
	margin-top: 10px;
}
#right h1 {
	padding: 0.2em 2em;
	font-size: 13px;
	color: #fff;
	background-color: silver;
}
#right p {
	width: 156px;
	margin: 2px 0;
	text-align: center;
	border: outset 2px #fff;
	font-weight: bold;
	font-size: 12px;
}
#right a {
	text-decoration: none;
}
#link_mhlw {
	padding: 10px 0;
	background-color: lavender;
}
#mhlw_ph {
	padding: 7px 0;
	background-color: lavender;
	text-align: center;
}
#mhlw_ph a {
	color: #44a;
}
#mhlw_mw {
	padding: 7px 0;
	background-color: #daf2da;
}
#mhlw_mw a {
	color: #4a4;
}
#right p.noborder {
	border-style: none;
	background-color: #fff;
	height: 40px;
}
#right p.innerlink {
	background-color: #daf2da;
	padding: 15px 0;
}
.pagetop {
	clear: both;
	padding: 5px;
	text-align: right;
}

