@charset "UTF-8";


/**************/
/*-- ヘッダ --*/
/**************/
/*
 * @インデックス専用
 */
#header_index{
	width			:	100%;
	height			:	300px;
	background		:	#000;
}


#header_index div{
	width			:	900px;
	height			:	100%;
	background		:	#000;
	margin			:	auto;
}


/********************/
/*-- コンテンツ左 --*/
/********************/
/*
 * @インデックス専用
 */
#contents #c_left{
	float			:	left;
	width			:	525px;
	padding			:	10px;
	background		:	#fff;
}


h3{
	margin			:	0;
	padding			:	0;
}


#topics{
	border			:	1px solid #8997ED;
}


#topics dl{
	margin			:	0;
	padding			:	5px;
}


#topics dt{
	font-weight		:	bold;
	margin			:	10px 3px;
	line-height		:	18px;
}


#topics dt a{
	text-decoration	:	none;
}


#topics dd{
	margin			:	5px 3px;
	padding-left	:	30px;
	padding-bottom	:	5px;
	border-bottom	:	1px dotted #999;
	text-align		:	right;
}


#history{
	margin			:	20px 0 0 0;
	border			:	1px solid #5C853D;
}


#history p{
	margin			:	0;
	padding			:	10px;
	line-height		:	22px;
}


/********************/
/*-- コンテンツ右 --*/
/********************/
/*
 * @インデックス専用
 */
#contents #c_right{
	float			:	left;
	width			:	335px;
	padding			:	10px;
	background		:	#fff;
	
}


#mobile{
	background		:	url("../img/bg_mobile.gif") no-repeat;
	width			:	335px;
	height			:	115px;
	margin			:	0;
	position		:	relative;
}


#m_txt{
	width			:	210px;
	line-height		:	24px;
	float			:	left;
	font-size		:	80%;
	margin			:	10px 5px;
}


#m_qr{
	width			:	100px;
	float			:	right;
	padding			:	6px;
}


#banner{
	clear			:	both;
	padding			:	0 0 8px 0;
}


#banner img{
	margin			:	0 0 8px 0;
	padding			:	0;
}
