@charset "Shift_JIS";

body{
    background-color:#D5E1DF;
  }

.text{
    font-size: 10px;
	font-style: normal;
	line-height: 15px;
	color: #7A8180;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
}

.text_s{
    font-size: 9px;
	font-style: normal;
	line-height: 15px;
	color: #7A8180;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
}

.text_white{
    font-size: 9px;
	font-style: normal;
	line-height: 15px;
	color: #FFFFFF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
	
}.text_white_10px{
    font-size: 9px;
	font-style: normal;
	line-height: 15px;
	color: #FFFFFF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}

.text_green_bold{
    font-size:11px;
	font-style: normal;
	line-height: 15px;
	color: #006666;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}

.pic {
	border: 1px solid #7A8180;
}

.border_bottom_2px {border-bottom: 1px solid #7A8180;}
	

	
p {margin-bottom: 10px;}

a:link{color:#324F67; text-decoration:none;}
a:active{color:#324F67; text-decoration:none;}
a:visited{color:#324F67; text-decoration:none;}
a:hover{color:#ffffff; text-decoration:underline; cursor:crosshair; }
