A:link {
	text-decoration:none;
	color:#0066FF;
}
A:visited {
	text-decoration:none;
	color:#0066FF;
}
A:hover {
	text-decoration:none;
	color:#FFAF02;
}


TD {
	font-size: 12px; line-height: 120%;
}
.la10 {
	font-size: 10px; line-height: 120%;
}
.la11 {
	font-size: 11px; line-height: 120%;
}
.la12 {
	font-size: 12px; line-height: 120%;
}
.la12s {
	font-size: 12px; line-height: 130%;
}
.la12ss{
	font-size: 12px; line-height: 150%;
}
.la13 {
	font-size: 13px; line-height: 120%;
}
.la13s {
	font-size: 13px; line-height: 140%;
}
.la14 {
	font-size: 14px; line-height: 120%;
}
.la14s {
	font-size: 14px; line-height: 140%;
}
.la15 {
	font-size: 15px; line-height: 120%;
}
.white {
	color: #ffffff; font-size: 12px; line-height: 120%;
}

/* ---------------------------------------------
 basic
--------------------------------------------- */
img {
	border: 0;
}

.fl_left {
	float: left;
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.clear {
	clear: both;
}


/* ---------------------------------------------
 枠
--------------------------------------------- */
#tableWaku {
	width: 730px;
	background: #ffffff;
	border: 1px solid #C3B3C1;
}

#tdMain {
	padding: 10px;
	color: #3C3828;
}

/* ---------------------------------------------
 テキスト
--------------------------------------------- */
h1 {
	font-size: 16px;
	background: url(img/h1_bg.gif) left center  ;
	line-height: 28px;
	text-indent: 12px;
	color: #FF6699;
	margin: 10px 0 5px;
}
h2 {
	clear: both;
	font-size: 14px;
	margin: 40px 0 5px;
	padding: 3px 0 2px 5px;
	border-left: 5px solid #ff6699;
	border-bottom: 1px solid #FDBDD2;
	color: #FF6699;
}
p {
	font-size: 12px;
	line-height: 1.7em;
	margin: 5px 5px 10px;
}
td {
	font-size: 12px;
	line-height: 1.6em;
	color: #444444;
}

#footer {
	background: #ff6699;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #ffffff;
}


/* ---------------------------------------------
 メニュー部分
--------------------------------------------- */
#menuLink {
	padding: 5px 0 0;
}

#menuLink ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#menuLink ul li {
	float: left;
	margin: 0 2px 0 0;
	list-style: none;
	font-weight: bold;
	overflow: hidden;
}

#menuLink ul li.liOn {
	background: #9dcd23;
	color: #ffffff;
	padding: 10px 25px 7px;
}

#menuLink ul li a {
	display: block;
	color: #ffffff;
	padding: 10px 25px 7px;
	background: url(img/menu_bg.gif) repeat-x center center;
}
#menuLink ul li a:hover {
	background: #9dcd23;
}

#menuLink div {
	clear:both;
	border-bottom:
	7px solid #9dcd23;
}

/* ---------------------------------------------
 メディアページ
--------------------------------------------- */

#photo04 {
	text-align: center;
	margin: 40px 0 0;
}



