@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
li {
	list-style:none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFFFFF;
}
a:focus{
	outline:none;
}
/*  */
#container #bunka-content {
	width:700px;
	height:auto;
	margin:20px auto 0px auto;
}
#container #bunka-content #left {
	float:left;
	width:460px;
	height:auto;
}
#container #bunka-content #left h4 {
	width:440px;
	padding:10px;
	font-size:12px;
	line-height:150%;
	color:#333333;
	font-weight:normal;
	text-align:justify;
	text-justify:inter-ideograph;
}
#container #bunka-content #left ul {
	list-style:none outoside;
	margin-top:5px;
	margin-bottom:10px;
}
#container #bunka-content #left li {
	background:url(../img/section-img/dtp/arrow0608.gif) no-repeat 7px 2px;
	padding-left:25px;
	width:440px;
	font-size:12px;
	line-height:150%;
	color:#333333;
	font-weight:normal;
}
#container #bunka-content #left p.print {
	text-align:center;
}
#container #bunka-content #right {
	float:right;
	width:220px;
	height:600px;
}
#container #bunka-content #right h3 {
	width:220px;
	font-size:14px;
	color:#990000;
	font-weight:600;
	padding-top:10px;
	border-bottom:solid 1px #999999;
	text-align:center;
}
#container #bunka-content #right h4.year {
	font-size:12px;
	color:#990000;
	font-weight:600;
	padding-top:10px;
}
#container #bunka-content #right h4.matter {
	font-size:12px;
	color:#333333;
	line-height:130%;
	font-weight:normal;
	padding-left:20px;
}
#footer {
	width:800px;
	height:20px;
	margin-top:20px;
	background-color:#002060;
}
#footer h6{
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}