/* -------------------- バックナンバー -------------------- */
#style01{
	width: 720px;
	margin: 20px auto;
	text-align: center;
}
#style01 h3{
	text-align: left;
	color: #f00;
	font-size: 14px;
}
#style01 ul{
	text-align: left;
	line-height: 150%;
	margin: 10px 30px;
	list-style-type: circle;
}
#style01 a:link,#style01 a:visited{
	text-decoration: none;
	color: #00f;
}
#style01 a:hover,#style01 a:active{
	text-decoration: underline;
	color: #f00;
}

/* -------------------- 02 サイトの利用条件 -------------------- */
#style12{
	width: 720px;
	margin: 20px auto;
	text-align: center;
}
#style12 h3{
	text-align: left;
	font-size: 14px;
}
#style12 div{
	margin: 10px auto;
	text-align: center;
	width: 700px;
}
#style12 div h4{
	margin-top: 20px;
}
#style12 div h4,#style12 div p{
	text-align: left;
	line-height: 150%;
	font-size: 85%;
}
#style12 table{
	width: 600px;
}
#style12 td{
	padding: 10px;
	line-height: 150%;
	vertical-align: middle;
}
/* --------2009/01/27　追加　-------------- */

#style12 a:link,#style12 a:visited{
	text-decoration: underline;
	color: #00f;
}
#style12 a:hover,#style12 a:active{
	text-decoration: underline;
	color: #f00;
}
/* -------------------- 03 サイトマップ -------------------- */
#style03{
	width: 720px;
	margin: 20px auto;
	text-align: center;
}
#style03 h3{
	width: 700px;
	text-align: left;
	margin: 20px auto 0;
}

#style03 table{
	width: 700px;
	margin: 20px auto;
}
#style03 table td{
	width: 50%;
}
#style03 h4,#style03 h5{
	margin: 15px 0 5px;
	text-align: left;
	font-size: 14px;
	color: #e60012;
	font-weight: bold;
}

#style03 ul{
	margin-bottom: 1em;
	line-height: 150%;
	list-style: none;
}
#style03 li{
	background: url(img/list01.jpg) top left no-repeat;
	padding-left: 15px;
	margin-left: 1em;
	text-align: left;
	font-size: 14px;
}
#style03 div{
	margin: 2em auto;
	line-height: 150%;
	text-align:left;
}

#style03 a:link,#style03 a:visited{
	text-decoration: none;
	color: #00f;
}
#style03 a:hover,#style03 a:active{
	text-decoration: underline;
	color: #f00;
}

/* -------------------- link button -------------------- */
.button{
	text-align: left;
	margin: 5px 20px;
	line-height: 150%;
}
.button a{
	background: url(img/bg_button.jpg) top left no-repeat;
	padding-left: 12px;
	text-align: left;
	font-size: 12px;
}
.button a:link,.button a:visited{
	color: #f60;
	text-decoration: none;
}
.button a:active,.button a:hover{
	color: #f00;
	text-decoration: underline;
}