*{
	margin:0px;
	padding:0px;
	line-height:22px;
}
body {
	background-color: #060C26;
}
/*コンテンツ部分背景*/
.bg_main {
	background-color: #DAEEFB;
}
/*コンテンツ部分わく線*/
.line_main {
	background-color: #40D7F2;
}
a:link{
	color:#FF0000;
	text-decoration:none;
}
a:visited{
	color:#FF0000;
}
a:hover{
	color: #CC0033;
}
a:activ{
	color:#FF0000;
}
.text {
	font-size: 13px;
	/*font-weight: bold;*/
	font-family: "MS UI Gothic";
	color: #010A8C;
}
.text2 {
	font-size: 12px;
	/*font-weight: bold;*/
	font-family: "MS UI Gothic";
}
.title {
	font-size: 20px;
	color: #574BCD;
}
.Q_cap {
	width: 40px;
	font-size: 14px;
	color: #310568;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: center top;	/*font-weight: bold; */
}
.Q {
	font-size: 14px;
	color: #310568;
	padding: 2px;	/*font-weight: bold; */
}
.A_cap {
	width: 40px;
	font-size: 14px;
	color: #D80486;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}
.A {
	font-size: 14px;
	color: #D80486;
	padding: 2px;
}

.style1 {
	color: #010A8C;
}

