@charset "utf-8";


/* --------------------------------------------------
	GENERAL
-------------------------------------------------- */
.explane04{
	background-color: #FFFFCC;
}
.explane04 td{
	padding: 10px;
}

.fontred{
	color: #FF0000;
}
.center{
	text-align: center;	
}
.warning01 {
	color: #808000;
}

.unit15 { margin-bottom:100px;
}


#form-tbl {
	width:100%;
	padding: 0px;
	border: 10px solid #EEF1C8;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.row-line{
	background-color: #95BD8A;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 10px 0;
}

#form-tbl th{
	padding: 10px 5px;
	background-color: #FDFEED;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	min-width: 120px;
	text-align: left;
	vertical-align: top;
}


#form-tbl textarea{
	font-size: 12px;
	line-height: 1.6;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#form-tbl td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	vertical-align: middle;
	padding:5px;
}

em.must {
	font-size: 12pt;
	font-style: normal;
	color: #f3bd01;
}

.td-must{
	background-color: #f3bd01;
}
.confirm{
	text-align: center;
	margin-top: 30px;
}

#caption{
	text-align: right;
	font-size: 10pt;
}

.check{
	width: 547px;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 20px;
}


/*
*
*/
#link-detail-table{
	width:520px;
}
#link-detail-table td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 10px;
	padding-bottom: 3px;
}


/*リンクページのCSS*/
/*お気に入り*/
.category1{
	background-color: #CCFFCC;
	margin-bottom: 10px;
}
.category1 a{
	text-decoration: underline;
	background-color: #E9CDDA;
}
/*リラクゼーション・ヒーリング*/
.category2{
	background-color: #CCFFFF;
}
.category2 a:hover{
	text-decoration: underline;
	background-color: #E9CDDA;
}
/*お役立ち・その他*/
.category3{
	background-color: #FFFFCC;
}
.category3 a:hover{
	text-decoration: underline;
	background-color: #E9CDDA;
}
/*ノーマル*/
.category4{

}
.category4 a:hover{
	text-decoration: underline;
	background-color: #E9CDDA;
}

.link-area td{
 vertical-align: middle;
}
