/*Wrapper設定*/
@charset "Shift_JIS";
* {
	margin:0px;
	padding:0px;
}
body {
	font-size: 12px;
	color: #020202;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.03em;
}
html > body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
img {
	border: none;
}

a {
	overflow: hidden;
/*color: #467efe;*/
}

a:hover {
	/*color: #0043A6;*/
}
#wrapper p {
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
ul,ol {
	list-style-type: none;
}
hr {
	display: none;
}
table {
	font-size:12px;
	line-height: 1.4em;
	letter-spacing: .1em;
}
/*CLEARFIX*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	position:relative;
}
/* Hides from IE-mac ＼*/
*html.clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/*END CLEARFIX*/

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copy {
	letter-spacing: 0em;
}


#footer {
	clear: both;
}



#wrapper {
	width: 950px;
	background-color: #FFFFFF;
	text-align: left;
	clear: both;
	margin-right: auto;
	margin-left: auto;	/*padding-bottom: 23px;*/
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
body {
	background-image: url(../../img/back.png);
	text-align: center;
}

