@charset "shift_jis";

/*------------------------------------------------
   基礎
------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background:  url(../images/main_bg001.gif) repeat-x #FBFCF3;
	color: #333333;
	text-align: center;
}

/* -------------------------
     タグの再定義
------------------------- */

img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}

/* ===========================
     フォントサイズ
=========================== */
p {
	font-size:12px;
	line-height:140%;
}

p.txs {
	font-size:10px;
}
p.txl {
	font-size:14px;
}

.jpa-txt {
	font-size:10px;
	line-height:180%;
}


/* ===========================
     リンク装飾
=========================== */
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#333333;
	text-decoration:none;
}

/* -------------------------
     H指定
------------------------- */
h1,h2 {
	margin: 0;
	padding: 0;
}

#contents2 h1 {
	background:   url(../images/h1_001.gif) repeat-x;
	height:38px;
	_height:53px;
	margin: 0 0 25px 0;
	padding: 15px 0 0 0;
}

#contents2 h2 {
	background:   url(../images/h2_001.gif) no-repeat 0 2px;
	margin: 0 0 5px 0;
	padding: 0 0 0 18px;
	font-size:12px;
}

/* -------------------------
     背景
------------------------- */
.bg-white {
	background-color: #FFFFFF;
}

.bg-ing01 {
	background:  url(../images/main_bg005.gif) repeat-y right;
}

.bg-ing02 {
	background:  url(../images/main_bg006.gif);
}

.bg-ing03 {
	background:  url(../images/main_bg007.gif) repeat-y;
}

.bg-ing04 {
	background:  url(../images/main_bg008.gif) repeat-x;
}

.bg-ing05 {
	background:  url(../images/main_bg009.gif);
}

.bg-ing06 {
	background:  url(../images/main_bg010.gif);
}

/* -------------------------
     テキスト
------------------------- */
.tx-b {
	font-weight: bold;
}

/* -------------------------
     囲み
------------------------- */
.main {
	width: 802px;
	background:  url(../images/main_bg002.gif) repeat-y;
	margin:0 auto;
}

.foot {
	width: 762px;
	_width: 782px;
	border-top: solid 2px #3E2C2B;
	padding: 0 10px;
	margin:0 auto;
}

.pan {
	border-top: solid 2px #333333;
	border-bottom: solid 1px #333333;
	padding: 5px 0;
}

.foot p {
	margin:10px 0;
	font-size:10px;
}

.foot a:link {
	color:#4B3232;
	text-decoration:none;
}
.foot a:visited {
	color:#4B3232;
	text-decoration:none;
}
.foot a:hover,a:active {
	color:#4B3232;
	text-decoration:underline;
}

.sub-01 {
	width: 802px;
	background:  url(../images/main_bg003.gif) no-repeat bottom;
}

.sub-02 {
	width: 802px;
	padding: 3px 0;
	background:  url(../images/main_bg004.gif) no-repeat top;
}

table.white {
	margin-left:13px;
	_margin-left:0;	
}

table.white td {
	padding: 10px;
	background-color: #FFFFFF;	
}

.menu01 {
	background:  url(../images/meun_bg001.gif);
	height:217px;
}

.menu01 p {
	margin-bottom:10px;
}

.menu02 {
	background:  url(../images/meun_bg002.gif);
	padding: 10px 0;
}

.menu02 p {
	margin-left: 10px;
	line-height:180%;
}

.menu02 p.text {
	margin: 5px 10px 5px 15px;
}

.menu02 p.ti {
	margin: 0 5px 5px 5px;
	padding: 3px;
	background: #E0E0E0;
	font-weight: bold;
}

.menu02 ul {
	margin: 0 0 0 20px;
	list-style-type: none; 
}

.menu02 ul li {
	margin: 0 0 5px 0; 
	font-size:12px;
}

.menu-bn p {
	margin-bottom:10px;
}

/*-------------------------
     マージン
 ------------------------- */
.ml-10 {
	margin-left:10px;
	_margin-left:0;	
}

/* 上下マージン */
.mtb5 {
	margin: 5px 0;
}

/* 上マージン */
.mt5 {
	margin-top: 5px;
}

/* 下マージン */
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}

/* 右マージン */
.mr3 {
	margin-right: 3px;
}
.mr10 {
	margin-right: 10px;
}

/* 左マージン */
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}


