﻿@charset "UTF-8";

/*全ページ共通
-----------------------------------------*/
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a img {
border: none;
}
html {
background: #FFF url(../img/back.png) repeat-y left top;
width: 1110px;
height: 100%;
margin: 0 auto;
}
body {
font-size: 14px;
color: #000;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
width: 1000px;
min-height: 100%;
position: relative;
margin: 0 auto;
padding: 0;
}
a {
color: #00F;
}
a:hover {
color: #006;
}
hr, .clear {
border: none;
height: 0;
overflow: hidden;
clear: both;
}
header, footer, section, article, figure ,figcaption {
display: block;
}

/*ヘッダー
-----------------------------------------*/
body header {
height: 77px;
position: relative;
margin: 0 auto;
background: url(../img/header.gif) repeat-x;
}

/*ロゴ周り*/
body header h1 {
position: absolute;
width: 230px; /*230*/
height: 70px; /*70*/
top: 76px; /*76*/
left: 50px;
font-family: sans-serif;
font-weight: normal;
color: #000;
font-size: 50px;
line-height: 170px;
border-top: 1px solid #999;
text-align: center;
z-index: 2;
}
body header h1 a {
border: 1px solid transparent;/*IE7のずれ対策*/
}
body header h1 + p {
position: absolute;
top: 240px; /* 240*/
left: 51px;
width: 228px;/*228*/
font-size: 10px;
text-align: center;
color: #666;
}
body header h1 a {
text-decoration: none;
color: #000;
}
body header h1 a:hover {
color: #000;
}

/*ヘッダー:メニュー
-----------------------------------------*/
nav {
position: absolute;
height: 38px;
top: 10px;
left: 50px;
background: url(../img/menu2.gif) repeat-x;
border: 1px solid #000;
border-bottom: 1px solid #000;
}
nav ul li {
float: left;
}

nav ul li a {
display: block;
width: 150px;/*180 タイトル5個時・現在6個*/
height: 38px;
text-align: center;
line-height: 37px;
color: #FFF;
text-decoration: none;
font-family: Arial,sans-serif;
font-size: 16px;
background-image:  url(../img/menu.png);
background-repeat: no-repeat;
background-position: center top;
border-left: 1px solid #000;
position: relative;
z-index: 1;
}
nav ul li:first-child a {
border-left: none;
}
nav ul li a:hover {
color: #000;
background: url(../img/menu1.gif) no-repeat center bottom;
}


/*フッター
-----------------------------------------*/
footer {
clear: both;
height: 75px;
}
footer small {
display: block;
font-size: 10px;
text-align: right;
padding: 10px;
height: 55px;
width: 630px;
position: absolute;
bottom: 0;
right: 45px;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
color: #333;
border-top: 1px solid #000;
}

/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*複数ページで使用
-----------------------------------------
-----------------------------------------*/

/*Category
-----------------------------------------*/
#categoryNav {
width: 228px;
margin: 22px 0 0 51px;
padding: 170px 0 0 0;
}
#categoryNav h4 {
border: 1px solid #999;
border-left: none;
border-right: none;
background: #462C2C;
padding: 10px 5px;
color: #FFF; /* #FFF */
font-size: 16px; /* 16p */
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
font-weight: normal;
}
#categoryNav ul li a {
display: block;
text-indent: -1em; /* -1em */
padding: 10px 10px 10px 1.5em;
background: url(../img/menu3.png) right bottom;
text-decoration: none;
color: #000;
border-bottom: 1px solid #999;
}
#categoryNav ul li a:before {
content: "・";
}
#categoryNav ul li a:hover {
background: #EEE;
}





/*ページ内容
-----------------------------------------*/
#contents {
margin: 0 45px 50px 0;
width: 650px;
float: right;
position: relative;
}
#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 > h1 {
background: url(../img/midashi1.png) no-repeat;
font-size: 16px;
text-indent: 35px;
height: 41px;
line-height: 40px;
margin-bottom: 20px;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
position: relative;
}
section > h1 small {
display: block;
position: absolute;
top: 0;
right: 0;
display: block;
font-size: 12px;
}

section > h2 {
background: #000;
color: #FFF;
font-size: 16px;
padding: 3px;
margin-bottom: 30px;
clear: both;
}

section h1,
section h2 {
font-weight: normal;
}


