*{ margin: 0; padding: 0; }
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 140%;
	color: #000000;
	/*background-image: url(../images_t/back_main.gif);
	background-repeat: repeat-y;
	background-position: center;*/
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6{ font-size: 100%; font-weight: bold; margin: 0 0 .5em 0; }
ul li, ol li{
	list-style: none;
	right: 0px;
}
hr{ display: none; }
em, strong{ font-weight: bold; }
img{
	border: 1px;
}
/*a{ color: #0099FF; outline: none; }*/
a{
	color: #FFFFFF;
	outline: none;
}
a:link{ text-decoration: none; }
a:visited{ text-decoration: none; }
a:hover{
	color: #990000;
}
a:active{ text-decoration: none; }



#wrapper {
	margin: 15px auto 0 auto;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 900px;
}
#container {
	width: 645px;
	margin:10px;
}
#header {
	width: 100%;
}


#footerM {
	clear:both;
	margin: 0;
}

