@charset "UTF-8";

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,table {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,dt {
	margin: 0 0 0 1em;
}
li {
	list-style: none;
}
body  {
	text-align: center; 
	color: #666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka,  sans-serif;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 12px;
	background-color: #FFF;
}
*html body,
*+html body {
	font-size: 75%;
}
table {
	font-size:inherit;
	font:100%;
}

a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #E60E63;
}

img{
	border:none
}


/* メインページの設定 */

#container {
	width: 780px;
	height: 770px;
	padding: 0;
	margin: 30px auto 0; 
	background-color: FFF;
	position: relative;
	border: none;
	text-align: left; 
} 

#mainBox {
	width: 780px;
	position: relative;
}
/* メインページの設定 ここまで */


/* フッターの設定 */

#footerBox {
	width: 780px;
}
#footer {
	width: 780px;
	height: 20px;
	padding: 20px 0 0 0;
	line-height: 20px;
	clear: both;
	text-align: center;
}
#footer ul {
	width: 780px;
}
#footer ul li {
	padding: 0 2em 0 2em;
	display: inline;
	color: #FF9933;
}
#footer ul li#footerLaw {
	font-size: 0.8em;
}
#footer ul li a:link {
	color: #FF9933;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #666;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #AAA;
}
/* フッターの設定 ここまで */

/*clrfix設定
-------------------------------------------------------*/
.clrfix:after {
	content: url(../images/spacer.gif);  
	display: block; 
	clear: both; 
	height: 0; 
}
.clrfix {
	display: inline-block;
}

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