﻿@charset "utf-8";
/* ページのレイアウト用CSS */
#contents {
	width:800px;
	/* background-image: url(images/5.png); */
        /* background-repeat: repeat-y; */
	}
*#main {
	float:right;
	width: 580px;
	padding-right: 10px;
	color: #000;
}
#side {
	float:right;
	width: 180px;
	margin-right: 20px;
}
#contents h1 a {
	color: #FF7F00;
	font-size: 24px;
	font-weight: bold;
}
#contents #side h2 a {
	font-weight: bold;
	color: #FE8100;
}
#contents #main h2 {
	color: #FF7F00;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #734E00;
}
#contents #main ul li {
	color: #83572C;
}
