/*新着情報トップページ*/

/*ボディタグ*/
body {
	background-color:#FFFFFF;
	font-size:12px;
}

div.form1{
	width:800px;
	height:189px;
	margin: 0%;
	padding: 6px 0px 0px 0px;
	line-height: 100%;
	border: 0px solid;
	border-color: #000000;
	background-color: #FFFFFF;
}

/*リンク*/
a:link { color:#0E335A; }
a:visited { color:#0E335A; }
a:hover { color:#0E335A; }

/*内容*/
.content {
	width:750px;
	height:30px;
	line-height: 30px;
	font-size:14px;
	background-color: #ECECEC;
	border-color: #ECECEC;
	color:#0E335A;
	margin: 0px 0px 2px 20px;
}
.content a{
	display: inline;
	color: #0E335A;
	text-decoration: none;
	line-height: 30px;
}
.content a:hover{
	color: #4FA5D3;
}

/*一覧ボタン*/
.list {
	width:90px;
	height:20px;
	line-height: 20px;
	font-size:12px;
	background-color: #ECECEC;
	border-color: #ECECEC;
	color:#0E335A;
	margin: 0px 0px 0px 665px;
	padding: 0px 5px 0px 10px;
	text-align: center;
}

.list a{
	display: block;
	color: #0E335A;
	text-decoration: none;
	line-height: 20px;
	background: url(../img/arrow_tag_list_navy.gif) no-repeat 5px 5px; 
	background-position:0pt;
}
.list a:hover{
	color: #4FA5D3;
	background: url(../img/arrow_tag_list_sky.gif) no-repeat 5px 5px; 
	background-position:0pt;
}

* html .list {
	width:105px;
	height:20px;
	line-height: 20px;
	font-size:12px;
	background-color: #ECECEC;
	border-color: #ECECEC;
	color:#0E335A;
	margin: 0px 0px 0px 665px;
	padding: 0px 10px 0px 10px;
	text-align: center;
}
* html .list a{
	display: block;
	color: #0E335A;
	text-decoration: none;
	line-height: 20px;
	background: url(../img/arrow_tag_list_navy.gif) no-repeat 5px 5px;
	background-position:0pt;
}
* html .list a:hover{
	color: #4FA5D3;
	background: url(../img/arrow_tag_list_sky.gif) no-repeat 5px 5px; 
	background-position:0pt;
}

span{
	margin: 0px 0px 0px 20px;
}
