
/* 共通 */
body {
 text-align: left;
 background-color: #EFEFBF;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 5px;
 }

#outline {
 width: 990px;
 text-align: left;
 margin: 0 auto;
 }

.c-both { clear: both; }

/* トップページ */
.main {
 width: 770px;
 float: right;
 }

.side {
 width: 215px;
 float: left;
 border-right: 1px solid #000000; /* 右ボーダーの一括指定 */
 }

table.margin {
 margin-bottom: 10;
 }

/* メインタイトル */
.main_title {
	float: center;
	font-size: 32px;
	font-weight: bold;
	color: #3366CC;
	text-align: center;
 }

/* サブタイトル */
.sub_title {
	float: center;
	margin-left: 5;
	margin-bottom: 5;
	padding: 5px;
	border-left: 15px solid #3366CC; /* 右ボーダーの一括指定 */
	font-size: 18px;
	font-weight: bold;
 }

.sub_content {
 width: 920px;
 float: center;
 }

font.title {
 color: #000000;
 position: relative;
 left: 10;
 }

#a-box {
	float: left;
	width: 180px;
}

#b-box {
	float: left;
	width: 590px;
	margin: 15px 0px 0px 0px;
}

#c-box {
	float: right;
	width: 130px;
	margin: 15px 0px 0px 0px;
	text-align: right;
}

.line {
	padding: 10px;
}

.second_line {
	padding: 0px 0px 0px 25px;
}

.download_link {
	font-size: 12px;
}

.news_title {
	font-size: 14px;
	background: url(../image/arrow.gif) no-repeat;
	padding-left:15px;
	margin-left: 8px;
}

.news_line {
	font-size: 14px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.paper_box {
	margin-bottom: 20px;
}

.paper_line {
	font-size: 14px;
	margin: 0 auto;
	padding-left:15px;
}

.paper_tmp {
	font-size: 14px;
	margin: 0 auto;
	padding-left:25px;
}

.paper_tmp2 {
	font-size: 14px;
	margin: 0 auto;
	padding-left:80px;
}

