﻿@charset "UTF-8";

/*全ページ共通
------------------------940px 100%-----------------*/
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a img {
border: none;
}
html {
height: 100%;
}
body {
font-size: 14px;
color: #333;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: #FFF;
min-width: 960px;
min-height: 530px;
position: relative;
}
a {
color: #00F;
}
a:hover {
color: #006;
}

body header {
height: 45px;
background-color: #8CE6AE;
background: url(../img/menu_back.jpg) repeat-x bottom;
position: relative;
margin: 0 auto 25px;
border-bottom: 5px solid #0FB1FF;
}
body header h1 {
position: absolute;
top: 20px;
left: 50%;
margin-left: -445px;
font-family: Georgia, serif;
font-weight: normal;
color: #000;
font-size: 35px;
line-height: 1;
}
body header h1 a {
color: #FFF;
text-decoration: none;
}
body header h1 a:hover {
color: #FFF;
}
/*
body header h1 + p {
position: absolute;
top: 40px;
left: 50%;
margin-left: -255px;
color: #666;
font-size: 10px;
line-height: 1.2;
}
body header address {
position: absolute;
top: 25px;
right: 50%;
margin-right: -445px;
font-size: 10px;
font-style: normal;
}
body header .adr {
font-size: 14px;
margin-bottom: 3px;
}
body header .tel {
font-size: 22px;
color: #C00;
font-weight: bold;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
body header .tel img {
margin-right: 3px;
}
*/
/*ヘッダー:メニュー
-----------------------------------------*/
nav {
position: absolute;
bottom: -5px;
left: 50%;
margin-left: -450px;
height: 50px;
padding-right: 1px;
}
nav ul li {
float: left;
background: url(../img/menu.jpg) repeat-x;
border-left: 1px solid #7E989B;
border-right: 1px solid #7E989B;
margin-left: -1px;
}
nav ul li a {
display: block;
width: 180px;
height: 50px;
text-align: center;
line-height: 45px;
color: #000;
text-decoration: none;
font-family: Arial,sans-serif;
font-size: 16px;
}
nav ul li a:hover {
color: #000;
border-bottom: 5px solid #039;
}

/*フッター
-----------------------------------------*/
footer {
clear: both;
}
footer small {
display: block;
position: absolute;
bottom: 0;
left: 0;
background: #039;
width: 100%;
height: 30px;
font-size: 10px;
line-height: 30px;
text-align: center;
color: #FFF;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

/*noscript
----------------------------
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}
-------------*/
/*複数ページで使用
-----------------------------------------
-----------------------------------------*/
#contents {
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	width: 920px;
	position: relative;
	height: 450px;
}
#contents2 {
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	width: 920px;
	position: center;
	height: 30px;
}
#contents:after {
content: "";
display: block;
clear: both;
}
*+html #contents {
min-height: 1px;
}
section:after {
content: "";
display: block;
clear: both;
}
*+html section {
min-height: 1px;
}
section {
margin-bottom: 30px;
}
section img {
border: 1px solid #999;
}

/*見出し
-----------------------------------------*/
section > h1 {
background: url(../img/midashi1.png) no-repeat;
font-size: 16px;
text-indent: 45px;
width: 100%;
height: 41px;
line-height: 50px;
margin-bottom: 30px;
position: relative;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
section > h1 small {
font-size: 12px;
color: #666;
position: absolute;
right: 10px;
top: 0;
height: 40px;
font-weight: normal;
}
section h1,
section h2 {
font-weight: normal;
}

p {margin-left:50px; margin-right: 50px; text-indent:1em; line-height:170%; font-size: 1.2em; margin-top:0; margin-bottom:0}
