body,tr,td,th { color:333333; font-size:12px; line-height: 160%; }

body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(./img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

A {
	text-decoration:none;
}

A:link {
	color: #0000FF;
}

A:visited {
	color: #0000FF;	
}

A:active {
	color: #0000FF;
}

A:hover	{
	color: #0000FF;
	text-decoration: UNDERLINE;
}

A.menu {
	display: block;
	width: 100%;
	height: 100%;
}
A.menu:link {
	font-weight:bold;
	color:#FFFFFF;
}

A.menu:visited {
	font-weight:bold;
	color:#FFFFFF;
}

A.menu:active {
	font-weight:bold;
	color:#FFFFFF;
}

A.menu:hover {
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
}

A.menu {
	display: block;
	height: 100%;
}
A.menu2:link {
	font-weight:bold;
	color:#FFFFFF;
}

A.menu2:visited {
	font-weight:bold;
	color:#FFFFFF;
}

A.menu2:active {
	font-weight:bold;
	color:#FFFFFF;
}

A.menu2:hover {
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
}

ul {
	margin:0;
}

li {
	margin:0 0 4px 0;
	padding:0;
}

.head {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: url(./img/head_bg.gif);
	background-repeat: repeat-x;
}

.head-logo {
	border-bottom:1px solid #DCE2E6;
}

.tbl-container {
	border-right:1px solid #DCE2E6;
	border-left:1px solid #DCE2E6;
}

.tbl-menu {
	background-image: url(./img/menu_bg.gif);
	background-repeat: repeat-y;

}

.tbl-main {
	margin: 16px 0 12px 15px;
	width: 540px;
}

.btn-menu {
	margin: 14px 9px;
	width: 180px;
	height: 34px;
	background-image: url(./img/menu_btn.gif);
	background-repeat: no-repeat;
	
}

.menu-mgn {
	padding: 8px 0px 0px 12px;
}

.tbl-top-menu {
	background-image: url(./img/top_btn_bg.gif);
	background-repeat: no-repeat;
}

.top-menu {
	margin:0 0 0 10px;
	line-height:125%;
}

.top-new-date {
	margin-top:1em;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

.top-new-txt {
	margin-left: 10px;
	color: #666666;
}

.clear-both {
	clear: both;
}

.footer-company {
	width:540px;
	margin-right: 10px;
	text-align: right;
	color: #666666;
	line-height: 150%;
}

.produce-name {
	background-image: url(./img/produce_bnr_bg.gif);
	background-repeat: no-repeat;
	width: 340px;
	height: 28px;
	color: #FFFFFF;
}

.produce-name-mgn {
	padding: 5px 24px;
}

.produce-name-txt {
	font-weight: bold;
	font-size:14px;
}

.produce-name-kana {
	font-size: smaller;
}

.caption {
	font-size: smaller;
}

.produce-name-s {
	background-image: url(./img/produce_bnr_bg_s.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 28px;
	color: #FFFFFF;
}

.head1{
	color:#00664C;
	font-weight: bold;
	font-size:14px;
	margin-bottom: 8px;
}

.head1 a{
	color:#00664C;
	font-weight: bold;
	font-size:14px;
	margin-bottom: 8px;
	text-decoration:underline;
}

.head-cdmail {
	color:#00664C;
	font-weight: bold;
	margin-bottom: 4px;
}

.head-cdtopic {
	color:#006600;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 12px;
	line-height:130%;
}

.head-cdnowon {
	color:#FF6699;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
	line-height:130%;
}

.frame {
	border:1px solid #999999;
}

/* cd and promote
----------------------------------------------------*/
div.cd{
	background-image:url(./img/cd_bnr_bg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:28px;
	width:534px;
}

.cd-name-mgn {
	padding: 5px 24px;
}

.cd-name-txt {
	font-weight: bold;
	font-size:14px;
}

.cd-name-txt{
	font-weight: bold;
	font-size:16px;
}


div.cd-lBox{
	float:left;
	display:inline;
	width:180px;
	padding:0 5px;
}

div.cd-rBox{
	float:right;
	display:inline;
	width:310px;
	padding:0 5px;
}

span.daikai-txt{
	font-weight:bold;
	font-size:18px;
	color:#FF66CC;
}

span.daikairubi-txt{
	font-weight:normal;
	font-size:14px;
	color:#FF66CC;
}

a img.noborder{
	border:none;
}

/* produce
----------------------------------------------------*/
.debut{
	color:#FF3366;
	font-weight:bold;
}

/* clearfix
----------------------------------------------------*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

