/* charset */

* {
	margin: 0px;
	padding: 0px;
}
html {
	margin-bottom:1px;
	height:100%;
}
body {
	background-color: #ffffff;
	text-align: center;
	font-family: "ç¹åµÎç¹§ï½®ç¹æï½§åµã Pro W3", "Hiragino Kaku Gothic Pro", "ç¹ï½¡ç¹§ï½¤ç¹ï½ªç¹§ï½ª", Meiryo, Osaka, "ï¿½ï½­ï¿½ï½³ ï¿½ï½°ç¹§ï½´ç¹§ï½·ç¹ï¿½ã", "MS PGothic", sans-serif;
	color: #333333;
	font-size : 62.5%;
}
html>body {
	font-size : 14px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul {
	list-style-image: none;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}
em  {
	visibility: hidden;
	display: none;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover,a.now {
	color: #FF6600;
	text-decoration: underline;
}
a:hover img {
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content:".";
	display:block;
	margin:0px;
	padding:0px;
	height:0;
	visibility:hidden;
	clear:both;
	overflow:hidden;
	font-size:0.1em;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

#wrapper {
	text-align: center;
	height: 100%!important;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	padding: 0;
}
.logo {
	margin: 100px auto 100px auto;
}
.logo img{
	width:200px;
}
h1 {
	font-size:2.3em;
	font-weight:bold;
	margin: 150px auto 80px auto;
}
#wrapper div {
	margin:0px auto 100px auto;
	padding:20px!important;
	height:50px!important;
	border:solid 1px #999999;
	width:50%;
	font-size:3em;
	font-weight:bold;
	line-height:1.2em;
}
p{
	font-size:1.8em;
}