﻿@charset "Shift_JIS";
@import "allstyle.css";
/* --------------------------------------------------------------
▼基本設定【template03_4】
-------------------------------------------------------------- */

* {
	font-size: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

html {
	background-color : #01111f;
}

body {
	/font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;/*文字色*/
	background-attachment: fixed;
	background-color: white;
}

img {
	border-width: 0px;
	vertical-align: middle;
	font-wight: bold;
}

a {
	color : #022d4f;	/*リンク部分の文字色▼*/
}

a:hover {
	color : #FF0000;
}

a:hover img {
	opacity: 0.6;			/*リンク画像 マウスオーバー時の透明度 IE以外のモダンブラウザ用*/
	filter: alpha(opacity=60);	/*リンク画像 マウスオーバー時の透明度 IE用*/
}

span {
	color : #000000;		/*spanタグを使用した時の文字色▼*/
	margin-left: 72px;
	font-weight: normal;
}

strong {
	color : #FF0000;		/*strongタグを使用した時の文字色▼*/
	font-weight: bold;
	text-align: center;
}

p {
	padding-bottom: 15px;
}

p.line {
	line-height: 22px;
	background-image: url(images/line_dot.gif);
	background-repeat: repeat;
	font-size: 100%;
}
/* --------------------------------------------------------------
▼ヘッダー部分の設定
-------------------------------------------------------------- */

#header {
	width: 100%;
	background-image : url(image2/bg01b_103e71.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}

#header-inner {
	width: 500px;
	height: 80px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-left: 10px;
}
/*見出し(h1タグ)FLASHメニュー左上部に表示されているテキスト部分
----------------------------------------------------------*/

h1 {
	font-size: 10px;	/*文字サイズ*/
	color : #FFFFFF;		/*文字色*/
	font-weight: bold;	/*文字の太さ*/
	text-align: left;
	padding-top: 5px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*右上部に表示されているテキスト部分
----------------------------------------------------------*/

#header #comment {
	color : black;	/*文字色*/
	width : 215px;
	height: 75px;
	text-align: left;
	background-image : url(images/imgbg01-220x85_195aa1.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}
/* --------------------------------------------------------------
▼トップメニュー・フラッシュメニュー部分の設定
-------------------------------------------------------------- */

/*トップメニュー
----------------------------------------------------------*/

ul#topmenu {
	background-image : url(image2/bg01w_195aa2.gif);	/*背景画像*/
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	border-left-style: none;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	font-size: 120%;
  
}

ul#topmenu li {
	color : white;		/*リンクなし　文字色▼*/
	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 : black;		/*文字色▼*/
	text-decoration: none;	/*下線を表示しない設定*/
}

ul#topmenu li a:hover {
	color : white;		/*マウスオーバー時の文字色▼*/
}


/*ドロップダウンメニュー
----------------------------------------------------------*/
.dropmenu{ 
  *zoom: 1;
	list-style-type: none;
	width: 100%;
	padding: 0;
	background-image : url(image2/bg01w_195aa3.gif);	/*背景画像*/
	background-repeat: repeat-x;
	text-decoration: underline;
} 
.dropmenu:before, .dropmenu:after{ 
  content: ""; 
  display: table; 
} 
.dropmenu:after{ 
  clear: both; 
} 
.dropmenu li{
	position: relative;
	z-index: 9999;
	width: 9%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: underline;
} 
.dropmenu li a{ 
  display: block; 
  margin: 0; 
  padding: 15px 0 11px; 
  background: #66CCFF; 
  color: #000000; 
  font-size: 14px; 
  line-height: 1; 
  text-decoration:underline; 
} 
.dropmenu li ul{ 
  list-style: none; 
  position: absolute; 
  z-index: 9999; 
  top: 100%; 
  left: 0; 
  margin: 0; 
  padding: 0; 
} 
.dropmenu li ul li{ 
  width: 100%; 
} 
.dropmenu li ul li a{ 
  padding: 13px 15px; 
  border-top: 1px solid #7c8c0e; 
  background: #3399FF; 
  color: #fff; 
  text-align: left; 
} 
.dropmenu li:hover > a{ 
  background: #3399FF; 
  color: #fff;
} 
.dropmenu li a:hover{
	background: #66ccff;
	color: #fff;
} 


#normal li ul{ 
  display: none; 
} 
#normal li:hover ul{ 
  display: block; 
} 



/*FLASHメニュー
----------------------------------------------------------*/

#flashmov {
	width: 900px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
	margin-top : 15px;
	margin-bottom : 15px;
}

#flashmov p#noscript {
	font-size: 15px;	/*文字サイズ*/
	text-align: center;
	top: 100px;
	position: relative;
}
/* --------------------------------------------------------------
▼コンテナ
-------------------------------------------------------------- */

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #d9d9d9;
	background-color: #FFF;
}

#container-inner {
	width: 875px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
}
/* --------------------------------------------------------------
▼メイン部分の設定
-------------------------------------------------------------- */

#main {
	width: 650px;
	float: right;
}
/*メイン部分の見出しタグ
----------------------------------------------------------*/

#main h2 {
	height: 26px;
	font-size: 120%;	/*文字サイズ*/
	color : #002b55;		/*文字色▼*/
	line-height: 28px;
	background-image : url(image2/head02-650_195aa2.gif);	/*見出し(h2タグ)の背景画像▼*/
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 10px;
}

#main h3 {
	font-size: 100%;	/*文字サイズ*/
	color : #00509f;		/*文字色▼*/
	line-height: 26px;
	margin-bottom: 10px;
	background-image : url(images/head03-650_195aa1.gif);	/*見出し(h3タグ)の背景画像▼*/
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-left: 12px;
}

#main h4 {
	font-size: 100%;	/*文字サイズ*/
	color : #022d4f;		/*文字色*/
	background-image : url(images/icon02_195aa1.gif);	/*見出し(h4タグ)の先頭に表示される画像▼*/
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	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: 310px;
	padding: 5px;
	border-width: 1px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_left {
	width: 320px;	/*IE6用*/
}

#main div.box2column_right {
	float: right;
	width: 310px;
	padding: 5px;
	border-width: 1px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_right {
	width: 320px;	/*IE6用*/
}

#main div.box2column p {
	padding-bottom: 0px;
}
/*イメージボックス
----------------------------------------------------------*/

#main div.imagebox {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	padding-left: 3px;
}

#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: 640px;			/*枠の幅*/
	height: 240px;			/*枠の高さ*/
	line-height: 25px;		/*ボーダー枠のカラー*/
	padding: 5px;
	border: 1px solid #999999;
	margin: 0px 0px 15px;
	overflow: auto;
}

* html #main dl.textbox {
	width: 650px;	/*IE6用*/
}

#main dl.textbox dt {
	color : #022d4f;		/*更新日時部分の文字色*/
	font-weight: bold;		/*更新日時部分の文字の太さ*/
	background-image : url(image2/icon01_195aa1.gif);	/*更新日時の先頭に表示される画像*/
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	padding-right: 10px;
	float: left;
}
/*トピックパス（パンくずリスト|上位ページへのリンク部分）
----------------------------------------------------------*/

#main #topic-path {
	margin-bottom: 6px;
}

#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: 25px;
	text-align: right;
	margin-top: 20px;
	clear: both;
	padding-right: 10px;
	position: relative;
	right: 50px;
}
/* --------------------------------------------------------------
▼リンクページで使用しているスタイル
-------------------------------------------------------------- */

/*アバウトリンク部分で使用している「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: 160px;	/*項目部分の幅*/
	text-align: left;
	vertical-align: top;
	background-image : url(images/icon01_195aa1.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 20px;
}

#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 : #044075;		/*サイト名部分にリンク設定がない時の文字色▼*/
	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 : #044075;		/*サイト名部分にリンク設定がある時の文字色▼*/
	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 : #044075;		/*サイト名部分にリンク設定がない時の文字色▼*/
	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 : #044075;		/*サイト名部分にリンク設定がある時の文字色▼*/
	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 : #044075;		/*サイト名部分にリンク設定がない時の文字色▼*/
	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 : #044075;		/*サイト名部分にリンク設定がある時の文字色▼*/
	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 : #044075;	/*項目部分の背景色▼*/
	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: left;
}
/*サイド部分の見出しタグ
----------------------------------------------------------*/

#side h3 {
	width: 200px;
	font-size: 120%;	/*文字サイズ*/
	color : #000000;		/*文字色*/
	font-weight: bold;	/*文字太さ*/
	line-height: 40px;
	text-align: center;	/*文字表示位置*/
	background-image : url(image2/head02-200x40_195aa2.gif);	/*見出し(h3タグ)の背景画像*/
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 40px;
	background-position: center center;
}
/*サイド部分のボックス
----------------------------------------------------------*/

#side div.box {
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
/*サイドメニュー
----------------------------------------------------------*/

#side ul#sidemenu {
	text-align: center;
	margin-bottom: 10px;
}

#side ul#sidemenu li {
	margin-bottom: 5px;
	border-top-width: 1px;
}

#side ul#sidemenu li a {
	color : #00264d;			/*文字色*/
	width: 185px;	/*右サイドのボーダーカラー*/
	padding-top: 7px;
	padding-bottom: 6px;
	text-decoration: none;
	display: block;
	border-top: 1px dotted #999999;
	border-right: 5px solid #99ff66;
	border-bottom: 1px dotted #999999;
	border-left: 5px solid #99ff66;
}

#side ul#sidemenu a:hover {
	color : #004b97;	/*マウスオーバー時の右サイドのボーダーカラー*/
	background-color : #CCFFCC;
	border-right: 5px solid #66CC33;
	border-left: 5px solid #66CC33;
}

#side ul#sidemenu li.nolink {
	color : #004b97;			/*リンクなし　文字色*/
	text-decoration: none;		/*リンクなし　サイドメニュー部分の幅サイズ*/
	width: 190px;			/*リンクなし　サイドメニュー部分の幅サイズ*/
	border-left-width: 5px;		/*リンクなし　左サイドのボーダーサイズ*/
	border-left-style: solid;	/*リンクなし　左サイドのボーダースタイル*/
	border-left-color : #71b8ff;	/*リンクなし　左サイドのボーダーカラー*/
	border-bottom-color: #999999;	/*リンクなし　下ボーダーカラー*/
	border-bottom-width: 1px;	/*リンクなし　下ボーダーサイズ*/
	border-bottom-style: dotted;	/*リンクなし　下ボーダースタイル*/
	border-right-width: 5px;	/*リンクなし　右サイドのボーダーサイズ*/
	border-right-style: solid;	/*リンクなし　右サイドのボーダースタイル*/
	border-right-color : #71b8ff;	/*リンクなし　右サイドのボーダーカラー*/
	border-top-width: 1px;		/*上ボーダーサイズ*/
	border-top-style: dotted;	/*上ボーダースタイル*/
	border-top-color: #999999;	/*上ボーダーカラー*/
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
/*サイドリンク
----------------------------------------------------------*/

#side ul.sidelink {
	text-align: left;
}

#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: 14px;
}
/*フラッシュカレンダー
----------------------------------------------------------*/

#side #flash-calendar {
	width: 200px;
	height: 170px;
	background-image : url(images/imgbg02-200x170_195aa1.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
/* --------------------------------------------------------------
▼フッター部分の設定
-------------------------------------------------------------- */

#footer {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image : url(image2/bg01b_103e71.gif);	/*背景画像*/
	background-repeat: repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color : #01111f;
	clear: both;
}

#footer-inner {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
/*フッターメニュー
----------------------------------------------------------*/

#footer ul#footermenu {
	text-align: center;
	margin-bottom: 15px;
}

#footer ul#footermenu li {
	color : white;		/*リンクがないテキスト部分の文字色*/
	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: #002b55;		/*文字色*/
}

#footer ul#footermenu li a:hover {
	color : #FF0000;		/*マウスオーバー時の文字色*/
}
/*コピーライト
----------------------------------------------------------*/

#copy_r {
	font-size: 11px;	/*文字サイズ*/
	color: #cccccc;		/*文字色*/
}
/*address（変更・削除不可）
----------------------------------------------------------*/

#address {
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
}

#address a {
	color: #999999;
}

#address a:hover {
	color: #ffffff;
}
/* --------------------------------------------------------------
▼編集方法ページで使用しているスタイル
-------------------------------------------------------------- */

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 : #044075;
	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_341f0a.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
}

.howtobox {
	background-color : #044075;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 10px;
	color: #cccccc;
}

.howtobox span {
	background-color: black;
	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;
}
#header #header-inner #mojisize {
	text-align: right;
	padding-right: 5px;
	display: block;
}
#header #mojisize {
	margin-right: 10px;
	text-align: right;
	display: block;
	float: right;
	width: 400px;
	margin-left: auto;
	margin-top: 60px;
}
#header #header-inner #mojisize li {
	float: right;
	position: relative;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}
#header #mojisize #mojisize li {
	font-weight: bold;
	float: right;
	padding-right: 2px;
	padding-left: 2px;
	display: block;
	position: relative;
}
#container #container-inner #main .info {
	margin-bottom: 15px;
	border: 1px solid #999;
	padding-left: 3px;
}
#container #container-inner #main link_btn {
	margin-bottom: 15px;
}
#container #container-inner #main .main_linkbtn {
	margin-bottom: 15px;
}
#container #container-inner #main .main_linkbtn table {
	border: 1px solid #999;
}
#allstyle_red {
	color: #F00;
}
.QA {
	vertical-align: top;
}
#toiawase {
	color: #FF0000;
}
.strongB {
	font-weight: bold;
}
#strongB {
	font-weight: bold;
}
#container #container-inner #main .info div {
	font-weight: bold;
	color: #F00;
}
#container #container-inner #main .info p font {
	font-size: 100%;
}
.mr {
	color: #F00;
}
.rubi {
	font-size: xx-small;
}
.red {
	color: #F00;
}
#container font font {
	font-weight: bold;
}
#ruby {
	font-size: xx-small;
}
.redverysmall {
	color: #F00;
	font-size: 8px;
	text-align: left;
}
/* --------------------------------------------------------------
▼2018年追加
-------------------------------------------------------------- */

.box001{background:url(image2/2018new/box001.gif) no-repeat; text-align:center; padding-top:50px;}
.box002{background:url(image2/2018new/box002.gif) no-repeat; text-align:center; padding-top:50px;}

p.text001{padding:10px 0 10px 30px; }
p.text001 a{color:#2375D2;}

span.red2{margin:0; color:#FD0000;}

/* フォームに主に使用 */
table.rgs_table{width:90%; border-top:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC; border-right:solid 1px #CCCCCC; border-collapse:collapse; border-spacing:0; empty-cells:show;}

	table.rgs_table th{width:150px;	padding:10px 0 10px 10px; border-right:1px dotted #CCCCCC; color:#444444; background-color:#EEEEEE; border-bottom:solid 1px #CCCCCC; font-weight: normal; font-style: normal; text-align: left; vertical-align: middle;}
	
	table.rgs_table td{padding:10px 15px; border-bottom:solid 1px #CCCCCC; vertical-align: middle;}

table.rgs_table2{width:100%; border-top:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC; border-right:solid 1px #CCCCCC; border-collapse:collapse; border-spacing:0; empty-cells:show;}

	table.rgs_table2 th{width:150px; padding:10px 0 10px 10px; border-right:1px dotted #CCCCCC; color:#444444; background-color:#EEEEEE; border-bottom:solid 1px #CCCCCC; font-weight: normal; font-style: normal; text-align: left; vertical-align: middle;}

	table.rgs_table2 td{padding:10px 15px; border-bottom:solid 1px #CCCCCC; vertical-align: middle;}

/* input border非表示 for IE */
	input.b_none {border:none }

.rgs_bottom_space {margin-bottom:30px;}

table.rgs_table_inside {border-collapse:collapse; border-spacing:0;}

	table.rgs_table_inside td {padding:0; border-bottom:none;}
	table.rgs_table_inside td.p_bottom {padding-bottom:5px;}
	table.rgs_table_inside td.p_left { padding-left:5px;}
	table.rgs_table_inside td.td_buttom {padding-bottom:5px;}
	
	/* IE 6,7 */
	table.rgs_table_inside {/line-height:160%;}

.rgs_txt2 {border:0; padding:5px;_padding:9px 0px; margin-right:7px; font-family:Arial, sans-serif;border:solid 1px #ccc; background:#FAFFBD;
	/* shadow */
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	_height:28px;
}
.rgs_pd {border:0;padding:5px;margin-right:7px; font-family:Arial, sans-serif; border:solid 1px #ccc;background:#FAFFBD;
	/* shadow */
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

input[type=checkbox] {
	display: none; 	/* チェックボックスを非表示にする */
}

input[type="checkbox"]:checked + label {
	background: #EE4646;/* マウス選択時の背景色を指定する */
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
}
.label {
	display: block;		
	float: left;		
	margin: 5px 0 5px 0;	
	width: 100px;		
	height: 40px;		
	text-align: center;	
	line-height: 40px;	
	padding-left: 10px;	
	padding-right: 10px;	
	cursor: pointer;		
	color: #333;			
	border: 1px solid #CCC;
	border-radius: 5px;		
}

.label:hover {
	background-color: #F7F7F7; 	 
}


/* フォーム内ボタン装飾 */
.button{display:inline-block; border:1px solid; font-weight:normal; text-transform:uppercase;}
.button.small{font-size:.9em; padding:4px 15px 3px 15px; margin:0px 3px 0 0;}
.button.white{background-color:#FFFFFF; border-color:#CCC; }
.button.white:hover{color:#FFF; background-color:#EE4646; border-color:#CCC; text-decoration:none; cursor: pointer;cursor: hand;}
a.more{color:#2375D2;}


.btn01{display:block; width:80%; color:#FFF; line-height:2.5em; background: #FF8400;}
.btn01:hover{background: #FF8400;}

/* 角R設定 */

.rnd5, .list.tagcloud.rnd5 a, form.rnd5 input, form.rnd5 textarea{-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.rnd8, .list.tagcloud.rnd8 a, form.rnd8 input, form.rnd8 textarea{-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;}
.rnd10, .list.tagcloud.rnd10 a, form.rnd10 input, form.rnd10 textarea{-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
.rnd12, .list.tagcloud.rnd12 a, form.rnd12 input, form.rnd12 textarea{-moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px;}
.rnd15, .list.tagcloud.rnd15 a, form.rnd15 input, form.rnd15 textarea{-moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
.rnd20, .list.tagcloud.rnd20 a, form.rnd20 input, form.rnd20 textarea{-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;}
.rnd100, .list.tagcloud.rnd100 a, form.rnd100 input, form.rnd100 textarea{-moz-border-radius:100px; -webkit-border-radius:100px; border-radius:100px;}
