@media screen and (min-width:0px){
	*{
		margin:auto;
		color:#3e3e3e;
		line-height:26px;
		font-size:14px;
	}
	body{
		font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
		background:#ffffff;
	}
	h2.h201{
		color:#5e3e3e;
		background:#fff;
		border-left:8px solid #D9C6BF;
		padding-left:20px;
		padding-top:4px;
		padding-bottom:4px;
		font-size:19px;
	}
	p.p01{
		margin:16px 16px;
	}
	ol.ol01{
		padding-left:36px;
	}
	.standard_width{
		width:1200px;
	}
	div#top_line{
		width:100%;
		height:8px;
		background:#D9C6BF;
	}
	div#div_header{
		height:64px;
	}
	div#top_div {
		position:relative;
	}
	div#top_div h1{
		position:absolute;
		top:82%;
		left:10%;
		font-size:26px;
		font-weight:normal;
		background-image:url("../img/white.png");
		padding:6px 12px;
		border-radius:8px;
	}
	
	div#header_logo{
		float:left;
		height:100%;
	}
	div#header_logo img{
		height:40px;
		margin:8px 0px;
	}
	
	nav{
		float:right;
	}
	nav ul{
		list-style:none;
		margin:16px;
	}
	nav li{
		float:left;
		margin:0px 18px;
	}
	nav li a{
		color:#5e3e3e;
		text-decoration:none;
		font-weight:bold;
	}
	nav li a:hover{
		text-decoration:underline;
		color:#5e3e3e;
	}
	.clear_float{
		clear:both;
	}
	div.left_box75{
		float:left;
		width:75%;
	}
	div.left_box75 div.topics{
		margin-bottom:32px;
	}
	div.left_box75 div.topics table{
		width:96%;
		margin:12px auto;
		border-spacing:0;
	}
	div.left_box75 div.topics table th{
		border-bottom:1px solid #d0d0d0;
		width:14%;
		line-height:42px;
		text-align:left;
		padding-left:6px;
	}
	div.left_box75 div.topics table td{
		border-bottom:1px solid #d0d0d0;
	}
	div.left_box75 div.topics table tr{
	}
	div.right_box25{
		float:right;
		width:25%;
	}
	div.right_box25 div.information01{
		margin:0px 0px 24px 0px;
		text-align:left;
	}
	
	section.standard_width div.wrapper{
		margin:24px 0px;
	}
	
	footer div{
		background: #D9C6BF;
		color:white;
		text-align:center;
		padding:24px 0px;
	}
	
}