body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

body.sub{	background-color: #ffffff;}
/* -------------------------------body------------------------------- */
.main { line-height:135%;}






/*-------------------------------link-----------------------------------*/

a:link {
	color: #6666CC;
}
a:visited {
	color: #CC3399;
}
a:active {
	color: #CC3399;
}
a:hover {
	color: #3C3CA8;
}

/*-------------------------------パンくず----------------------------------*/
.tpass01:link {
	color:#5c73b4;
}

.tpass01:visited {
	color:#5c73b4;
}

.tpass01:active {
	color:#5c73b4;
}

.tpass01:hover {
	color:#809bd8;
}

/*-------------------------------ぱんくず　カE鵐-----------------------------------*/
.tpass02:link {
	color:#333333;
	text-decoration: none;

}

.tpass02:visited {
	color:#333333;
	text-decoration: none;

}

.tpass02:active {
	color:#333333
}

.tpass02:hover {
	color:#999999;
}



/*---------------------------------------------------------------*/


.menu:link {
	color:#000000;
	text-decoration: none;
}

.menu:visited {
	color:#666666;
	text-decoration: none;
}

.menu:active { text-decoration:none; color:#660000}
.menu:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #663300;
}



/*-------------------------------------------------------------*/
a.submenu:link {
	color:#333333;
	text-decoration: none;


}

a.submenu:visited {
	color:#333333;
	text-decoration: none;
}

a.submenu:active { text-decoration:none; color:#333333}
a.submenu:hover {
	text-decoration:none;
	color:#710a1a;

}




	
	

ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	line-height: 16px;


}


/*  common/js/font.js */

.f12l16 {/* */}

.f10px{}
.f10fix{}
.f14px{}






/*--------------------------------------------------------------*/
h1 {
	margin: 0px;
	padding: 0px;

}

a.title:link {
	text-decoration:none;
	color:#000000;
}

a.title:visited {
	text-decoration:none;
	color:#000000;
}

a.title:active { 	text-decoration:none;
	color:#000000;}
a.title:hover {
	text-decoration:none;
	color:#000000;

}


.texgray{color:#333333;}


/*V
---------------------------------------------------- */
#newsmenu {
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	width: 630px;
}


#newsmenu dl {
}

#newsmenu dt {
	color: #000000;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/body/line_dots670.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#newsmenu dd {
	padding-bottom: 10px;
	padding-left: 4em;
	padding-top: 10px;
	background-image: url(../img/body/line_dots670.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


#newsmenu a:link {
	color: #006600;
	text-decoration: none;
}

#newsmenu a:visited {
	text-decoration: none;
	color:#000066;
}

#newsmenu a:hover {
	text-decoration: underline;
	color:#000000;
}

#newsmenu a:active {
	text-decoration: none;
	color:#000066;
}

/*------------------------------------------- */
#detail-list {
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	width: 630px;
}


#detail-list dl {
}

#detail-list dt {
	color: #000000;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#detail-list dd {
	padding-bottom: 10px;
	padding-left: 4em;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*---------------------------------------------- */

#ff-box {
	text-align: center;
	border: 1px solid #999999;
	background-color: #EAEAEA;
	padding: 5px;
	margin-top: 15px;
}

/*---------------------------------------------- */

#title-main {
	background-color: #FFD9BF;
	padding: 5px;
	border-left: 3px solid #FF6600;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

#title-sub1 {
	background-color: #FFFFCC;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
}

#title-sub2 {
	background-color: #D2E4FF;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
}


/* 
---------------------------------------------------- */

.table-profile {
	border-collapse: collapse;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 10px;
	margin-bottom: 30px;
}

.table-profile td {
	border-collapse: collapse;
	padding: 5px 10px 5px 5px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.table-profile th {
	border-collapse: collapse;
	padding: 5px 10px 5px 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	background-color: #E8E8E8;
	text-align: left;
}

