﻿@charset "utf-8";

/* 初期設定
---------------------------------------------------- */
body {font-size: small; background-color: #ffffff;}
h1, h2 {color: red;}
h1 {font-size: large;}
h2 {font-size: middle;line-height: 1.0;}
h3 {line-height: 2.0; }
h4 {font-size: middle;line-height: 1.0;color: blue;}
p {font-size: middle; line-height: 1.7;}
a:link, a:visited { color: #37c;}
a:hover { color: #ddd;}
section, article, aside, nav, header, footer, hgroup {display: block;}

/* ページの枠組み
---------------------------------------------------- */
#pic0 imag {float:right;width:60px;}
#pic1 {top: 0px ; left: 0px ;width:980px ;}
#pic2 {width:980px ;}
#pic3 {margin: 10px auto;top: 0px ; left: 0px ;width:200px ;height:200;}
#pic4 {float:left;width:90px;height:110px;margin:0PX 5px 0px 0px;}
a.tizu {display: block;float: left;margin: 20PX 10px 0px 0;}
a.tizu img{position: absolute;}
a.tizu,a.tizu img{width: 100px;height: 100px;}
a.tizu:hover {border: none;cursor: default;}
a.tizu:hover img {width: auto;height: auto;}
#page {background-color:#fff;margin: 0px auto;width: 980px;}
#main {float:left;width:280px;}
#sub0 {float:left;width:280px;}
#sub1 {margin-right:0px;float:right;width:680px;}
#sub2 {margin-right:0px;float:right;width:680px;}
footer {clear:both;}
footer section {float:left;width:280px;}
footer #middle {margin: 0 30px;}
#copyright {clear:both;}

/* ヘッダー
---------------------------------------------------- */
header img{display:block;}
#logo {margin:20px 0;}

/* ナビゲーション
---------------------------------------------------- */
nav ul {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.0;

} 

/*- drop_down1 ---------------------------------- */
nav {
	margin: 0px;
	padding: 0;
}

nav li {display: block;
	float: left;
        border-right: 2px solid #fff;
	
}

nav a {
	display: block;
  	padding: 10px 5px;
  	text-align:center;
  	font-weight: bold;
  	text-shadow: 1px 2px 0 #fff;
	text-decoration: none;
}

nav li a.menu {width:85px;
	background: url(images/li-bg-hover.jpg);
}

nav li a.menu:hover {
	background: url(images/li-bg-hover.jpg);
}

.submenu {
	background: url(images/li-bg-hover.jpg);
	border: 1px solid #ececec;
	visibility: hidden;
	position: absolute;
	
}

.submenu a {
	width:70px;
	font-weight: bold;
  	text-shadow: 1px 1px 0 #fff;
	line-height: 0.6;
	text-align:center;
	text-decoration: none;
}

.submenu a:hover {
	background: url(images/li-bg.jpg);
}

/* サイドバー
---------------------------------------------------- */

#sub1 aside {
  margin: 10px 0 20px 0px;
  padding: 0px 0 0px 10px;
  border: 3px solid #ddd;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 0 #fff;
}






/* フッター
---------------------------------------------------- */
footer {
  border-top: 1px solid #ccc;
}
#copyright {
  padding-top: 20px;
  text-align: center;
  color: #999;
}