﻿@charset "UTF-8";
/* 共通スタイル設定 */
body {
background: url(img/bodyback.png) repeat-x top #4B0082;
margin: 0;
padding: 0;
font-size: 12px;
line-height: 1.4;
}

h1, h2 {
font-family: Tahoma, Geneva, sans-serif;
font-weight:normal;

/*textの影-------------------------*/
text-shadow:1px 1px 0px rgba(255,255,255,0.2);
}
.wrapper {
width: 950px;
margin: 0 auto;
background-color:rgb(255,255,255);
border-radius:6px;
}
.wrapper:after {
content: "";
display: block;
clear: both;
}
* html .wrapper {
height: 1px;
}
*+html .wrapper {
min-height: 1px;
}
ul, li, dl, dt, dd {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
/* 共通スタイル設定終了 */

/* ヘッダー */
#header {
position:relative;
margin: 0 auto;
height: 360px;
}
#header h1 {
position: absolute;
top: 5px;
height:40px;
font-family: "HG行書体";
margin: 0;
padding: 0;
}
 
#header p {
position: absolute;
top: 3%;
left: 100px;
font-size: 16px;
margin-top: 10px;
color: #000;
line-height: 1;
}
#header p a{
color: #000;
text-decoration:none;
}

#header img {
position: absolute;
top: 40px;
align: center;
box-shadow: 2px 1px 3px rgba(0,0,0,0.5);
}

#header ul {
position: absolute;
bottom: 320px;
right: 0;
height:14px;
line-height: 1;
}
#header ul li {
float:left;
border-right: 1px solid #CCC;
padding: 0 0.8em;
}
#header ul li:first-child {
border-left: 1px solid #CCC;
}
#header ul li a {
color: #666;
text-decoration: none;
}
#header ul li a:hover {
text-decoration: underline;
}
/* ヘッダー終わり */

/* メイン要素 */
#mainContent {
float:right;
width: 720px;
margin-bottom: 60px;
padding-bottom: 6px;
background-color: #FFF;
border-radius:6px;
}
	
/* メニュー要素 */

#mainContent ul#itemMenu{
font-weight:bold;
line-height: 1;
float:right;
font-family:Tahoma,Geneva,sans-serif;
margin-bottom: 30px;
border-radius: 6px;
text-shadow: 0px 0px 2px rgba(0,0,0,0.45);
box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

#mainContent ul#itemMenu li{
float:left;
width:120px;
position:relative;
}

#mainContent ul#itemMenu li a{
font-size: 20px;
color: #666;
text-decoration: none;
text-align:center;
padding: 0.9em 0;
display: block;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;

background-image:
linear-gradient(
rgb(255,255,255) 0%,
rgb(179,182,186) 70%,
rgb(169,173,184) 90%,
rgb(244,245,246) 100%);

background-color: #EEE;
z-index: 100;
position: relative;
}

#mainContent ul#itemMenu li a:hover{
background-image:
linear-gradient(
rgb(255,255,255) 0%,
rgb(211,183,203) 70%,
rgb(197,161,187) 90%,
rgb(255,255,255) 100%);

background-color: #EBDEE7;

border-top: 1px solid #BE95B2;
border-bottom: 1px solid #BE95B2;
}

#mainContent ul#itemMenu li:first-child a{
border-left: 1px solid #AAA;
border-radius: 6px 0 0 6px;
}

#mainContent ul#itemMenu li:last-child a{
border-right: 1px solid #AAA;
border-radius: 0 6px 6px 0;
}

#mainContent ul#itemMenu li:first-child a{
border-left:1px solid #BE95B2;
}

#mainContent ul#itemMenu li:last-child a{
border-right:1px solid #BE95B2;
}

#mainContent ul#itemMenu li ul.sub{
height: 0;
width: 0;
overflow:hidden;
position: absolute;
z-index: 10;
top: 0;
padding-top: 5px;
padding-bottom: 6px;
background: #FFF;
opacity: 0.5;
border-radius: 0 0 6px 6px;

-webkit-transition: opacity 1000ms linear, top  1000ms ease-in;
}

#mainContent ul#itemMenu li:hover ul.sub{
height: inherit;
width: inherit;
opacity: 1;
top: 50px;
border:1px solid #EEE;
}

#mainContent ul#itemMenu li ul.sub li{
float: none;
}

#mainContent ul#itemMenu li ul.sub li a{
font-size: 12px;
color: #752A5A;
text-align: left;
padding: 0.9em 10px;
font-weight: normal;
background-image:none;
background-color: #FFF;
text-shadow: none;
border: none;
border-radius:0;
}

#mainContent ul#itemMenu li ul.sub li a:hover{
background-image: none;
background-color: #EBDEE7;
}
/* メニュー要素終わり */

/* 本文コンテンツ枠 */
#mainContent .wrapper{
margin-top:100px;
margin-bottom: 6px;
margin-left:10px;
width: 710px;
}

#mainContent .wrapper h2{
font-weight: bold;
height: 45px;
padding-left: 20px;
line-height: 45px;
background-image:
linear-gradient(
rgb(255,255,255) 0%,
rgb(179,182,186) 70%,
rgb(169,173,184) 90%,
rgb(244,245,246) 100%);
background: url("img/45.jpg") repeat-x;
border-radius: 6px 0 0 6px;
border: 1px solid #EED;
background-color:#EEE;
box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
opacity: 0.7;
}

#mainContent .wrapper h3{
font-size: 18px;
padding-left:5px;
border-bottom: 1px solid #63E;
}
#mainContent .wrapper p{
padding-left:8px;
font-size: 16px;
}

/* コンテンツ要素 */
#mainContent .wrapper dl.koshin dt{
font-weight: bold;
font-size: 16px;
clear: left;
float: left;
border-left: solid 6px #CCC;
margin-left: 8px;
padding-left: 5px;
color: #AAA;
}

#mainContent .wrapper dl.koshin dd{
font-weight: normal;
font-size: 18px;
margin-left: 9.5em;
margin-bottom: 0.8;
}
#mainContent .wrapper dl.koshin dd a{
font-weight: bold;
color: rgb(234,189,0);
text-decoration: none;
}

/* 左サイドメニュー */
#side {
float:left;
width: 200px;
background-color: #FFF;
margin-top: 3px;
margin-bottom: 60px;
margin-left: 10px;
}
#side p{
text-align: center;
margin: 0;
}

/* フッター */
#footer {
clear:both;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
padding: 15px 0;
margin-top: 3px;
margin-bottom: 10px;
background: #262626;
}
#footer p {
margin-top:0;
text-align:center;
font-size: 24px;
color: #EEE;
}
#footer ul {
text-align: center;
font-size: 12px;
line-height: 1;
margin-bottom: 5px;
}
#footer ul li {
display:inline;
border-right: 1px solid #CCC;
padding: 0 0.8em;
}
#footer ul li:first-child {
border-left: 1px solid #CCC;
}
#footer ul li a:link, #footer ul li a:visited {
color: #CCC;
text-decoration: none;
}
#footer ul li a:hover {
text-decoration: underline;
}

#footer strong {
display: block;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
color: #777;
}