/*┌──────────────────────────────────────
/*│  汎用スタイルシート v0.0.1 (2008/05/23)
/*│  style.css
/*│  Copyright (c) HOKKAIDO CHUO BUS CO., LTD.
/*│  http://www.chuo-bus.co.jp/
/*│  ogawa_tak@gim.chuo-bus.co.jp
/*└─────────────────────────────────────*/

/*============================================================================*/
/*                             [ レイアウト関係 ]                             */
/*============================================================================*/

/*-- [ コンテンツ ] ----------------------------------------------------------*/

#Cont_info{
	width: 96%;
	margin: 0 3% 40px;
	padding-top: 30px;
}

#Cont_info p#Date {
	margin-bottom: 10px;
	color: #bd922b;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

#Cont_info h1 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #bd922b;
	color:#594c46;
	line-height: 1.5;
}
#Cont_info #Object {
	width: 100%;
	margin: 0px auto 30px auto;
	line-height:150%;
	font-size: 14px;
}

#Cont_info .BackList {
	margin: 0 auto;
}
#Cont_info .BackList>a {
	display:block;
	margin: 0 auto;
}
#Cont_info .BackList>a img{
	display:block;
	width: 48%;
	height: auto;
	margin: 0 auto;
}



#Cont_info .AlgL{
	margin-bottom: 10px;
}
#Cont_info .File img{
	width: 100%;
}
#Cont_info .AlgL a{
	text-decoration: underline;
}

.ObjList div.ListMain {
	width: 100%;
	padding:0 10px;
	float : left;
}



/*----------------------------------------------------------------------------*/

