@charset "euc-jp";


/* ##### common background & margin settings ##### */

body {
	margin:0;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

p {
	margin:0;
}

td {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}


td.main {
	color: #333333;
	background-color: #ffffff;
	background-image: url(/img/bg.gif);
}

.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: #ffffff;
	background-image: url(/img/bg.gif);
}

.mainimg_bg {
	background-color: #e4007f;
}

.main_area {
	padding: 14px;
}

.table_frame {
	background-color: #ff98c3;
}

.table_bg {
	background-color: #fff2f7;
}

/* header */

#header {
	width: 100%;
	background-color: #ffffff;
	background-image: url(/img/header_bg.gif);
}

#header .headerMain {
	width: 974px;
	height: 114px;
}

#header .headerMainPop {
	width: 447px;
	height: 114px;
}

#header .headerMain .headerLogo {
	float: left;
	width: 447px;
}

#header .headerMain .headerLink {
	float: left;
	width: 405px;
	margin: 32px 122px 60px 0;
	text-align: right;
}

#header .headerMain .headerLink ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header .headerMain .headerLink li {
	margin: 0;
	padding: 0 5px 0 12px;
	background: url(/img/header_btn.gif) no-repeat 0 4px;
	display: inline;
}

.header_bgtb {
	background-color: #ffffff;
}

/* menu */
#menu {
	width: 150px;
	margin: 0;
	padding: 0 0 20px 0;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.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_bgp2 {
	background-image: url(/collaboration/shirayuki/img/poster_b2_01b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.col_shirayuki_bgp4pro {
	background-image: url(/collaboration/shirayuki/img/p4_profile_pic.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.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);
}

.col_gainax_blue {
	background-color: #0A50A1;
	background-image: url(/img/px_blue.gif);
}

.col_gainax_cyan {
	background-color: #34B3D1;
	background-image: url(/img/px_cyan.gif);
}

.col_gainax_paleblue {
	background-color: #D9ECFF;
	background-image: url(/img/px_paleblue.gif);
}

.col_gainax_p2_xsmall {
	font-size: x-small;
	line-height: 125%;
	color: #333333;
	margin-left: 10px;
}

.col_gainax_p2_small {
	font-size: small;
	line-height: 125%;
	color: #333333;
	margin-left: 10px;
}

.col_gainax_p2_xsmall2 {
	font-size: x-small;
	line-height: 125%;
	color: #333333;
	margin-left: 20px;
}

.col_gainax_p2_bold {
	font-size: small;
	line-height: 125%;
	color: #CC6699;
	font-weight: bold;
	margin-left: 10px;
}



.contest_snow_pic {
	background-color: #FFFFFF;
	background-image: url(/contest/img/snow_img02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/* ##### link ##### */

a {
	font-size: small;
	color: #e4007f;
	text-decoration: none;
}

a:visited {
	font-size: small;
	color: #e4007f;
}

a:active {
	font-size: small;
	color: #EEEEEE;
}

a:hover {
	font-size: small;
	color: #DE7E7F;
	text-decoration: underline;
}

a.red:link {
	color: #CC0000;
	text-decoration: underline;
}

a.red:visited {
	color: #CC3333;
	text-decoration: underline;
}

a.red:active {
	color: #FFFFFF;
}

a.red:hover {
	color: #CC0000;
	text-decoration: none;
}
/* ##### link:x-small ##### */

a.small {
	font-size: x-small;
	color: #e4007f;
	text-decoration: none;
}

a:visited.small {
	font-size: x-small;
	color: #e4007f;
}

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_txt140 {
	font-size: small;
	line-height: 140%;
	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;
}

.main_txtbold369 {
	font-size: small;
	line-height: 130%;
	color: #336699;
	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_txt135 {
	font-size: x-small;
	line-height: 135%;
	color: #444444;
}

.xsmall_txtgray135 {
	font-size: x-small;
	line-height: 135%;
	color: #666666;
}

.xsmall_txtbold {
	font-size: x-small;
	line-height: 125%;
	color: #666666;
	font-weight: bold;
}


/* ##### mail magazine ##### */


.mailmag_formbg {
	background-color: #e4007f;
}

.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, "£Í£Ó ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Osaka-ÅùÉý";
	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 ##### */
.topNews {
	margin: 15px 0;
	border: 1px solid #e4007f;
	width: 578px;
	background-color: #fff;
}

.newsTitle {
	border-bottom: 1px dotted #e4007f;
	padding: 6px 6px 3px;
	overflow: hidden;
}

.top_news {
	color: #333333;
	font-size: small;
	line-height: 140%;
	margin: 10px;
	text-align: left;
}

.newsTitleL {
	float: left;
	margin: 0;
	padding: 0;
}

.newsTitleR {
	float: right;
	margin: 0;
	padding: 0;
}

/* # link:topnews # */

a.topnews {
	font-size: small;
	color: #e4007f;
	text-decoration: none;
}

a:visited.topnews {
	font-size: small;
	color: #e4007f;
	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;
}

.profileMa {
	border: 1px solid #ffd7e7;
	padding: 10px;
	overflow: hidden;
	margin: 15px 0;
}

.profileMaImg {
	float: right;
	margin-left:6px;
}


.profileTxtS {
	font-size: x-small;
	line-height: 140%;
	color: #333333;
	margin-top: 5px;
}

/* ##### camera ##### */


.cameraTblbgL {
	background-color: #F8F9FB;
	background-image: url(/funroom/camera/img/clm_tblleft.gif);
	background-repeat: repeat-y;
}

.cameraTblbgR {
	background-color: #F8F9FB;
	background-image: url(/funroom/camera/img/clm_tblright.gif);
	background-repeat: repeat-y;
}


/* ##### event ##### */
.event3 {
	font-size: small;
	line-height: 130%;
	color: #333333;
}
.event3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.event3 li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 4px 8px;
	background: url(/event/img/event03_icon.gif) no-repeat 0 7px;
}


/* history */
.historyTitle {
	margin: 10px 0;
	font-weight: bold;
	color: #e4007f;
	text-align: left;
}

.historyList {
	text-align: left;
}

.historyList dt {
	font-weight: bold;
	background-color: #fff2f7;
	color: #ff75ae;
	margin:0;
	padding: 5px;
}

.historyList dd {
	margin:0;
	padding: 5px 5px 15px 5px;
}

/* ##### footer ##### */
#footer {
	width: 100%;
}

#footer .footerLink {
	background: url(/img/footer_bg01.gif) repeat-x;
	padding: 6px 0;
}

#footer .footerLink ul {
	display: inline;
	margin: 0 auto;
	padding: 0;
}

#footer .footerLink li.bd {
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0 8px 0 6px;
	margin: 0;
}

#footer .footerLink li.nbd {
	display: inline;
	padding: 0 8px 0 6px;
	border: none;
	margin: 0;
}

#footer .footerCopy {
	background: url(/img/footer_bg02.gif) repeat-x;
	font-size: 10px;
	color: #FFFFFF;
	padding: 6px 0;
}

#footer .footerCopy .copyright {
	margin: 0 auto;
 }

#footer .footerLogo {
	text-align: right;
	width: 730px;
}

#footer .footerLogo .logoPW {
	float: right;
	margin: 10px;
}

#footer .footerLogo .logoSeki {
	float: right;
	margin: 10px;
}

.copyright_w {
	font-size: 10px;
	color: #FFFFFF;
}

.copyright_bl {
	font-size: 10px;
	color: #333333;
}

