@charset "Shift_JIS";


/*-----------------------------------------------------
	プログラム関係ページ用
-------------------------------------------------------*/



/*遊学館Information
----------------------------------------------------------------*/
#Contents #Main	{
	margin-bottom:0;
	}

	#Contents #Main #TopicsList	{
		border:#B2B2B2 1px solid;
		margin-bottom:50px;
		}

		#Contents #Main #TopicsList	#TopicsListTitle {
			background:#F8F6E9;
			border-bottom:#DED698 1px solid;
			padding:7px 15px;
			}


 		#informationList	{
			width:900px;
			}

	 		#informationList table	{
				border-collapse:collapse;
				width:99%;
				}

	 		#informationList table td	{
				border-bottom:#b4b4b4 1px dotted;
				padding:10px 0;
				}

		 		#informationList table td img	{	margin:0 10px;	}
		 		#informationList table td a	{	color:#666;	}
				
				
 		#informationList2	{
			width:620px;
			}

	 		#informationList2 table	{
				border-collapse:collapse;
				width:99%;
				}

	 		#informationList2 table td	{
				border-bottom:#b4b4b4 1px dotted;
				padding:10px 0;
				}

		 		#informationList2 table td img	{	margin:0 10px;	}
		 		#informationList2 table td a	{	color:#666;	}



	#Contents #Main #TopicsDetails	{
		border-bottom:#CCC 1px dotted;
		margin-bottom:30px;
		padding-bottom:40px;
		}

		#Contents #Main #TopicsDetails #icon	{	margin-bottom:5px;	}
			#Contents #Main #TopicsDetails #icon img	{	vertical-align:middle;	}

		#Contents #Main #TopicsDetails h4	{	color: #FF8828;	}
		#Contents #Main #TopicsDetails h5	{	margin-top:40px;	}
		
		
		#Contents #Main #TopicsDetails #TopicsDetailsArticle	{ padding:0 25px;	}

			#Contents #Main #TopicsDetails #TopicsDetailsArticle img.pic {
				padding:4px;
				border:#E2E2E2 1px solid;
				margin-bottom:20px;
				}
		
		
	#Contents #Main #TopicsNavi	{
		margin-bottom:30px;
		margin-left:150px;
		}
	
		#Contents #Main #TopicsNavi ul	{
			list-style:none;
			}
	
		#Contents #Main #TopicsNavi ul li	{
			float:left;
			margin-right:80px;
			}
			
	
	
	
	
	
	

/* 卒業生の方へ
----------------------------------------------------------------*/
#Contents #Main table#GS	{
	width:650px;
	margin:0 auto 50px;
	border-collapse:collapse;
	}
	
	#Contents #Main table#GS th	{
		padding:8px 15px 8px 5px;
		border-bottom:#CCC 1px dotted;
		color:#9A66CB;
		text-align:left;
		white-space:nowrap;
		}
	
	#Contents #Main table#GS td	{
		padding:8px 10px;
		border-bottom:#CCC 1px dotted;
		line-height:160%;
		}
	

	#Contents #Main #GSDetails	{
		border-bottom:#CCC 1px dotted;
		margin-bottom:30px;
		padding-bottom:40px;
		}
		
		#Contents #Main #GSDetails #icon	{	margin-bottom:20px; font-weight:bold;	}
		
		#Contents #Main #GSDetails #GSDetailsArticle	{ padding:0 10px;	}
	
	
	#Contents #Main #DSNavi	{
		margin-bottom:50px;
		margin-left:150px;
		}
	
		#Contents #Main #DSNavi ul	{
			list-style:none;
			}
	
		#Contents #Main #DSNavi ul li	{
			float:left;
			margin-right:80px;
			}
	
	
	
	
	
/* 添付ファイル枠
----------------------------------------------------------------*/
#Contents #TopicsDetailsArticle p.file {
	padding:15px;
	border:1px solid #e9acfe;
	background:#fbf3fe;
	}
	
	
	
/* フォーム エラー
----------------------------------------------------------------*/
	
div.errors {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #ffcc66;
	background-color: #ffffcc;
}

div.errors ul {
	margin:10px;
}

div.errors li {
	margin-left:20px;
	color: #C00;
	font-style: normal;
	font-weight: bold;
}
	
	
	
	
/* NEWマーク
----------------------------------------------------------------*/	
.new {
	font-size: 90%;
	background-color: #F00;
	color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-left: 5px;
}
	
	