@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5;
}

a:link    {
	color: #555555;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #555555;
	text-decoration: none;
	font-size: 12px;
}
a:hover   {
	color: #933F71;
	text-decoration: none;
	font-size: 12px;
/*--------------------------------------------------------------------------------------設定*/
}
.contentbg {
	background-image: url(../contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.badybg {
	background-image: url(../bodybg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 400px;
}
.newslink{
	background-image:url(../link.gif);
	background-repeat:repeat-x;
}
.backbg{
	background-image:url(../backbg.jpg);
	background-repeat:no-repeat;
	background-position: center;
}.workbg{
	background-image:url(../workin03.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	height: 81px;
}
/*--------------------------------------------------------------------------------------文字*/

.grayfont{
    color:#555555;
	font-size:12px;
}
.grayfont3{
    color:#333333;
	font-size:12px;
}
.redfont{
	color:#c30f06;
	font-size:12px;
	line-height: 1.5;
}
.whtfont{
    color:#ffffff;
	font-size:12px;
}
.pfont {
	font-size: 12px;
	font-weight: normal;
	color: #A43F83;
}
.pfont02 {
	font-size: 16px;
	font-weight: bold;
	color: #A43F83;
}
.pfont02 a:link    {
	color: #A43F83;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.pfont02 a:visited {
	color: #A43F83;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.pfont02 a:hover   {
	color: #666666;
	text-decoration: none;
	font-size: 16px;
