@charset "utf-8";
/*
-----------------------------------

  create: 
  update: 
  url: http://www.

----------------------------------- */

/*
-------------------------
TAGS
------------------------- */
*{ margin:0; padding:0; text-decoration:none; font-style:normal; line-height:18px; letter-spacing: 1px; font-family:'ＭＳ Ｐゴシック',Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ul li { list-style:none; }
ul,li {margin: 0;padding: 0;}

div { zoom:1; }
ul:after,
dl:after,
div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

br { letter-spacing: 0px; }

body{
	margin: 0;
	padding: 0;
	background: url("../images/common/body_bak.jpg") ;
	text-align: center;
}

body * {
	font-size: 12px;
	}


/* anchor */
a {
	text-decoration:none;
	overflow: hidden; /*firefox点線対応*/
}

/*
a:link { color: #000000; }
a:visited { color: #7b6458; }
a:hover { color: #b5436f; }
a:active { color: #000000; }
*/

a img{
	border: 0;
	}

img {
	 margin: 0;
	 }

/* table */
table {
	border-collapse: 0;
}
th,td {
	border-collapse:collapse;
}

p {
	margin: 0px;
	}

/*----- マージン0設定 ------*/

.m0 {
	margin: 0 !important;
	}

.mb_5 {
	margin: 0 0 5px 0 !important;
	}
.mb_10 {
	margin: 0 0 10px 0 !important;
	}
.mb_15 {
	margin: 0 0 15px 0 !important;
	}
.mb_20 {
	margin: 0 0 20px 0 !important;
	}
.mb_25 {
	margin: 0 0 25px 0 !important;
	}
.mb_30 {
	margin: 0 0 30px 0 !important;
	}

/*
-------------------------
BASE CLASS
------------------------- */

#base {
	width: 750px;
	margin: 0 auto;
	padding: 16px 25px 10px 25px;
	background: #ffffff url("../images/common/base_bak.jpg") left top no-repeat;
	text-align: left;
	}


/*
-------------------------
HEAD CLASS
------------------------- */

.head_base {
	width: 100%;
	text-align: left;
	background: url("../images/common/head_bak.jpg") repeat-x;
	}

#head {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	}

#head p {
	margin: 10px 0 0 0;
	font-size: 12px;
	float: left;
	}

.top_img {
	width: 800px;
	margin: 0 auto;
	}

/*
-------------------------
MAIN MENU CLASS
------------------------- */

#main_menu {
	width: 800px;
	margin: 0 auto;
	}

#main_menu li {
	float: left;
	}

#main_menu li a {
	width: 200px;
	height: 58px;
	display: block;
	text-indent: -9999px;
	}

#main_menu li a:hover {
	background: url("../images/common/spacer.gif");
	}

.mm_01 {
	background: url("../images/common/mm_01_rol.jpg");
	}
.mm_01 a {
	background: url("../images/common/mm_01.jpg");
	}
.mm_02 {
	background: url("../images/common/mm_02_rol.jpg");
	}
.mm_02 a {
	background: url("../images/common/mm_02.jpg");
	}
.mm_03 {
	background: url("../images/common/mm_03_rol.jpg");
	}
.mm_03 a {
	background: url("../images/common/mm_03.jpg");
	}
.mm_04 {
	background: url("../images/common/mm_04_rol.jpg");
	}
.mm_04 a {
	background: url("../images/common/mm_04.jpg");
	}

/*
-------------------------
MAIN AREA CLASS
------------------------- */

.main_container {
	width: 750px;
	}

.separater {
	margin: 0 0 30px 0;
	vertical-align: top;
	}

/*
-------------------------
LEFT AREA CLASS
------------------------- */

#left_area {
	width: 200px;
	height: 500px;
	float: left;
	background: #f0e9ff;
	text-align: left;
	}

/*
-------------------------
RIGHT AREA CLASS
------------------------- */

#right_area {
	width: 700px;
	height: 500px;
	float: left;
	background: #e3f6ff;
	text-align: left;
	}

/*
-------------------------
FOOTER CLASS
------------------------- */

#footer {
	width: 100%;
	background: #e8e1ce url("../images/common/footer_bak.jpg") repeat-x;
	float: left;
	}

#footer p {
	margin: 10px 0 5px 0;
	}

#footer address {
	margin: 0 0 10px 0;
	}

#footer:after { content: "";}

/*
======================================================================
以下開発用　適時削除
====================================================================== */

/* 開発履歴
2007-09-05 taguchi
・font-family, font-sizeはデザイン決定後適時調整しましょう。
・デザイン未確定なので、細かいサイズなども適時調整してください。

*/

/*
======================================================================
ここまで開発用記述です
====================================================================== */

