/* CSS Document */

/*サイトコメントスペース*/
#pan {
	width: 870px;
}

#pan p#link {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding: 5px;
}

/*左サイド*/
#sidebar_left{
	width:270px;
	float:left;
	margin-right: 40px;
	margin-left: 15px;
	margin-top: 15px;
}

/*センター*/
#center{
	width:500px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#center #gaiyou {
	width: 500px;
	float: right;
	text-align: center;
}
/*メイン画像*/
#main_image{
	width:870px;
	height: 200px;
	float: left;
}
#main_image #imagephoto{
	width:510px;
	float: left;
}

/*トピックス*/
#main_image #topics{
	width:290px;
	float: right;
	margin-top: 10px;
	padding: 5px;
	background-color: #FFF;
	height: 250px;
	margin-right: 10px;
	display: inline;
}

#main_image #topics #detail{
	width:290px;
	height:195px;
	overflow:auto;
	text-align: left;
	line-height: 17px;
	font-size: 12px;
}

#gaiyou table {
	width:500px;
	border-collapse:collapse;
}

#gaiyou th {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: #DFEFFF;
	width: 25%;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 10px;
	border: 1px solid #CCC;
	font-weight: normal;
}

#gaiyou td {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

