@charset "utf-8";

body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, fieldset, input, textarea, label,
th, td,
img {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, dt{
	font-size:100%;
	font-weight: normal;
}

ul,ol {
	list-style-type:none;
}

em ,i, b, strong {
	font-style: normal;
	font-weight: normal;
}

table, th, td {
	margin:0;
	padding:0;
	border-collapse: collapse;
	font-size:100%;
	font-weight: normal;
	vertical-align: top;
}

input, textarea {
	font-size:100%;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

img {
	margin:0;
	padding:0;
	border:none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear:both;
}

a:link {color: #cc0000; text-decoration: underline;}
a:visited {color: #cc0000; text-decoration: underline;}
a:active {color: #cc0000; text-decoration: underline;}
a:hover {color: #cc0000; text-decoration: underline;}

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
	font-family: "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","MS Pゴシック","MS ゴシック",serif;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
}

/* for IE6 */
* html body {
    font-size: 63%;
}

@media print {
* html body {
    zoom: 67%;
}
}

/* for IE7 */
*:first-child+html body {
    font-size: 63%;
}

#content {
	margin:20px 20px 0;
	background: #ffffff;
	text-align:center;
}


#logo{
	float:left;
}

#navi{
	float:right;
}

#english{
	float:left;
	margin:0 20px 0 0;
}

#japanese{
	float:left;
	margin:0 20px 0 0;
}

#blog{
	float:left;
}

#subcontent{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 470px;
	height: 470px;
	margin-top: -235px;
	margin-left: -235px;
}

#subcontent p{
	margin:40px 0 0 0;
}


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

.clearfix{
	display:inline-block;
}

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