 @charset "Shift_JIS";
 
 /*==============================
 全体的なスタイル
 ==============================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	color:#333333;		/*文字色*/
	font-family: Lucida Grande,
 Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3,
 Meiryo, メイリオ, sans-serif,Comic Sans MS;
} 
html{
overflow: auto;
}
html,body{
height: 100%;   /* ブラウザ画面の高さをめいっぱいに使用するよ */
}

body{
overflow-x: hidden;
width: 100%;
margin:0 auto;
padding:0;
background-image:url(kabegami/wallppr01.png);
min-width: 830px;
position: relative;
}

div#pagebody{
 width: 100%;
 position: absolute;
 height:auto !important; /*IE6対策*/
 height: 100%; /*IE6対策*/
 min-height: 100%;
}

 /*==============================
 ヘッダー
 ==============================*/
 #header{
 margin: 0 -500%;
 padding: 0 500%;
 width: 100%;
 }
 
 header{
 background-image:url(kabegami/clouds-03.gif)
 }
#h_inner{
width:600px;
height:200px;
margin:0 auto;
}
#logo1{
 margin-top:0;
 margin: 0 0 0 -140px;
 z-index:1;
}
#logo2{
 margin-top:0;
 margin: -200px 0 0 -20px;
 z-index:1;
}
 /*==============================
 ヘッダーの下のグローバルナビ
 ==============================*/
nav{
height:60px;
background-image: url(img/navi_bar02.png);
margin-top:-40px;
}

#globalnavi{
width:960px;
margin:0 auto;
font-weight: 600; 
z-index:20;
}

.menu {
   width:960px;
   overflow:hidden;
   font-family: Lucida Grande,
 Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3,
 Meiryo, メイリオ, sans-serif,Comic Sans MS;
   list-style-type:none;
   float:left;
margin: 0 100px;
}
.menu li {
text-align:center;
 display:block;
 height:50px;
 width:160px;
 vertical-align:middle;
 display:table-cell; 
}

.menu li a {
text-decoration:none;
color:#fff;
font-weight: 600; 

 display:block;
 height:50px;
 width:192px;
 text-decoration:none;
 vertical-align:middle;
 display:table-cell; 
}

.menu li a:hover{
color:#7F6C63;
background-image: url(btn/navi_btn03.png);
}

.menu li a.current {
color:#ff3333;
background-image: url(btn/navi_btn02.png);
}

#wrap {
width:960px;
margin:0px auto;/*全体を中央寄せにしている*/
background-image:url(kabegami/nuno-01.gif); 
}


 /*==============================
 左のメニュ（左のカラム）
 ==============================*/

#leftnavi {
float:left;
list-style-type: none;
}
ul.menu2{
list-style-type:none;
margin: 45px 0;
text-align:center;
}
.menu2 li a{
display: block;/* これを無くすと消えちゃうから気を付けて */
height:80px;/* これを無くすと消えちゃうから気を付けて */
width:180px;/* これを無くすと消えちゃうから気を付けて */
background-image: url(btn/btn06.png);
background-repeat: no-repeat; 
text-decoration:none;
 vertical-align:middle;
 display:table-cell; 
}
.menu2 li a:hover {
 background-image: url(btn/btn04.png);
}
.menu2 li a.current {
background-image:url(btn/btn03.png) ;
}

.sns a:hover{
filter:alpha(opacity=80);
opacity:0.8;
}
.prf{
text-align:center;
background-color:#ffcc33;
border-radius: 10px; /* 角丸の指定 */
    box-shadow: 0 2px 3px 0 #666666;
    -moz-box-shadow: 0 2px 3px 0 #666666;
    -webkit-box-shadow: 0 2px 3px 0 #666666;
padding:10px 0;
margin: -5px 0 40px 0;
}
.prf a {text-decoration: none;}
.prf a:hover{
filter:alpha(opacity=100);
opacity:0.5;
}

#leftnavi .aotama_site {
display: block;
margin:20px 0px 0px 30px;
}
.aotama_site a:hover{
filter:alpha(opacity=80);
opacity:0.8;
}

 /*==============================
 コンテンツ（中央と右のカラム全体）
 ==============================*/
#contents {
float:right;
width:700px;
margin:30px 0px 10px 0px;
padding-bottom:100px; /* 高さ100pxのフッターだから、その分空けてあげて */
}
#news{
margin:10px;
width:740px;
}
 /*==============================
 中央のコンテンツ（中央のカラム）
 ==============================*/
#maincontents {
float:left;
width:760px;
margin: 0 0 0 -60px;
}
.anm01 {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.photo01 {
  float: right;
  margin-left: 1em;
  margin-top: -1em;
  margin-bottom: 1em;
}
h3{
background-color: #ffcc33;
border-radius: 10px; /* 角丸の指定 */
padding: 5px 10px;
}
h4{
background-color: #c7df95;
border-radius: 5px; /* 角丸の指定 */
padding: 5px 10px;
}
p{
padding: 5px 10px;
}
h4.name{
width:720px;
background-color: #c7df95;
border-radius: 5px; /* 角丸の指定 */
padding: 5px 10px;
text-shadow:3px 3px 2px #b2b1b1;
}
section#info01 {
width:96%;
border:dashed 1px #ff7f92;
background-color: #fff;
border-radius: 5px; /* 角丸の指定 */
padding: 14px 0 8px 12px;
margin:0 auto;
}
p.info02{
color:#990000;
}
section#info03 {
width:93%;
border:dashed 1px #0033ff;
background-color: #fff;
border-radius: 5px; /* 角丸の指定 */
margin:10px 9px;
 padding:10px 0 0 30px;
}
h6{
background-color:#eddbdb;
width:88%;
margin:0 25px;
padding:0 20px;
border-radius: 5px; /* 角丸の指定 */
}
 p.info04{
 padding:0 30px;
 }
h5{
background-color:#def079;
padding: 0 20px;
border-radius: 5px; /* 角丸の指定 */
}
p .photo2 { /* irai.htmlのstyle*/
float: right;
margin-left: 2em;
margin-bottom: 1em;
}

p.show01{
color:#cc0000;
text-shadow:3px 3px 2px #b2b1b1;
font-size:120%;
}
.description{
border:dashed 1px #33cc33;
background-color: #fff;
border-radius: 5px; /* 角丸の指定 */
padding: 14px 0 8px 16px;
margin:0 auto;
}

p.description2{
font-size: 80%; 
padding: 10px 0 8px 8px;
}

.show-contents{
background-color: #e8e8e8;
width:260px;
font-size: 80%; 
padding:0 10px;
border-radius: 3px; /* 角丸の指定 */
}


.clearfix:after {
  clear: both;/* floatを（回り込み）を解除する */
}

div#footer{
 position: absolute;  /* フッターを絶対配置に指定する設定 */
 width: 100%;
 height: 100px;        /* フッターの高さ */
 background-image: url(img/footer-02.png);
 bottom:0;
 }

p.bottom{
color: #666666;
font-size: 13px;
text-align: center;
padding-top: 50px;
}
