﻿@charset "UTF-8";
/* **************************
 TOP
************************** */

body{
	background:#000 url(../img/bg_top2.jpg) top center no-repeat;
}

#logo_top{
	margin:0;
	padding:60px 0px 0px 25px;
	width:625px;
	height:540px;
	float:left;
}
#logo_top h1{
	margin:0;
	padding:0;
}

#topbody dl{
	margin:0;
	padding:10px 0px 50px 0px;
	width:600px;
}
#topbody dt{
	margin:30px 0px 0px 0px;
	padding:0px 0px 3px 18px;
	background:url(../img/icon_point01.gif) top left no-repeat;
	font-size:110%;
}
#topbody dd{
	margin:0;
	padding:0px 0px 20px 0px;
	font-size:90%;
}

#topbody dl a:link,#topbody dl a:visited{ 
	color:#64add0;
	text-decoration:underline;
}
#topbody dl a:hover,#topbody dl a:active{
	color:#8bb5ba;
	text-decoration:underline;
}
