/* ページ全体 ******************************************************************/
/*@charset "Shift_JIS";*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/ike_bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	font-family: "ＭＳ Ｐゴシック";
	font-size : 12px;
	text-align: center;
	line-height: 150%;
	background-color: #FFFFFF;
}

.page_all{
	margin:0px;
	padding:0px;
	border:0px;
	text-align: left;

}

/* Hides from IE5-mac \*/
* html ul {
 margin              : 5px 0px 5px 40px;
}
/* End hide from IE5-mac */

/* link */
a:link { color: #1E2D7F; text-decoration: underline; }
a:visited { color: #1E2D7F; text-decoration: underline; }
a:hover { color: #6B6C75; text-decoration: underline; }
a:active { color: #1E2D7F; text-decoration: underline; }

/* すべて共通  プレビュー画面 *************************************************/
.preview {
 margin              : 0px;
 padding             : 2px;
 background-color    : #003366;
 border              : 2px solid #ffffff;
 vertical-align      : middle;
}
.td_preview {
 margin              : 2px;
 padding             : 2px 2px 0px 2px;
 vertical-align      : middle;
 font-size           : 16px;
 font-weight         : bold;
 color               : #ffffff;
}



/* すべて共通  ヘッダ *********************************************************/
#header {
 width               : 800px;
}

/* ヘッダエリアに読み込むサンプルHTML用 */
/* width + ( padding + border ) * 2 = 800 になるように */
#header_contents {
	width               : 800px;
	text-align          : left;
	background-repeat: no-repeat;
	background-image: url(../images/logo.jpg);
	height: 100px;
	margin-bottom: 15px;
}

#header_contents em
{
	visibility: hidden;
	font-size: 9px;
	text-align: left;
}

/* すべて共通  フッタ *********************************************************/
#footer {
	clear               : both;
	width               : 800px;
	height              : 20px;
	padding-top: 20px;
}

/* フッタエリアに読み込むサンプルHTML用 */
#footer_contents{
	width               : 798px;
	text-align          : center;
	font-size: 10px;
	line-height: 150%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 25px;
}

/* すべて共通  切替表示エリア *********************************************************/
.txt_change{
	font-size:12px;
	text-align:right;
	width:800px;
	margin-bottom:5px;
	height: 42px;
	padding-right: 5px;
	}



/* すべて共通  コンテンツエリア（左ナビ ＋ 右メイン） *************************/
#middle {
 width               : 800px;
}


/* すべて共通  左ナビ *********************************************************/
#navi {
 float               : left;
 width               : 198px;
 height              : 600px;
}

/* ナビエリアに読み込むサンプルHTML用 */
/* width + ( padding + border ) * 2 = 600 になるように */
#menu_contents {
	float               : left;
	height              : 100%;
	text-align          : left;
}

.navi_main {
	line-height        : 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;

}

.top_news {
	margin-top: 7px;
}


.navi_sub {
 padding            : 5px 18px;
 line-height        : 1.5em;
}

/* ナビエリア表示CSS */

.navi_main_list {
	line-height        : 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
	padding-left: 4px;
}

.navi_sub_list {
	line-height        : 1.5em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	height: 15px;
}

.nm001_left {
	float: left;
	width: 10px;
}

.nm001_right {
	float: right;
	width: 185px;
}

.nm002_left {
	width: 20px;
	float: left;
}

.nm002_right {
	float: right;
	width: 155px;
}


/* 階層の数字（2ケタ or 4ケタ or 6ケタ or 8ケタ）の表示コントロール */
#section_number_2 {
 display            : none;
 width              : 18px;
 vertical-align     : top;
 white-space        : nowrap;
}

#section_number_4 {
 display            : none;
 width              : 30px;
 vertical-align     : top;
 white-space        : nowrap;
}

#section_number_6 {
display            : none;
 width              : 40px;
 vertical-align     : top;
 white-space        : nowrap;
}

#section_number_8 {
 /* display            : none; */
 width              : 50px;
 vertical-align     : top;
 white-space        : nowrap;
}


/* すべて共通 右メイン  パンくず **********************************************/
#pan {
 float               : right;
 width               : 600px;
}

/* パンくずエリアに読み込むサンプルHTML用 */
/* width + padding * 2 + border = 600 になるように */
#pan_contents{
	width               : 584px;
	padding             : 5px;
	text-align          : right;
	font-size: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 4px;
}

/* すべて共通  タイトルエリア *************************************************/
#title {
 float               : right;
 width               : 600px;
}

/* タイトルエリアに読み込むサンプルHTML用 */
/* width + padding * 2 + border = 600 になるように */
#title_contents{
	width               : 584px;
	padding             : 5px;
	background-color    : #FFFFFF;
	text-align          : left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial;
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	color: #0033CC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 4px;
}

#title_line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0033CC;
	padding-left: 8px;
	width: 500px;
}


/* 基本的に共通  コンテンツエリアＴＯＰ ***************************************/
#top_100 {
 float               : right;
 width               : 600px;
}

/* コンテンツエリアＴＯＰに読み込むサンプルHTML用 */
/* width + padding * 2 + border = 600 になるように */
#top_100_contents{
	width               : 564px;
	background-color    : #FFFFFF;
	text-align          : left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-left: 4px;
}

#top_101_contents{
	width               : 564px;
	background-color    : #FFFFFF;
	text-align          : left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 4px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}


/* コンテンツエリアＴＯＰに読み込む画像 サンプルHMTL用 */
.img_border {
 border               : 1px solid #999999;
}
.img_noborder {
 border               : 0px solid #999999;
}


/* 基本的に共通  コンテンツエリアＣＥＮＴＥＲ ***********************************/
#center_100 {
 float                  : right;
 width                  : 600px;
 text-align             : right;
}

/* コンテンツエリアBOTTOMに読み込むサンプルHTML用 */
/* width + padding * 2 + border = 600 になるように */
#center_100_contents{
	width               : 564px;
	background-color    : #FFFFFF;
	text-align          : left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-left: 4px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

#center_100_line{
	border: 1px solid #999999;
	background-color: #FFE8E1;
	padding: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* width + padding * 2 + border = 600 になるように */
#center_100_contents_for_sample {
	width               : 584px;
 margin-right           : 0px;
	padding             : 5px;
	background-color    : #ffffff;
	text-align          : left;
 border                 : 1px solid #999999;
	border-top-width    : 0px;
	border-bottom-width : 0px;
}


/* 基本的に共通  コンテンツエリアＢＯＴＴＯＭ ***********************************/
#bottom_100 {
 float               : right;
 width               : 600px;
}

/* コンテンツエリアBOTTOMに読み込むサンプルHTML用 */
/* width + padding * 2 + border = 600 になるように */
#bottom_100_contents{
	width               : 584px;
	padding             : 5px;
	background-color    : #FFFFFF;
	text-align          : left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 150%;
	margin-left: 4px;
}

#bottom_100_line{
	border: 1px solid #999999;
	background-color: #E9E9E9;
	padding: 8px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#cornermenu_contents {
 width               : 584px;
 padding             : 5px;
 background-color    : #FFFFFF;
 text-align          : left;
 border              : 1px solid #999999;
 border-top-width    : 0px;
 border-bottom-width : 0px;
 line-height: 150%;
 margin-left: 4px;
}

#cornermenu_auto {
	width               : 500px;
	margin-left         : 4px;
	padding             : 5px;
	background-color    : #FFFFFF;
	text-align          : left;
	border: 1px solid #999999;
	margin-top: 10px;
}


/* コンテンツエリアBOTTOMに読み込むサンプルHTML用 iframe 的 */
#flame_like {
 overflow: auto;
 width                : 520px;
 height               : 200px;
 scrollbar-base-color : #e0eeff;
 border               : 1px solid #999999;
}

/* JIS 表組み ******************************************************************/
.jis_table {
 width                : 100%;
 border               : 1px solid #999999;
}
.jis_th {
 padding              : 2px;
 background-color     : #cccccc;
 border               : 1px solid #999999;
 text-align           : center;
}
.jis_td {
 padding              : 2px 10px;
 background-color     : #ffffff;
 border               : 1px solid #999999;
}

/* 展覧会画面専用 **************************************************************/
/* 基本的に top_100_contents と同じ */
#top_exhibition {
 margin-left         : 4px;
 padding             : 10px 15px 15px 15px;
 width               : 564px;
 background-color    : #ffffff;
 border              : 1px solid #999999;
 border-top-width    : 0px;
 border-bottom-width : 0px;
 text-align          : left;
}

/* 基本的に bottom_100_contents と同じ */
#bottom_exhibition {
	margin-left         : 4px;
	width               : 564px;
	background-color    : #ffffff;
	border              : 1px solid #999999;
	border-top-width    : 0px;
	padding: 5px 15px 5px 15px;
	height: 60px;
}

#exhibition_area {
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
}

#exhibition_title {
	margin-bottom: 10px;
	font-size: 16px;
	color: #5C8AB7;
	padding: 5px 0px 5px 6px;
	font-weight: bold;
    border: 1px solid #6699CC;
	border-left-width: 5px;
}

#exhibition_images {
 float               : left;
 margin-right        : 10px;
}

#exhibition_button_left {
	float: left;
	width : 40px;
	height: 25px;
	text-align: center;
	background-image: url("../images/arrow_left.gif");
	background-repeat: no-repeat;
	padding-top: 33px;
	background-position: 4px 0px;
}

#exhibition_button_right {
	float: right;
	width: 40px;
	height: 25px;
	text-align: center;
	background-image: url("../images/arrow_right.gif");
	background-repeat: no-repeat;
	padding-top: 33px;
	background-position: 4px 0px;
}

#exhibition_caption {
 margin-bottom       : 5px;
 font-size           : 10px;
}



/* table色管理 ***********************************/
.table_cl_001{
background-color: #c0c0c0;
}

.table_cl_002{
background-color: #cfcfcf;
}

.table_cl_003{
	background-color: #666666;
	color: #FFFFFF;
}

/* ＴＯＰ画面専用 左ペイン *******************************************************/
#middle_left {
 margin                 : 0px;
 padding                : 0px;
 float                  : left;
 width                  : 525px;
}

/* ＴＯＰ画面専用 右ペイン *******************************************************/
#middle_right {
 margin                 : 0px;
 padding                : 0px;
 float                  : right;
 width                  : 260px;

}

/* ＴＯＰ画面専用 左ペイン(1) 更新情報 *******************************************/
#top_update {
	float               : left;
	width               : 525px;
	height              : auto;

}

/* ＴＯＰ画面専用 左ペイン(2) メニュー（ナビ） ***********************************/
#top_menu {
	float               : left;
	width               : 525px;
	height              : auto;
}

/* ＴＯＰ画面専用 右ペイン(-1) 検索 **********************************************/
/* added by shindo 2009-04-27 */
#top_search {
	float               : right;
	width               : 260px;
	height              : auto;
	background-color    : #FFFFFF;
	border              : 1px solid #999999;
	margin-top          : 12px;
	padding             : 3px 3px 10px 3px;
}
#top_search .top_sub_title {
	margin-left        : 8px;
}


/* ＴＯＰ画面専用 右ペイン(0) 外国人向け *****************************************/
#top_foreign {
	float               : right;
	width               : 260px;
	height              : auto;
	background-color    : #FFFFFF;
	border: 1px solid #999999;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}

/* ＴＯＰ画面専用 右ペイン(1) 子供向け *******************************************/
#top_kodomo {
	float               : right;
	width               : 260px;
	height              : auto;
	background-color    : #FFFFFF;
	border: 1px solid #999999;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}

/* ＴＯＰ画面専用 右ペイン(2) 設立にあたり ***************************************/
#top_setsuritsu {
	float               : right;
	width               : 260px;
	height              : auto;
	background-color    : #FFFFFF;
	border: 1px solid #999999;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}

/* ＴＯＰ画面専用 右ペイン(3) サイトポリシー **********************************/
#top_policy {
	float               : right;
	width               : 260px;
	height              : auto;
	background-color    : #FFFFFF;
	margin-top: 5px;
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}

/* ＴＯＰ画面専用 左ペイン タイトル用共通*******************************************/

.top_title{
	width:483px;
	height:31px;
	color: #3333CC;
	font-size: 16px;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: bold;
	padding-top: 8px;
	background-image: url(../images/title_top_main.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
}

.top_edu_title{
	width:483px;
	height:31px;
	color: #aa4477;
	font-size: 16px;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: bold;
	padding-top: 8px;
	background-image: url(../images/title_edu.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
}

.top_kids_title{
	width:215px;
	height:20px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(../images/title_kids.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.top_search_title{
	width:215px;
	height:20px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(../images/title_search.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.top_sub_title{
	width:215px;
	height:20px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(../images/title_comp.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.top_sub_main{
	margin-right: 5px;
	margin-left: 0px;
}

.top_main{
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
}

.top_main ul{
	margin: 0px;
	padding: 0px;
}

.top_main li{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* ＴＯＰ画面 TOPIXリスト*******************************************/

.tpx_left{
    width:165px;
    float:left;
}

.tpx_right{
    width:165px;
    float:right;
}

/* ＴＯＰ画面 コンテンツ目次リスト*******************************************/

.cont_left{
   width:249px;
   float:left;
}

.cont_right{
	width:249px;
	float:right;
/*	padding-top: 3px;*/
	padding-bottom: 3px;
}

/* added by nosaka 2009-09-01 */
.cont_menu{
	background-image: url(../images/top_icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
/* added by nosaka 2010-03-16 */
.cont_menu_edu{
	background-image: url(../images/top_icon05.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
/* added by nosaka 2010-03-16 テキスト色変更*/
.cate_txt{ color:#993366}

/* added by nosaka 2009-09-01 */
.cont_list{
	height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(../images/top_icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.cont_edu{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/top_icon06.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
}

#cont_kids_00{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/kids_00.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}

#cont_kids_01{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/kids_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 56px;
}
#cont_kids_02{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/kids_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 56px;

}
#cont_kids_03{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/kids_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 56px;

}

#cont_sido_11{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/sido_11.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}
#cont_sido_12{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/sido_12.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}
#cont_sido_13{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/sido_13.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}
#cont_sido_14{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/sido_14.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}
#cont_sido_15{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/sido_15.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}
#cont_sido_16{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/sido_16.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}
#cont_sido_17{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/sido_17.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}
#cont_sido_18{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/sido_18.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}
#cont_sido_19{
	height:54px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	background-image: url(../images/sido_19.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 54px;
}

.cont_list_top_news {
	height:18px;
	padding-top: 0;
	padding-bottom: 0;
}

/* リンク用アイコン*******************************************/

.icon_pdf{
	height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.icon_doc{
	height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;

}
.icon_txt{
	height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/icon_txt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}


/* ＴＯＰ画面 右メニューリスト*******************************************/

.rmlist_num{
	width:10px;
	float:left;
	margin-bottom: 5px;
}

.rmlist{
	width:220px;
	margin-bottom: 5px;
	background-image: url(../images/top_icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: right;
}

.rmlist_num_2{
	width:0px;
	float:left;
	height: 20px;
}

.rmlist_2{
	width:190px;
	float:right;
	height: 20px;
	margin-left: 15px;
}


/* yamato add 20070322 *******************************************/
div.content_image_center{
	text-align:center
}
/* yamato add 20070326 *******************************************/
h1.rules{
	font-size:12px;
	font-weight:bold;
}
h2.rules{
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
}
h3.rules{
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
}
p.rules{
	font-size:12px;
	margin-left:15px;
}
	
.clear{
	clear:both;
}

/* English Page***************************************************/
a.button
{
	display: block;

	margin: 5px auto 5px auto;
	paddin: 0;

	width: 500px;
	height: 38px;

	line-height: 50px;
	font-size: 1.2em;
	font-weight: bold;

	text-decoration: none;
	text-align: center;
	
	background-image: url(../images/en_btn.gif);
	background-repeat: no-repeat;
}


/*a.button
{
	display: block;

	margin: 5px auto 5px auto;
	paddin: 0;

	width: 90%;
	height: 50px;

	line-height: 50px;
	font-size: 1.2em;
	font-weight: bold;

	text-decoration: none;
	text-align: center;

	border: 4px outset #a0c8ec;
	background-color: #afd0ef;
}*/



div#top_button1 {
	width: 250px;
	height: 101px;
	background: url(../images/banner1.jpg) no-repeat;
	float: left;
}

div#top_button2 {
	margin-left: 5px;
	width: 250px;
	height: 101px;
	background: url(../images/banner2.jpg) no-repeat;
	float: left;
}

div.textlink1 {
	margin-left: 20px;
	margin-top: 42px;
	line-height:22px;
/*	font-size: 14px;*/
}

div.textlink2 {
	margin-top: 40px;
}





/* レイアウトをセンター寄せにする *************************************************/
body {
	background-position: center top;
}

#header
,#footer
,#middle
,.txt_change
{
	margin-left: auto;
	margin-right: auto;
}
