/* CSS Document */
@charset "Shift_JIS";
@import url(header.css);

body {
	margin: 0; padding: 0;
	height: 100%;
	text-align: center;
}
#wrapper {
	position: relative;
	width: 755px;
	margin: 0 auto;
	text-align: left;
}

#contents {
 width: 755px;
}

#left {
 width: 200px;
 float: left;
}

#left_menu img {
 margin: 0;
}

#left .banner {
 width: 200px;
 margin: 10 4 0;
}
#left .banner img {
 margin-bottom: 2px;
}

#main {
 width: 545px;
 float: right;
}


/***** 更新履歴 *****/

#news_wrapper {
	background-color: #EBEDEB;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #E2E2E2;
	padding-left: 11px;
	padding-right: 11px;


}
#news_wrapper .head {
	width: 520px;
	margin: 0;

}
#news_box {
	margin-top: 0;
	background-color: #FFFFFF;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	padding: 4px;
	background-image: url(../image/news_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
.news_day {
	background-image: url(../image/news_day.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-top: 2px;


}
.news_naiyou {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	padding-left: 10px;

}
.news_naiyou_special {
	font-size: 12px;
	font-family: "Times New Roman", "Times", "serif", "ＭＳ Ｐゴシック", "Osaka";
	padding-left: 10px;
	line-height: 20px;
}
.news_naiyou_special_head {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
	line-height: 20px;
	color: #0066CC;

}
.news_naiyou_special_head_red {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
	line-height: 20px;
	color: #CC3300;

}
