/*Comon Style-----------------------------------*/
@import url(./common/common.css);
@import url(./common/style.css);


/*Unique Style*/
.news_contents #main	{
	background-image:url(../images/news_top.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

.contents-open .article	{
	margin:10px 14px;
}

.article img	{
	float:right;
	margin:0 0 15px 10px;
}

.article img.no-link	{
	border: 2px solid silver;
}

.article img.length	{
	width:120px;
}

.article img.theside	{
	width:240px;
}

#contents .contents-open .article p.opn_cls	{
	clear:both;
	margin:0;
	text-align:right;
	font-size:10px;
	line-height:150%;
	border-top:1px solid #DCDCDC;
}

.contents-close .article	{
	display:none;
}

#contents .contents-close	{
	margin-bottom:5px;
}

#contents .contents-close h3	{
	letter-spacing:0;
	line-height:120%;
	border-bottom:none;
	font-size:12px;
	font-weight:normal;
	background-image:url(../images/arrow_1.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:12px;
}

*+html #contents .contents-close h3	{
	background-position:left 3px;
}

#contents .contents-close h3 span,
#contents .contents-open h3 span	{
	color:#333333;
}

#contents .contents-close h3 a	{
	color:#121212;
}

#contents .contents-close h3 a:hover	{
	color:#098FE9;
}

.timetable	{
	margin:0 0 1em;
	border-top:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
}

.timetable th,.timetable td	{
	border-bottom:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	font-size:12px;
	padding:10px;
	font-weight:bold;
}

.timetable th	{
	text-align:left;
}

.timetable td	{
	text-align:center;
	width:60px;
}

.info_list dt	{
	float:left;
	font-weight:bold;
}

.info_list dd	{
	margin-left:175px;
}

.info_list dd strong	 {
	color:#0044AA;
}

.info_list dd strong a	{
	color:#0044CC;
}
.info_list dd strong a:hover	{
	color:#0066FF;
}

.info_list dt,
.info_list dd	{
	margin-bottom:5px;
	line-height:150%;
}