﻿@charset "utf-8"; 


#dropmenu {
	  list-style-type: none;
	  width: 600px;
	  height: 20px;
	  margin-right: 5px;
	  margin-left: auto;
	  padding-top: 10px;
	  background-image: url(../img/navi.jpg);
	  background-position: bottom;
}

#dropmenu ul {
		list-style-type: none;
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 3px;
}

#dropmenu li {
	  position: relative;
	  width: 20%;
	  float: left;
	  margin: 0;
	  padding: 0;
	  text-align: center;
	  font-size: 14px;
}

#dropmenu li a {
	  display: block;
	  margin: 0;
	  padding-left: 10px;
	  padding-right: 10px;
	  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;

}	


/* ----- ヘッダー(ページの一番上の部分) ----- */
#header {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(../img/head.jpg);
	height: 240px;
}

#logo {
	float: left;
    margin-top: 5px;
	margin-left: 15px; 
	text-align: left;
}

#header h1 {
    margin-top: 100px;
	margin-left: 50px;
	font-size: 14px
	font-weight: bold; 
}


#title {
	clear: both;
	width: 560px;
	height: 80px;
    margin-top: 0px;
    margin-right: auto;
	margin-left: auto; 
}

#title h3 {
    margin-top: 5px;
    margin-right: 10px
    margin-bottom: 2px;
    margin-left: 20px;
	text-align: right;
	font-size: 14px
	font-weight: bold; 
}

/* ----- ナビゲーションメニュー(ヘッダー内のメインメニュー) ----- */

.nav ul {
	list-style: none; /*リストマーカーの種類指定(noneはなし)*/
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	margin-top: 5px; /*ボックス外側上の余白*/
}

.nav li {
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	font-weight: bold; /*フォントの太さ指定(boldは太字)*/
}

.nav li a {
	width: 100px; /*幅指定*/
	color: #16160e; /*文字色指定*/
	line-height: 30px; /*行の高さ指定*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
	display: block; /*要素の表示形式指定(blockはブロックレベルで表示)*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
}

.nav a:hover {
	background-image: url(../images/menu.gif); /*背景画像指定　url(画像ファイルを指定)*/
	background-repeat: repeat-x; /*背景画像の並べかた(repeat-xは横方向に繰り返し並べる)*/
}


/* ----- レイアウト ----- */

#container { 
		width: 950px; 
		margin: auto;
		background-color: #FFFFFF; 
}

#container a:hover img { /*画像にマウスをのせた時半透明にする*/
	filter: Alpha(opacity=70); /*視覚効果(IE独自) Alphaは透過表示 opacityは開始透明度*/
	opacity: 0.7; /*要素の透明度*/
}

#content {
		width: 760px; 
		float: left; 
		margin-bottom: 20px; 
}

#content h1 {
		font-size: 18px;
		font-weight: bold;
}


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

.broad {
	clear: both;
/*	width: 580px;  */
	margin-top: 5px;
	margin-right: auto;
	margin-left:  auto;
	height: auto;
	background-repeat: repeat-x;
	background-color: #FFFFE0;
	background-position: bottom;	
	border: 1px solid #000000; 
	padding: 0px 0px 10px 5px;
	color: #000000;
}
.broad p {
	font-size: 12px;
	color: #000000;
}

.broad h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	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;
}

.broad h3 {
	font-size: 16px;
	padding-left: 7px;
	color: #3F3F3F;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 5px;	
	font-weight: bold;
	background-color: #FFFFCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BDBDBD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

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

#rightside {
		width: 180px; 
		float: right; 
		margin-top: 10px;
		margin-bottom: 20px;
}

#rightside h2 {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
}

#rightside ul {
		list-style: none; 
		width: auto;
		margin-top: 3px; 
		margin-left: 5px;
		padding-left: 3px;
}

#rightside li {
		float: left; 
		width: auto;
		margin-bottom: 20px;
		height: auto;
}

/*
ＢＯＴＴＯＮ   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: 140px;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.jpg);
	margin-right: 10px;
	margin-bottom: 10px;
}

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


/* ----- フッター ----- */

#footer {
		clear: both; 
		height: 30px; 
}

/* ----- フッターメニュー ----- */

#footmenu {
		font-size: 14px;
}

#footmenu ul {
		text-align: center;
}

#footmenu li {
		display: inline; 
}

#footmenu li a{
/*		background-color: #CCCCCC;  */
}

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

#produce {
		clear: both;
		text-align: center;
		width: auto;
		padding: 5px 5px 10px 5px;
		font-style: normal;
		color: #000000;
		display: block;
		background-color: #ffffff;
		font-size: 12px;
}


/* ----- コンテンツ ----- */

.post {
	clear: both; /*floatの回り込みを解除*/
	width: auto; /*幅指定(autoは初期値に戻す)*/
}

.post h2 {
	margin: 0; /*ボックス外側の余白(値1つは上下左右をまとめて指定)*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 30px; /*行の高さ指定*/
	border-bottom: solid 1px #cccccc; /*下境界線の一括指定(solidは1本線,線の太さ,線の色)*/
	margin-bottom: 20px; /*ボックス外側下の余白*/
}

.post ul {
	margin-bottom: 20px; /*ボックス外側下の余白*/
}

.post ul li {
	padding-left: 15px; /*ボックス内側左の余白*/
}

.newlist {
		margin-bottom: 8px; 
}

.newlist dl {
		width: auto; 
		height: auto; 
		overflow: auto; 
		text-align: left; 
}

.newlist dd {
		border-bottom: solid 1px #CCCCCC; 
		margin: auto;
}


/* ---- 画像リストの設定 ----- */

.imglist {
		margin-bottom: 40px;
}

.imglist ul {
	list-style: none; 
	margin-left: auto;
	margin-right: 10px;
}

.imglist ul li {
	padding: 0; /*ボックス内側の余白(値1つは上下左右をまとめて指定)*/
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	display: inline; /*要素の表示形式指定(inlineはインラインレベルで表示(リストを横並び))*/
	margin-left: 26px; /*ボックス外側左の余白*/
	margin-bottom: 26px; /*ボックス外側下の余白*/
}


