/* CSS Document */

/* ロケーションガイドとかの */
.location_m{margin-bottom:20px;}

.location_right{
	width:275px;
	margin-bottom:20px;
	float:right;
	clear:right}
	
.location_left{
	width:275px;
	margin-bottom:20px;
	float:left;
	clear:left;}
	
.location_guide{
	width:275px;
	padding-bottom:4px;
	border-bottom:1px dashed #cccccc;
	clear:both;}
	
	.location_guide .l_com{
		width:275px;
		height:1em;
		margin:0;
		border-bottom:1px dashed #cccccc;
		padding-top:5px;
}
	
.location_guide a:link{color:#663300;text-decoration:none;}
.location_guide a:visited{color:#996600;text-decoration:none;}
.location_guide a:hover{color:#CCCCCC;text-decoration:none;}
	
.location_com{
	width:275px;
	color:#333333;
	font-size:12px;
	line-height:20px;
	letter-spacing:0.1em;
	background:url(../../all_img/s_index_com.gif) ;
	margin:0;
	padding-top:3px;
	text-align: justify;
	text-justify: inter-ideograph;
	clear:both;}
	
.location_pdf{font-size:0.9em;font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;}

/* 打ち消し線 */
.uchikeshi{
	text-decoration:line-through;
	}
	
	
/* topics用 */
#js-info{
	width:553px;
	height:100px;
	border:1px dashed #4d3300;
	overflow-y:scroll;
	margin:0 0 20px;
	padding:5px;
	clear:both;}
	
	.topics_title{
		width:533px;
		font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
		font-weight:bold;
		font-size:0.97em;
		border-bottom:1px dashed #4d3300;
		margin:0 0 3px 0;}
		
	.topics_data{
		font-weight:normal;
		font-size:0.9em;}
		
	.topics_content{
		font-size:0.9em;
		line-height:1.2;
		margin:0 0 6px 0;}