@charset"Shift_JIS";

/*---------------------------------------------------------
	
	INDEX：「JAOSについて」ページ用CSS
	0　：「JAOSについて」全ページ共通項目
	1-1：JAOSの設立趣旨
	1-2：組織概要
	2　：規約
	3　：JAOSの歩み
	4　：活動記録
	
-----------------------------------------------------------*/


/*---------------------------------------------------------
　0：「JAOSについて」全ページ共通項目
-----------------------------------------------------------*/

#pagebody #contents #second-main .heading {
	background:url(../about/images/heading_bg.gif) #DCA417;
}


/*---------------------------------------------------------
　1-1：JAOSの設立趣旨
-----------------------------------------------------------*/
/*リストのスタイル*/
#pagebody #contents #second-main .text-box .result-list li {
	list-style:none;
	padding:12px 0 12px 20px;
	border-bottom:1px #CCC dotted;
	background:url(../images/icon_arrow.gif) no-repeat 2px 15px;
}

/*---------------------------------------------------------
　1-2：組織概要
-----------------------------------------------------------*/

#pagebody #contents #second-main .text-box .rijikai td,
#pagebody #contents #second-main .text-box .rijikai th {
	padding:5px 8px;
	border-bottom:1px #CCC dotted;
	text-align:left;
}
#pagebody #contents #second-main .text-box .rijikai th {
	color:#000000;
	font-weight:bold;
}
#pagebody #contents #second-main .text-box .rijikai .profile {
	color:#666;
}

#pagebody #contents #second-main .text-box .taskteam{
	margin-bottom:1.5em;
	border-bottom:1px #CCC dotted;
}
#pagebody #contents #second-main .text-box .taskteam .team {
	color: #DCA417;
	font-weight:bold;
	font-size:14px;
	background:url(../images/icon_arrow.gif) no-repeat 2px 3px;
	padding-left:15px;
}
#pagebody #contents #second-main .text-box .taskteam .chief {
	color: #666666;
	padding-left:15px;
	margin-bottom:0.5em;
}
#pagebody #contents #second-main .text-box .taskteam p {
	margin-left:15px;
}

#pagebody #contents #second-main .text-box .attention {
	border:1px solid #CCCCCC;
	padding:5px;
}

/*---------------------------------------------------------
　2：規約
-----------------------------------------------------------*/
#regulation-box p{
	margin-left:1em;
}

.chapter-box{
	padding:1em 15px 0px 15px;
	text-align:left;
}

.chapter-box p{
	margin-bottom:1em;
}

.chapter{ /* 章 */
	color: #DCA417;
	font-weight:bold;
	border-bottom:1px #DCA417 solid;
	margin-bottom:0.5em;
	font-size:14px;
}

.article{ /* 条 */
	font-weight:bold;
	color:#555;
}

#regulation-box th,td{
	vertical-align:top;
	text-align:left;
	color:#333333;
}

#regulation-box th{
	padding-right:1em;
	font-weight:normal;
}

#regulation-box td{
	padding-bottom:0.5em;
}

.regulation_table_1{
	margin-left:1em;
	margin-bottom:1em;
}

.regulation_table_2{
	margin:0.5em 0;
}

.regulation_table_3{
	margin-left:3em;
	margin-bottom:1em;
}

/*---------------------------------------------------------
　3：JAOSの歩み
-----------------------------------------------------------*/

#pagebody #contents #second-main .text-box .history-h {
	color: #DCA417;
	font-weight:bold;
	border-bottom:1px #DCA417 solid;
	margin-bottom:0.5em;
	font-size:14px;
}
#pagebody #contents #second-main .text-box .history-table{
	width:100%;
}
#pagebody #contents #second-main .text-box .history-table th {
	padding:3px 10px;
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	color:#663300;
	background-color:#F3E9C5;
	width:55px;
}
#pagebody #contents #second-main .text-box .history-table .under-line {
	border-bottom:1px dotted #DCA417;
}
#pagebody #contents #second-main .text-box .history-table td {
	padding:3px 10px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
}
#pagebody #contents #second-main .text-box .history-table .month {
	text-align:right;
	width:45px;
	background-color:#F6F6F6;
}

/*---------------------------------------------------------
　4：活動記録
-----------------------------------------------------------*/

#topics-navi{
	float:left;
	width:70px;
	margin-top:5px;
}

#year{
	text-align:right;
	margin-top:5px;
}

#topics-navi a,
#year a{
	color: #666;
}
#topics-navi a:hover,
#year a:hover{
	color: #0066CC;
}

#pagebody #contents #second-main .text-box .att-h {
	color: #DCA417;
	font-weight:bold;
	border-bottom:1px #DCA417 solid;
	margin-bottom:0.5em;
	font-size:14px;
}
#pagebody #contents #second-main .text-box .att-h a{
	color: #DCA417;
}
#pagebody #contents #second-main .text-box .att-date {
	font-weight:bold;
}
#pagebody #contents #second-main .text-box .att-place {
	color: #666666;
	margin-bottom:1em;
}
#pagebody #contents #second-main .text-box .att-photo-r {
	float:right;
	margin:0 0 1em 1em;
	clear:right;
}

#pagebody #contents #second-main .text-box td {
	color: #000000;
}

/*---------------------------------------------------------
　4：活動記録　ポップアップ
-----------------------------------------------------------*/

#popup .text-box{
	padding:20px 15px;
	text-align:left;
}

#popup .text-box .att-h {
	color: #DCA417;
	font-weight:bold;
	border-bottom:1px #DCA417 solid;
	margin-bottom:0.5em;
	font-size:14px;
}
