@charset "UTF-8";

body {
	color: #444;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/head_bg.gif) repeat-x center top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {
	color: #444;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: left;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 35px;
}
#header h1 {
	top: 5px;
	font-size: 11px;
	position: absolute;
	font-weight: normal;
}
#header #tel {
	position: absolute;
	top: 50px;
	right: 0px;
}

#menu{
	height:39px;
	width: 900px;
}

#menu ul{
	height: 39px;
}
#menu li{
	float: left;
	display: inline;
}

#contents {
	width: 100%;
}

#main {
	padding-top: 20px;
	padding-bottom: 30px;
}

#main .gazo img:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	opacity: 0.8;
}

#main p {
	margin: 10px 0 10px 0;
	line-height: 1.8;
}

#main .banner li{
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 20px;
}

.midashi2 {
	font-size: 24px;
	padding-left: 30px;
	line-height: 24px;
	background: url(../images/midashi_bg.gif) left bottom no-repeat;
	font-weight: normal;
}

#main h3{
	font-size: 18px;
	padding: 8px 0 0 13px;
	background: url(../images/midashi_bg2.gif) left top no-repeat;
	margin: 40px 0 20px 0;
	height: 34px;
	color: #FFFFFF;
}

#main h4{
	font-size: 16px;
}

.section {
	width: 750px;
	height: 143px;
	margin-bottom: 20px;
	background: url(../img/box_bg.jpg) no-repeat;
	padding-top: 70px;
	padding-left: 150px;
}

.section .box1 {
	width: 370px;
	height: 130px;
	float: left;
}

.section .box1 ul {
	height: 110px;
	list-style-type: disc;
	margin-left: 30px;
}

.section .box1 li {
	line-height: 2.0;
}

.midashi{
	margin: 10px 0 10px 0;
	font-size: 15px;
	color: #000;
	padding: 0;
	background: none;
	font-weight: normal;
}

.pageup {
	text-align: right;
	overflow: hidden;
	margin: 30px 0 30px 0;
}

.section2 {
	width: 900px;
	height: auto;
	margin: 10px 0 30px 0;
}

.section2 .box {
	width: 440px;
	height: auto;
	float: left;
}

.section2 .boxbox {
	width: 410px;
	height: auto;
	background-color: #EFEFEF;
	padding: 15px;
	margin-top: 20px;
}

.section2 .margin-left {
	margin-left: 20px;
}

#footer {
	width: 100%;
	height: 257px;
	background: #FFF url(../images/foot_bg.gif) repeat-x center top;
	color: #fff;
	clear: both;
}
#footer a {
	text-decoration: none;
}
#footer p {
	margin: 10px 0 0 0;
	line-height: 1.5;
	text-align: right;
}

.footsection {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer ul {
	padding: 40px 0 0 0;
	list-style: none;
	text-align: left;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer li{
	display: inline;
}

#footer .copyright {
	color: #fff;
	margin: 50px 0 0 0;
	text-align: right;
	font-size: 12px;
}

.txt_b{
	font-weight: bold;
}

.txt_big{
	font-size: 18px;
}

.txt_right{
	text-align: right;
}

.txt_center{
	text-align: center;
}

.clear{
	clear: both;
}

.margin-left80 {
	margin-left: 80px;
}

.margin-top20 {
	margin-top: 20px;
}

.margin-top50 {
	margin-top: 50px;
}

.margin-bottom10 {
	margin-bottom: 10px;
}

.float_right {
	float: right;
	margin: 0 0 15px 15px;
}

.itembox {
	float: left;
	width: 205px;
	margin: 10px 8px 10px 0;
	height: 310px;
	background-color: #EFEFEF;
	padding: 7px;
}

.itembox p {
	font-size: 12px;
	margin-top: 0px;
}

.last {
	margin: 10px 0 10px 0px;
}

.itembox2 {
	float: left;
	width: 272px;
	margin: 10px 9px 10px 0;
	height: 410px;
	padding: 10px;
	border: solid #ccc 1px;
}

.itembox2 img {
	float: left;
	margin: 0 10px 10px 0;
}

.itembox2 p {
	font-size: 12px;
	margin-top: 0px;
}

.last2 {
	margin: 10px 0 10px 0px;
}

.txt_red{
	color: #993333;
}

.txt_orenji{
	color: #FF6600;
}

.txt_kon{
	color: #006699;
}

/* テーブル01
---------------------------------------------------- */
table#table-01 {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0 20px 0;
}

table#table-01 th {
	padding: 15px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	text-align: center;
	width: 25%;
}
table#table-01 td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

