body {
	margin : 0px;
	padding : 0px;
	background-color : #FFFFFF;
	text-decoration: none;
	
	
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}

/*



-------------------------------------------------------------------------------------
	menu
-------------------------------------------------------------------------------------*/

#menu td {
	font-size : 10px;
	color : #fff;
}



#menu td a:link {
	text-decoration: none;
	color : #fff;
}
#menu td a:visited {
	text-decoration: none;
	color : #fff;
}
#menu td a:hover {
	text-decoration: underline;
	color : #E2C6C6;
}
#menu td a:active {
	text-decoration: none;
	color : #fff;
}
/*


-------------------------------------------------------------------------------------
	info
-------------------------------------------------------------------------------------*/

#info td {
	font-size : 12px;
	color : #E2C6C6;
	line-height: 130%;
}



#info td a:link {
	text-decoration: none;
	color : #fff;
}
#info td a:visited {
	text-decoration: none;
	color : #fff;
}
#info td a:hover {
	text-decoration: underline;
	color : #E2C6C6;
}
#info td a:active {
	text-decoration: none;
	color : #fff;
}
/*


-------------------------------------------------------------------------------------
	contents
-------------------------------------------------------------------------------------*/

.shiro {
	font-size: 12px;
	color: #FFFFFF;
}
.p12 {
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}
.p12_w {
	font-size: 12px;
	color: #E2C6C6;
	line-height: 130%;
}
.p10 {
	font-size: 10px;
	line-height: 150%;
	color: #333333;
}
.p10_w {
	font-size: 10px;
	line-height: 130%;
	color: #E2C6C6;
}
.p12_2 {
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	padding: 10px;
}
.p12_profile_index {
	font-size: 12px;
	line-height: 50%;
	color: #333333;
}

