@charset "utf-8";


/* base修正箇所
---------------------------------------------*/
#contents {
	margin-top: 0px; 
	margin-bottom: 0;
}
#main {
	margin-top: 0px; 
}
#side {
	margin-top: 0px; 
}
.side_under {
	margin-top: 350px; 
}
h3 {
	font-weight: normal;
	font-size: 110%;	
	text-align: left;
	padding-top: 30px;
	padding-left: 15px;
}
/* topイメージ
---------------------------------------------*/
#topimg {
	clear: both;
	width: 800px;
	height: 120px;
	background: url(../images/top_img.jpg);	
}
/* テーブル
---------------------------------------------*/
table { 
	margin: 15px 5px 20px 0px;
	width: 550px;
	background: #d8cdc4;
	font-weight: normal;
} 
td {
	background: #ffffff;
	text-align: left;
	font-weight: normal;
	font-size: 75%;
	padding: 10px 15px; 
} 
th {
	width: 25%;
	background: #e5daca;
	text-align: left;
	font-weight: normal;
	font-size: 75%;
	padding: 10px 15px; 
} 
/* 番号つきリスト
---------------------------------------------*/
ol {
	list-style-type: decimal;
	background: #ffffff;
	text-align: left;
	padding: 10px 5px 10px 30px; 
} 
