
/* ##### common background & margin settings ##### */

body {
	margin:0;
	color: #333333;
	background-color: #ECE5DE;
	font-family: Verdana, Arial, sans-serif;
}

td {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
}


td.main {
	color: #333333;
	background-color: #D3E6ED;
}

.white {
	background-color: #FFFFFF;
}


.main_bg {
	background-color: #D3E6ED;
}


.header_bg {
	background-color: #83C0D6;
}

.header_bgtb {
	background-color: #83C0D6;
}

.main_area {
	padding: 14px;
}

.table_frame {
	background-color: #83C0D6;
}

.table_bg {
	background-color: #ECF3F7;
}


/* ##### link ##### */

a {
	font-size: small;
	color: #E5487C;
	text-decoration: none;
}

a:visited {
	font-size: small;
	color: #CC3366;
}

a:active {
	font-size: small;
	color: #CCCCCC;
}

a:hover {
	font-size: small;
	color: #6D6660;
	text-decoration: underline;
}

/* ##### link:x-small ##### */

a.small {
	font-size: x-small;
	color: #E5487C;
	text-decoration: none;
}

a:visited.small {
	font-size: x-small;
	color: #CC3366;
}

a:active.small {
	font-size: x-small;
	color: #CCCCCC;
}

a:hover.small {
	font-size: x-small;
	color: #6D6660;
	text-decoration: underline;
}



/* ##### common font settings ##### */

.main_leadtxt {
	font-size: small;
	line-height: 130%;
	color: #333333;
	padding: 6px 0px 12px 0px;
}

.main_txt {
	font-size: small;
	line-height: 130%;
	color: #333333;
}

.main_txtmd {
	font-size: small;
	line-height: 130%;
	color: #333333;
	margin-left:5px;
}

.main_txt_wh {
	font-size: small;
	line-height: 130%;
	color: #FFFFFF;
}

.main_txt_666 {
	font-size: small;
	line-height: 130%;
	color: #666666;
}

.main_txtbold {
	font-size: small;
	line-height: 130%;
	color: #666666;
	font-weight: bold;
}

.main_txtbold333 {
	font-size: small;
	line-height: 130%;
	color: #333333;
	font-weight: bold;
}

.main_txtbold_wh {
	font-size: small;
	line-height: 130%;
	color: #FFFFFF;
	font-weight: bold;
}

.medium_txt {
	font-size: medium;
	line-height: 130%;
	color: #333333;
}

.xsmall_txt {
	font-size: x-small;
	line-height: 125%;
	color: #333333;
}

.xsmall_txtgray {
	font-size: x-small;
	line-height: 125%;
	color: #666666;
}

.xsmall_txtbold {
	font-size: x-small;
	line-height: 125%;
	color: #666666;
	font-weight: bold;
}



/* ##### Whois ##### */


.specifications {
	margin-left: 10px;
	font-size: small;
}



/* ##### profile ##### */


.profile {
	background-color: #FFFFFF;
	background-image: url(/profile/img/profile_momoko01.jpg);
	background-repeat: no-repeat;
}


/* ##### footer ##### */


.copyright {
	font-size: 8pt;
	color: #333333;
}

