@charset "UTF-8";
/* BASE CSS Document */

/* トップのイメージ */
#top_image {
	width: 750px;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* レフトのイメージ */

#left {
	width: 170px;
	float: left;
	margin-right: 15px;
}

.side_menu_main {
	width: 170px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* まんなかのとこ */

#center {
	width: 350px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}

#center02 {
	width: 350px;
	margin-bottom: 15px;
}


/* 右のところ */

#right {
	width: 170px;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: right;
}



/* 新着テーブル */

table#news th {
	padding: 5px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	font-size: 12px;
	width: 65px;
}

table#news td {
	padding: 5px;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	color: #000000;
	width: 255px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	font-size: 12px;
}

table#news {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}


/* 新着テーブルその2 */

table#news02 th {
	padding: 5px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	font-size: 12px;
	width: 340px;
}

table#news02 td {
	padding: 5px;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	color: #000000;
	width: 255px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	font-size: 12px;
}

table#news02 {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

p.small	{
	margin:0;
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	text-align:left;
	font-weight: normal;
}

p.date {
	margin:0;
	font-size:12px;
	color:#C36;
	text-align:left;
	padding-left: 15px;
	background-image: url(maru2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
