/********************************************************
/
/ main - css
/ font-settings
/
/********************************************************/
html, body {
	background-color:#999999;
}

/** IE7 <br> fix */
.paged-text br { 
	letter-spacing: normal;
}

div, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:16px;
	color:#000000;
}

a:link, a:visited {
	color:#FF3752;
	text-decoration:none;
}
a:hover, a:focus {
	color:#FF3752;
	text-decoration:underline;
}

.head12 {
	color:#FF3752;
	font-size:12px;
	font-weight:bold;
}


a.main:link, a.main:visited {
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
a.main:hover, a.main:focus {
	font-size:10px;
	color:#531665;
	text-decoration:none;
}
a.main_a:link, a.main_a:visited, a.main_a:hover, a.main_a:focus {
	font-size:10px;
	color:#531665;
	text-decoration:none;
}

a.sub:link, a.sub:visited {
	font-size:9px;
	color:#999999;
	text-decoration:none;
}
a.sub:hover, a.sub:focus {
	
	text-decoration:underline;
}
.spost {
	font-family:Arial;
}
input.spost {
	font-size:9px;
	color:#606770;
	background-image:url(./graphics/front/search.gif);
	border: 1px solid #fff;
	background:url(../graphics/front/search.gif);
	background-repeat:no-repeat;
	padding:3px 7px 4px 5px;
	height:30px;
	width:225px;
	max-width:220px;
}
input.spost:hover {
	font-size:9px;
	color:#606770;
	background-image:url(./graphics/front/search2.gif);
	border: 1px solid #fff;
	background:url(../graphics/front/search2.gif);
	background-repeat:no-repeat;
	padding:3px 7px 4px 5px;
	height:30px;
	width:225px;
	max-width:220px;

}
input.spost:focus {
	font-size:9px;
	color:#606770;
	background-image:url(./graphics/front/search3.gif);
	border: 1px solid #fff;
	background:url(../graphics/front/search3.gif);
	background-repeat:no-repeat;
	padding:3px 7px 4px 5px;
	height:30px;
	width:225px;
	max-width:220px;
}

textarea.spost {
	font-size:9px;
	color:#606770;
	background-image:url(./graphics/front/form_tf1.gif);
	border: 1px solid #fff;
	background:url(../graphics/front/form_tf1.gif);
	background-repeat:no-repeat;
	padding:3px 7px 4px 5px;
	height:400px;
	width:600px;
	max-width:590px;
	
	line-height:15px;
}
textarea.spost:hover {
	font-size:9px;
	color:#606770;
	background-image:url(./graphics/front/form_tf2.gif);
	border: 1px solid #fff;
	background:url(../graphics/front/form_tf2.gif);
	background-repeat:no-repeat;
	padding:3px 7px 4px 5px;
	height:400px;
	width:600px;
	max-width:590px;
	
	line-height:15px;

}
textarea.spost:focus {
	font-size:9px;
	color:#606770;
	background-image:url(./graphics/front/form_tf3.gif);
	border: 1px solid #fff;
	background:url(../graphics/front/form_tf3.gif);
	background-repeat:no-repeat;
	padding:3px 7px 4px 5px;
	height:400px;
	width:600px;
	max-width:590px;
	
	line-height:15px;
}
input.spost-b {
	color:#fff;
	background: #FF3752;
	border: 1px solid #ccc;
	
}
input.spost-b:hover {
	color:#FF3752;
	background: #ccc;
	border: 1px solid #FF3752;
	cursor:pointer;
}