@charset "UTF-8";
/* CSS Document */

/* DEFAULT---------------------------------------------------------------------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,img { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
strong {
	font-weight: bold;
}
p{
	margin: 0px 0px 1em;
}
.noborder {
}

/* LINK---------------------------------------------------------------------------- */

a:link{
	color: #262626;
}
a:visited{
	color: #262626;
}
a:active{
	color:#D70007;
	text-decoration: underline;
}
a:hover {
	color:#D70007;
	text-decoration: underline;
}

/* FONT---------------------------------------------------------------------------- */

.font_bold{
font-weight: bold;
}
.font_red {
	color: #C3130A;
}
.font_size10{
font-size:10px;
}
.font_size11{
font-size:11px;
}
.font_size12{
font-size:12px;
}
.font_size13{
font-size:13px;
}
.font_size14{
	font-size:14px;
	line-height: 24px;
}
.font_size15{
font-size:15px;
}
.font_size16{
font-size:16px;
}
.font_size17{
font-size:17px;
}
.font_size18{
	font-size:18px;
	line-height: 24px;
	font-weight: bolder;
}
.margintop10 {
	margin-top: 10px;
}
.marginbottom20 {
	margin-bottom: 20px;
}
.img_bordor {
	border: 1px solid #999999;
}
.pstrong {
	padding: 10px;
	font-weight: bold;
	color: #CE0008;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #D30008;
	border-right-color: #D30008;
	border-bottom-color: #D30008;
	border-left-color: #D30008;
}
.pstrong2 {
	font-weight: bold;
	color: #CE0008;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #D30008;
	border-right-color: #D30008;
	border-bottom-color: #D30008;
	border-left-color: #D30008;
	width: 572px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-bottom: 10px;
}
.align_center {
	text-align: center;
}

