a:link { text-decoration: none; color:#003366;}
a:visited { text-decoration: none; color:#003366;}
a:hover { text-decoration: none; color: #FF0000; }
a:active { text-decoration: none; color: #FF0000; }


body {
	font-family:"ＭＳゴシック", "ヒラギノ角ゴ Pro W3", "Osaka";
	text-align: center;
	margin: 0;
	padding: 0;
}

#pgtitle {
	background-color: #990000;
}

#pgtitle h1 {
	font-size: 1.3em;
	color: #FFFFFF;
	width:760px;
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 20px 0 10px 1.5em;
	font-weight: normal;
}

#contents {
	width:760px;
	margin: 0px auto;
}


#titlenavi {
	text-align: right;
	margin: 20px 30px 20px 0px;
}

#titlenavi h4{
	text-align: right;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
	margin:0;
	padding:0;
}

a {
text-decoration:none;
}

#titlenavi a:link {
	background-image: url(../img/dot401.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 18px;
}
#titlenavi a:visited {
	background-image: url(../img/dot401.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 18px;
}

#titlenavi a:hover {
	background-image: url(../img/dot402.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 18px;
}

#titlenavi a:active {
	background-image: url(../img/dot402.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 18px;
}


#pgfooter {
	background-color: #990000;
}

#pgfooter h5{
	font-family: "Arial Black","Geneva","Helvetica", "san-serif";
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	width:760px;
	text-align: right;
	margin: 10px auto 0 auto;
	padding: 10px 1.5em 10px 0;
}


/*ここまで共通仕様*?

