@charset "EUC-JP";


/* ##### common background & margin settings ##### */

body {
	margin:0;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(/img/px_white.gif);
	font-family: Verdana, Arial, sans-serif;
}

p {
	margin:0;
}

td {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
}


td.main {
	color: #333333;
	background-color: #D3E6ED;
}

.td_white {
	background-color: #FFFFFF;
	background-image: url(/img/px_white.gif);
}

.td_black {
	background-color: #000000;
	background-image: url(/img/px_black.gif);
}


.main_bg {
	background-color: #D3E6ED;
}


.header_bg {
	background-color: #83C0D6;
	background-image: url(/img/header_bg.gif);
}

.header_bgtb {
	background-color: #83C0D6;
}

.main_area {
	padding: 14px;
}

.table_frame {
	background-color: #83C0D6;
	background-image: url(/img/px_tbl_border.gif);
}

.table_bg {
	background-color: #ECF3F7;
	background-image: url(/img/px_tbl_bg.gif);
}

.col_shirayuki_bg {
	background-color: #FFFFFF;
	background-image: url(/collaboration/shirayuki/img/bg.gif);
}

.col_shirayuki_pink {
	background-color: #F19A9B;
	background-image: url(/collaboration/shirayuki/img/px_f19a9b.gif);
}

.col_shirayuki_bgp1 {
	background-color: #FFFFFF;
	background-image: url(/collaboration/shirayuki/img/p1_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.col_shirayuki_bgp4 {
	background-color: #F3F3F3;
	background-image: url(/img/px_f3.gif);
}

.col_shirayuki_tblp4 {
	background-color: #CCCCCC;
	background-image: url(/img/px_ccc.gif);
}

.col_kana_bg {
	background-color: #000000;
	background-image: url(/collaboration/kana/img/bg.gif);
}

.col_kana_gray {
	background-color: #999999;
	background-image: url(/img/px_999.gif);
}

.col_kana_tbllp3 {
	background-color: #F4D7EA;
	background-image: url(/collaboration/kana/img/px_f4d7ea.gif);
}


/* ##### link ##### */

a {
	font-size: small;
	color: #036D91;
	text-decoration: none;
}

a:visited {
	font-size: small;
	color: #0099CC;
}

a:active {
	font-size: small;
	color: #EEEEEE;
}

a:hover {
	font-size: small;
	color: #DE7E7F;
	text-decoration: underline;
}

/* ##### link:x-small ##### */

a.small {
	font-size: x-small;
	color: #036D91;
	text-decoration: none;
}

a:visited.small {
	font-size: x-small;
	color: #036D91;
}

a:active.small {
	font-size: x-small;
	color: #D85C5E;
}

a:hover.small {
	font-size: x-small;
	color: #D85C5E;
	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_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_txtddd {
	font-size: x-small;
	line-height: 125%;
	color: #DDDDDD;
}

.xsmall_txtbold {
	font-size: x-small;
	line-height: 125%;
	color: #666666;
	font-weight: bold;
}


/* ##### mail magazine ##### */


.mailmag_formbg {
	background-color: #036D91;
	background-image: url(/img/px_dark.gif);
}

.mailmag_small {
	font-size: small;
	line-height: 125%;
	color: #CC3333;
	font-weight: bold;
}

.mailmag_xsmall {
	font-size: x-small;
	line-height: 125%;
	color: #CC3333;
}

.mailtxt {
	font-size: small;
	line-height: 130%;
	color: #666666;
	padding: 15px 0px 8px 0px;
	font-weight: bold;
}


.mailsample {
	font-size: small;
	line-height: 130%;
	color: #333333;
	text-align: left;
	padding: 5px;
	border: 0px solid #FFFFFF;
	font-family: monospace;
	background-image: url(/img/px_white.gif);
}


/* ##### photo bbs ##### */


.bbstitle {
	font-size: medium;
	font-weight: bold;
	color: #666666;
	line-height: 140%;
	padding: 0px 0px 0px 10px;
}

.bbsname {
	font-size: small;
	color: #666666;
	padding: 0px 0px 0px 10px;
}

.bbstxt {
	font-size: small;
	line-height: 130%;
	color: #333333;
	padding: 0px 0px 0px 10px;
	word-break: break-all;
}

.bbsform {
	font-size: small;
	color: #333333;
	padding: 6px;
}

.bbsform_txtarea {
	margin: 6px;
}



/* ##### download ##### */


.dl_txt {
	font-size: small;
	color: #666666;
}

.dl_999 {
	background-color: #999999;
	background-image: url(/img/px_999.gif);
}



/* ##### line up ##### */


.lineup_xspinkb {
	font-size: small;
	line-height: 125%;
	color: #006699;
	font-weight: bold;
}

.lineup_current {
	font-size: small;
	line-height: 130%;
	color: #888888;
}

.lineup_thumb {
/*	padding-top:9px;*/
}

.lineup_thumbtitle {
	font-weight: bold;
}

.lineup_thumbtxt {
/*	padding-left:6px;*/
/*	padding-right:9px;*/
/*	padding-top:9px;*/
/*	font-size: x-small;*/
/*	line-height: 135%;*/
/*	color: #333333;*/
}


/* ##### topics ##### */


.topic_title {
	font-size: medium;
	line-height: 110%;
	color: #FFFFFF;
	padding: 10px 15px 5px 15px;
	font-weight: bold;
}

.topic_date {
	font-size: small;
	line-height: 110%;
	color: #FFFFFF;
	margin: 0px 15px 5px 15px;
}

.topics_image {
	margin-right:5px;
	margin-bottom:5px;
	align: left;
}

.topics_txt {
	font-size: small;
	line-height: 130%;
	color: #333333;
	margin-top: 10px;
}



/* ##### mediainfo ##### */


.mediainfo_image {
	margin-right:5px;
	margin-bottom:5px;
	align: left;
}

.mediainfo_title {
	font-size: small;
	line-height: 120%;
	color: #444444;
	font-weight: bold;
}

.mediainfo_txt {
	font-size: small;
	line-height: 120%;
	color: #333333;
/*	margin-top: 5px;*/
}



/* ##### friends ##### */


.friends_txt {
	font-size: small;
	line-height: 130%;
	color: #666666;
	padding: 4px;
}



/* ##### top news ##### */

.top_newsbg {
	background:#A8D3E2;
}

.top_news {
	color: #333333;
	font-size: small;
	line-height: 140%;
}

/* # link:topnews # */

a.topnews {
	font-size: small;
	color: #036D91;
	text-decoration: none;
}

a:visited.topnews {
	font-size: small;
	color: #0099CC;
	text-decoration: none;
}

a:active.topnews {
	font-size: small;
	color: #EEEEEE;
	text-decoration: none;
}

a:hover.topnews {
	font-size: small;
	color: #DE7E7F;
	text-decoration: underline;
}



/* ##### profile ##### */


.profile {
	background-color: #FFFFFF;
	background-image: url(/profile/img/profile_momoko01.jpg);
	background-repeat: no-repeat;
}


/* ##### footer ##### */


.copyright {
	font-size: 8pt;
	color: #333333;
}

.copyright_w {
	font-size: 8pt;
	color: #FFFFFF;
}

.footer {
	background-color:#FFFFFF;
	background-image:url(/img/px_white.gif);
}
