@charset "utf-8";



* {

	margin: 0;

	padding: 0;

	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;

	outline: none;

	font-size: 100%;

}



html {

	overflow-y:scroll;  

}



body{

	line-height:1.3;

	font-size: 0.84em;

	color: #333333;

	background: url(cmnfix/bg.jpg) repeat-x;

}



body#indexpage {

	background: url(home/img/bg.jpg) repeat-x;

}



a {

	color: #E84287;

	text-decoration: underline;

}



a:hover {

	text-decoration: underline;

}



div.clear {

	clear: both;

	height: 0px;

	font-size: 0.1em;

	line-height: 0;

	}

	

table {

	border-collapse: collapse;

	border-spacing: 0px;

	empty-cells: show;

	margin-right: auto;

	margin-left: auto;

	}



	

td {

 text-align:left;

 }

 

img {

	border:none;

	margin:0px;

	padding:0px;

}



li	{

	list-style:none;

}







/********************************************************** コンテナ ***/



div.wrapper {

	width: 964px;

	margin: 0 auto;

}



/********************************************************** ヘッダ ***/







/********************************************************** フッタ ***/



div.footer {

	width: 100%;

	height: 49px;

	background: url(cmnfix/footerBg.gif) repeat-x #E84287;

	margin-top: 22px;

	padding-top: 23px;

}



img.css-hover{

opacity:1.0;

filter: alpha(opacity=100);

}

a:hover img.css-hover{

opacity:0.7;

filter: alpha(opacity=70);

}






















































