﻿@charset "UTF-8";

/* 共通 */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	background-color: #000013;
}

a img {
	border: none;
}

a:link,
a:visited {
	color: #900;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #900;
	text-decoration: none;
}

.clr {
	clear: both;
}

ul {
	list-style: none;
}

#access-analys,
#access-analys2,
#access-analys3 {
	display: none;
}



#news {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 20px;
}

#chapter {
	width: 572px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("../news/images/news_title.jpg");
	background-repeat: no-repeat;
	margin: 20px auto 20px;
}

.mark {
	width: 572px;
	margin: 0 auto 10px;;
}

.item {
	font-size:14px;
	line-height: 24px;
	width: 530px;
	padding: 0 21px;
	margin: 0 auto 30px;
/*
	background-image: url("../news/images/line.gif");
	background-repeat: repeat-x;
	background-position: center bottom;
*/
}

.item a {
	color: #e7c27c;
}

.item .notice {
	color: #ff0033;
	font-weight: bold;
}

#close {
	margin: 30px 0 0;
	text-align: center;
}

#close a {
	color: #e7c27c;
}

/*
 * フッター
 */
#footer {
	font-size: 12px;
	line-height: 16px;
	color: #e5bf7a;
	text-align: center;
	width: 600px;
	margin: 35px auto 0;
}


