@charset "Shift_JIS";

body{
    background-color:#325254;
  }

.text{
    font-size: 10px;
	font-style: normal;
	line-height: 15px;
	color: #ffffff;
	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:12px;
	font-style: normal;
	line-height: 15px;
	color: #ffcc00;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}

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


.pic {
	border: 1px solid #ffffff;
}

.pic_dotted {
	border: 2px dotted #ffffff;
}

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

	
p {margin-bottom: 10px;}

a:link{color:#FFFFFF; text-decoration:underline;}
a:active{color:#FFFFFF; text-decoration:underline;}
a:visited{color:#FFFFFF; text-decoration:underline;}
a:hover{color:#FFFFFF; text-decoration:underline; cursor:crosshair; }
