@charset "utf-8";
/* -------------------------------
	CONTENT BOX
------------------------------- */
div#content {
	margin-top: -12px;
}
/* -------------------------------
	NAVI BOX
------------------------------- */
div#navi {
	margin-top: 8px;
}

/* -------------------------------
	タイトル
------------------------------- */

div#content h3 {
	height: 29px;
	width: 100%;
	text-indent: -9999px;
	position: relative;
	background-repeat: no-repeat;
}
.top-ttl1 {
	background-image: url(images/top_ttl01.gif);
}
.top-ttl2 {
	background-image: url(images/top_ttl02.gif);
}
.top-ttl3 {
	background-image: url(images/top_ttl03.gif);
}
.top-ttl4 {
	background-image: url(images/top_ttl04.gif);
}
.top-ttl5 {
	background-image: url(images/top_ttl05.gif);
}


div#content h3 a.btn1 {
	width: 50px;
	height: 29px;
	position: absolute;
	left: 500px;
	padding: 0;
}
div#content h3 a.btn2 {
	width: 70px;
	height: 29px;
	position: absolute;
	right: 0;
	padding: 0;
}

/* -------------------------------
	トピックス
------------------------------- */

#topics {
	width: 618px;
	background-color: #f0f0f0;
	padding: 0 8px;
	margin-top: 20px;
	min-height: 100px;
	background-image: url(images/top_bg01.gif);
	background-repeat: repeat-y;
	line-height: 1.2em;
}
#topics #headline {
	width: 312px;
	float: left;
	padding: 8px 0;
}
#topics #headline h4 {
	background-image: url(shared/images/cmn_arw03.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 1.2em;
	padding-left: 15px;
}
#topics #headline p {
	padding-left: 15px;
}
#topics #list {
/*	width: 293px;
*/	width: 277px;
	float: right;
	background-image: url(images/top_bg02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 8px 8px 0 8px;
}
#topics #list li {
	background-image: url(shared/images/cmn_arw02.gif);;
	background-repeat: no-repeat;
	background-position: left 9px;
	list-style-type: none;
	padding: 8px 5px 8px 20px;
	border-bottom: dotted 1px #c4c4c4;
}
#topics #date {
	width: 289px;
	clear: both;
	margin-left: 325px;
	background-image: url(images/top_bg02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;
	padding-right: 3px;
	text-align: right;
	font-size: 0.8em;
	color: #888888;
}

/* リンクカラー、デコレーション */
#topics a:link, #topics a:active, #topics a:visited, #topics a:hover{
	color: #333333;
}
#list strong a:link, #list strong a:active, #list strong a:visited, 
#headline a:link, #headline a:active, #headline a:visited {
	text-decoration: none;
}
#list strong a:hover, 
#headline a:hover{
	text-decoration: underline;
}
	
/* -------------------------------
	セミナー情報
------------------------------- */

#seminar table {
	width: 100%;
	border-collapse: collapse;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: -10px;
	border-bottom: solid 1px #FFFFFF;
}
#seminar table td {
	text-align: left;
	vertical-align: top;
	border-bottom: dotted 1px #c4c4c4;
	padding-bottom: 10px;
	padding-top: 10px;
}
#seminar table .col1 {
	padding-left: 10px;
}
#seminar table .col2 {
	padding-left: 5px;
	width: 78px;
	vertical-align: middle;
}
#seminar table .col3 {
	padding-left: 5px;
	width: 79px;
	vertical-align: middle;
}

#seminar table th {
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	border-bottom: dotted 1px #c4c4c4;
	padding-bottom: 10px;
	padding-top: 10px;
}
#seminar table .icn1 {
	background-image: url(shared/images/cmn_icn-a01.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border: solid 1px #ff7f00;
	padding: 25px 5px 5px;
	text-align: center;
	color: #ff7f00;
	font-weight: bold;
}
#seminar table .icn2 {
	background-image: url(shared/images/cmn_icn-a02.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border: solid 1px #ff3191;
	padding: 25px 5px 5px;
	text-align: center;
	color: #ff3191;
	font-weight: bold;
}

/* -------------------------------
	コラム
------------------------------- */
#column table {
	width: 100%;
	border-collapse: collapse;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: -10px;
	border-bottom: solid 1px #FFFFFF;
}
#column table td {
	text-align: left;
	vertical-align: top;
	border-bottom: dotted 1px #c4c4c4;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#column table th {
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	border-bottom: dotted 1px #c4c4c4;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* -------------------------------
	カレンダー
------------------------------- */
#calendar {
	width: 210px;
	float: left;
	margin-top: 40px;
}
/*カレンダー用テーブル*/
#calendar table{
	width: 100%;
	border-collapse: collapse;
}
#calendar table caption{
	background-color: #f2f2f2;
	color: #0179a5;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	border-bottom: solid 5px #FFFFFF;
}
#calendar td a:link, #calendar td a:visited, #calendar td a:active, #calendar td a:hover{
	color: #0179a5;
	font-weight: bold;
}
#calendar td, #calendar th{
	border: solid 1px #cccccc;
	padding: 6px 4px;
	text-align: center;
	vertical-align: middle;
}
#calendar th{
	background-color: #0179a5;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
/*今日のセル*/
#calendar td.today{
	background-color: #d8d8d8;
}
/*他の月へリンク用セル*/
#calendar td.othermonths{
	border: none;
	font-size: 0.8em;
}
#calendar td.othermonths a:link, #calendar td.othermonths a:visited, #calendar td.othermonths a:active, #calendar td.othermonths a:hover{
	color: #000000;
	font-weight: normal;
}
#calendar td.othermonths .back{
	float: left;
}
#calendar td.othermonths .next{
	float: right;
}

/* -------------------------------
	カレンダー横のリスト
------------------------------- */

#calendar-list {
	float: right;
	width: 400px;
	margin-top: 40px;
}
#calendar-list ul li {
	list-style-type: none;
	background-image: url(shared/images/cmn_arw02.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 10px 10px;
}

/* リンクテキストのリスト */
.link li {
	list-style-type: none;
	margin-bottom: 15px;
	margin-top: 15px;
}
.link li.pdf {
	float: left;
	background-image: url(shared/images/pdficon_small.gif);
	background-position: 4px 3px;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	border: solid 1px #d0d0d0;
	height: 22px;
	font-size: 0.8em;
	padding: 3px 4px 3px 30px;
}
.link li.button {
	text-align: right;
}


.new {
	display: none;
}

/* -------------------------------
5/28カレンダーリスト下のリンク用arai
------------------------------- */
.seminar_cmn-arrow {
	background-image: url(../shared/images/cmn_arw02.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.5em;
        width:190px;
}


