@charset "UTF-8";

/* テーブル*/

/* @group tableText */

table.tableText {
	clear: both;
	color: #333;
	padding: 2px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
}

table.tableText th{
	color: #333;
	padding: 3px 6px 3px 2px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	border-top: 1px solid #333;
	font-weight: normal;
}

table.tableText td{
	color: #333;
	padding: 3px 6px 3px 2px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	border-top: 1px solid #b2b2b2;
}

table.tableText.link {
	width: 500px;
}

table.tableText.link th a{
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: text-top;
	font-weight: normal;
	text-decoration: none;
}

table.tableText.link td{
	width: 260px;
}



/* @end */

/* テーブル*/

/* @group simpleText */

table.simpleText {
	clear: both;
	padding: 2px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

table.simpleText th{
	color: #333;
	padding: 3px 6px 3px 2px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	border-bottom: 1px solid #333;
	font-weight: bold;
}

table.simpleText td{
	color: #333;
	padding: 3px 6px 3px 2px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	border-bottom: 1px dotted #b2b2b2;
}




table.historylist {
	width: 620px;
}

table.tableText.historylist th{
	color: #333;
	width: 150px;
	border-top: 1px solid #444;
	font-weight: normal;
}

table.tableText.kozai{
	width: 580px;
}

table.tableText.kozai img{
	margin: 0px;
	padding: 0px;
}

table.tableText.kozai th{
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: text-top;
	font-weight: bold;
	text-decoration: none;
	width: 180px;
	padding-bottom: 8px;
}

table.tableText.kozai td{
	widGth: 260px;
	vertical-align: text-top;
	padding-bottom: 14px;
}

table.list350 {
	width: 350px;
}

table.list500 {
	width: 500px;
}

table.list620 {
	width: 620px;
}


table.maintable{
	margin-bottom: 20px;	
}

table.maintable td{
	padding-bottom: 6px;	
}



/* @end */


.post1{
	width: 160px;
	vertical-align: top;
}

.files{
	width: 280px;
	vertical-align: top;
}



table.simpleTable td{
	color: #333;
	background: #fff;
	padding: 3px 6px 3px 2px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
}

/* @group ライン付きテーブル */

.tableText {
	color: #333;
	padding: 2px;
	text-align: left;
	vertical-align: text-top;
	margin-bottom: 30px;
}

.tableText td{
	color: #333;
	background: #fff;
	background: url(../images/bg_table.gif);
	padding: 3px;
	text-align: left;
	vertical-align: text-top;
}

.tableText td.appName{
	width: 280px;
}

.tableText td.appAction{
	width: 220px;
}

.tableText td .filedownload{
}



/* @end */

/* @group simpletable */

table.simpletable {
	clear: both;
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
	margin: 5px 0 30px 0;
	width: 500px;
}

table.simpletable.short {
	width: 200px;
}

table.simpletable.wide {
	width: 575px;
}

table.simpletable th{
	vertical-align: text-top;
	background-color: #efefef;
	border-top: 1px solid #ccc;
	bGorder-right: 1px solid #ccc;
	padding: 3px 6px 3px 5px;
	font-weight: normal;
	height: 100%;
	font-size: 0.9em;
	color: #444;
	line-height: 1.5em;
	text-align: left;
	width: 100px;
}
	
table.simpletable td{
	vertical-align: text-top;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px 8px 3px 8px;
	font-size: 0.9em;
	color: #444;
	line-height: 1.5em;
	text-align: left;
}

table.simpletable th.end, table.simpletable td.end{
	border-right: none;
}

table.simpletable tr.end th, table.simpletable tr.end td{
	border-bottom: 1px solid #ccc;
}



/* @end */

/* リスト要素 オーダーリスト*/

ol {
	margin: 10px 30px 40px 20px;
	padding: 0px 0 0 0px;
}

ol li{
	padding: 0 0 0px 0px;
	margin: 0 0 12px 0;
	font-size: 13px;
	line-height: 1.4em;
	list-style-position: outside;
}





/* リスト要素：本文内リスト　*/
ul.mainlist{
	margin: 10px 0 30px 0px;
	background-color: #fff;
}

ul.mainlist li{
	list-style-position: outside;
	margin-right: 30px;
	list-style-type: disc;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.3em;
}

ul.mainlist li.eiurl{
	padding: 6px 0px 0px 0px;
	line-height: 1.8em;
}

.append{
	margin: -20px 0px 30px 15px;
}



/* リスト要素：シンプルリスト　*/

ul.simplelist{
	margin: 10px 0 40px 0px;
}

ul.simplelist li{
	list-style-position: outside;
	margin-right: 5px;
	list-style-type: disc;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-top: 3px;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: normal;
}



/* リスト要素：定義リスト*/

dl {
	margin: 0 30px 60px 0px;
	padding: 0px;
}

dt {
	font-size: 12px;
	font-weight: bold;
	color: #4e497c;
	line-height: 1.3em;
	list-style: none;
	list-style-position: outside;
	margin: 30px 0 5px 5px;
}

dd {
	margin: 0 0 5px 10px;
	padding-top: 2px;
	font-size: 12px;
	line-height: 1.3em;
	color: #666;
}

dd a{
	color: #529209;
}

dd a:visited{
	color: #529209;
}

dd a:hover{
	color: #f97e7e;
}


/* リスト要素：シンプルラインリスト　*/

ul.simpleLineList{
	margin-left: 0px;
	margin-bottom: 90px;
	margin-right: 0;
	margin-top: 8px;
	background-color: #fff;
	width: 500px;
	display: block;
	padding-right: 2px;
	padding-left: 2px;
}

div.shortBlock ul.simpleLineList{
	margin-bottom: 50px;
}

ul.simpleLineList li{
	list-style-position: outside;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 1.5em;
	border-top: 1px solid #b3b3b3;
	clear: both;
	font-weight: normal;
	font-style: normal;
}

#contents #main ul.simpleLineList li a{
	color: #c77c50;
}


div#main ul.simpleLineList .date{
	width: 100px;
	display: block;
	float: left;
	color: #37378c;
}

div#main ul.simpleLineList .title{
	width: 385px;
	display: block;
	float: right;
	color: #35354c;
	background-color: #f2f2f2;
	padding: 2px 5px 7px;
	margin-top: 0;
	margin-bottom: 4px;
	line-height: 1.5em;
}

#page div#main ul.simpleLineList div.theme{
	font-size: 11px;
	color: #2a2a8c;
	font-weight: normal;
}

#page div#main ul.simpleLineList div.activity{
	font-size: 12px;
	color: #2a2a8c;
	font-weight: bold;
	margin-bottom: 6px;
}

#page div#main ul.simpleLineList div.speaker{
	font-size: 12px;
	color: #35354d;
	margin-bottom: 10px;
	margin-top: 2px;
}

#page div#main ul li div.theme{
	font-size: 11px;
	color: #464665;
}





/* リスト要素：リンクリスト　*/
ul.linklist{
	margin-left: 0px;
	margin-bottom: 90px;
	margin-right: 0;
	margin-top: 0px;
	background-color: #fff;
	width: 500px;
	display: block;
}

ul.linklist li{
	list-style-position: outside;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 1.3em;
	border-top: 1px solid #b3b3b3;
	clear: both;
}




ul.list{
	margin-bottom: 30px;
}

ul.list li{
	list-style-position: outside;
	list-style-type: disc;
	margin: 3px 15px 10px 30px;
	font-size: 12px;
	line-height: 1.5em;
}


/* リスト要素：注釈リスト*/

ul.cautionlist {
	margin: 0px 30px 40px 40px;
	padding: 0px 0 0 0px;
}

ul.cautionlist li{
	display: block;
	padding: 0 0 0px 16px;
	margin: 0 0 4px 0;
	color: #aa5555;
	font-size: 11px;
	line-height: 1.3em;
	background-image: url(../img/kome.gif);
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
}




/* リスト要素 ドットリスト*/

ul.dot {
	margin: 10px 30px 40px 20px;
	padding: 0px 0 0 0px;
}

ul.dot li{
	padding: 0 0 0px 0px;
	margin: 0 0 12px 0;
	font-size: 13px;
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: square;
	opacity: 1;
}






/* 脚注関係 */

.footnote{
	float: right;
	position: relative; right: -230px;
	margin-left: -200px;
	margin-bottom: 10px;
	width: 180px;
	background: #eff1d6;
	padding: 10px;
	font-size: 11px;
	line-height: 1.5em;
}

.footnote h4{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #529209;
	margin-bottom: 18px;
}



