@charset "utf-8";
/* --------------------------------------------------------------
▼基本設定【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;
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
}

img {
	border-width: 0px;
}

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

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

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

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

strong {
	color : #353573;		/*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-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	position: static;
}

#header-inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color : #51a8de;	/*ヘッダー部分背景色*/
	position: relative;
	text-align: left;
  font-weight : 200;
}

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

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

h2#form_title {
	font-size: 24px;	/*文字サイズ*/
	color: #0408fc;		/*文字色*/
	font-weight: normal;	/*文字の太さ*/
	margin:10px 0 0 0;
}

table.entry {
	font-size: 12px;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 5px;
}

table.entry tr {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;	/*ボーダー右枠の太さ*/
	border-bottom-width: 1px;	/*ボーダー下枠の太さ*/
	border-right-style: solid;	/*ボーダー右枠スタイル*/
	border-bottom-style: solid;	/*ボーダー下枠スタイル*/
	border-right-color: #666666;	/*ボーダー右枠カラー▼*/
	border-bottom-color: #666666;	/*ボーダー下枠カラー▼*/
	border:solid 1px #666;
	padding: 5px 2px 5px 15px;
}

table.entry tr.top {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;	/*ボーダー右枠の太さ*/
	border-bottom-width: 1px;	/*ボーダー下枠の太さ*/
	border-top-width: 1px;	/*ボーダー上枠の太さ*/
	border-right-style: solid;	/*ボーダー右枠スタイル*/
	border-bottom-style: solid;	/*ボーダー下枠スタイル*/
	border-top-style: solid;	/*ボーダー上枠スタイル*/
	border-right-color: #666666;	/*ボーダー右枠カラー▼*/
	border-bottom-color: #666666;	/*ボーダー下枠カラー▼*/
	padding: 5px 2px 5px 15px;
}


table.entry td {
	padding: 5px;
}

table.entry td.line_left {
	border-left-width: 1px;	/*ボーダー左枠の太さ*/
	border-top-width: 1px;	/*ボーダー上枠の太さ*/
	border-left-style: solid;	/*ボーダー左枠スタイル*/
	border-top-style: solid;	/*ボーダー上枠スタイル*/
	border-right-color: #666666;	/*ボーダー右枠カラー▼*/
	border-top-color: #666666;	/*ボーダー上枠カラー▼*/
}

table.entry td.line_right {
	border-left-width: 1px;	/*ボーダー左枠の太さ*/
	border-right-width: 1px;	/*ボーダー右枠の太さ*/
	border-top-width: 1px;	/*ボーダー上枠の太さ*/
	border-left-style: solid;	/*ボーダー左枠スタイル*/
	border-right-style: solid;	/*ボーダー右枠スタイル*/
	border-top-style: solid;	/*ボーダー上枠スタイル*/
	border-left-color: #666666;	/*ボーダー左枠カラー▼*/
	border-right-color: #666666;	/*ボーダー右枠カラー▼*/
	border-top-color: #666666;	/*ボーダー下枠カラー▼*/
}

table.entry td.line_left2 {
	border-left-width: 1px;	/*ボーダー左枠の太さ*/
	border-top-width: 1px;	/*ボーダー上枠の太さ*/
	border-bottom-width: 1px;	/*ボーダー上枠の太さ*/
	border-left-style: solid;	/*ボーダー左枠スタイル*/
	border-top-style: solid;	/*ボーダー上枠スタイル*/
	border-bottom-style: solid;	/*ボーダー上枠スタイル*/
	border-right-color: #666666;	/*ボーダー右枠カラー▼*/
	border-top-color: #666666;	/*ボーダー上枠カラー▼*/
	border-bottom-color: #666666;	/*ボーダー上枠カラー▼*/
}

table.entry td.line_right2 {
	border-left-width: 1px;	/*ボーダー左枠の太さ*/
	border-right-width: 1px;	/*ボーダー右枠の太さ*/
	border-top-width: 1px;	/*ボーダー上枠の太さ*/
	border-bottom-width: 1px;	/*ボーダー上枠の太さ*/
	border-left-style: solid;	/*ボーダー左枠スタイル*/
	border-right-style: solid;	/*ボーダー右枠スタイル*/
	border-top-style: solid;	/*ボーダー上枠スタイル*/
	border-bottom-style: solid;	/*ボーダー上枠スタイル*/
	border-left-color: #666666;	/*ボーダー左枠カラー▼*/
	border-right-color: #666666;	/*ボーダー右枠カラー▼*/
	border-top-color: #666666;	/*ボーダー下枠カラー▼*/
	border-bottom-color: #666666;	/*ボーダー上枠カラー▼*/
}

table.entry td table.kyodo td {
	border-bottom-width: 1px;	/*ボーダー下枠の太さ*/
	border-bottom-style: dotted;	/*ボーダー下枠スタイル*/
	border-bottom-color: #666666;	/*ボーダー下枠カラー▼*/
	padding:3px;
	line-height: 120%;
	text-align: center;	
}


table.entry td .input_text {
	margin-bottom:5px;
}

table.entry td.confirm {
	color: navy;
	width: 700px;
}

table.entry td.title_w {
	width: 200px;
}

table.entry_comp {
	width: 100%;
	border:solid 1px #333;
	margin-top: 1px;
	margin-bottom: 150px;
}

table.entry_comp td.entry_comp_mes {
	text-align: center;
	padding:100px 0 70px 0;	
	font-size: 20px;	/*文字サイズ*/
	color: blue;		/*文字色*/
}

table.entry_comp .button {
	padding:10px 0 30px 0;	
}

input.size40 {
	width:220px;
}

input.size20 {
	width:110px;
}

input.size30 {
	width:160px;
}

input.size80 {
	width:440px;
}

input.size120 {
	width:660px;
}

table.edit_login {
	width: 300px;
	height: 230px;
	border:solid 1px #333;
	margin-top: 1px;
	margin-bottom: 5px;
}


.center {
	width: 100%;
}

.center div {
	width: 300px;
	margin: 80px auto 80px auto;
}

.center_control {
	margin: 60px 0 10px 200px;		
}

table.control {
	width: 500px;
	height: 330px;
	border:solid 1px #333;
	margin-top: 1px;
	margin-bottom: 5px;
}

table.control td {
	text-align: left;
	padding:15px 30px 15px 30px;
	font-size: 20px;
}

table.allview {
	font-size: 12px;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 5px;
}

table.allview tr.row_g{
	background-color: #dceaff;
}

table.allview tr.row_k{
	background-color: #fff;
}

table.allview th.row_t{
	background-color: #eee;
	padding:3px;
}

table.allview td{
	padding:3px;
}

.return_link {
	text-align: center;
	padding:10px 0 10px 0;	
	font-size: 20px;	/*文字サイズ*/
	color: blue;		/*文字色*/
}

.honbun_font {
	font-size: 14px;
	line-height: 1.5em;
}

.s_button {
	width:260px;
	margin:10px 0 30px 320px;
}

.l_button {
	float:left;
}

.r_button {
	float:right;
}

.honbun_part {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin:20px 0 30px 0;
	text-align: left;
	font-size: 14px;
	width: 900px;
}

.honbun_contents {
	padding: 5px;
	line-height: 25px;
	font-size: 13px;
}

.honbun_contents2 {
	padding: 5px;
	line-height: 28px;
	font-size: 16px;
}

.honbun_title {
	margin:0 0 5px 0;
	font-size: 14px;
	color: #052cc6;
}

.view_image {
	border: solid 1px;
	padding: 5px;
}

.view_image_print {
	padding: 5px 15px 15px 15px;
}

.endai_title {
	font-size: 16px;
	margin:5px 0 5px 5px;
	font-weight: bold;
}

.endai_title2 {
	font-size: 20px;
	margin:5px 0 5px 5px;
	font-weight: bold;
}

.endai_title_fuku {
	font-size: 16px;
	margin:0 0 5px 5px;
	font-weight: bold;
}

.enja_mes {
	font-size: 13px;	
	margin:0 0 0 5px;
}

.enja_mes2 {
	font-size: 15px;	
	margin:15px 0 0 5px;
}

.kikan_mes2 {
	font-size: 15px;	
	margin:15px 0 10px 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*半角モード*/
.hankaku_m {
	ime-mode: disabled;
}

.table_contents {
	margin:1px 0;
}

.table_header {
	height: 20px;
	width: 900px;
}

.table_header2 {
	height: 20px;
	width: 1200px;
}

.rightposition {
	text-align: right;
	float:right;
}

.leftposition {
	text-align: left;
	float:left;
}

.clear_b [
	clear: both;
]

.honbun_text_large {
	font-size: 15px;
	line-height: 1.5em;
}

table.del_confirm {
	width: 500px;
	height: 330px;
	border:solid 1px #333;
	margin-top: 1px;
	margin-bottom: 5px;
}

table.del_confirm td.del_confirm_td0 {
	text-align: left;
	padding:20px 30px 20px 30px;
	font-size: 20px;
}

table.del_confirm td.del_confirm_td1 {
	text-align: center;
	padding:20px 30px 20px 30px;
	font-size: 20px;
}

table.del_confirm td.del_confirm_td2 {
	text-align: center;
	padding:20px 30px 20px 30px;
	font-size: 16px;
}

.edit_del {
	margin:30px 0 30px 0;
}

textarea {
	line-height: 1.8em;
	width: 100%;
}

table.idpass_menu {
	width: 500px;
	height: 150px;
	border:solid 1px #333;
	margin-top: 100px;
	margin-bottom: 100px;
}

table.idpass_menu td {
	text-align: left;
	padding:20px 30px 20px 30px;
	font-size: 16px;
}

table.what_pass {
	width: 350px;
	height: 230px;
	border:solid 1px #333;
	margin-top: 1px;
	margin-bottom: 5px;
}

table.what_pass td {
	padding:15px 0px 15px 0px;
	font-size: 13px;
}


.center_control_what_idpass {
	margin: 60px 0 10px 100px;		
}

table.what_idpass {
	width: 700px;
	height: 230px;
	border:solid 1px #333;
	margin-top: 1px;
	margin-bottom: 5px;
}

table.what_idpass td {
	padding:15px 0px 15px 0px;
	font-size: 13px;
}

table.what_idpasscomp {
	width: 500px;
	height: 130px;
	border:solid 1px #333;
	margin-top: 100px;
	margin-bottom: 100px;
}

table.what_idpasscomp td {
	padding:15px 0px 15px 0px;
	font-size: 15px;
}

input.button_text {
	font-size: 16px;
	padding:5px 10px;
	height: 30px;
	width: 100px;
	line-height: 100%;
}

input.button_text2 {
	font-size: 16px;
	padding:5px 10px;
	height: 30px;
	width: 180px;
	line-height: 100%;
}

input.button_text0 {
	font-size: 16px;
	padding:5px 10px;
	height: 30px;
	width: 60px;
	line-height: 100%;
}

input.button_text1 {
	font-size: 16px;
	padding:5px 10px;
	height: 30px;
	width: 130px;
	line-height: 100%;
}

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

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

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

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

ul#topmenu li {
	color : #9883C9;		/*リンクなし　文字色▼*/
	font-weight: bold;	/*文字の太さ*/
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	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 : #9883C9;		/*マウスオーバー時の文字色▼*/
}
/* --------------------------------------------------------------
▼コンテナ
-------------------------------------------------------------- */

#container {
	width: 900px;
	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;
}

#container_c {
	width: 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: static;
}




/*ページトップ（ページトップへのリンク部分）
----------------------------------------------------------*/

div.pagetop {
	height: 22px;
	text-align: right;
	margin-top: 20px;
	clear: both;
	position: relative;
	right: 20px;
	margin-bottom: 10px;
}

/* --------------------------------------------------------------
▼フッター部分の設定
-------------------------------------------------------------- */

#footer {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
			/*フッター部分の高さ*/
	position: static;
	clear: both;
}

#footer-inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	position: relative;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color : #51a8de;
}
/*フッターメニュー
----------------------------------------------------------*/

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

#footer ul#footermenu li {
	color : #69639A;			/*リンクがないテキスト部分の文字色▼*/
	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 : #69639A;		/*マウスオーバー時の文字色▼*/
}
/*コピーライト
----------------------------------------------------------*/

#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 : #69639A;
	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 : #69639A;
	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;
}
/* 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" ) );
}




table.control2 {
	width: 500px;
	height: 230px;
	border:solid 1px #333;
	margin-top: 1px;
	margin-bottom: 100px;
}

table.control2 td {
	text-align: left;
	padding:20px 30px 20px 30px;
	font-size: 20px;
}

.center_disp {
	text-align: center;
	font-size: 18px;
}

.font_big {
	font-size: 150%;
}

table.allview td.text_left{
	padding:3px;
	text-align: left;
}


/* --------------------------------------------------------------
印刷用
-------------------------------------------------------------- */


.endai_title_sho {
	font-size: 22px;
	margin:5px 0 5px 5px;
	font-weight: bold;
}

.honbun_contents3 {
	padding: 0 5px 5px 5px;
	line-height: 27px;
	font-size: 18px;	
}
/* line-height: 32px;*/

.line_print {
	border-top:solid 1px #aaa;
}

.disp_t_number {
	font-size: 20px;
	font-weight: bold;	
}


/* --------------------------------------------------------------
発表日登録
-------------------------------------------------------------- */
.disp01 {
	font-size: 130%;
	margin:50px 0 80px 0;
}

.disp_foot {
	font-size: 130%;
	margin:50px 0 10px 0;
}