@charset "shift_jis";

/* eventa表示用
---------------------------------------------*/

#eventa_center{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 25px;
	background-color: #FFF;
 }
 
#eventa_center section {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

/*  キャプション付きの画像を配置する場合*/
div.imagebox_right {
	float: right;
	font-size: 80%;
	color: gray;
	padding-left: 20px;
 }
div.imagebox_left {
	float: left;
	font-size: 80%;
	color: gray;
	padding-right: 20px;
}
ul.link li {
	margin-bottom: 0.5em;
	}
ul.link li a {
	background-image: url(../common_img/list_disc.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
}
ul.download {
	margin-bottom: 0.5em;
}
ul.download li {
	padding: 10px;
}
ul.download li img {
	padding: 2px 5px 2px 0px;
}
.caption {
	font-size: 90%;
	padding-bottom: 10px;
}
.date {
	text-align: right;
}


/* table
-----------------------------------------------	*/
section table {
	width: 100%;
	border: #CCC 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}
section table tr th,
section table tr td {
	padding: 4px 8px;
	border: #CCC 1px solid;
}
section table thead tr th {
	background-color: #E5E5E5;
}
section table tfoot tr th, 
section table tfoot tr td {
	background-color: #F5E9B8;
}
section table tbody tr th {
	background-color: #FCF8E7;
}
section table tfoot tr td.tdC,
section table tbody tr td.tdC {
	text-align: center;
}
section table tfoot tr td,
section table tbody tr td {
	text-align: left;
}
section table tfoot tr td.tdR,
section table tbody tr td.tdR {
	text-align: right;
}
.bg_dgray{
	background-color: #E1E0DD;
}
.bg_gray{
	background-color: #EFEFEB;
}

/* -----------------------------------------------
 color style
-------------------------------------------------- */

.col_green {
	color: #7AA722;
}
.col_gold {
	color: #963;
}
.col_red {
	color: #E93012;
}
.col_greenL {
	color: #7AA722;
	font-size: 1.231em;
	font-weight: bold;
}
.col_goldL{
	color: #963;
	font-size: 1.231em;
	font-weight: bold;
}
.col_redL {
	color: #E93012;
	font-size: 1.231em;
	font-weight: bold;
}

/* -----------------------------------------------
 common style
-------------------------------------------------- */
/* notes1 */
.notes1 {
	line-height: 1.3;
	font-size: 85%;
}
*:first-child + html .notes1 { /*for IE7*/
	font-size: 70%;
}
* html .notes1 { /*for IE6*/
	font-size: 70%;
} 

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }



/* line */
.lineC {
	text-align: center;
}
.lineR {
	text-align: right;
}

/* blank */
.blank1 {
	margin-bottom: 13px;
}
.blank2 {
	margin-bottom: 26px;
}
