@charset "utf-8";

/* 基本スタイル */
*{
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666666;/* 基本文字色 */
	line-height:18px;
	letter-spacing:1px;
	width:100%;
	background-color: #eee;
}
a { 
 color:#333333;
 text-decoration: none;  
}
a:link {
	color: #6666FF;
	text-decoration: none;
}
a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
 color: #FF0000;
	text-decoration: none;
}
p{
	margin:10px 0 10px 0px;
	line-height: 150%;
}
table{
	border:none;
	}
th{
	font-weight:normal;
	}
ul{
	list-style:none;
	margin:0;
	padding:0px;
}
img{
	border:0;
	vertical-align:top;
}
h1 {
}
h2 {
	font-size: 140%;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
h3 {
	font-size: 120%;
	color: #006600;
	margin-top: 10px;
	font-weight: normal;
}
/* 全体 */
#wrapper {
	text-align: left;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.sign {
	color: #FFFFFF;
	background-color: #999999;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 1px;
	margin-top: 5px;
	font-size: 10px;
}
.retune {
	text-align: center;
	margin-bottom: 10px;
}
.copy_right {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #666666;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 2px;
}

#footer
/* フッター */
{
	width:100%;
	margin-top: 15px;
	text-align: right;
}

