/* BODY規定値 */
body {
 margin: 0px 0px 0px 0px;
 font-size: 9pt;
 text-align: center;
/* color: #808080;*/
}

/* -- 2016.09.12 JSS)Doshichi add start -- */
.mac.chrome body {
	font-size: 11px;
}
.mac.firefox body {
	font-size: 11px;
}
/* -- 2016.09.12 JSS)Doshichi add e n d -- */


/* リンク設定 */
a {
 cursor:pointer;
}

a:link    { color:#0066CC; text-decoration:none}
a:visited { color:#0066CC; text-decoration:none}
a:active  { color: #0066CC; text-decoration:none}
a:hover   { color: #FF0000; text-decoration:none}


/*============================================================================*/
/* 画面構成定義 */
/*============================================================================*/
/*--------------*/
/* ウィンドウ枠 */
/*--------------*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 1170px;
	background-color: #FFFFFF;
	height: 640px;/* border: 2px solid #FFCCCC;*/
}

/*----------------------------------------------------------------------------*/
/* ヘッダーエリア */
/*----------------*/
#top {
 position: absolute;
 top: 8px;
 left: 4px;
 width: 1170px;
 height: 132px;
 background: url(../images/header.jpg) no-repeat;
}

#header {
	width: 100%;
	text-align: left;
	margin-top: 10px;
/* border: 1px solid #0000FF;*/
}

#header a:visited {
 color:#000000; text-decoration:line-through;
}

/* バナー部 */
#banner {
}

/* メニュー部 */
#topmenu {
	float: left;
	width: 100%;
	line-height:0%;
/* padding: 2px 2px 2px 2px;*/
/* border: 1px solid #999999;*/
}

/* メインニュー部 */
#mainmenu {
	float: left;
	text-align: right;
/* background-color: #FFCC80;*/
/* border: 1px solid #606060;*/
}

.menubutton {
	float: left;
	text-align: center;
	/*width: 86px;
	height: 50px;*/
}

img {
	border: none;
}

#header_bar {
	background:url(../images/header_bar_bg.gif) repeat-x;
	width: 1170px;
	height: 38px;
}

/*----------------------------------------------------------------------------*/
/* 左サイドエリア */
/*----------------*/
#left {
 float: left;
 width: 170px;
 margin-left: 2px;
 margin-right: 2px;
 margin-top: 2px;
 margin-bottom: 2px;
 background-color: #FFFFFF;
/* border: 1px solid #0000FF;*/
}

/* 開催選択ボタン */
.selectedButton {
 margin: 2px;
 color: #FFFFFF;
 border: 1px solid #000000;
 background-color: #004080;
 cursor:pointer;
}

/* 開催選択ボタン */
.diselectedButton {
 margin: 2px;
 color: #CCCCCC;
 border: 1px solid #000000;
 background-color: #FFFFFF;
 cursor:pointer;
}

.cell {
 text-align: center;
 border-top: 1px solid #999999;
 border-bottom: 1px solid #CCCCCC;
 border-collapse: collapse;
/* background-color: #F0F0FF;*/
}

/*----------------------------------------------------------------------------*/
/* センターエリア */
/*----------------*/

#middle {
 position: absolute;
 top: 100px;
 left: 4px;
 width: 1000px;
}

#center {
 float: left;
 background-color: #FFFFFF;
/* border: 1px solid #0000FF;*/
}

#center_left {
 float: left;
 width: 170px;
 margin-left: 2px;
 margin-right: 2px;
 margin-top: 2px;
 margin-bottom: 2px;
 background-color: #FFFFFF;
/* border: 1px solid #FF0000;*/
}

#center_main {
 float: left;
 background-color: #FFFFFF;
/* border: 1px solid #FF0000;*/
}



/* タブ */
#tabs {
 width: 100%;
 vertical-align: baseline;
 padding: 0px 0px 0px 0px;
}

/* タブメニューボタンセクション */
#tabmenu {
 float: left;
/* height: 26px;*/
 /*padding: 3px 0px 0px 0px;*/
/* border: 1px solid #FF0000;*/
}

/* タブ土台 */
#tabskirt {
 width:100%;
 *width:1172px;/*IE7ハック　repeatバグ対応*/
 height: 28px;
 background: url(../images/grad_band_upper.gif) repeat-x;
 background-color: #99BBEE;
/* border: 1px solid #FF0000;*/
 padding: 0px 0px 0px 0px;
}

/* タブ土台 */
#tabskirt_lower {
 height: 28px;
 background: url(../images/grad_band_lower.gif) repeat-x;
 background-color: #99BBEE;
/* border: 1px solid #FF0000;*/
}

/* タブ内部領域 */
#tabclient {
 width: 1170px;
 max-height: none;
 min-height: 448px;
 height: auto !important;
 /*height: 448px;*/
 border-top: 0px solid #606060;
 border-left: 1px solid #606060;
 border-right: 1px solid #606060;
 border-bottom: 1px solid #606060;
 background-color: #FFFFFF;
 overflow : auto;
 *overflow : hidden;/*IE7ハック*/
/* border: 1px solid #FF0000;*/
}

/* サブメニューセクション（HELP、FAQなど） */
#submenu {
 float: right;
 color: #000000;
 padding: 0px 10px 0px 0px;
/* border: 1px solid #ff0000;*/
}

#submenu a:link {
 color: #000000;
}
#submenu a:visited {
 color: #000000;
}
#submenu a:active {
 color: #000000;
}
#submenu a:hover {
 color: #FF0000;
}

/* ナビセクション */
#navi {
 margin-top: 2px;
 margin-left: 4px;
 margin-right: 4px;
}

/* ナビセクション */
#pankuzu_navi {
 margin: 6px 4px 6px 12px;
/* background-color: #99BBEE;*/
}

/* 操作ガイダンス */
#guidance {
 float: left;
 width: 700px;
 color: #ffffff;
 margin: 2px 4px 0px 4px;
}

/*----------------------------------------------------------------------------*/
/* 右サイドエリア */
/*----------------*/
#right {
 float: left;
 margin: 2px 2px 2px 2px;
 border: 1px solid #0000FF;
}

/*----------------------------------------------------------------------------*/
/* フッターエリア */
/*----------------*/

#bottom {
 position: absolute;
 top: 560px;
 left: 4px;
 width: 1040px;
 height: 16px;
 background-color: #CCCCCC;
 text-align: center;

}

#footer {
 text-align: center;
 color: #808080;
 margin-left: 1px;
 margin-right: 1px;
 margin-top: 1px;
 margin-bottom: 1px;
/* border: 1px solid #0000FF;*/
}

/*--------------*/
/* フッター部品 */
/*--------------*/
#footer_copy {
 float: right;
 width: 600px;
}

#footer_option {
	float: right;
}

#footer ul {
/*	padding: 15px 0;*/
/*	width: 700px;*/
	list-style: none;
	text-align: right;
	font-size: xx-small;
}
#footer li {
	display: inline;
	padding-left: 1.5em;
	text-transform: uppercase;
}
#footer li a {
/*	padding: 11px 0;*/
	vertical-align: middle;
	text-decoration: none;
}
#footer li#privacy a {
/* -- 2016.09.19 JSS)doshichi Upd start -- */
//	padding-right: 18px;
	padding: 5px 18px 4px 0px;
	*padding: 0px 18px 14px 0px;
/* -- 2016.09.19 JSS)doshichi Upd e n d -- */
	color: #666666;
	height: 8px;
	background: url(../images/privacy.gif) right no-repeat;
}
#footer li#sitemap a {
/*	padding-right: 19px;*/
	color: #666666;
	background: url(../images/sitemap.gif) right no-repeat;
}
#footer li#info a {
/*	padding-right: 22px;*/
	color: #666666;
	background: url(../images/info.gif) right no-repeat;
}
#footer p {
	padding: 1em 35px 1em 0px;
	width: 742px;
	text-align: right;
	text-transform: uppercase;
	font-size: x-small;
	color: #ffffff;
/*  background: url(../images/back.jpg) repeat-y;*/
}




/*============================================================================*/
/* 基本部品 */
/*============================================================================*/
.commonbutton {
 text-align: right;
 border: 1px solid #CCCCCC;
}

.button {
 border-color:  #CCCCCC;
 color: #ffffff;
 background-color: #404040;
 cursor:pointer;
}

.button_back {
 font-weight: bold;
 cursor:pointer;
}

.ms_button {
 background-color: #6c7cff;
 color: #ffffff;
 font-weight: bold;
 color: #ffffff;
 padding: 5px 10px;
 cursor:pointer;
}

.modoru_button {
 border-color:  #FFFF00;
 color: #000080;
 background-color: #FFFF80;
 cursor:pointer;
}

.solidbutton {
 margin: 2px;
 padding: 2px;
 height: 26px;
 width: 82px;
 font-size: 10pt;
 text-align: center ;
 background: url(../images/button1.gif) no-repeat;
/* border: 1px solid #999999;*/
}

.contents {
 width: 100%;
 padding: 2px 2px 2px 2px;
 color: #000000;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 margin-left: 2px;
 margin-right: 2px;
 margin-top: 2px;
 margin-bottom: 2px;
 background-color: #FFFFFF;
/* border: 1px solid #999999;*/
}

#downloadSection {
 float: left;
 margin: 18px 8px 8px 28px;
 color: #000000;
 background-color: #FFFFFF;
/* border: 1px solid #999999;*/
}

.stabbutton {
 float: left;
 width: 81px;
 text-align: center;
 padding: 4px 0px 0px 0px;
 margin: 4px 1px 0px 0px;
 background-color: #CCCCCC;
}

.tabbutton {
 float: left;
 width: 90px;
 text-align: center;
 padding: 4px 0px 0px 0px;
 margin: 4px 1px 0px 0px;
 background-color: #CCCCCC;
}

.ctabbutton {
 float: left;
 width: 118px;
 text-align: center;
 padding: 4px 0px 0px 0px;
 margin: 4px 1px 0px 0px;
 background-color: #CCCCCC;
}

.wtabbutton {
 float: left;
 width: 133px;
 text-align: center;
 padding: 4px 0px 0px 0px;
 margin: 4px 1px 0px 0px;
 background-color: #CCCCCC;
}

.wwtabbutton {
 float: left;
 width: 175px;
 text-align: center;
 padding: 4px 0px 0px 0px;
 margin: 4px 1px 0px 0px;
 background-color: #CCCCCC;
}


#guidance_right {
 padding: 2px 8px 0px 0px;
 float: right;
}


/* グローバルメニュー下、プルダウンメニューのスタイル。*/
div.menubutton ul {
	background-color: #005CA8;
	display: none;
	position: absolute;
	top: 38px;
	_top: 50px;
	*top: 50px;/* cssハック IE7 */
	left: 5px;
	_left: -36px;
	*left: -36px;/* cssハック IE7 */
	padding: 0;
	text-decoration: none !important;
}

div.menubutton ul li{
	list-style-type: none;
	text-decoration: none !important;
}

div.menubutton ul li a{
	font-size: 13px;
	font-weight: bold;
	text-indent: 5px;
	color: white !important;
	display: block;
	width: 120px;
	height: 28px;
	line-height: 28px;
	background-color: #005CA8;
	border: 1px solid #F2F2F2;
	text-decoration: none !important;
}

div.menubutton ul li a:hover {
	color: white !important;
	text-decoration: none !important;
	background:#ff9900;
}

/* -- 2016.09.06 JSS)Doshichi add start -- */
/* 画像を並べて表示　ボタン */
#btGazouList {
	padding: 1px 8px;
}
/* ソート解除ボタン */
#btResetFilter {
	padding: 1px 8px;
}
/* -- 2016.09.06 JSS)Doshichi add e n d -- */

/* -- 2016.09.19 JSS)doshichi add start -- */
.android #recall1 { font-size: 12px; }
.android #recall2 { font-size: 12px; }
.android #recall3 { font-size: 12px; }
.android #recall4 { font-size: 12px; }
.android #recall5 { font-size: 12px; }
.android #regist1 { font-size: 12px; }
.android #regist2 { font-size: 12px; }
.android #regist3 { font-size: 12px; }
.android #regist4 { font-size: 12px; }
.android #regist5 { font-size: 12px; }
/* -- 2016.09.19 JSS)doshichi add e n d -- */

/** ---- 2016.09.27 -- Omichi -- Upd -- Start -- マルチブラウザ対応 ---- **/
.gazoutab_size{
	width: 140px;
	height: 25px;
}

/* chrome opera */
::content, _:future, .gazoutab_size:not(*:root) {
	width: 140px;
	height: 24px;
}

.iphone .gazoutab_size{
	width: 140px;
	height: 24px;
}

.ipad .gazoutab_size{
	width: 140px;
	height: 24px;
}

.mac .gazoutab_size{
	width: 140px;
	height: 24px;
}

.mac.chrome .gazoutab_size{
	width: 140px;
	height: 23px;
}

.mac.firefox .gazoutab_size{
	width: 140px;
	height: 23px;
}


/** ---- 2016.09.27 -- Omichi -- Upd -- End -- マルチブラウザ対応 ---- **/