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

/***************************************

・全体的なスタイル

・メイン部分
・フッター部分

***************************************/



/*=================================================
全体的なスタイル
==================================================*/

body{
	background-image:url(img/bk.gif);
	color:#000000;
	margin-top:0;
}

.clear{
	clear:both;
}

.left{
	float:left;
	margin-right:10px;
}

.right{
	text-align:right;
}

.bold{
	font-weight:bold;
}


p.img_center{
	text-align:center;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*=================================================
メイン部分
==================================================*/


.main{
	width:650px;
	background-color:#FFF;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right:auto;/*　センタリング　*/
	margin-left:auto;
	margin-top:0;
	}

.content{
	margin:0px 15px 0px 20px;
	line-height:150%;
}


/*=================================================
フッター部分
==================================================*/

#footer{
	width:613px;
	height:20px;
	text-align:center;
	padding:10px 0;
	font-size:12px;
}

