﻿@charset "UTF-8";

/*************************

[1] 下層ページの指定部分
[2] トップページの指定部分

**************************/

*{padding: 0;	margin: 0;}

a:link{
color: #0000ff;
text-decoration: underline;
}

a:visite{
color: #cc00cc;
text-decoration: underline;
}

a:hover{
color: #ff0000;
text-decoration: underline;
}

/*
----- CDS -----
*/
#footer #cds{
text-align: right;
color: #cccccc;
margin-top: 0.5em;
}

#footer #cds a{
text-decoration: none;
color: #cccccc;
}

#footer #cds a:hover{
text-decoration: none;
color: #666666;
}

body{
font-size: 80%;
text-align: center;
font-family: "MS UI Gothic",sans-serif;
padding: 0;
margin: 0;
background: url(../img/bg-pa5-1.jpg) fixed;
}

/*

[1] 下層ページの指定部分

*/

/*---------------------------------------全体を囲んでいます*/
#wrapper{
text-align: left;
margin: 0 auto;
width: 800px;
background-color: #ffffff;
color: #000000;
opacity:0.7;
filter:Alpha(opacity='70');
}

/*---------------------------------------ヘッダー部分*/
#header{
height: 10em;
padding: 1em;
background: #000 url(../img/bg-body5.jpg) no-repeat 0 80%;
color: #ffffff;
text-align: left;
padding-left: 50px; 

}

/*
----- サイトタイトル -----
*/
h1{
font-size: 150%;
height: 2em;
padding-top: 12px;
padding-left: 60px;
background: #fff url(../img/pata.gif) no-repeat 0 0;
color: #000;
}

/*
----- その他ヘッダー内の文字 -----
*/
#header p{ margin-bottom: 0.5em; }

/*---------------------------------------コンテナー部分*/
#container{
position: relative;
padding-top: 4em;
}

/*---------------------------------------コンテンツ部分*/
#contents{
width: 100%;
padding: 1em 0;
border-top: 10px double #999;
border-bottom: 10px double #999;
}

/*---------------------------------------フッター部分*/
#footer{ padding: 0.5em 0px; }

/*
----- コピーライト -----
*/
#footer p{text-align: center;}


/*---------------------------------------グローバルナビ部分*/
#globalnavi{
position: absolute;
top: 0;
left: 0;
z-index: 100;
}

#globalnavi ul{
list-style-type: none;
width: 100%;
}

#globalnavi li{
width: 200px;
float: left;
}

#globalnavi li.narrow{
width: 150px;
float: left;
}

#globalnavi li a,
#globalnavi ul ul li a{
text-align: center;
text-decoration: none;
padding: 1em 0;
width: 100%;
display: block;
background: url(../img/bg-globalnavi6-2.jpg) no-repeat -200px 50%;
color: #000000;
}

#globalnavi li a:hover,
#globalnavi ul ul li a:hover{
background: url(../img/bg-globalnavi6-2.jpg) no-repeat 0 50%;
color: #ffffff;
}

#globalnavi ul ul{
list-style-type: none;
width: 200px;
}

#globalnavi ul ul li{
width: 200px;
float: none;
}

#globalnavi ul li.narrow ul{
list-style-type: none;
width: 150px;
}

#globalnavi ul li.narrow ul li{
width: 150px;
float: none;
}

#globalnavi ul li.menu ul{display: none;}
#globalnavi ul li.menuOn ul{display: block;}

/*---------------------------------------コンテンツ内の要素*/

/*
----- 見出し -----
*/
h2,h3,h4,h5,h6{
font-size: 130%;
margin-bottom: 1em;
padding: 5px 1em;
border-top: 1px solid #999;
/*border-right: 1px solid #999;*/
border-bottom: 1px solid #999;
border-left: 15px solid #999;
}

h3,h4,h5,h6{
margin-top: 2em;
}

dt div { 
text-align: center;
border: 3px double  #996699; 
padding:4px;
background: #ccccff; 
color: #663366;
font-weight: bold;
font-size: 120%;

} 

/*
----- 文字 -----
*/
#contents p{
line-height: 2.0;
margin-bottom: 0.5em;
padding: 0 24px;
}

/*
----- 各リスト -----
*/
#contents dl{
margin: 1em 0 2em;
}

#contents dl dt{
font-weight: bold;
margin-bottom: 13px;
}

#contents dl dd{
line-height: 1.5;
margin-left: 2em;
margin-bottom: 1.5em;
}

#contents ul{
list-style-position: inside;
line-height: 1.5;
margin: 1em 0 2em 2em;
}

/*
----- テーブル -----
*/
table { 
border: 1px #999 solid; 
width: 660px; 
margin-left: 4em;

} 

caption { 
text-align: left;
font-weight: bold;
color: #000000; 
} 

td, th { 
border: 1px #999 solid; 
text-align: center; 
vertical-align: middle; 
padding: 4px;
} 

th {
background: #666;
color: #fff;
}

/*
----- アイテム -----
*/
.item-category-1 dl {
  width: 100%;
  margin: 1em 0 2em;
  padding: 0;
}

.item-category-1 dt {
  width: 200px; 
  height:70px; 
  float: left;
  clear: left;
  padding: 5px 0 0 24px;
}

.item-category-1 dd {
  width: 550px; 
  height: 70px; 
  float: right;
}

.item-category-1 dt img,
.item-category-1 dt img a { border: 0; }


/*
[2] トップページの指定部分

*/

/*---------------------------------------全体を囲んでいます*/
#index-page #wrapper{
text-align: left;
margin: 100px auto 0;
width: 830px;
position: relative;
}

/*---------------------------------------グローバルナビ部分*/
#index-page #globalnavi{
width: 830px;
position: absolute;
top: 50px;
left: 0;
}

#index-page #globalnavi ul{
list-style-type: none;
width: 100%;
}

#index-page #globalnavi li{
width: 200px;
float: left;
background-image: url(../img/bg-body5.jpg);
background-repeat: no-repeat;
}

#index-page #globalnavi li a{
padding: 15px 0 0 0;
width: 200px;
height: 285px;
display: block;
background-image: url(../img/bg-body5.jpg);
background-repeat: no-repeat;
color: #ffffff;
}

#index-page #globalnavi #menu01{background-position: 0 -300px;margin-right: 10px;}
#index-page #globalnavi #menu02{background-position: -200px -300px;margin-right: 10px;}
#index-page #globalnavi #menu03{background-position: -400px -300px;margin-right: 10px;}
#index-page #globalnavi #menu04{background-position: -600px -300px;}

#index-page #globalnavi #menu01 a{background-position: 0 0;}
#index-page #globalnavi #menu02 a{background-position: -200px 0;}
#index-page #globalnavi #menu03 a{background-position: -400px 0;}
#index-page #globalnavi #menu04 a{background-position: -600px 0;}

#index-page #globalnavi li a:hover{
background-color: transparent;
background-image: none;
color: #ff0000;
}

/*---------------------------------------フッター部分*/
#index-page #footer{ padding: 330px 0 0; }

/*
----- コピーライト -----
*/
#index-page #footer p{text-align: right;}

div#toplink {
padding:0.5em 1em 0.5em;
float: right;
background:#cccccc;/*827c82;*/
}
