@charset "UTF-8";
/* --------------------------------------------------------------
▼基本設定【template03_4】
-------------------------------------------------------------- */

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

html {
	background-color : #01111f;
}

body {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	/*line-height: 1.5;*/
	color: black;/*文字色*/
	text-align: left;
	background-color: white;
	background-image : url(../img/web_bg.png); 
	background-repeat: repeat-x;
}
#logo{

}

img {
	border-width: 0px;
}

#logo a img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}

.lang a{
color : #666;
margin-top:-15px;
}
.lang a:hover{
color : #ffffff;
margin-top:-15px;
}

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

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

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

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

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

p {
	/*padding-bottom: 2px;*/
}

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






#header {
	width: 100%;
	background-repeat: repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
  
}


     
#header-inner {
	width: 900px;
	height:100x;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*見出し(h1タグ)FLASHメニュー左上部に表示されているテキスト部分
----------------------------------------------------------*/

h1 {
	font-size: 11px;	/*文字サイズ*/
	color : #cccccc;		/*文字色*/
	font-weight: normal;	/*文字の太さ*/
	text-align: left;
	padding-top: 5px;
}
/*右上部に表示されているテキスト部分
----------------------------------------------------------*/

#header #comment {
	color : black;	/*文字色*/
	width : 215px;
	height: 65px;
	text-align: left;
	background-image : url(../img/welcome.png);
	background-repeat: no-repeat;
	/*padding-top: 8px;*/
	padding-left: 5px;
	position: absolute;
	right: 0px;
	/*top: 20px;*/
}
/* --------------------------------------------------------------
▼トップメニュー・フラッシュメニュー部分の設定
-------------------------------------------------------------- */

/*トップメニュー
----------------------------------------------------------*/
.hidden{
display:none;
}
ul#topmenu {
/*背景画像	background-image : url(../img/bg01w_195aa1.gif);	 added by rajib for top menu bg*/
    background-image : url(../img/menu.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	border-left-style: none;
	position: relative;
	overflow: hidden;
  
}

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 : white;			/*文字色▼*/
	text-decoration: none;	/*下線を表示しない設定*/
}

ul#topmenu li a:hover {
	color : black;
		/*マウスオーバー時の文字色▼*/
}
/*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;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: static;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #d9d9d9;
	background-color: white;
}

#container-inner {
	width: 875px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 15px;
}
/* --------------------------------------------------------------
▼メイン部分の設定
-------------------------------------------------------------- */

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

#main h2 {
	height: 26px;
	font-size: 100%;	/*文字サイズ*/
	color : black;		/*文字色▼*/
	line-height: 28px;
	background-image : url(../img/head02-650_195aa1.gif);	/*見出し(h2タグ)の背景画像▼*/
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-left: 10px;
}

#main h3 {
	font-size: 100%;	/*文字サイズ*/
	color : #006600;		/*文字色▼*/
	line-height: 26px;
	margin-bottom: 10px;
	background-image : url(../img/head03-650_195aa1.gif);	/*見出し(h3タグ)の背景画像▼*/
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-left: 12px;
}

#main h4 {
	font-size: 100%;	/*文字サイズ*/
	color : #006600;		/*文字色*/
	background-image : url(../img/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;
}

#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: 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: 650px;	/*IE6用*/
}

#main dl.textbox dt {
	color : #022d4f;		/*更新日時部分の文字色*/
	font-weight: bold;		/*更新日時部分の文字の太さ*/
	background-image : url(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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: right;
	margin-top:-20px;
}
/*サイド部分の見出しタグ
----------------------------------------------------------*/

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

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

#side ul#sidemenu {
	text-align: center;
	margin-bottom: 15px;
}

#side ul#sidemenu li {
	margin-bottom: 5px;
	border-top-width: 1px;
}

#side ul#sidemenu li a {
	color : #00264d;			/*文字色*/
	width: 190px;			/*サイドメニュー部分の幅サイズ*/
	border-top-style: dotted;	/*上ボーダースタイル*/
	border-top-width: 1px;		/*上ボーダーサイズ*/
	border-top-color: #999999;	/*上ボーダーカラー*/
	border-bottom-color: #999999;	/*下ボーダーカラー*/
	border-bottom-width: 1px;	/*下ボーダーサイズ*/
	border-bottom-style: dotted;	/*下ボーダースタイル*/
	border-left-width: 5px;		/*左サイドのボーダーサイズ*/
	border-left-style: solid;	/*左サイドのボーダースタイル*/
	border-left-color : #0057ae;	/*左サイドのボーダーカラー*/
	border-right-width: 5px;	/*右サイドのボーダーサイズ*/
	border-right-style: solid;	/*右サイドのボーダースタイル*/
	border-right-color : #0057ae;	/*右サイドのボーダーカラー*/
	padding-top: 7px;
	padding-bottom: 6px;
	text-decoration: none;
	display: block;
}

#side ul#sidemenu a:hover {
	color : #004b97;			/*マウスオーバー時の文字色*/
	border-left-width: 5px;		/*マウスオーバー時の左サイドのボーダーサイズ*/
	border-left-style: solid;	/*マウスオーバー時の左サイドのボーダースタイル*/
	border-left-color : #71b8ff;	/*マウスオーバー時の左サイドのボーダーカラー*/
	border-right-width: 5px;	/*マウスオーバー時の右サイドのボーダーサイズ*/
	border-right-style: solid;	/*マウスオーバー時の右サイドのボーダースタイル*/
	border-right-color : #71b8ff;	/*マウスオーバー時の右サイドのボーダーカラー*/
	background-color : #ffecfd;	/*マウスオーバー時の背景カラー*/
}

#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 {
	margin-bottom: 15px;
	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(../img/icon02_195aa1.gif);	/*リンクテキストの左サイドに表示される画像*/
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 14px;
}
/*フラッシュカレンダー
----------------------------------------------------------*/

#side #flash-calendar {
	width: 200px;
	height: 170px;
	background-image : url(../img/imgbg02-200x170_195aa1.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
/* --------------------------------------------------------------
▼フッター部分の設定
-------------------------------------------------------------- */
#footer {
    background-image: url("../img/footer.png");
    background-position: left top;
    background-repeat: repeat;
    border-bottom: 20px solid #2E4204;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
#footer-inner {
    margin-left: auto;
    margin-right: auto;
    width: 830px;
}
#footer ul#footermenu {
    margin-bottom: 15px;
    text-align: center;
}
#footer ul#footermenu li {
    border-left: 1px solid gray;
    color: white;
    display: inline;
    padding-left: 6px;
    padding-right: 4px;
}
#footer ul#footermenu li.last {
    border-right: 1px solid #999999;
    padding-right: 6px;
}
#footer ul#footermenu li a {
    color: #CCCCCC;
}
#footer ul#footermenu li a:hover {
    color: white;
}
#copy_r {
    color: #CCCCCC;
    font-size: 11px;
}
#address {
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
}
#address a {
    color: #999999;
}
#address a:hover {
    color: #FFFFFF;
}
/*address（変更・削除不可）
----------------------------------------------------------*/

/* --------------------------------------------------------------
▼編集方法ページで使用しているスタイル
-------------------------------------------------------------- */

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(../img/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;
}

/*

#scrollbar1 { 
	display:block;
	padding:5px;
    margin: 10px 0 10px;
	width: 640px;
	height:250px;
	overflow:auto;
    scrollbar-face-color: #195aa1;
	scrollbar-shadow-color: #2D2C4D;
	scrollbar-highlight-color:#7D7E94;
	scrollbar-3dlight-color: #7D7E94;
	scrollbar-darkshadow-color: #2D2C4D;
	scrollbar-track-color: #7D7E94;
	scrollbar-arrow-color: #C1C1D1;

 }
 */
#scrollbar1 {
/* Typical fixed height and fixed width example */
width: 623px;
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/

margin: 0.3em auto;
padding: 15px;
}

#scrollbar2 {
/* Typical fixed height and fixed width example */
width: 622px;
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/

margin: 0.3em auto;
padding: 15px;
}

 
 /*

#scrollbar2 { 
	display:block;
	padding:5px;
    margin: 10px 0 10px;
	width: 640px;
	height:250px;
	overflow:auto;
	scrollbar-face-color: #195aa1;
	scrollbar-shadow-color: #2D2C4D;
	scrollbar-highlight-color:#7D7E94;
	scrollbar-3dlight-color: #7D7E94;
	scrollbar-darkshadow-color: #2D2C4D;
	scrollbar-track-color: #7D7E94;
	scrollbar-arrow-color: #C1C1D1;

 }
 
 Let's get this party started
  ::-moz-scrollbar{ width: 12px; }
  
   ::-moz-scrollbar-track {
     -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	 -moz-border-radius: 10px; border-radius: 10px;
    }  Handle 
	::-moz-scrollbar-thumb { 
	  -moz-border-radius: 10px; border-radius: 10px; background: rgba(255,0,0,0.8);
	  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	  } 
	  ::-moz-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4); } 

  
   ::-webkit-scrollbar { width: 12px; } /* Track 
   ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	 -webkit-border-radius: 10px; border-radius: 10px;
    } /* Handle 
	::-webkit-scrollbar-thumb { 
	 -webkit-border-radius: 10px; border-radius: 10px; background: rgba(255,0,0,0.8);
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	  } 
	  ::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4); } */

.imagebox2{
 border: 1px solid #CCCCCC;
padding:10px;
 
}



/* Banner rotating style*/
#featured{ 
	width:900px; 
	/*padding-right:250px; */
	position:relative; 

	/*height:250px; */
	height:400px;
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
	left:650px; 
	list-style:none; 
	padding:0; margin:0; 
	/*width:250px; */

}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
	padding-bottom:2px;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
	
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:55px; 
	text-decoration:none;
	color:#333;  background:#fff; 
	line-height:20px;
	border: 1px solid #CCC;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	/*width:400px; height:250px; */
	/*background:#999; */
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('../images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	display:none;
	overflow:hidden; 
}
#featured .info p{ 
	display:none;
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
background: #D7EBDF url(../img/basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
}
.vscrollerbar {
width: 15px;
background: #99CBCB url(../img/basebarcaps_verticalbarbody.png) -15px 0px repeat-y;
}
.hscrollerbase {
height: 15px;
background: #D7EBDF url(../img/horizontalbarbody_cornerjog.png) 0px -15px repeat-x;
}
.hscrollerbar {
height: 15px;
background: #99CBCB url(../img/horizontalbarbody_cornerjog.png) 0px -30px repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../img/basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbarend {
background: url(../img/basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
width: 15px;
height: 15px;
}
.hscrollerbarbeg {
background: url(../img/basebarcaps_verticalbarbody.png) -60px -15px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbarend {
background: url(../img/basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
height: 15px;
width: 15px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(../img/horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(../img/basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(../img/basebarcaps_verticalbarbody.png) -60px -30px no-repeat;
height: 15px;
width: 15px;
}
.hscrollerbasebeg {
background: url(../img/basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background: url(../img/basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(../img/basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

#flashMessage { 
font-size:11px;
margin-top:10px;
text-align:center;
font-weight:bold;
}
#flashMessage1 { 
    background:#D9E8FB;
    border: 1px solid #BEDF5D;
    font-weight: bold;
    padding: 7px;
    width: 200px;
}
/* style for regular meeting */

.regular_metting_texture_bg{
	font-family:Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","MS P Gothic","ＭＳ Ｐゴシック","lroSVbN";
	
	}
.reikai_con .div_in {
    padding: 0 35px;
    word-wrap: break-word;
	
}
.reikai_con_in_header {
	height:27px;
	width:624px;
	margin-left:17px;
}
.reikai_con_in {
	height:auto;
	width:648px;
	margin-left:5px;
}

.reikai_con_in_footer {
   
	height:27px;
	width:624px;
	margin-left:17px;
}
.reikai_con_in h3 {
    margin-bottom: 25px;
}
.reikai_con_inw {
    background: url(../img/inner_box_bg.png) no-repeat scroll left top transparent;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 30px;
    width:543px;
	height:493px;
}

#bottom_inner{
padding-bottom:20px;
}

.reikai_con_inw .title_reikai {
    background: url(../img/inner_box_header.png) repeat scroll left top transparent;
    border: 1px solid #E7E9E7;
    color: #4D1606;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 15px;
    padding: 10px;
    text-align: center;
    width: 450px;
}
.reikai_con_inw .txt10 {
    color: #666666;
    margin-bottom: 20px;
    text-align: center;
}
.reikai_con_inw .btn_ul {
    margin: 0 auto;
    width: 480px;
}
.reikai_con_inw .btn_ul li {
    margin-bottom: 10px;
    text-align: center;
}
.reikai_con_inw .btn_ul li a {
    cursor: pointer;
}
.kako_list2 {
    margin: 0 auto;
    width: 430px;
}
.kako_list2 ul {
    float: right;
    height: 150px;
    overflow: auto;
    width: 300px;
}
.kako_list2 li {
    background: url(../img/icon_gold.gif) no-repeat scroll left 5px transparent;
    margin-bottom: 10px;
    padding-left: 1.5em;
}
#contents_w h2.kako_list {
    background: url(../img/t_8.jpg) no-repeat scroll left top transparent;
    height: 59px;
    width: 480px;
}
#contents_w h2.reikai_1 {
    background: url(../img/t_w_1.jpg) no-repeat scroll left top transparent;
    height: 60px;
    width: 480px;
}
#contents_w h2.reikai_2 {
    background: url(../img/t_w_2.jpg) no-repeat scroll left top transparent;
    height: 59px;
    width: 480px;
}
#contents_w h2.reikai_3 {
    background: url(../img/t_w_3.jpg) no-repeat scroll left top transparent;
    height: 59px;
    width: 480px;
}
#contents_w h2.reikai_4 {
    background: url(../img/t_w_4.jpg) no-repeat scroll left top transparent;
    height: 59px;
    width: 480px;
}
#main_w2 {
    background: url(../img/bg_w_c.jpg) repeat-y scroll left top transparent;
    margin: 0 auto;
    padding: 20px 40px;
    text-align: left;
    width: 400px;
}
#main_w2 .title_reikai {
    background: url("/img/bg_img.jpg") repeat scroll left top transparent;
    border: 1px solid #E7E9E7;
    color: #4D1606;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 15px;
    padding: 10px;
    text-align: center;
    width: 310px;
}
#main_w2_in {
    background: url(../img/bg_white_c.jpg) repeat-y scroll left top transparent;
    margin: 0 auto;
    padding: 10px 10px 5px;
    text-align: left;
    width: 380px;
}
#main_w2_in .movie {
    margin-bottom: 20px;
    text-align: center;
}
#main_w2_in h4 {
    font-weight: normal;
    margin: 0 auto 20px;
    width: 330px;
}
#main_w2 .kako {
    height: 150px;
    margin-bottom: 30px;
    overflow: auto;
}
#main_w2 .kako li {
    background: url(../img/icon_gold.gif) no-repeat scroll left 5px transparent;
    margin-bottom: 10px;
    padding-left: 1.5em;
}
#main_w2 .one_info {
    line-height: 24px;
    margin-bottom: 40px;
}
#main_w2 .one_info dt {
    background: url(../img/icon_gold.gif) no-repeat scroll left 7px transparent;
    color: #4D1606;
    font-weight: bold;
    padding-left: 1.5em;
    word-wrap: break-word;
}
#main_w2 .one_info dd {
    margin-bottom: 30px;
}
#main_w2 table {
    border: 1px solid #999999;
    border-collapse: collapse;
    font-size: 10px;
    line-height: 1.5em;
    width: 100%;
}
#main_w2 table th {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    font-size: 10px;
    line-height: 1.5em;
    padding: 2px;
    text-align: center;
}
#main_w2 table td {
    border: 1px solid #999999;
    font-size: 10px;
    line-height: 1.5em;
    padding: 2px;
    text-align: center;
}


 input[type="button"]{
    background: #CCC;
    border: 1px solid #DADADA;
    color: #333333;
    cursor: pointer;
    font: bold 1em Arial,Sans-serif;
    margin: 0;
    padding: 3px 4px;
}
input[type="button"]:hover{
    background:  #FFF;
    border: 1px solid #DADADA;
    color: #333333;
    cursor: pointer;
    font: bold 1em Arial,Sans-serif;
    margin: 0;
    padding: 3px 4px;
}

/* css for timepicker */
/*
 * Timepicker stylesheet
 */

#new_body_class{
	width:934px; 
	background: url(../img/glow_bg.png) repeat-y; 
	margin:0 auto;
	margin-top:-15px;
	padding-top:15px;}
.new_bdr_style td
{
 border: 1px solid #D3D3D3;
}	

/* Totemticker style */

#vertical-ticker{
	height:400px;
	overflow:hidden;
	margin:0; padding:0;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
	/** added from previous layout **/
	position:absolute; 
	top:0; 
	left:650px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}

	#vertical-ticker li{
		padding:5px;
		display:block;
		background:#efefef;
		color:#333;
		border-bottom:1px solid #ddd;
		text-align:center;
		font-size:16px;
		font-family: "MS PGothic", sans-serif;}
	
	
	
	
	
	
	/* style for right menu */
	
	
	

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 190px;
}

.markermenu li{
padding-bottom: 2px;
}

.markermenu li a{
background: white url(../img/live_chat.gif) no-repeat center left;

color: green;
background-color: #F3F3F3;
vertical-align:top;
vertical-align:top;

display: block;
width: 100%;
padding-top: 5px;
padding-left: 10px;
text-decoration: none;
height:47px;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
border-bottom: 1px solid #B5B5B5;
}

.markermenu li a:visited{
color: green;
background-image:url(../img/opacity_hover.png) ;
background-repeat:repeat;

}

.markermenu li a:hover{
color: black;
text-decoration: none;
background-image:url(../img/opacity_hover.png) ;
background-repeat:repeat;

}
	
/*
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('websymbols/websymbols-regular-webfont.woff') format('woff'),
         url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
         url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.content{
	position:relative;
}

.content h1{
	margin:0px;
	padding:20px;
	font-size:32px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}
.content h1 span{
    display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;
}
/* Header Style 
.content .header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.content .header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.content .header a:hover{
	color: #fff;
}
.content .header span.right{
	float: right;
}
.content .header span.right a{
	float: none;
	display: inline;
}
.content .more{
	position:relative;
	clear:both;
    font-size: 11px;
    padding: 20px 0px;
    text-transform:uppercase;
    width: 390px;
    height:55px;
    margin: 0 auto;
}
.content.more ul{
	display:block;
	text-align:center;
}
.content .more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.content .more ul li.selected a,
.content .more ul li.selected a:hover{
	background:#0099c5;
	color:#fff;
	text-shadow:none;
    font-weight:bold;
}
.content.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:64px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.content.more ul li a:hover{
	background:#000;
	color:#fff;
}

	
.ca-menu{
    padding: 0;
    margin: 20px auto;
    width: 200px;
}
.ca-menu li{
    width: 200px;
    height: 100px;
    overflow: hidden;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-left: 10px solid #000;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position:relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 0px #333;
    line-height: 90px;
    position: absolute;
    width: 90px;
    left: -10px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-content{
    position: absolute;
    left: 70px;
    width: 370px;
    height: 60px;
    top: 20px;
}
.ca-main{
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-sub{
    font-size: 14px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover{
    border-color: #fff004;
    background: #000;
}
.ca-menu li:hover .ca-icon{
    color: #fff004;
    text-shadow: 0px 0px 1px #fff004;
    font-size: 50px;
}
.ca-menu li:hover .ca-main{
    color: #fff004;
    font-size: 14px;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 30px;
}*/
	


	
/* Toufika --12/6/2012 */

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(../img/gradientbg.jpg) repeat-x; 
	padding: 5px 6px; 
	color: #333;	
	border: 1px solid #DADADA;
	cursor:pointer;
}
input.button:hover {
	background: #FFF url("../img/gradientbg1.jpg") repeat-x; 
	padding: 5px 6px; 
}


/* table
----------------------------------------------------- */

.table01 {
 width: 100%;
 border-top: 1px solid #e2e2e2;
 border-left: 1px solid #e2e2e2;
 background: #ffffff;
 margin-bottom:15px;
}

.table01 th,
.table01 td {
 border-right: 1px solid #e2e2e2;
 border-bottom: 1px solid #e2e2e2;
 padding: 10px;
 line-height: 1.6;
}

.table01 th {
 background-color: #f3f0f0;
}