* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3 {
	font-size: 100%;
}
img {
	vertical-align: bottom;
}

header,nav,article,section,aside,footer {
	display: block;
}


body{
	line-height:1.5;
	text-align:center;
	background-color:black;
	color:white;
	font-family: YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
}

#wrapper {
}

ul {
	list-style-type:none;
	text-decoration:none;
}
a:visited{
	color:white;
}


header{
	width:100%;
	height:300px;
	background-image:url(img/header_2.jpg);
}
h1{
	font-size:48px;
	color:white;
	position:absolute;
	top:150px;
	left:120px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
a{
	text-decoration:none;
}
header p{
	font-size:14px;
	position: fixed;
	top:100px;
	writing-mode: vertical-rl;
}
.v_title_right{
	right:5px;
}
.v_title_left{
	left:5px;
}

h2{
	font-size:30px;
	padding-top:20px;
	padding-bottom:10px;
}

.h2_ja{
	font-size:20px;
	padding-bottom:20px;
}

h3{
	font-size:22px;
	padding:20px 20px;
}


section{
	width:1050px;
	margin:auto;
	padding-top:30px;
}

ol{
	margin-left:100px;
}
li{
	text-align:left;
	padding-left:20px;
}

hr{
	margin:50px;
}



/*footer*/

footer{
	width:100%px;
	height:150px;
	font-size:14px;
	padding-top:80px;
}

.foot_copy{
	font-size:12px;
	padding:20px;
}

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