/* CSS Document */
/* リセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}
img { vertical-align: bottom; }
textarea { font-size: 100%; }
hr { display: none; }
/* リンク */
a {text-decoration:none;}
a:link {color:#666666;}
a:visited {color:#999999;}
a:active {color:#B9E8E4;}
a:hover {color:#99DED7;}
/* 全体 */
body {
	background: #fff;
	font: 11px/2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	letter-spacing: 3px
}
.red {
	color: #D71023;
	font-size: 10px;
}
.blue {
	color: #4C6078;
	font-size: 10px;
}


.top {
	text-align: right;
}


#news {
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#news ul,#news ol,#news ul {
	padding-bottom: 5px;
}
#news h1 {
	text-align: center;
	margin-bottom: 10px;
}
#news h2 {
	color: #999999;
	padding-top: 10px;
	padding-bottom: 5px;
	font: 14px "Courier New", Courier, mono;
}
#news_list {
	padding: 5px 0px 5px 5px;
	margin-bottom: 20px;
}
#news_list ul li {
	font-size: 10px;
	color: #666666;
	padding: 10px;
	border-bottom: 2px dotted #DFF4F2;
	margin-right: 8px;
	line-height: 15px;
}
#news_list ul li span {
	font-weight: bold;
	margin-right: 12px;
}
#news_contents1 {
	background: #FBFBFB;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 0px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 0px solid #DFDFDF;
}

#news_contents1 h2 {
	padding-bottom: 10px;
}
#news_contents1 h3 {
	padding-bottom: 10px;
}
#news_contents1 p {
}
#news_contents1 #disc {
	padding: 10px;
}
#news_contents1 #disc img {
	float: left;
	margin-right: 20px;
}
#news_contents1 #disc h4 {
	padding-bottom: 10px;
	color: #669966;
	font-size: 12px;
	font-weight: normal;
}
#news_contents1 #disc h5 {
	font-weight: bold;
	padding-bottom: 5px;
}
#news_contents2 {
	background: #FBFBFB;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 0px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 0px solid #DFDFDF;
}

#news_contents2 h2 {
	padding-bottom: 10px;
}
#news_contents2 p {
	margin-left: 10px;
}
#news_contents2 #disc {
	padding: 10px;
}
#news_contents2 #disc img {
	float: left;
	margin-right: 20px;
}
#news_contents2 #disc h4 {
	font-weight: normal;
	padding-bottom: 10px;
	color: #FF8080;
	font-size: 12px;
}
#news_contents2 #disc h5 {
	font-weight: bold;
	padding-bottom: 10px;
}
#disc {
	padding: 10px;
}
#disc img {
	float: left;
	margin-right: 20px;
}
#disc h4 {
	font-weight: bold;
	padding-bottom: 10px;
}
#disc h5 {
	font-weight: bold;
	padding-bottom: 10px;
}
#profile {
	padding: 10px;
	width: 500px;
}
#profile img {
	float: left;
	margin-right: 20px;
}
#profile h2 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 12px;
}
.right {
	text-align: right;
}
#news_contents3 {
	background: #FBFBFB;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 0px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 0px solid #DFDFDF;
}
#news_contents1 #disc img.r {
	float: right;
}
