*{
	margin:0;
	padding:0;
	}

body{
	background:#eee url(../images/bg.jpg) no-repeat right 40% fixed;
	color:#666;
	font-family:Arial,Helvetica,Verdana,"qMmpSPro W3","Hiragino Kaku Gothic Pro",Osaka,"CI",Meiryo,"lr oSVbN",sans-serif;
	font-size:20px;
	}


a:link{
	color: #FF88B0;
	text-decoration : none; 
	font-weight:bold;
	}

a:visited{
	color: #FF88B0;
	text-decoration : none;
	font-weight:bold;
	}

a:hover{
	color: #ff0000;
	text-decoration : none;
	}

p{
	margin:10px 0 0 0;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

a.imghover:hover img {
	filter:alpha(opacity=80);
	opacity:0.9;
	}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	}
	

#mainBody{
	margin:50px auto 0 auto;
	width:80%;
	}


h2{
	margin:30px 0 5px 0;
	font-size:22px;
	color:#333;
	}