@charset "utf-8";
/*=============================================================
 index Layout
=============================================================*/
/* top-hdr-info
-------------------------------------------------------------*/
#top-hdr-info {
	background:#eee;
	border:1px solid #ccc;
	padding:3px;
	margin:25px 0 0px;
}
#top-hdr-info .column-layout {
	background:#fff;
	width:906px;
	padding:18px 18px 18px 28px;
}
#top-hdr-info .title {
	margin-bottom:15px;
}
#top-hdr-info p.cRight {
	padding-top:56px;
}
/* top-hdr-bnr
-------------------------------------------------------------*/
#top-hdr-bnr {
	background:url(../images/bg_top-hdr-bnr.gif) no-repeat left bottom;
	width:100%;
	margin:25px 0 10px;
	padding-bottom:14px;
	overflow:hidden;
}
#top-hdr-bnr li {
	float:left;
}
#top-hdr-bnr li.first {
	padding-right:16px;
}
#top-hdr-bnr li.sep {
	padding-right:21px;
}
#top-hdr-bnr li.add-rss {
	width:172px;
	position:relative;
}
#top-hdr-bnr li ul {
	position:absolute;
	top:113px;
	left:104px;
}
#top-hdr-bnr li ul li {
	float:none;
}
/* main-area
-------------------------------------------------------------*/
#main-area {
	padding-top:0;
}

/* top-faq-area
-------------------------------------------------------------*/
#maincontents #top-faq-area {
	background:url(../images/bg_top-faq-area_btm.gif) no-repeat left bottom;
	padding-bottom:17px;
}
#maincontents #top-faq-area .inner-box {
	background:url(../images/bg_top-faq-area_top.gif) no-repeat left 101px;
}
#top-faq-area .half div {
	background:#f7f7f7;
	margin-top:20px;
	padding:10px 15px 0;
}
#top-faq-area .half div ul {
	background:url(../common/images/line_dot-gray.gif) repeat-x left top;
	margin:10px 0;
	padding-top:7px;
}
#top-faq-area .half div ul li {
	background:url(../common/images/line_dot-gray.gif) repeat-x left bottom;
	padding-bottom:1px;
}
#top-faq-area .half div ul li a {
	text-decoration:none;
	background:url(../images/icon_question.gif) no-repeat left 9px;
	display:block;
	padding:8px 0 6px 23px;
}
#top-faq-area .half div ul li a:hover {
	text-decoration:underline;
}