﻿@charset "UTF-8";
/*******************************************
Import and Settings
---------------------------------------------
01 Import css Files
*******************************************/

/*===========================================
01 Import css Files
===========================================*/

@import url("default.css");
@import url("com.css");
@import url("layout.css");

/*===========================================
02 Base Layout
===========================================*/
/* Wire Framing
-------------------------------------------*/
body {
	background-color: #ffffff;
	*{ zoom: 0.8; };
}

div#contents div.main_area_spec h3.h3_spec {
	margin: 0;
	font-size: 220%;
	font-weight: bold;
	color: #000000;
	border:1px solid #FF0000;
}
