@charset "utf-8";
/* CSS Document */


* {
    font-family: Meiryo, "メイリオ", Geneva, Arial, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
    vertical-align: 0;
}

h1, h2, h3, h4, th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 100%;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

p, dt, dd, th, td, li  {
    line-height: 1.8;
}

fieldset,img{ 
	border:0;
}



/* フィーチャー */

div#future ul{
	display: none;
}

div#future h1{
	margin:0px 0px 0px 0px;
	display: block;
}

div#future h1 img.nodisplay{
  display: block;
}

/* グローバル */

div#global ul{
	clear:both;
	width:780px;
}

div#global ul li{
	float:left;
	list-style-type: none;
}

/* メインコンテンツ */

div#main_contents{
	clear:both;
	overflow: hidden;
	width:780px;
}

div#main_contents div#main_contents_left{
	float:left;
	width:494px;
	border:solid 1px #CC9900;
	padding:3px 3px 3px 3px;
}

div#main_contents div#main_contents_left dl dt{
	font-size: 120%;
	color: #006699;
}


div#main_contents div#main_contents_right{
	float:right;
}






/* フッター */

div#footer{
    margin:30px 0px 0px 0px;
}



