@charset "utf-8";

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

img {
	border:none;
}

a:link {
	color:#222222;
	text-decoration:underline;
}

a:visited { color: #7e7e7e;
}

a:hover {
	color: #7e7e7e;
	text-decoration:none;
}
a:active {
	color: #7e7e7e;
	text-decoration:none;
}

body,p,h1,h2,h3,h4,dl,dt,dd,img,strong,em,form{
	font-size:100%;
	font-style: normal;
	list-style: none;
	margin:0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	background:#FFF;
	font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	color:#000000;
	line-height:1.6;
}


#wrap{
	width:640px;
	margin:20px auto;
	overflow:auto;	
	overflow:hidden;
	background:#f2f2f2;
	font-size:80%;
}

#wrap h1 {
	font-size:140%;
	margin:15px 30px 10px 30px;
}

#wrap p {
	padding:0 0 10px 0;
}


.textArea{
	width:560px;
	height:220px;
	background:#fff;
	margin:0 auto 15px auto;
	padding:20px;
	overflow:auto;
	font-size:85%;
	font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	color:#666666;
}

.textArea h2{
	font-size:120%;
	color:#222222;	
	margin:5px 0 10px 0;
}

.textArea h3{
	font-size:120%;
	color:#222222;	
	margin:5px 0 10px 0;
}


#wrap .news_list {
	width:inherit;
	margin:0;
	padding:0;
}

#wrap .news_list dt{
	font-weight:bold;
	padding:0;
	color:#222222;
}


#wrap .news_list dd{
	margin:0 0 10px 0;
}


#pg_navi {
	width:600px;
	font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	font-size:80%;
	margin:0 auto;
	padding:0;
}

#pg_navi .left {
	width:200px;
	float:left;
	text-align:left;
}

#pg_navi .center {
	width:200px;
	float:right;
	text-align:center;
	padding:0;
}

#pg_navi .center a {
	background:#222222;
	color:#FFFFFF;
	padding:3px 10px;
	text-decoration:none;
}

#pg_navi .center a:hover {
	background:#666666;
}

#pg_navi .right {
	width:200px;
	float:right;
	text-align:right;
}
