@import "common.css";

div#main{
	width:730px;
	padding:20px 0 0 20px;
}
h1.title{
	padding:70px 0 0 0;
}
h2{
	font-size:30px;
	line-height: 100%;
	margin-bottom: 40px;	
}

h3{
	font-size:24px;
	line-height: 100%;
	margin-bottom: 40px;	
	text-align:center;
}

h4{
	text-decoration:underline;
	font-size: 20px;
	margin-bottom: 10px;
}

* html div.title{
	width:714px;
}

ul.QandA li {
	list-style-type: disc;
	font-size: medium;
	margin-top: 5px;
}
div.block-Aleft{
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}

div.block-Aleft ul li{
	margin-bottom:60px;
	list-style-type: none;
}

div.block-Aright{
	float:right;
	padding-right:50px;
	margin-bottom:30px;
	width:400px;
	text-align: left;
}
div#block-B {
	margin-top:50px;
	clear: both;
}

/* not IE */
html>/**/body div#block-B {
	padding-top:80px;
	clear: both;
}

div#block-B p{
	margin:0 30px 1em 10px;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

ul.news_pic{
	margin:0 0 0 30px;
}

ul#fes{
	margin-left:100px;
	width:600px;
	list-style-type:none;
}
ul#fes li{
	list-style-type:none;
	float:left;
}
ul#fes li#fes_text{
	padding:10px 0 0 80px;
	list-style-type:none;
}

.borderline{
	margin:20px 0 0 100px;
}
.block_footer{
	margin:auto;
	clear:both; 
}
p{
	margin-bottom:1em;
	font-size: 14px;
}	
/* ================================================================ 
   font decolation
=================================================================== */
span.red{
	color:#ff0000;
}

span.blue{
	color:blue;
}
span.bold1{
	font-weight: bold;
}


