@charset "UTF-8";

/* Emergency Info =================================*/
#emergencyInfo {
	position:relative;
	margin:10px 0 0 12px;
	padding:10px;
	width:605px;
	height:auto;
	border:solid 2px #000000;
}

#emergencyInfo h3#title {
	font-size:110%;
	font-weight:bold;
}

#emergencyInfo p {
	margin-top:10px;
	font-size:90%;
}

#emergencyInfo #company {
	width:100%;
	text-align:right;
}


/* Main Menu =================================*/
#mainMenu {
	position:relative;
	margin:10px 0 0 10px; 
	width:635px;
	height:340px;
}

#mainMenu h2{
	position:absolute;
	visibility:hidden;
	width:0px;
	height:0px;
}

#indexMainMenu {
	width:617px;
	height:295px;
	background-color:#E8E8E8;
}

#indexMainMenu li {
	position:absolute;
}
#indexMainMenu li img.mainThumb {
	position:absolute;
}
#indexMainMenu li img.mainTab {
	position:absolute;
}
#indexMainMenu li a {  }

/* Mini Navi =================================*/
#miniNavi {
	position:relative;
	margin:0 0 0 10px; 
	width:635px;
	height:100px;
}

#miniNavi ol li {
	width:210px;
	height:100px;
	float:left;
}

#miniNavi ol li a {
	display:block;
	width:210px;
	height:100px;
	background-position:top left;
	background-repeat:no-repeat;
}

#miniNavi ol li.con1 a{
	background-image:url(../img/navi_star_blog.jpg);
}

#miniNavi ol li.con2 a{
	background-image:url(../img/navi_member_content.jpg);
}

#miniNavi ol li.con3 a{
	background-image:url(../img/navi_entry.jpg);
}

#miniNavi ol li a:hover{
	background-position:0 -100px;
}

/* Main Selector =================================*/
#mainMenu ol#mainMenuSelector{
	position:relative;
	float:right;
	width:300px;
	height:340px;
	background-image:url(../img/main_menu_selector_bg.gif); 
}

#mainMenu ol#mainMenuSelector li{
	clear:both;
	position:relative;
	margin-bottom:10px;
	width:300px;
	height:60px;
	background-image:url(../img/main_menu_selector_list_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

*html #mainMenu ol#mainMenuSelector li{
	 margin-bottom:8px; 
}

#mainMenu ol#mainMenuSelector li.bottomList{
	margin-bottom:0px;
}

#mainMenu ol#mainMenuSelector li a{
	display:block;
	width:300px;
	height:60px;
	text-decoration:none;
}

#mainMenu ol#mainMenuSelector li a img.mainMenuImg {
	margin:0 6px;
}

#mainMenu ol#mainMenuSelector li a span{
	position:absolute;
	line-height:1.2;
}

#mainMenu ol#mainMenuSelector li a span.over{
	display:block;
	position:absolute;
	width:66px;
	height:60px;
	background-image:url(../img/main_menu_img_overlay.gif);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:10;
}

#mainMenu ol#mainMenuSelector li a span.mainMenuTitle {
	top:7px;
	color:#fc3471;
	font-size:92%;
	font-weight:bold;
	line-height:1.1;
}

#mainMenu ol#mainMenuSelector li a span.selected{
	color:#42c0c0;
}

#mainMenu ol#mainMenuSelector li a span.mainMenuText {
	top:24px;
	width:225px;
	color:#111111;
	font-size:85%;
	line-height:1.1;
}

#mainMenu ol#mainMenuSelector li a span.title2Line{
	top:34px;
}

/* Main Left =================================*/
#mainLeft{
	position:relative;
	float:left;
	width:650px;
	margin-bottom:40px;
	background-color:#FFFFFF;
}

a.btnRSS{
	position:absolute;
	display:block;
	width:40px;
	height:18px;
	background-image:url(../img/rss_btn_bg.jpg);
	background-position:top left;
	left: 580px;
	top: 9px;
}

a.btnEntryList{
	position:absolute;
	display:block;
	width:65px;
	height:18px;
	background-image:url(../img/entry_list_btn_bg.jpg);
	background-position:top left;
	left: 505px;
	top: 9px;
}

a.btnRSS:hover, a.btnEntryList:hover{
	background-position:0 -18px;
}

h3 a.btnRSS{left: 265px;}
h3 a.btnEntryList{left: 193px;}

/* What's New =================================*/
#whatsNew {
	position:relative;
	margin:0px 0 20px 10px;
	width:630px;
	border-bottom:1px #fca8c0 solid;
}
#whatsNew h2 {
	position:relative;
	width:630px;
	height:35px;
	background-image:url(../img/whats_new_header_bg.jpg);
}
#whatsNewBox{
	position:relative;
	display:block
	width:630px;
	height:auto;
	/*overflow:hidden;*/
}

#whatsNew ol {
	padding:14px 0 0 10px;
	width:630px;
	/* height:338px; */
}
#whatsNew ol li {
	float:left;
	width:310px;
}
#whatsNew ol li a:link, #whatsNew ol li a:visited{
	color:#f7206c;
	text-decoration:none;
}
#whatsNew ol li a:hover{
	text-decoration:underline;
}

#whatsNew ol li a.whatsNewList {
	display:block;
	margin-bottom:15px;
	width:310px;
	height:70px;
	background-image:url(../img/main_left_list_bg1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#whatsNew ol li a.whatsNewList img.whatsNewImg {
	float:left;
	margin-right:12px;
	margin-bottom:11px;
	width:105px;
}

#whatsNew ol li a.whatsNewList span{
	display:block;
}

#whatsNew ol li a.whatsNewList span.whatsNewDate {
	height:16px;
	font-size:85%;
	color:#009999;
	background-position:top right;
	background-repeat:no-repeat;
}
#whatsNew ol li a.whatsNewList span.whatsNewDate img{
	margin-right:6px;
}

#whatsNew ol li a.whatsNewList span.whatsNewTitle {
	margin-bottom:2px;
	padding-right:10px;
	font-size:93%;
	font-weight:bold;
	color:#f7206c;
	line-height:1.1;
}
#whatsNew ol li a.whatsNewList span.whatsNewText {
	padding-right:10px;
	font-size:77%;
	color:#4c4c4c;
	line-height:1.1;
}

#whatsNew ol li a.bottomList{
	margin-bottom:0;
	background-image:none;
}

/* top_blog01 =================================*/
#top_blog01 {
	width:650px;
	height:390px;
	margin:20px 0px 10px 0;
	/*margin-bottom:20px;*/
}

/* Daily Fashion News =================================*/
#fashoionNews {
	position:relative;
	float:left;
	margin:0 10px 0 10px;
	width:310px;
	height:379px;
}
*html #fashoionNews {
	margin:0 10px 0 5px;
} 
#fashoionNews h3 {
	width:310px;
	height:35px;
	background-image:url(../img/daily_fashion_new_header_bg2.jpg);
}
#fashoionNews ol {
	margin-bottom:0px;
	padding:14px 0 0 14px;
	width:296px;
	height:330px;
	border-bottom:1px #fca8c0 solid;
	background-color:#FFFFFF;
}
#fashoionNews ol li {
}
#fashoionNews ol li a {
	display:block;
	margin-bottom:15px;
	width:296px;
	height:95px;
	background-image:url(../img/main_left_list_bg1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#f7206c;
	text-decoration:none;
}
#fashoionNews ol li a:hover{
	text-decoration:underline;
}
#fashoionNews ol li a img {
	float:left;
	margin-right:12px;
}
#fashoionNews ol li a span{
	display:block;
}
#fashoionNews ol li a span.dateOFB {
	height:16px;
	font-size:85%;
	color:#009999;
	background-position:top right;
	background-repeat:no-repeat;
}
#fashoionNews ol li a span.dateOFB img{
	margin-right:6px;
}
#fashoionNews ol li a span.titleOFB {
	margin-bottom:2px;
	height:34px;
	font-size:93%;
	font-weight:bold;
	color:#f7206c;
}
#fashoionNews ol li a span.discOFB {
	font-size:77%;
	color:#4c4c4c;
}
#fashoionNews ol li a span.linkOFB {
	width:290px;
	font-size:77%;
	font-weight:bold;
	color:#ef4c95;
	text-align:right;
}
#fashoionNews ol li a.bottomList{
	margin-bottom:0;
	background-image:none;
}

/* 編集部・スタッフ・バカ売れ Blog =================================*/
#official3Blog {
	position:relative;
	float:left;
	width:310px;
	height:379px;
	border-bottom:1px #fca8c0 solid;
}
#official3Blog h3 {
	width:310px;
	height:35px;
	background-image:url(../img/3blg_header_bg.jpg);
}

#official3BlogFeed {
	position:relative;
	margin-bottom:0px;
	padding:18px 0 0 10px;
	width:296px;
	height:310px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#official3BlogFeed li {
	position:relative;
	padding:4px 0;
	width:296px;
	height:56px;
}
*html #official3BlogFeed li{
	padding:2px 0;
}
*:first-child+html #official3BlogFeed li{
	padding:2px 0;
}

#official3BlogFeed li a {
	display:block;
	width:296px;
	height:56px;
	background-image:url(../img/main_left_list_bg1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#f7206c;
	text-decoration:none;
}
#official3BlogFeed li a:hover{
	text-decoration:underline;
}
#official3BlogFeed li a img {
	;
}
#official3BlogFeed li a span{
	display:block;
}
#official3BlogFeed li a span.thumb50{
	float:left;
	margin-right:12px;
	display:block;
	overflow:hidden;
	width:50px;
	height:50px;
	text-align:center;
}
#official3BlogFeed li a span.title {
	font-size:93%;
	font-weight:bold;
	color:#f7206c;
}
#official3BlogFeed li a span.blogTitleAndDate {
	font-size:77%;
	color:#4c4c4c;
}
#official3BlogFeed li a span.linkCCB {
	display:block;
	float:right;
	padding-right:15px;
	width:120px;
	font-size:77%;
	font-weight:bold;
	color:#ef4c95;
	text-align:right;
}

/* top_blog02 =================================*/
#top_blog02 {
	clear:both;
	width:650px;
	height:400px;
}

/* kirame100 Blog =================================*/
#kirame100Blog {
	position:relative;
	float:left;
	margin:0 10px 0 10px;
	width:310px;
	height:379px;
	border-bottom:1px #fca8c0 solid;
}
*html #kirame100Blog {
	margin:0 10px 0 5px;
}
#kirame100Blog h3 {
	width:310px;
	height:35px;
	background-image:url(../img/kirame_header_bg.jpg);
}

#kirameblogFeed {
	position:relative;
	margin-bottom:14px;
	padding:18px 0 0 14px;
	width:296px;
	height:310px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#kirameblogFeed li {
	position:relative;
	padding:4px 0;
	width:296px;
	height:56px;
}
*html #kirameblogFeed li{
	padding:2px 0;
}
*:first-child+html #3blogFeed li{
	padding:2px 0;
}

#kirameblogFeed li a {
	display:block;
	width:296px;
	height:56px;
	background-image:url(../img/main_left_list_bg1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#f7206c;
	text-decoration:none;
}
#kirameblogFeed li a:hover{
	text-decoration:underline;
}
#kirameblogFeed li a img {
	;
}
#kirameblogFeed li a span{
	display:block;
}
#kirameblogFeed li a span.thumb50 {
	float:left;
	margin-right:12px;
	display:block;
	overflow:hidden;
	width:50px;
	height:50px;
	text-align:center;
}
#kirameblogFeed li a span.title {
	font-size:93%;
	font-weight:bold;
	color:#f7206c;
}
#kirameblogFeed li a span.blogTitleAndDate {
	font-size:77%;
	color:#4c4c4c;
}
#kirameblogFeed li a span.linkCCB {
	display:block;
	float:right;
	padding-right:15px;
	width:120px;
	font-size:77%;
	font-weight:bold;
	color:#ef4c95;
	text-align:right;
}
	
/* CanCam Blog =================================*/
#cancamBlog {
	position:relative;
	float:left;
	width:310px;
	height:379px;
	border-bottom:1px #fca8c0 solid;
}
#cancamBlog h3 {
	width:310px;
	height:35px;
	background-image:url(../img/cancam_blig_header_bg.jpg);
}
a.btnMemberList{
	position:absolute;
	display:block;
	width:80px;
	height:18px;
	background-image:url(../img/can_blog_member_btn.jpg);
	background-position:top left;
	left:220px;
	top:9px;
}
a.btnMemberList:hover{
	background-position:0 -18px;
}

/* CanCam Blog =================================*/
#feedControl {
	height:0px;
	display:none;
}

#blogFeed {
	position:relative;
	margin-bottom:14px;
	padding:18px 0 0 14px;
	width:296px;
	height:310px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#blogFeed li {
	position:relative;
	padding:4px 0;
	width:296px;
	height:56px;
}
*html #blogFeed li{
	padding:2px 0;
}
*:first-child+html #blogFeed li{
	padding:2px 0;
}

#blogFeed li a {
	display:block;
	width:296px;
	height:56px;
	background-image:url(../img/main_left_list_bg1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#f7206c;
	text-decoration:none;
}
#blogFeed li a:hover{
	text-decoration:underline;
}
#blogFeed li a img {
	float:left;
	margin-right:12px;
}
#blogFeed li a span{
	display:block;
}
#blogFeed li a span.title {
	font-size:93%;
	font-weight:bold;
	color:#f7206c;
}
#blogFeed li a span.blogTitleAndDate {
	font-size:77%;
	color:#4c4c4c;
}
#blogFeed li a span.linkCCB {
	display:block;
	float:right;
	padding-right:15px;
	width:120px;
	font-size:77%;
	font-weight:bold;
	color:#ef4c95;
	text-align:right;
}
#btnMore{
	position:absolute;
	padding-top:2px;
	width:310px;
	height:15px;
	font-size:77%;
	color:#ef4c95;
	text-align:right;
	background-color:#FFFFFF;
	top:361px;
}

/* Woman Common Widget =================================*/
#womanCommonWidget{
	position:relative;
	margin-top:14px;
	margin-bottom:14px;
	margin-left:10px;
	_margin-left:5px;
	float:left;
	width:310px;
	height:164px;
	border-bottom:1px #fca8c0 solid;
}

#womanCommonWidget h3{
	position:relative;
	width:310px;
	height:35px;
	background:url(../img/woman_common_widget_header.jpg) top left no-repeat;
}

#womanCommonWidget ol{
	margin-top:5px;
	margin-bottom:3px;
	padding-left:4px;
	width:306x;
	height:124px;
	overflow:hidden;
}

#womanCommonWidget ol li{
	height:25px;
}

#womanCommonWidget ol li a,
#womanCommonWidget ol li a:link,
#womanCommonWidget ol li a:visited{
	font-size:85%;
	color:#454545;
	text-decoration:none;
}

#womanCommonWidget ol li a:hover{
	color:#FF3333;
}

#womanCommonWidget ol li a span.womanCate{
	font-size:85%;
	color:#666666;
}


/* CanCam Mobile Main ==================================*/
#canMobileMain{
	position:relative;
	margin-top:14px;
	margin-bottom:14px;
	padding-right:10px;
	float:right;
	width:310px;
	height:165px;
}

#canMobileMain h3{
	position:relative;
	width:310px;
	height:35px;
	background:url(../img/cctv_mobile_header.jpg) top left no-repeat;
}

#canMobileMain p{
	position:relative;
	display:block;
	width:310px;
	height:130px;
	background:url(../img/cctv_mobile_main_bg.gif) top left no-repeat;
}

/* Correct Information =================================*/
#correctInfo {
	clear:both;
	position:relative;
	margin:14px 0 14px 10px;
	width:630px;
	border-bottom:1px #fca8c0 solid;
}

#correctInfo h4 {
	width:630px;
	height:35px;
	background-image:url(../img/correct_info_header_bg.jpg);
}
#correctInfo p {
	margin:14px;
	color:#333333;
	font-size:92%;
}

/*==== correctInfo 100514 ====*/ 
#other_info {
	clear:both;
	position:relative;
	margin-top:14px;
	margin-left:24px;
	width:610px;
}

#other_info ul{
	color:#333333;
	font-size:92%;
	line-height:20px;
}

#other_info ul li a{
	color:#333333;
	line-height:20px;
	text-decoration:none;
}

#other_info ul li a:hover {
	text-decoration:underline;
	color:#FF6699;
}

#other_info ul li a:visited {
	color:#333333;
}


