@charset "utf-8";
/* CSS Document */

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

h3{
	margin: 0 0 40px 0;
}

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

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

div#block-B {
	margin-top:80px;
}

div#block-C {
	margin-top:80px;
}

p.main_text1{
	margin-bottom:1em;
	font-size: 20px;
	color:#F00;
	font-weight: bold;

}
p.main_text2{
	margin-bottom:1em;
	font-size: 14px;
	color:#00F;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

span.red{
	color:#ff0000;
}
span.pink{
	color:#ff0099;
}

span.bold1{
	font-weight: bold;
}

span.green{
	color:#339933;
}
span.blue{
	color: #3300ff;
}
span.redorange{
	color: #cc3300;
}

span.size26{
	font-size: 26px;
}

#left-contents{
	float:left;
	width:210px;
	text-align:left;
	display: inline;
}

.left_list ul li{
	list-style-type:none;
	font-size:13pt;
	height:34px;
}

#right-contents{
	border-left:dotted #000 1px;
	float:right;
	width:510px;
	text-align:left; 
	height:640px;	
	overflow:auto;
	display: inline;
}


.center_left{
	margin:0 0 40px 10px;
	float:left;
    width:110px;   
	text-align:right;
}

.center_right{
	margin:0 20px 40px 0;
	float:right;
    width:340px;
	text-align:left;
}

.media_header{
	font-weight: bold;
	color:#808000;
	margin:0 0 10px 10px;
	text-align:left;
	font-size: 16px;
	clear:both; 
}

#block-A a:link {color:blue; text-decoration:none;}
#block-A a:visited {color:blue; text-decoration:none;}
#block-A a:hover {color:red; text-decoration:none;}