@charset "Shift_JIS";
/* --------------------------------------------------------------
▼基本設定【template04_4】
-------------------------------------------------------------- */

* {
	font-size: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	color: black;		/*文字色▼*/
	/*line-height: 1.5;*/
	line-height: 150%;
	background-image : url(images/bg01b_cccccc.gif);	/*背景画像▼*/
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
}

img {
	border-width: 0px;
}

a {
	color : #3e5904;	/*リンク部分の文字色▼*/
}

a:hover {
	color : #77ad07;	/*リンク部分のマウスオーバー時の文字色▼*/
}

a:hover img {
	opacity: 0.6;			/*リンク画像 マウスオーバー時の透明度 IE以外のモダンブラウザ用*/
	filter: alpha(opacity=60);	/*リンク画像 マウスオーバー時の透明度 IE用*/
}

span {
	color : #4e7203;		/*spanタグを使用した時の文字色▼*/
}

strong {
	color : #344d02;		/*strongタグを使用した時の文字色▼*/
}

p {
	padding-bottom: 15px;
}

p.line {
	line-height: 22px;
	background-image: url(images/line_dot.gif);
	background-repeat: repeat;
}
/* --------------------------------------------------------------
▼ヘッダー部分の設定
-------------------------------------------------------------- */

#header {
	width: 920px;
	text-align: center;
	background-image: url(images/body_bg.png);
	background-repeat: repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	position: static;
}

#header-inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/img3.jpg);
	/*background-color : #FFFFFF;	ヘッダー部分背景色*/
	position: relative;
	text-align: left;
	font-weight : 200;
}
/*見出し(h1タグ)FLASHメニュー左上部に表示されているテキスト部分
----------------------------------------------------------*/

h1 {
	font-size: 11px;	/*文字サイズ*/
	color: #000080;		/*文字色*/
	font-weight: normal;	/*文字の太さ*/
	top: 10px;		/*上からの表示位置*/
	right: 10px;		/*右からの表示位置*/
	position: absolute;
}

/*見出し(h1タグ)FLASHメニュー左上部に表示されているテキスト部分
----------------------------------------------------------*/

#header #rogo{
  height : 70px;	*ロゴ部分の高さ*/
}

/*トップメニュー
----------------------------------------------------------*/

ul#topmenu {
	text-align: center;
	background-color : #000080;	/*背景色*/
	height: 25px;
	line-height: 25px;
	margin-top: 15px;
}

ul#topmenu li {
	color : #92d20b;		/*リンクなし　文字色▼*/
	font-weight: bold;	/*文字の太さ*/
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	display: inline;
}

ul#topmenu li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

ul#topmenu li a {
	color: white;		/*文字色▼*/
	text-decoration: none;	/*下線を表示しない設定*/
}

ul#topmenu li a:hover {
	color : #92d20b;		/*マウスオーバー時の文字色▼*/
}
/* --------------------------------------------------------------
▼コンテナ
-------------------------------------------------------------- */

#container {
	width: 920px;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: static;
}

#container-inner {
	width: 865px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	position: relative;
	padding-top: 20px;
}
/*FLASHメニュー
----------------------------------------------------------*/

#flashmov {
	width: 900px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#flashmov p#noscript {
	font-size: 15px;
	text-align: center;
	top: 100px;
	position: relative;
}
/* --------------------------------------------------------------
▼メイン部分の設定
-------------------------------------------------------------- */

#main {
	width: 650px;
	text-align: left;
	float: left;
}
/*メイン部分の見出しタグ
----------------------------------------------------------*/

#main h2 {
	/*font-size: 15px;*/	/*文字サイズ*/
	/*color: white;*/		/*文字色▼*/
	/*font-weight: normal;*/	/*文字太さ*/
	/*line-height: 150%;*/
	/*/*line-height: 30px;*/*/
	/*text-align: left;*/	/*文字表示位置*/
	/*background-image : url(images/head05-650_547b02.gif);*/	/*見出し(h2タグ)の背景画像▼*/
	/*background-repeat: no-repeat;*/
	/*margin-bottom: 10px;*/
	/*vertical-align: top;*/
	/*padding-left: 10px;*/
	/*background-position: left top;*/
	
	border-left-color : #FF1493;	/*左サイドボーダーカラー▼*/
	border-left-style: solid;	/*左サイドボーダースタイル*/
	border-left-width: 0px;		/*左サイドボーダー幅*/
	
	font-size: 150%;	/*文字サイズ*/
	color : white;		/*文字色▼*/
	line-height :  25px;
	background-image : url(images/head02-650_195aa1_2.gif);	/*見出し(h2タグ)の背景画像▼*/
	/*background-repeat: no-repeat;*/
	margin-bottom: 10px;
	padding-left: 7px;

}

#main h3 {
	font-size: 150%;	/*文字サイズ*/
	color : #446303;		/*文字色▼*/
	line-height: 25px;
	border-left-color : #000080;	/*左サイドボーダーカラー▼*/
	border-left-style: solid;	/*左サイドボーダースタイル*/
	border-left-width: 5px;		/*左サイドボーダー幅*/
	margin-bottom: 10px;
	padding-left: 7px;
}

#main h4 {
	font-size: 100%;	/*文字サイズ*/
	color: #446303;		/*文字色▼*/
	/*background-image : url(images/icon02_195aa1.gif);*/	/*見出し(h4タグ)の先頭に表示される画像▼*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0px 3px;*/
	border-left-color : #000080;	/*左サイドボーダーカラー▼*/
	border-left-style: solid;	/*左サイドボーダースタイル*/
	border-left-width: 5px;		/*左サイドボーダー幅*/
	padding-left: 7px;
	margin-bottom: 10px;
}


/*メイン部分のボックス
----------------------------------------------------------*/

#main div.box {
	border-width: 1px;	/*ボーダーの太さ*/
	border-style: solid;	/*ボーダースタイル*/
	border-color: #cccccc;	/*ボーダーカラー▼*/
	padding: 5px;
	margin-bottom: 10px;
}

#main div.box p {
	padding-bottom: 0px;
}
/*メイン部分のボックス(2カラム)
----------------------------------------------------------*/

#main div.box2column {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

#main div.box2column_left {
	float: left;
	width: 305px;
	padding: 5px;
	border-width: 1px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_left {
	width: 315px;	/*IE6用*/
}

#main div.box2column_right {
	float: right;
	width: 305px;
	padding: 5px;
	border-width: 1px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_right {
	width: 315px;	/*IE6用*/
}

#main div.box2column p {
	padding-bottom: 0px;
}
/*イメージボックス
----------------------------------------------------------*/

#main div.imagebox {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

#main div.box div.imagebox {
	margin-bottom: 0px;
}
/*イメージボックス アルバム（画像を並べて表示する設定になっている部分）
----------------------------------------------------------*/

#main ul.imagebox_album li {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #e6e6e6;	/*画像 枠の余白部分カラー▼*/
	padding: 4px;			/*画像 枠の余白幅*/
	margin: 5px;
	float: left;
}

* html #main ul.imagebox_album li {
	display: inline;	/*IE6用*/
}

#main ul.imagebox_album img {
	vertical-align: bottom;
}
/*イメージボックス レフト（左側に画像を置く設定になっている部分）
----------------------------------------------------------*/

#main div.imagebox_left {
	background-color: white;	/*▼*/
	padding-right: 10px;
	float: left;
}

#main div.imagebox_left img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #e6e6e6;	/*画像 枠の余白部分カラー▼*/
	padding: 5px;			/*画像 枠の余白幅*/
}
/*イメージボックス ライト（右側に画像を置く設定になっている部分）
----------------------------------------------------------*/

#main div.imagebox_right {
	background-color: white;
	padding-left: 10px;
	float: right;
}

#main div.imagebox_right img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #e6e6e6;	/*画像 枠の余白部分カラー▼*/
	padding: 5px;			/*画像 枠の余白幅*/
}
/*テキストボックス（What's New部分）
----------------------------------------------------------*/

#main dl.textbox {
	width: 638px;			/*枠の幅*/
	height: 120px;			/*枠の高さ*/
	line-height: 25px;		/*行の高さ*/
	border-width: 1px;		/*ボーダー枠の太さ*/
	border-style: solid;		/*ボーダー枠スタイル*/
	border-color: #cccccc;		/*ボーダー枠カラー▼*/
	padding: 5px;
	margin-bottom: 15px;
	overflow: auto;
}

* html #main dl.textbox {
	width: 648px;	/*IE6用*/
}

#main dl.textbox dt {
	color : #5c8705;		/*更新日時部分の文字色▼*/
	font-weight: bold;	/*更新日時部分の文字の太さ*/
	background-image : url(images/icon01_354d02.gif);	/*更新日時の先頭に表示される画像▼*/
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	padding-right: 10px;
	float: left;
}
/*トピックパス（パンくずリスト|上位ページへのリンク部分）
----------------------------------------------------------*/

#main #topic-path {
	margin-bottom: 10px;
}

#main #topic-path a {
	background-image: url(images/path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-left: 5px;
}

#main #topic-path strong {
	margin-left: 5px;
}
/*ページトップ（ページトップへのリンク部分）
----------------------------------------------------------*/

div.pagetop {
	height: 22px;
	text-align: right;
	margin-top: 20px;
	clear: both;
	position: relative;
	right: 20px;
	margin-bottom: 10px;
}
/* --------------------------------------------------------------
▼リンクページで使用しているスタイル
-------------------------------------------------------------- */

/*アバウトリンク部分で使用している「TABLEレイアウト」
----------------------------------------------------------*/

#main table.style_b {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: dotted;	/*ボーダー上枠スタイル*/
	border-top-color: #666666;	/*ボーダー上枠カラー▼*/
	margin-top: 15px;
	margin-bottom: 15px;
}

#main table.style_b th {
	width: 150px;	/*項目部分の幅*/
	text-align: left;
	vertical-align: top;
	background-image : url(images/icon01_354d02.gif);	/*項目部分の先頭に表示される画像▼*/
	background-repeat: no-repeat;
	background-position: 3px 8px;
	border-right-width: 1px;	/*ボーダー右枠の太さ*/
	border-bottom-width: 1px;	/*ボーダー下枠の太さ*/
	border-right-style: dotted;	/*ボーダー右枠スタイル*/
	border-bottom-style: dotted;	/*ボーダー下枠スタイル*/
	border-right-color: #666666;	/*ボーダー右枠カラー▼*/
	border-bottom-color: #666666;	/*ボーダー下枠カラー▼*/
	padding: 5px 2px 5px 15px;
}

#main table.style_b td {
	border-bottom-width: 1px;	/*ボーダー右枠の太さ*/
	border-bottom-style: dotted;	/*ボーダー下枠スタイル*/
	border-bottom-color: #666666;	/*ボーダー下枠カラー▼*/
	padding: 5px;
}
/*リンクボックス（バナー画像あり|バナー画像幅200px）
----------------------------------------------------------*/

#main dl.linkbox-ba200 {
	width: 100%;
	position: relative;
	background-image: url(images/line01s_ffffff.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}

#main dl.linkbox-ba200 dt {
	color : #4e7203;		/*サイト名部分にリンク設定がない時の文字色▼*/
	margin-left: 220px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}

#main dl.linkbox-ba200 dt a {
	color : #4e7203;		/*サイト名部分にリンク設定がある時の文字色▼*/
	text-decoration: none;
}

#main dl.linkbox-ba200 dd {
	margin-left: 220px;
	position: relative;
}

#main dl.linkbox-ba200 dd.banner {
	width: 200px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	position: absolute;
}
/*リンクボックス（バナー画像あり|バナー画像幅88px）
----------------------------------------------------------*/

#main dl.linkbox-ba88 {
	width: 100%;
	position: relative;
	background-image: url(images/line01s_ffffff.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}

#main dl.linkbox-ba88 dt {
	color : #4e7203;		/*サイト名部分にリンク設定がない時の文字色▼*/
	margin-left: 100px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}

#main dl.linkbox-ba88 dt a {
	color : #4e7203;		/*サイト名部分にリンク設定がある時の文字色▼*/
	text-decoration: none;
}

#main dl.linkbox-ba88 dd {
	margin-left: 100px;
	position: relative;
}

#main dl.linkbox-ba88 dd.banner {
	width: 88px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	position: absolute;
}
/*リンクボックス（バナー画像なし）
----------------------------------------------------------*/

#main dl.linkbox-nobanner {
	width: 100%;
	position: relative;
	background-image: url(images/line01s_ffffff.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}

#main dl.linkbox-nobanner dt {
	color : #4e7203;		/*サイト名部分にリンク設定がない時の文字色▼*/
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}

#main dl.linkbox-nobanner dt a {
	color : #4e7203;		/*サイト名部分にリンク設定がある時の文字色▼*/
	text-decoration: none;
}

#main dl.linkbox-nobanner dd {
	position: relative;
}
/*リンクバナーボックス（バナー画像を並べて表示）
----------------------------------------------------------*/

#main ul.linkbanner {
	width: 100%;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
}

#main ul.linkbanner li {
	margin: 3px;
	float: left;
}

* html #main ul.linkbanner li {
	display: inline;	/*IE6用*/
}

#main ul.linkbanner img {
	vertical-align: bottom;
}

#main div.box div.imagebox {
	padding-bottom: 0px;
}
/* --------------------------------------------------------------
▼プロフィールページで使用しているスタイル
-------------------------------------------------------------- */

/*プロフィール部分で使用している「TABLEレイアウト」
----------------------------------------------------------*/

#main table.style_a {
	width: 100%;
	font-size: 12px;	/*文字サイズ*/
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main table.style_a th {
	width: 150px;			/*項目部分の幅サイズ*/
	color: white;			/*項目部分の文字色▼*/
	background-color : #4e7203;	/*項目部分の背景色▼*/
	border-width: 1px 0px 1px 1px;			/*項目部分のボーダー枠の太さ｜右サイド表示なし*/
	border-style: solid;				/*項目部分のボーダー枠スタイル*/
	border-color: #cccccc;				/*項目部分のボーダー枠カラー▼*/
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}

#main table.style_a td {
	padding: 5px;
	border-width: 1px;		/*内容部分のボーダー枠の太さ*/
	border-style: solid;		/*内容部分のボーダー枠スタイル*/
	border-color: #cccccc;		/*内容部分のボーダー枠カラー▼*/
}
/* --------------------------------------------------------------
▼サイド部分の設定
-------------------------------------------------------------- */

#side {
	width: 200px;
	text-align: left;
	float: right;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #cccccc;
}
/*サイド部分の見出しタグ
----------------------------------------------------------*/

#side h3 {
	font-size: 12px;	/*文字サイズ*/
	color: white;		/*文字色▼*/
	font-weight: normal;	/*文字太さ*/
	line-height: 30px;
	text-align: left;	/*文字表示位置*/
	background-image : url(images/head02-200x40_195aa1.gif);	/*見出し(h3タグ)の背景画像▼*/
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 25px;
	background-position: left top;
}
/*サイド部分のボックス
----------------------------------------------------------*/

#side div.box {
	border-width: 1px;	/*ボーダーの太さ*/
	border-style: solid;	/*ボーダースタイル*/
	border-color: #cccccc;	/*ボーダーカラー▼*/
	padding: 2px;
	margin-bottom: 10px;
}

#side div.box p {
	padding-bottom: 5px;
}
/*サイドメニュー
----------------------------------------------------------*/

#side div.sideboxmenu {
	background-color: #dfdfdf;
	padding: 5px 5px 5px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	margin-bottom: 15px;
}

#side ul#sidemenu {
	background-color: #eaeaea;
	text-align: left;
}

#side ul#sidemenu li a {
	color: #666666;			/*文字色▼*/
	text-decoration: none;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-image : url(images/icon03_547b02.gif);
	background-position: 4px 8px;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	line-height: 30px;
}

#side ul#sidemenu a:hover {
	color : white;			/*マウスオーバー時の文字色▼*/
	background-color : #629100;
	background-image : url(images/icon03_293b03.gif);
	background-position: 4px 8px;
	background-repeat: no-repeat;
}

#side ul#sidemenu li.nolink {
	color : white;			/*リンクなし　文字色▼*/
	text-decoration: none;		/*リンクなし　サイドメニュー部分の幅サイズ*/
	background-color : #629100;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-image : url(images/icon03_293b03.gif);
	background-position: 4px 8px;
	background-repeat: no-repeat;
	display: block;
	line-height: 30px;
	height: 30px;
}
/*サイドリンク
----------------------------------------------------------*/

#side ul.sidelink {
	margin-bottom: 15px;
	text-align: left;
	margin-left: 3px;
}

#side ul.sidelink ul {
	text-align: left;
}

#side ul.sidelink li {
	margin-bottom: 6px;
}

#side ul.sidelink li.textlink a {
	background-image : url(images/icon02_195aa1.gif);	/*リンクテキストの左サイドに表示される画像▼*/
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}
/* --------------------------------------------------------------
▼フッター部分の設定
-------------------------------------------------------------- */

#footer {
	width: 920px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	
			/*フッター部分の高さ*/
	position: static;
	clear: both;
}

#footer-inner {
	width: 900px;
	border-top-width: 1px;		/*コンテナとフッター間の区切り線太さ*/
	border-top-style: dotted;	/*コンテナとフッター間の区切り線スタイル*/
	border-top-color: #404040;	/*コンテナとフッター間の区切り線の色▼*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	position: relative;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color : #000080;
}
/*フッターメニュー
----------------------------------------------------------*/

#footer ul#footermenu {
	text-align: center;
	margin-bottom: 15px;
}

#footer ul#footermenu li {
	color : #446303;			/*リンクがないテキスト部分の文字色▼*/
	border-left-width: 1px;		/*各リンク間の区切り線太さ*/
	border-left-style: solid;	/*各リンク間の区切り線スタイル*/
	border-left-color: gray;	/*各リンク間の区切り線の色▼*/
	padding-left: 6px;
	padding-right: 4px;
	display: inline;
}

#footer ul#footermenu li.last {
	border-right-width: 1px;	/*リンク部分の一番右端に表示される線太さ*/
	border-right-style: solid;	/*リンク部分の一番右端に表示される線スタイル*/
	border-right-color: #999999;	/*リンク部分の一番右端に表示される線の色▼*/
	padding-right: 6px;
}

#footer ul#footermenu li a {
	color: #666666;		/*文字色▼*/
}

#footer ul#footermenu li a:hover {
	color : #446303;		/*マウスオーバー時の文字色▼*/
}
/*コピーライト
----------------------------------------------------------*/

#copy_r {
	font-size: 11px;	/*文字サイズ*/
	color: #666666;		/*文字色*/
}
/*address（変更・削除不可）
----------------------------------------------------------*/

#address {
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
	margin-bottom: 5px;
}

#address a {
	color: #454545;
}

#address a:hover {
	color: #707070;
}
/* --------------------------------------------------------------
▼編集方法ページで使用しているスタイル
-------------------------------------------------------------- */

hr {
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	border-width: 0px 0px 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
}

#main p.back_color {
	color : white;
	background-color : #4e7203;
	padding: 2px 2px 2px 5px;
	margin: 2px 10px 10px;
}

#main ol li {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background-image : url(images/icon01_354d02.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
}

.howtobox {
	background-color : #4e7203;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width : 640px;
	margin-bottom: 10px;
  color : white;
}

.howtobox span {
	background-color: #4b4b4b;
	color: white;
}

input.howto {
	background-color: #d9d9d9;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 100%;
	margin-bottom: 5px;
	font-size: 12px;
}

textarea.howto {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 100%;
	margin-bottom: 5px;
	font-size: 12px;
}
/* --------------------------------------------------------------
▼フォトアルバムページで使用しているスタイル
-------------------------------------------------------------- */

#main div.flashmov {
	text-align: center;
	width: 100%;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* --------------------------------------------------------------
▼変更・削除はしないで下さい
-------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: block; }

/* --------------------------------------------------------------
▼ヘッダー用スクリプト
-------------------------------------------------------------- */

.header {
	width:910px;
	background-color:#fff;
	margin-left:auto;
	margin-right: auto;
	margin-top:0;
}
.header .hTop {
	height: 135px;
	position:relative;
}
.header .hTop h1{
	display: inline-block;
    position:absolute;
    top:25px;
    left:30px;
    width:200px;
}
.header .hTop h1 a:hover {
	opacity: 0.6; 
}
.header .hTop h1 a img {
	width: 200px; 
}
.header .hTop p.txt1 {
	font-size: 14px;
    float: left;
    position:absolute;
    left:500px;
    top:67px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
}
.header .hTop p.txt3 {
	font-size: 14px;
    float: left;
    position:absolute;
    left:584px;
    top:45px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
}
.header .hTop p.txt1 a
.header .hTop p.txt3 a {
	color: #999; 
}
.header .hTop p.txt1 a:hover
.header .hTop p.txt3 a:hover{
color: #c30;
}
.header .hTop .right {
	margin-top:20px;
	margin-right:10px;
    float: right; 
}
.header .hTop .right p.txt2 {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #333;
    text-align: right;
    margin-right: 5px;
    padding: 3px 0;
}
.header .hTop .right a:hover {
	opacity: 0.6; 
}
.header .hTop .right a img {
	float: right;
	width:220px;
}

.header nav{margin-top:15px;}

.gMenu-head{
	padding-left:32px;
	border-bottom:2px solid #f60;
}
#dropmenu {
  list-style-type: none;
  width: 890px;
  height: 0;
  margin: -75px auto 0px;
  padding:35px 0 36px;
}
#dropmenu li {
  position: relative;
  width: 19%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 11px 0;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 105%;
  left: -1px;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color:#fff;
  color: #666;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 11px 15px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
#dropmenu > li:hover > a {
	background: #f60;
	color:#fff;
	opacity:0.9;
}
#dropmenu > li:hover li:hover > a {
	background: #f60;
	color:#fff;
	opacity:0.9;
}
#dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -171px;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul li a {
	background: #fff;
	color:#666;
}
#dropmenu li:hover ul li ul li a:hover{
	background: #f60;
	color:#fff;
	opacity:0.9;
}
/*ボーダー追加*/
ul#dropmenu li{
	border-right:1px solid #999;
}
ul#dropmenu li:first-child{
	border-left:1px solid #999;
}

ul#dropmenu li ul li{
	border-right:1px solid #999;
	border-left:1px solid #999;
}
ul#dropmenu li ul li ul li{
	border-right:1px solid #999;
	border-left:1px solid #999;
}
          
/* End hide from IE-mac */

* html #header {
	behavior: expression(   this.style.behavior || (   this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",   this.style.backgroundImage = "none",   this.style.behavior = "none" ) );
}

* html #container {
	behavior: expression(   this.style.behavior || (   this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",   this.style.backgroundImage = "none",   this.style.behavior = "none" ) );
}

* html #footer {
	behavior: expression(   this.style.behavior || (   this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",   this.style.backgroundImage = "none",   this.style.behavior = "none" ) );
}
