/*全ページ共通フォント*/
.style1 {
	font-size: 9px;
}
.style2 {
	font-size: 10px;
}
.style3 {
	font-size: 11px;
}
.style4 {
	font-size: 12px;
}
.style4 span{
	color: #ff0000;
	font-weight: bold;
}
.style5 {
	font-size: 14px;
}
body {
	color: #333333;
	background-color: #ff9900;
	text-align: center;
	vertical-align: middle;

}

h1, h2{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#header p{
	float: right;
	font-size: 10px;
	font-weight: normal;
}
#header a{
	font-size: 10px;
	font-weight: normal;
}
#header {
	text-align: left;
}
#NEW a{
	font-size: 10px;
}

#update a{
	color: #0000ff;
	text-decoration: none;
}
#update a:visited{
	color: #6633FF;
}
#update a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#update a:active{
	color: #ff6600;
}

/*サイトマップ*/
.sitemap{
	border: 2px solid #f90;
	margin-bottom: 5px;
	margin-left: 5px;
}
.sitemap td{
	font-size: 13px;
	padding-left: 10px;
}
.sitemap td dl{
	margin: 0 auto;
}
.sitemap dd{
	margin-left: 0;
}

/*携帯版ヌキなびの案内*/
.mobilecontents{
	font-size: 12px;
	background-color: #fff;
}
.mobilecontents p, .mobilecontents div{
	margin: 5px;
}
.mobilecontents .tips{
	letter-spacing: -0.1em;
	font-weight: bold;
	text-align: center;
	background-color: #f90;
	margin: 0;
}
.mobilecontents .outborder{
	border: 1px solid #f90;
}


/* 新着情報 */
.updateinfo h3, .updateinfo .lastmodify{
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #f00;
}
.updateinfo h3{
	float: left;
	width: 65%;
	padding-left: 13px;
	background: url("img/top/point/t01.png") no-repeat left center;
}
.updateinfo .lastmodify{
	float: right;
	width: 30%;
}
.updateinfo iframe{
	display: block;
	clear: both;
}


/*リンクアンカーのスタイル*/
a{
	color: #00f;
	text-decoration: none;
}
a:visited{
	color: #00f;
}
a:hover{
	color: #f00;
	text-decoration: underline;
}
a:active{
	color: #f00;
}


/*注意文*/
.caution{
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 0;
}