@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-color: #678FC2;
	background-image: url(../images/style1/grey-yellow.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#leftpanel {
	width:20px;
}

#article { 			/*center*/
	width:680px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomline {
	background-color: #EEEEEE;
	padding-top: 12px;
	padding-bottom: 5px;
}
#m2BarMenu {
	background-color: #EEEEEE;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 6px;
}
#m2BarMenu #section {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-right: 15px;
}
#m2BarMenu p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dddddd;
}
#m2BarMenu a {
	text-decoration: none;
	color: #0066CC;
}
#m2BarMenu a:hover {
	color: #333333;
	text-decoration: underline;
}
#m2article {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}
#m2article h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
#m2article h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
#m2article h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
#m2article p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#m2article a {
	color: #0066CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#m2article a:hover {
	color: #333333;
	text-decoration: underline;
}
.filler200 {
	height: 200px;
}
