@charset "utf-8";

/* Common *******************************************************/
#Contents {
	margin-top: 19px;
}
#Menu ul {
	background:#FFF url(../../green/img/sidemenu_bg.gif) repeat-x;
	padding-top: 7px;
	list-style: none;
	width: 230px;
	line-height: 1;
}
#Linklist {
	padding: 25px 19px 10px;
	background: url(../../green/img/f_bg.gif) no-repeat left top;
}
#gr07 #Contact,
#gr08 #FAQList {
	float: right;
	width: 750px;
}
#Contact .Frame,
#FAQList .Frame {
	padding: 5px 19px 19px;
	width: 710px;
	border: 1px solid #c0c4c9;
	background: #FFF;
}

/* SideMenu *******************************************************/
#Menu .ContentsMenu {
	width: 228px;
	border-bottom: solid 1px #c0c4c9;
	border-left: solid 1px #c0c4c9;
	border-right: solid 1px #c0c4c9;
	margin-bottom: 20px;
}
#Menu .ContentsMenu ul {
	width: auto;
}
#Menu .ContentsMenu li {
	line-height: 100%;
	vertical-align: top;
	border-top: solid 1px #c0c4c9;
}

/* Contact *******************************************************/
#Contact .Frame {
	padding-top: 19px;
}
#Contact p.ReadText {
	color: #333;
	line-height: 138%;
}
#Contact p.ReadText a:link,
#Contact p.ReadText a:visited {
	text-decoration: underline;
}
#Contact p.ReadText a:hover,
#Contact p.ReadText a:active {
	text-decoration: none;
}


/* Q and A *******************************************************/
#FAQList .Frame {
	padding-top: 19px;
}
#FAQList .Frame .Text {
	color: #333;
	line-height: 138%;
	margin-bottom: 20px;
}
#FAQList .SubBlock {
	background: #D9DEE8 url(../../green/img/qanda_frame_top.gif) no-repeat left top;
	margin-top: 20px;
	width: 709px;
}
#FAQList .SubBlock .FrameBottom {
	background: url(../../green/img/qanda_frame_bottom.gif) no-repeat left bottom;
	padding: 10px;
	width: 690px;
}
#FAQList .SubBlock h3 {
	font-size: 107%;
	font-weight: bold;
	padding-bottom: 12px;
}
#FAQList .SubBlock ul.List li {
	width: 689px;
	padding-bottom: 5px;
}
#FAQList .SubBlock dl {
	position: relative;
	width: 687px;
	border: 1px solid #c0c4c9;
	background: #FFF url(../../green/img/qanda_bg.gif) repeat-y left top;
}
#FAQList .SubBlock dt {
	color: #038add;
	line-height: 123%;
	padding: 10px 23px;
	background-image: url(../../green/img/qanda_icon_answer.gif);
	background-repeat: no-repeat;
	background-position: 675px 13px;
	line-height: 123%;
	cursor: pointer;
}
#FAQList .SubBlock dt img {
	position: absolute;
	height: 24px;
	width: 28px;
	top: -4px;
	left: -6px;
}
#FAQList .SubBlock dd {
	background: url(../../green/img/qanda_answer_bg.gif) no-repeat left top;
	line-height: 123%;
	padding: 7px 0px 15px 0px;
	display: none;
}
#FAQList .SubBlock dd p.Answer,
#FAQList .SubBlock dd p.ans_txt{
	float: left;
}
#FAQList .SubBlock dd p.Answer {
	width: 40px;
	margin-left: 33px;
}
#FAQList .SubBlock dd p.img_area{
	text-align:center;
}
#FAQList .SubBlock dd p.ans_txt{
	width:550px;
}
#FAQList .SubBlock dd p,
#FAQList .SubBlock dd li {
	line-height: 123%;
}
#FAQList .SubBlock dd p {
	/*margin-left: 36px;
	margin-right: 30px;*/
	margin-top: 12px;
}
#FAQList .SubBlock dd a {
	background: url(../img/icon_link_arrow.gif) no-repeat left center;
	padding-left: 15px;
}
/*
#FAQList .SubBlock dd p img {
	margin-bottom: 10px;
}
*/
#FAQList .SubBlock dd a.Noicon {
	background: url(none);
	padding-left: 0px;
}
