﻿@charset "utf-8";

/* import　（インポート）
=====================================================================================*/
@import url("css/reset.css");
@import url("css/common.css");
@import url("css/class.css");

/* extend　
=====================================================================================*/


/* import　（ページスタイル）
=====================================================================================*/

#theme {	clear:both; text-align:center;}
#thm_box {	margin:0 auto;	width:714px;	height:242px;	background:url(images/theme_bgi.jpg) no-repeat 0 0;	position:relative;}
#thm_cnt {	display:block;		width:530px;	position:absolute;	top:190px;	left:470px;}


.top_area01 dt {	display:block;	border-bottom:1px solid #999;	padding-bottom:3px;	padding-top:25px;	margin-bottom:5px;}
.top_area01 dd {	display:block;	clear:both;	padding-left:200px;	padding-bottom:2px;	padding-top:2px;	color:#999;	overflow:hidden;}

#home_logo {	float:right;	margin-top:50px;	margin-right:30px;}
