*{
	font-size: 12px;
	color: #666;
	margin:0;
	padding:0;
	list-style:none;
}

img{
	border: none;
}

body{
	text-align: center;
}

body, input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", sans-serif;
	/*\*/
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	/*	font-family:"ＭＳ Ｐゴシック", sans-serif;*/
	/**/
}

p{
	line-height: 140%;
}

/* outBox */

#outBox {
	width:782px;
	margin:0 auto 0 auto;
}

/* mainBox */

#mainBox {
	width:782px;
	padding-left:14px;
	display:block;
}

#mainBox span {
	color:#f05a8c;
	font-weight:bold;
}

/* header */

#header {
	position: relative;
	width: 782px;
	height: 85px;
}

#headerLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#headerRight {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* footer */

#footer {
	position: relative;
	width:782px;
	height: 110px;
}

#footer_logo{
	position: absolute;
	left: 0px;
	top: 0px;
}

#footer_text{
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer_copyright{
	position: absolute;
	left: 0px;
	bottom: 0px;
}









/* clearfix */

.clearfix: after;
.sub_btn: after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix;
.sub_btn{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
	overflow: hidden;  /* for DW*/
}

* html .clearfix{
	height: auto;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

