@charset   "UTF-8";

* {
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 120%;
	font-family: Verdana, Helvetica, sans-serif ;
	background-image: none;
}


/*
ページ全体
--------------------------------------------- */

body {
	background-color: #F8F8FF;
	background-repeat: repeat-x;
}


/*
基本情報     id
------------------------------------------------------------------- */

#base {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}


/*
ヘッダー
------------------------------------------------------------------- */

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/head.jpg);
	height: 150px;
}

h1 a {
	display: block;
	text-decoration: none;
	width: 390px;
	margin-left: 25px;
	padding-top: 25px;
	font-size: 30px;
	line-height: 30px;
	color: #FFFF00;
}

#header #sub {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	margin-left: 30px;
}

#header #sub2 {
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}


/*
メニュー
-------------------------------------------------------------------*/	

#dropmenu {
  list-style-type: none;
  width: 800px;
  height: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  background-image: url(../img/navi.jpg);
  background-position: bottom;
  border: 1px solid #000000; 
}

#dropmenu ul {
	list-style-type: none;
	margin-left: 10px;
}

#dropmenu li {
  position: relative;
  width: 16%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#dropmenu li a {
  display: block;
  margin: 0;
  padding-left: 20px;
  padding-right: 15px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}

#dropmenu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
}

#dropmenu li ul li{
  overflow: hidden;
  width: 150%;
  height: 0;
  color: #ffffff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#dropmenu li ul li a{
  width: 100%;
  padding: 6px 6px;
  background: #DDDDDD;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#dropmenu li:hover > a{
  background-color: #DDDDDD;
  color: #000000;
  text-align: left;
}

#dropmenu > li:hover > a{
}

#dropmenu li:hover ul li{
  overflow: visible;
  height: 24px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}

#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


/*
コンテンツ（Ｍａｉｎ）
------------------------------------------------------------------- */

#contents {
	width: 610px;
	float: left;
	background-color: #F0F8FF;
	border: 1px solid #000000;
}

#contents p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #000066;	
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #BDBDBD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents #top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEDE9;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
}

#contents #c_pad {
	padding: 10px;
}


/*
コンテンツ（ＢＯＴＴＯＮ）   CLASS
------------------------------------------------------------------- */

.btn a {
	font-size: 13px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A7A;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.jpg);
	margin-right: 15px;
}

.btn a:hover {
	background-color: #FF9900;
	background-image: url(../img/btn_ov.jpg);
}


/*
コンテンツ（ＢＲＯＡＤ）   CLASS
------------------------------------------------------------------- */

.broad {
	clear: both;
	font-size: 14px;
	width: 580px;
	margin-top: 5px auto 5px auto;
	height: auto;
	background-repeat: repeat-x;
	background-color: #FFFFE0;
	background-position: bottom;	
	border: 1px solid #DDDDDD;
	padding: 0px 3px 10px 5px;
	color: #000000;
}

.broad h3 a {
	font-size: 14px;
	color: #3E82C6;
}


/*
コンテンツ（ＢＯＸ２）   Id
------------------------------------------------------------------- */

#base #wrap #contents #c_pad .box2 {
	float: left;
	height: 90px;
	width: 273px; 
	border: 1px solid #DDDDDD;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #D9D9FF;
	background-repeat: repeat-x;
	background-position: bottom;
}

#base #wrap #contents #c_pad .box2 h3 {
	font-size: 14px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #0000ff;
	border-left-color: #44709F;
	border: 1px solid #000000;
	color: #FFFFFF;
}

#base #wrap #contents #c_pad .box2 p {
	margin: 0px;
	color: #000000;
}

#contents #c_pad .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents #c_pad .img_left img {
	border: 1px solid #999999;
}


/*
サイド
------------------------------------------------------------------- */

#side {
	float: left;
	width: 175px;
	background-color: #FFFFCC;
	border: 1px solid #000000;	
	margin-left: 2px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#side li {
	list-style-type: none;
}

.side_box {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

.side_box h3 {
	display: block;
	width: 146px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 14px;
	text-align: center;
	background-color: #0000Fe;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

.side_box ul {
	margin-bottom: 5px;
}

.side_box li a {
	display: block;
	width: 120px;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}

.side_box li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}


/* ========PAGETOP CUSTOMIZE========= */

#pageTop {
	padding: 10px 0;
	text-align: right;
}

#pageTop a {
	padding: 0 0 0 12px;
	background: url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/*
フット
------------------------------------------------------------------- */

#f_menu {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left:  auto;
	height: 20px;
	background-image: url(../img/foot.jpg);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px 5px 10px 5px;
	background-color: #FFFFCC;
	border: 1px solid #000000;	
	background-position: bottom;
}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 15px;
}

#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}


/*
製作者
------------------------------------------------------------------- */

#produce {
	width: 800px;
	margin: 0;
	padding: 5px 5px 10px 5px;
	margin-right: auto;
	margin-left:  auto;
	font-style: normal;
	color: #000000;
	text-align: center;
	display: block;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-size: 11px;
}

