﻿@charset "UTF-8";


/*////////////////////////////////////////////////
クリアーフィクス　wrapperの背景表示補正用
////////////////////////////////////////////////*/
.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 */


div#top {
	width: 800px;
	min-height: 305px;
	margin: 0px 0 0 0;
    border-collapse: collapse;
	background: #999999; 
    }
	
div#top div#left {
	width: 568px;
	min-height: 305px;
	margin: 0px 0 0 0;
	float: left;
	background: #999999;
    }
div#top div#right {
	width: 232px;
	min-height: 305px;
	margin: 0px 0 0 0;
	float: left;
	background: #999999;
    }

h2#top {
	display: block;
	margin: 10px 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
    }
body:first-of-type h2#top {
	display: block;
	margin: 10px 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
    }
	
dl#info {
	width: 548px;
	margin: 15px 0 0 20px;
    }
dl#info dt {
	clear:both;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #fff;
    }
body:first-of-type dl#info dt {
	clear:both;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	color: #fff;
    }
	
dl#info dd {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: 0 0 15px 0;
    }
body:first-of-type dl#info dd {
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: 0 0 15px 0;
    }
	
dl#info dd ul {
	width: 548px;
	float: left;
	margin: 0px 0 0 0px;
    }
body:first-of-type dl#info dd ul {
	width: 548px;
	float: left;
	margin: 0px 0 0 -40px;
    }
	
dl#info dd ul li {
	list-style: none;
	margin: 5px 0 0px 0;
    }
	
dl#info dd p {
	line-height: 1.6em;
	width: 528px;
	font-weight: normal;
    }
	
dl#info dd span#orange {
	color: #CC6600;
    }

div#top img {
	display: block;
	width: 202px;
	border: none;
	margin: 15px 0 0 10px;
    }
