@charset "UTF-8";

#outerGroup  {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#outerGroup #header {
	width: 760px;
}

/*pages*/
#outerGroup #content .pages {
	width: 760px;
	text-align: right;
}

/*Navi1*/
#outerGroup #Navi {
	width: 760px;
	height: 40px;
	border-style: none;
}
/*Navi2*/
#outerGroup #Navi2 {
	width: 760px;
	height: 30px;
	border-style: none;
}
/*Navi2*/
#outerGroup #Navi3 {
	width: 760px;
	height: 30px;
	border-style: none;
}

/*Content*/
#outerGroup #content {
	width: 760px;
	padding: 0px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 2em;
	font-weight: normal;
	word-spacing: 5em;
}


#outerGroup  #content a {
	color: #993300;
	text-decoration: none;
}


#outerGroup  #content a:hover {
	color: #FF6600;
}



/*floatClear*/
#outerGroup #footer {
	width: 100%;
	font-family:"メイリオ",  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	font-style: normal;
	clear: right;
	padding-top: 20px;
}

