﻿@charset "utf-8";
@import  "./import/format.css";
@import  "./import/in_style.css";
@import  "./import/link_style.css";
@import  "./import/main.css";

/*****************************************
コンテンツ
*****************************************/
#Left_container h2 {
	width: 630px;
	height: auto;
	margin: 0 auto 15px;
	clear: both;
}

#Left_container h3 {
	width: 630px;
	height: auto;
	margin: 40px auto 20px;
	clear: both;
}

#Left_container p {
	width: 620px;
	height: auto;
	margin: 20px auto;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	clear: both;
}

.newsbox {
         width : 600px;
          border: 2px solid #FF0000;
          padding:10px

}