/* ■ブラウザスタイルの初期化■ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	display: inline;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* ■リンクテキスト(a)■ */

a:link {
	color: #686868;
	text-decoration: none;
}
a:visited {
	color: #8c8c8c;
	text-decoration: none;
}
a:hover {
	color: #8f8f8f;
	text-decoration: underline;
}
a:active {
	color: #8f8f8f;
	text-decoration: underline;
}

/* ■ニュース詳細表示■ */

.news {
	line-height: 2;
}

.news h2 {
	font-size: 150%;
}

/* ■プライバシーポリシー■ */

.privacy h3 {
	font-size: 140%;
	color: navy;
	font-weight: bold;
}

.privacy h4 {
	color: navy;
	font-weight: bold;
}

/* ■文書本体 (body)■ */

body {
	color: #666666;
	background: #FFFFFF url(../images/header_bg.gif) repeat-x;
	font-size: 75%;
}

/* ■全体のコンテナ■ */

div#wrapper {
	width: 930px;
	margin: 0px auto 0px auto;
}

div#footer {
	width: 100%;
	background: #EEEEEE;
	margin: 10px auto 10px auto;
}

/* ■カテゴリー表示■ */

.category h2 {
	font-size: 120%;
	color: #0066CC;
	display: inline;
	font-weight: bold;
}

.category a:link {
	color: #0066CC;
	text-decoration: none;
}
.category a:visited {
	color: #0066CC;
	text-decoration: none;
}
.category a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.category a:active {
	color: #0066CC;
	text-decoration: underline;
}

/* ■ページャー■ */
.pagination{
	clear: both;
	text-align : center;
	margin-bottom: 10px;
}

.pagination a{
	color:#627ba4;
}

.pagination a:hover{
	color: white;
	background : #8d9bba;
}

.pager-current{
	height: 1px;
	border : 1px solid #CED5E1;
	color : #39546A;
	background : #E2E5EA;
	margin : 0 2px;
	padding : 1px 4px;
}

.pager-num{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

a.pager-num {
	color : #39546A;
}

a.pager-num:hover{
	color: white;
	background : #8d9bba;
}

.pager-last{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

.pager-first{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

.pager-last,.pager-first{
	padding : 1px 4px;
}
