@charset "utf-8";

/* -------------------------------
	再定義
------------------------------- */
/* tag */

h3 {
	position: relative;
}
h3 a {
	display: block;
	position:absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	width: 50px;
	height: 29px;
	background-image: url(../shared/images/spacer.gif);
}

/* -------------------------------
	セミナー情報、勉強会
	表示用テーブル
------------------------------- */

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


#seminar table .col2, 
#study table .col2 {
	padding-left: 5px;
	width: 78px;
	vertical-align: middle;
}
#seminar table .col3, 
#study table .col3 {
	padding-left: 5px;
	width: 79px;
	vertical-align: middle;
}

#seminar table th, 
#study 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, 
#study 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, 
#study 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;
}
#seminar table .icn3, 
#study table .icn3 {
	background-image: url(../shared/images/cmn_icn-a03.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border: solid 1px #0179a5;
	padding: 25px 5px 5px;
	text-align: center;
	color: #0179a5;
	font-weight: bold;
}

/* -------------------------------
	記事詳細
------------------------------- */
#article h4, #article h5 {
	clear: both;
}
#article .art-icn1 {
	text-indent: -50px;
	width: 134px;
	overflow: hidden;
	margin: 20px 0 10px;
}
#article .art-box1 {
	border: solid 1px #dbd9d9;
	padding: 10px 10px 6px;
	background-color: #f6f6f6;
	width: 614px;
	font-weight: bold;
}
#article .art-box1 h4 {
	color: #666666;
	margin-bottom: 5px;
}
#article .art-box1 h5 {
	font-size: 1.4em;
}
#article .art-box2 {
	background-color: #f6f6f6;
	padding: 10px;
	margin: 20px 0 10px;
	float: left;
	clear: both;
	width: 614px;
}
#article .art-box3 {
	background-image: url(images/seminar_img01.gif);
	background-repeat: no-repeat;
	width: 283px;
	position: relative;
	padding-top: 10px;
	margin: 30px auto 0;
	text-align: center;
	clear: both;
}
#article .art-box3 p {
	background-image: url(images/seminar_img02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 263px;
	padding: 0 10px 50px;
}
#article .art-box3 a {
	position: absolute;
	bottom: 10px;
	left: 62px;
}

/* -------------------------------
	link1, 2
------------------------------- */

#link1 ul, #link2 ul {
	list-style-type: none;
}
#link1 li, #link2 li {
	background-image: url(../shared/images/cmn_arw02.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 10px;
}
#link1 li strong, #link2 li strong {
	font-size: 0.8em;
	color: #666666;
}

/* -------------------------------
	カレンダー
------------------------------- */
#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;
}

/* -------------------------------
4/7修正セミナー投稿フォーム用arai
------------------------------- */
.seminar_form_p {
	margin-top: 20px;
	font-size: 11px;
}

/* -------------------------------
4/15修正セミナーspecific.html用murakoshi & arai
------------------------------- */
#specific p {
margin: 20px;
}

#specific ol ul {
list-style-type: disc;
}

#specific li p {
margin: 0;
}
#specific ol li {
margin: 10px 20px 0 40px;
}
#specific li li {
margin-left: 20px;
margin-top: 0;
}
/* -------------------------------
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;
}

