@charset "Shift_JIS";

*{
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

a{
	color:#333333;
	text-decoration:underline;

}


a.colorLink{
	color:#67B51B;
	text-decoration:underline;

}


a:hover{
	color:#cc0000;
}


body{
	margin:0;
	padding:0;
	background-color:#67B51B;
	text-align:center;
}

#mainBox{
	padding-top:10px;
}

#mainBoxLeft{
	padding-top:35px;
}
#mainBoxRight{
	padding-top:35px;
}

#mainBoxBottom{
	padding:10px 0 20px;
}
#mainBoxBottom .pagetop{
	padding-top:40px;
	padding-bottom:15px;
	font-size:11px;
}

.panLink{
	padding-top:12px;
	color:#67B51B;
	font-size:10px;
}

.fukidashi{
	background:url(../images/fukidashi_top.gif) no-repeat;
	padding:15px 25px 10px 40px;
	font-size:12px;
	line-height:140%;
}
.fukidashi img{
	margin-bottom:10px;
}


/* テキスト -----------------------------------------------------------------*/
.midashiText{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
}

.textLarge{
	font-size:14px;
	font-weight:normal;
	line-height:140%;
}
.textRegular{
	font-size:12px;
	font-weight:normal;
	/*line-height:140%;*/
}
.textSmall{
	font-size:11px;
	font-weight:normal;
	line-height:140%;
}
.textEng {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 16px; font-weight: bold}
.textRegularLineHight { font-size:12px; font-weight:normal; line-height:24px; }
.textWhiteB { font-size:14px; color:#FFFFFF; }

.katsudouList {
	padding-left: 10px;
	font-size: 12px;
	margin-left: 5px;
	list-style-type: square;
}
.listTable {
	border: 1px solid #67B51B;
}

.background-img{
	background-repeat:no-repeat;
}

#question{
  background-image:url("../consult/images/midashi_answer_background1-3.gif"), url("../consult/images/midashi_answer_background1-4.gif");
  background-repeat:no-repeat, repeat-y;
  background-size:531px 114px, 531px 4px;
  background-position:0 0, 0 114px;
}
