body {
	background: #dcdcdc;
	color: black;
	text-align: center;
}
#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	background: #ffffff;
}
#content {
	margin-bottom: 80px;
}
#footer {
	margin-bottom: 60px;
	text-align: center;
}
/*　各ユニット　*/
#menu1 {
	width: 100%;
}
#menu1 div {
	float: left;
	width: 188px;
}
#menu1 a {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #99ccff #3366ff #3366ff #99ccff;	/* #beddf5 #429be3 #429be3 #beddf5;*/
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
#menu1 a:hover {
	background-color: #99ffcc;
}

/*　個別ページの各タイトル　*/
#menu2 {
	clear: left;
	width: 760px;
	margin-top: 30px;
	margin-bottom: 50px;
}
#menu2 div {
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #beddf5 #429be3 #429be3 #beddf5;
	padding: 3px 3px 3px 5px;
}
#menu2 a {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
div.posi {
	text-align: right;
	margin: 5px;
}	
p.info {
	width: 754px;
	border: 1px solid #000000;
	padding: 2px;
	background: #ccffcc;
	margin: 5px 0px 20px;
}
p.note {
	font-size: 90%;
	line-height: 1.3em;
}
.title1 {
	background-color: #ffffff;
	border-bottom: solid 1px #000000;
}
/*.aboutstyle {
	background-color: #ffffff;
}*/
h1 {
	background: #99ff99;
	font-weight: normal;
	 color: #330000;
	font-size: 18pt;
	padding: 5px;
	border: solid 1px #000000;
}
h2 {
	font-size: 100%;
	background-color: #ffcccc;
	margin-bottom: 20px;

	border-bottom: 2px solid #ff6666;
	padding: 8px 10px 5px;
}
h3 {
	background-color: #ccff99;
	padding: 3px 30px;
	font-size: 95%;
/*	border: 1px solid #000000;	*/
}
/*2のスタイル
h3 {
	border-bottom: solid 1px #000000;
	margin: 10px 0px 10px;
	padding: 0px 20px 5px;
}*/
p {
	font-size: 100%;
	line-height: 1.3em;
	margin: 15px;
}
table, td {
	font-size: 90%;
	border-width: 1px;
	border-style: solid;
/*	border-color: #3399cc;
	background-color: #eeeeff; #F5F5F5;
	font-weight: bold;*/
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 20px;
}
td {
	padding: 4px 0px 4px 8px;
}
/*	table1の幅	*/
table.tab1 {
	background-color: #ffffcc;
	border-color: #000000;
}

table.tab1 td.taleft {
	width: 14%;
}
table.tab1 td.tamid {
	width: 45%;
}
/*	テーブル2	*/
table.tab2 {
	background-color: #eeeeff;
	border-color: #3399cc;
}
table.tab2 td.taleft {
	width: 18%;
}
table.tab2 td.tacen {
	width: 10%;
}
/*	テーブルランキング	*/
table.tab3 {
/*	background-color: #ffffff; */
	border-color: #000000;
}
table.tab3 td {
	vertical-align: top;
}
table.tab3 td.taleft {
	width: 10%;
}
table.tab3 td.tacen {
	width: 10%;
}
table.tab3 colgroup.time {
	background-color: #ffffcc;
	text-align: center;
}
table.tab3 colgroup.title {
	background-color: #ffffff;
	font-weight: bold;
}
/*	文字色	*/
.wordstrong {
	color: #ff0000;
}
.mm {
	color: #ff9933;
}
.matsu {
	color: #009900;
}
.berryz {
	color: #0000ff;
}
.abe {
	color: #ff3366;
}
.vuden {
	color: #cc6666;
}
.country {
	color: #800080;
}
.c-ute {
	color: #ff3399;
}
hr {
	color: #666699;
}
a:link { color: #0000ff; }
a:visited { color: #993366; }
a:hover { color: #ff00cc; }
