/* 初期設定 */
/* ------------------------------------------------------------------------- */
/* ---------- フォント 指定 ---------- */
.body1 {
	font-size:12px;
	line-height:21px;
}
.body2 {
	font-size:14px;
	line-height:23px;
}
.body3 {
	font-size:16px;
	line-height:23px;
}
.body4 {
	font-size:36px;
	line-height:40px;
}
.small {
	font-size:10px;
	line-height:14px;
}

#red {
	color: #EE0000;
}
#orange {
	color: #FF9911;
}
#green {
	color: #008833;
}
#blue {
	color: #005599;
}
#pink {
	color: #FA6783;
}
#white {
	color: #FFFFFF;
}
#black {
	color: #000000;
}
#gray {
	color: #999999;
}


/* ---------- リンク 指定 ---------- */
/* リンクテキスト */
a:link {
	color:#EE0000;
	text-decoration:none;
}
/* 読込済テキスト */
a:visited {
	color:#EE0000;
	text-decoration:none;
}
/* 読込中テキスト */
a:active {
	color:#EE0000;
	text-decoration:none;
}
/* 反応中テキスト */
a:hover {
	color:#FF8800;
	text-decoration:underline;
}


/* 基本レイアウト 設定 */
/* ------------------------------------------------------------------------- */

/* ---------- body ---------- */
body {
	margin: 0px;
	padding: 0px;
	color: #444444;
}

.window {
	background-color: #FA6783;
}


/* ---------- mother ---------- */
table.mother {
	margin: 0px;
	padding: 0px;
	width: 920px;
	height: 100%;
}
td.mother_center {
	margin: 0px;
	padding: 0px;
	color: #444444;
	background: url(../image/bg.gif) repeat-x;
}

/* ---------- Header ---------- */
.header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 35px;
}
.flash {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 430px;
	background: url(../image/flash.gif) repeat-x;
}
.botton {
	margin: 0px;
	padding: 0px;
	width: 920px;
	height: 40px;
	background: url(../image/botton.gif) repeat-x;
}

/* ---------- Footer ---------- */
table.footer {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	width: 920px;
	height: 40px;
	background: url(../image/footer_bg.gif) repeat-x;
}
/* page top */
.bt_pgtop {
	margin: 5px 0px 5px 20px;
}


/* レイアウト設定 */
/* ------------------------------------------------------------------------- */
/* ---------- Main ---------- */
table.main_bg {
	margin: 0px;
	padding: 0px;
	width: 920px;
	background: url(../image/main_bg.gif) repeat-x;
}

table.main {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 900px;
}
td.main_left{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 220px;
}
td.main_right{
	margin: 0px;
	padding: 0px;
	width: 660px;
}

/* ---------- 枠 指定 ---------- */
td.waku-left {
	width: 11px;
	background: url(../image/waku-left.gif) repeat-y;
}
td.waku-right {
	width: 11px;
	background: url(../image/waku-right.gif) repeat-y;
}
td.waku-top {
	padding: 3px 7px 0px 7px;
	height: 28px;
	background: url(../image/waku-top2.gif) repeat-y;
}
td.waku-bottom {
	height: 11px;
	background: url(../image/waku-bottom2.gif) repeat-y;
}
td.waku-main {
	background: #FFFFFF;
}

/* ---------- img ---------- */
/* img 左回り */
img.left { 
	float:left;
	margin: 0px 12px 12px 0px;
}
/* img 右回り */
img.right {
	float:right;
	margin: 0px 0px 12px 12px;
}
/* 回り込み解除 */
.float_clear {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* News */
.date {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/news_icon.gif);
	background-repeat: no-repeat;
	font-size:10px;
	line-height:16px;
	color:#018E40;
}
.news {
	font-size:12px;
	line-height:16px;
}


/* ---------- Table 表組指定 ---------- */
.base {
	border-collapse: collapse;
}
.cell01 {
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
}
.cell02 {
	background: #F0F0F0;
	border: 1px #CCCCCC solid;
}
.cell03 {
	background: #FA6783;
	border: 1px #CCCCCC solid;
	color: #FFFFFF;
	font-weight: bold;
}


/* ---------- Format ---------- */
/* 点線1 */
.dot_line {
	background: url(../image/dot_line.gif) repeat-x;
	padding: 0px;
	margin: 4px 0px;
}
/* 点線2 */
.dot_line2 {
	background: url(../image/dot_line.gif) repeat-x;
	padding: 0px;
	margin: 7px 0px;
}
.dot_menu {
	background: url(../image/dot_line.gif) repeat-x;
	padding: 0px;
	margin: 5px 0px;
}
.dot_line-news {
	background: url(../image/dot_line.gif) repeat-x;
	padding: 0px;
	margin: 4px 0px;
}
/* 点線3 */
.dot_line3 {
	background: url(../image/dot_line2.gif) repeat-x;
	padding: 0px;
	margin: 2px 0px 4px 0px;
}

/* ページトップ */
img.bt_pgtop {
	float: right;
	margin: 20px 0px 30px 0px;
}
/* ポイント */
.point {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/point.gif);
	background-repeat: no-repeat;
}
/* アイコン */
.icon {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../image/icon.gif);
	background-repeat: no-repeat;
}
/* アイコン02 */
.icon2 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(../image/icon02.gif);
	background-repeat: no-repeat;
}
/* アイコン03 */
.icon3 {
	margin: 0px;
	padding: 0px 10px 0px 18px;
	background-image: url(../image/icon03.gif);
	background-repeat: no-repeat;
}
/* 画像・文字中央揃え */
.vmid {
	vertical-align: middle;
}
