﻿@charset "utf-8";

body {
	background-color: #FFF;
}

img,a img {
	border:none;
}

a:link,a:visited {
	color: #fb9828;
	text-decoration: none;
}

a:hover {
	color: #F30;
	text-decoration: none;
}

#content {
	background-image: url(./img/contentback.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(./img/headerback.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 780px;
}

#navi {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 780px;
}

#side {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 245px;
}

#main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 535px;
}

#footer {
	background-image: url(./img/footerback.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100px;
	width: 780px;
}

h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}

#header p {
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 400px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navi ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.menyu_box {
	background-image: url(./img/menu_box_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 215px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #4c2e0c;
	background-image: url(./img/sidemenu_title_back.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 205px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menyu_box p {
	font-size: x-small;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 10px;
}


.menyu_box ul {
	font-size: x-small;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.menyu_box ul li {
	margin-bottom: 10px;
	list-style-type: none;
}

.first {
	font-size: small;
	background-image: url(./img/topfirst_backlogo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin: 0px;
	padding-top: 200px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h2 {
	font-size: 16px;
	color: #4c2e0c;
	background-image: url(./img/h2back.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 505px;
	margin-top: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 30px;
}

img .img_pos {
	margin-left: 15px;
	padding-top: 10px;
}

#main .img_pos {
	padding-left: 85px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#main ul {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding: 0px;
}

#main ul li {
	margin-bottom: 10px;
	list-style-image: url(./img/list_pin.png);
	list-style-position: inside;
}

#footer address {
	padding-top: 50px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4c2e0c;
	text-align: center;
}

h6 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	margin-right: 50px;
	margin-left: 20px;
	padding-left: 15px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #fb9828;
	color: #4c2e0c;
	}

h5 {
	font-size: 14px;
	padding-top: 30px;
	margin-right: 75px;
	margin-left: 70px;
	padding-left: 40px;
	color: #4c2e0c;
	}

p.explanation {
	margin-right: 50px;
	margin-left: 40px;
	font-size: small;
	margin-bottom: 10px;
}

img.kashi,img.mama,img.c01,img.c02,img.c03,img.c04,img.c05,img.c06 {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}

img, a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


