body {
	color : #444;
	font-size : small;
	font-weight : normal;
	font-family : "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
	 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
	 Verdana,Arial, Helvetica, sans-serif;
	line-height : 1.5em;
	text-align : center; 
	margin : 0;
	padding : 0;
	background : #FFF url(images/background.png);
	background-position: center;
	border-top: 15px solid #1A1A1A;
}

img {
	border : none;
}

br.floatend {
	clear : both;
}


/* ---------- 基本構造 ---------- */

div#wrapper {
	width : 780px;
	margin : 0 auto;
	padding : 0;
	background : none;
}

div#container {
	width : 780px;
	text-align : left; 
	margin : 0;
	padding : 0;
	background : #FFF;
}

div#header {
	position : relative;
	height : 80px;
	margin : 0;
	padding : 0;
	background : #FFF;
}

div#main_image {
	margin : 0;
	padding : 0;
}

div#entry {
	float: left;
	width : 530px;
	margin : 0;
	padding : 10px 20px 20px 20px;
	background : #FFF;
}

div#side {
	float: right;
	width : 190px;
	margin : 0;
	padding : 10px 20px 0 0;
	background : #FFF;
}

div#footer {
	position : relative;
	clear: both;
	height: 100px;
	margin : 0;
	padding : 0;
	background: #FFF;
	border-top: 1px solid #1A1A1A;
	border-bottom: 5px solid #1A1A1A;
}


/* ---------- #entry ---------- */

div#entry h1 {
	width: 506px;
	height: 22px;
	color: #000;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 5px 0 13px 25px;
	background: #FFF url(images/title_back.jpg) no-repeat;
}

div#entry h2.top {
	color : #FF0000;
	font-size : 150%;
	font-weight : bold;
	line-height : 1.25em;
	margin : 0 0 15px 0;
	padding : 5px 0 3px 15px;
	background-color : none;
	border-left : 3px solid #FF0000;
}

div#entry h2.sub {
	color : #006BB6;
	font-size : 150%;
	font-weight : bold;
	line-height : 1.25em;
	margin : 0 0 15px 0;
	padding : 5px 0 3px 15px;
	background-color : none;
	border-left : 3px solid #006BB6;
}

div#entry h3 {
	color : #006BB6;
	font-size : 130%;
	font-weight : bold;
	line-height : 1.25em;
	margin : 0 0 10px 0;
	padding : 8px 0 7px 10px;
	background-color : #E3EEFF;
	border-left : 5px solid #006BB6;
}

div#entry h4 {
	color : #F7931E;
	font-size : 150%;
	font-weight : bold;
	line-height : 1.5em;
	margin : 0;
	padding : 0;
}

div#entry img.right {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}

div#entry img.left {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

div#entry p {
	font-size : 120%;
	line-height : 1.7em;
	margin : 0 0 30px 0;
	padding : 0;
}

div#entry b {
	color : #FF0000;
}

div#entry a {
	color: #4D0099;
}

div#entry a:hover {
	color: #F7931E;
}

div#entry p.pagetop_navi {
	font-size: 90%;
	margin: 0;
	padding: 0 0 0 20px;
	background: #FFF url(images/arrow.jpg) no-repeat;
}

div#entry p.pagetop_navi a {
	color: #444;
}

div#entry p.pagetop_navi a:hover {
	color: #F7931E;
}

.box {
	font-size: 110%;
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #444;
	background: #FFFFCF;
}

h2 {
	width: 100%;
	color: #42210B;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666;
}

/* ---------- table.border ---------- */

table.border {
	border-collapse: collapse;
	margin: 0 0 30px 0;
	padding: 0;
	border: 1px solid #444;
}

table.border th {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #444;
}

table.border td {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #444;
}

.cream {
	background: #FFFFCF;
}

/* ---------- #side ---------- */

div#side ul {
	margin: 0;
	padding: 0;
}

div#side li {
	list-style: none;
	margin: 0;
	padding: 10px 0 8px 25px;
	background: #FFF url(images/side_arrow.jpg) no-repeat;
	border-bottom: 1px dotted #000;
	background-position: 0% 50%;
}

div#side li a {
	color: #444;
	text-decoration: none;
	display: block;
}

div#side li a:hover {
	color: #F7931E;
}


/* ---------- #header ---------- */

div#header img.logo {
	position : absolute;
	top : 17px;
	left : 18px;
	margin : 0;
	padding : 0;
}

div#header img.tel {
	position : absolute;
	top : 25px;
	right : 20px;
	margin : 0;
	padding : 0;
}

/* ---------- #footer ---------- */

div#footer img.logo {
	position : absolute;
	top : 17px;
	left : 18px;
	margin : 0;
	padding : 0;
}

div#footer img.tel {
	position : absolute;
	top : 17px;
	right : 20px;
	margin : 0;
	padding : 0;
}

div#footer p {
	position : absolute;
	bottom : 0px;
	right : 10px;
	font-size : 70%;
}