@charset "UTF-8";

/*----------------------------- 
ユニバーサルセレクタ 
-----------------------------*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	width: 1000px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	line-height: 1.6;
	color: #000000;
	background-image: url(../images/base/footer_back01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: "MS P Gothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,sans-serif;
}

img
{
	border: none;
	margin: 0;
}

/*----------------------------- 
	レイアウト
-----------------------------*/
.clr
{
	display: block;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
}

.a-center
{
	text-align: center;
}

.f-left
{
	float: left;
}


/*----------------------------- 
リンク画像　半透過 
-----------------------------*/

a:hover img {
	opacity: 0.5 ;
}


.mb15 { margin-bottom: 15px !important; }