/*----- 共通--------------------------------------------- */

/*     外枠     */
.com_table00 {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
/*   上部タイトル文字表示  */
.com_tit00 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 280px;
	padding-top: 16px;
}

/*   大サイズ文字（相対）  */
.com_textl {
	font-size: 90%;
	line-height: 120%;
	color: #333333;
}
a.com_textl {
	font-size: 100%;
	color: #333333;
	line-height: 120%;
	text-decoration: underline;
}

/*   中サイズ文字（相対）  */
.com_textm {
	font-size: 80%;
	line-height: 120%;
	color: #333333;
}
a.com_textm {
	font-size: 100%;
	color: #333333;
	line-height: 120%;
	text-decoration: underline;
}
/*   小サイズ文字（相対）  */
.com_texts {
	font-size: 70%;
	line-height: 120%;
	color: #333333;
}
a.com_texts {
	font-size: 100%;
	color: #333333;
	line-height: 120%;
	text-decoration: underline;
}

/* 新着・アナウンス・広告コーナー、マルチコーナーのタイトル  */
.com_tit01 {
	font-size: 14px;
	color: #000000;
	background-color: #D9D9D9;
	font-weight: bold;
	margin: 5px 0px;
	padding: 4px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #008000;
}

/* 新着・アナウンス・広告コーナー、マルチコーナーの色  */
.com_col01{
	color: #008000;
}

/* 一般用コーナーのタイトル  */
.com_tit02 {
	font-size: 14px;
	color: #000000;
	background-color: #D9D9D9;
	font-weight: bold;
	margin: 5px 0px;
	padding: 4px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #FF0000;
}

/* 一般用コーナーの色  */
.com_col02{
	color: #FF0000;
}
/* 社内用コーナーのタイトル  */
.com_tit03 {
	font-size: 14px;
	color: #000000;
	background-color: #D9D9D9;
	font-weight: bold;
	margin: 5px 0px;
	padding: 4px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #000080;
}

/* 社内用コーナーのタイトル  */
.com_col03{
	color: #000080;
}

/* コーナータイトルリンク時の指定（下線なし）  */
.com_atit{
	text-decoration:none;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
}

/* メニューボタン*/
a.com_menubtn {
	padding:2px 0px 2px 8px;
	text-align:left;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	float: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #33405d;
	border-left: 4px solid #33405d;
	background-color: #FFFFFF;
	display: block;
}

/* メニューボタン（サブメニューあり）*/
.com_menubtn_open {
	padding:2px 0px 2px 8px;
	text-align:left;
	font-size:12px;
	color:#333333;
	float: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #33405d;
	border-left: 4px solid #33405d;
	background-color: #cccccc;
	display: block;
}
a.com_menubtn_open {
	padding:2px 0px 2px 8px;
	text-align:left;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	float: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #33405d;
	border-left: 4px solid #33405d;
	background-color: #cccccc;
	display: block;
}
/* ザブメニューのボタン */
a.com_menubtn_sub_open {
	padding:2px 0px 2px 8px;
	text-align:left;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	float: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #33405d;
	border-left: 4px solid #33405d;
	background-color: #cccccc;
	display: block;
}
a.com_menubtn_sub {
	padding:2px 0px 2px 8px;
	text-align:left;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	float: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #33405d;
	border-left: 4px solid #33405d;
	background-color: #FFFFFF;
	display: block;
}
.com_menubtn_sub_open {
	padding:2px 0px 2px 8px;
	text-align:left;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	float: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #33405d;
	border-left: 4px solid #33405d;
	background-color: #cccccc;
	display: block;
}
.com_menubtn_sub {
	padding:2px 0px 2px 8px;
	text-align:left;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	float: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #33405d;
	border-left: 4px solid #33405d;
	background-color: #FFFFFF;
	display: block;
}

/* メニューボタン大（入力・確認操作用）*/
a.com_menubtn_big {
	padding:8px 0px 8px 8px;
	text-align:left;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	float: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #33405d;
	border-left: 4px solid #33405d;
	background-color: #FFFFFF;
	display: block;
}
/*  タイトル後ろにつけるNEW  */
.com_new{
	font-size: 60%;
	color: #FF0000;
	font-weight: bold;
}
/*  限定  */
.com_gen{
	font-size: 60%;
	color: #FF0000;
	font-weight: bold;
}

/* 左メニュー部分  */
.com_menu01 {
	background-color: #EAD5D5;
	padding: 5px;
}

/*----------- TOPページ ----------------------------------- */

/* キーワード検索域*/
.top_table01 {
	background-color: #EAD5D5;
	padding: 5px;

}
/* TOPページ左列のアナウンスリンク用ボタン*/
a.top_btn01 {
	padding:2px 0px 2px 8px;
	text-align:left;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	float: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #33405d;
	border-left: 4px solid #33405d;
	background-color: #FFFFFF;
	display: block;
}


/*----------- LISTページ ----------------------------------- */

/*  記事タイトル  */
.list_title01 {
	font-size: 100%;
	color: #333333;
	line-height: 130%;

}
a.list_title01 {
	font-size: 100%;
	color: #006600;
	text-decoration: none;
	line-height: 130%;

}
.list_title02 {
	font-size: 100%;
	color: #333333;
	line-height: 130%;

}
a.list_title02 {
	font-size: 100%;
	color: #990000;
	text-decoration: none;
	line-height: 130%;

}
.list_title03 {
	font-size: 100%;
	color: #333333;
	line-height: 130%;

}
a.list_title03 {
	font-size: 100%;
	color: #000099;
	text-decoration: none;
	line-height: 130%;

}
/*  記事囲み（下線）  */
.list_waku {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 5px;
	padding: 5px;

}

/*  リスト前後表示  */
.list_prevnext {
	font-size: 70%;
	color: #333333;
	padding: 5px;

}
/*  リスト画像  */
.list_photo {
	margin:0px 4px 20px 0px;
	float: left;
	display: block;

}

/* 管理画面・制御情報枠（OPEN）*/
.list_cntl_open {
	background-color: #FFFFCC;
	border: 1px solid #FF9900;
	padding: 5px;
}

/* 管理画面・制御情報枠（非OPEN）*/
.list_cntl_close {
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
	padding: 5px;
}

/*----------- DISPページ ----------------------------------- */

/*  記事タイトル  */
.disp_title {
	font-size: 100%;
	color: #333333;
	line-height: 130%;
	font-weight: bold;
}


/*  記事タイトル  */
h2 {
background-image: url(../images/h2_bak.jpg);
background-repeat:no-repeat;
font-size:16px;
margin:0px 0px 10px 15px;
padding:10px 5px 5px 30px;
width:500px;
height:40px;
color:#003366;}

/*  左メニュー上（大コンテンツ）  タイトル*/
h3 {
	background-color:#8abfd5;
	border-bottom:#33405d 3px double;
	border-top:#33405d 1px solid;
	font-size:13px;
	line-height:1.3;
	padding:3px;
	color: #33405d;
	font-weight: normal;
}

/*  一覧の記事タイトル*/
#result_list li {
	list-style-image:url(../images/li_01.gif);
	list-style-position: 0px 3px;
	padding: 3px 3px 3px 3px;
	border-bottom:#666666 1px dotted;
	margin:10px 0px 5px 15px;
}

/*  記事タイトルの内容（リード）*/
.list_1_one_msg,
.list_3_one_msg,
.list_4_one_msg,
.list_5_one_msg,
.list_11_one_msg,
.list_13_one_msg,
.list_14_one_msg,
.list_17_one_msg,
.list_18_one_msg,
.list_19_one_msg{
	font-size:smaller;
	color:#333333;
	padding-left: 30px;
}


/*  詳細ページへのリンク*/
.list_1_one_btn,
.list_3_one_btn,
.list_4_one_btn,
.list_5_one_btn,
.list_11_one_btn,
.list_13_one_btn,
.list_14_one_btn,
.list_17_one_btn,
.list_18_one_btn,
.list_19_one_btn{
	font-size:smaller;
	padding: 0px 0px 0px 20px;
	background-image:url(../images/mark_01.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;
}

/*  ○件中○件表示*/
.list_navi_1_info,
.list_navi_3_info,
.list_navi_4_info,
.list_navi_5_info,
.list_navi_11_info,
.list_navi_13_info,
.list_navi_14_info,
.list_navi_17_info,
.list_navi_18_info,
.list_navi_19_info,{
	font-size:smaller;
	color:#333333;
	padding-left: 30px;
}

hr {
margin:10px 15px 0px 15px;
border-top:#CC9966 1px dotted;
border-bottom:#CC9966 1px dotted;
width:90%;
}

.disp0_title{
background-image: url(../images/h2_bak.jpg);
background-repeat:no-repeat;
font-size:16px;
margin:0px 0px 10px 15px;
padding:10px 5px 5px 30px;
width:500px;
height:40px;
font-weight: bold;
color:#003366;}

/*font-size:14px;*/
/*margin:0px 0px 10px 10px;*/
/*padding:10px 5px 5px 50px;*/
/*width:500px;*/
/*height:40px;*/
/*color:#644F33;}*/

/*----------- 管理画面 ----------------------------------- */

#count_tbl_scroll{
	float:left;
	width:	600px;
	overflow-x:scroll;
 }

#count_tbl{
	width:1200px;
	border:1px solid;
 }

.border_gray {
	font-size: 100%;
	border:1px solid #AAAAAA;
	border-collapse:collapse;
}
.require_mark	{
	color:red;
	margin:0 3px;
}

/************************
	REGIST AREA
************************/

#regist_msg	{
	padding:10px 10px 10px 10px;
}

.regist_form	{
	width:	95%;
	border:1px solid #AAAAAA;
}

.regist_form td	{
	padding:2px 2px;
	font-size:100%;
	vertical-align:top;
	border:1px solid #AAAAAA;
}

.regist_form_th	{
	width:	35%;
}

	
/************************
	INPUT AREA
************************/


#input_msg	{
	padding:10px 10px 10px 10px;
}

.input_form	{
	width:	95%;
	margin:5px auto;
	border:1px solid #AAAAAA;
}


.input_form td	{
	padding:1px 1px;
	font-size:100%;
	vertical-align:top;
	border:1px solid #AAAAAA;
}

.input_form_th	{
	width:35%;
}

.input_limit	{
	font-weight:normal;
}
