@charset "utf-8";

/*/////////////////////////////////////////////////////////////
Stylish Kawaii.com

Copyright (C) KAO Corporation. All Rights Reserved.
------------------------------------------------------------
[Homepage] 
	0. Import Common CSS
	1. Primary Style
	2. Content Style

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Import Common CSS
------------------------------------------------------------ */

@import url("common/base.css");
@import url("common/layout.css");
@import url("common/module.css");

/* ------------------------------------------------------------
	1. Primary Style
------------------------------------------------------------ */

/* Hidden Elements
------------------------------------------------- */
h1#siteName,
p#tagline,
p#goPageTop {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	2. Content Style
------------------------------------------------------------ */

/* Entrance Flash
------------------------------------------------- */
div#blockMainEntrance {
	position: relative;
}

div#blockMainEntrance,
div#contentMainEntrance {
	width: 965px;
	height: 534px;
}

div#contentMainEntrance p {
	padding-top: 200px;
	text-align: center;
}


div#blockRegistMembers {
	display: none;
	position: absolute;
	top: 60px;
	left: 290px;
	z-index: 25; /* under div#overlay */
	width: 364px;
	height: 420px;
}

div#content p.info {
	margin:10px 0;
	text-align: center;
}

div#content p.info a{
	color:#cc0000;
}


/* blockSpecialFeature
------------------------------------------------- */
/*
div#blockSpecialFeature
	h2
	div#contentSpecialFeatureIndex1.contentIndex
		ul.group
			li.type(1 | 2)
				dl
					dt
					dd
*/

div#blockSpecialBanner {
	width: 905px;
	margin: 0 auto 24px;
}

div#blockSpecialFeature {
	width: 905px;
	margin: 0 auto 24px;
}

div#blockSpecialFeature h2 {
	margin-bottom: 10px;
}

div#blockSpecialFeature p.specialBanner {
	margin-bottom: 25px;
}

div#blockSpecialFeature ul.bannerGroup {
	margin-bottom: 25px;
}

div#blockSpecialFeature ul.bannerGroup li.left {
	float:left;
	margin-right:20px;
	width:535px;
}

div#blockSpecialFeature ul.bannerGroup li.right {
	float:left;
	width:350px;
}

div#blockSpecialFeature div.contentIndex {
	width: 905px;
	overflow: hidden;
}

div#blockSpecialFeature ul {
	width: 925px;
	margin: 0;
	margin-right: -20px;
}

div#blockSpecialFeature ul li {
	float: left;
	margin-right: 20px;
}

div#blockSpecialFeature ul li.type1 {
	width: 350px;
}

div#blockSpecialFeature ul li.type2 {
	width: 165px;
}

div#blockSpecialFeature ul li dl dt {
	margin-bottom: 8px;
}

div#blockSpecialFeature ul li dl dd {
	font-size: 85%;
}

/* --- contentSpecialFeatureIndex1 --- */
div#contentSpecialFeatureIndex1 {
	padding-bottom: 15px;
	background: url(../img/common/bg_cont_line_a_1.png) no-repeat 0 0;
}

/* --- contentSpecialFeatureIndex2 --- */
div#contentSpecialFeatureIndex2 {
	padding-top: 8px;
	background: url(../img/common/bg_cont_line_b_1.png) no-repeat 0 0;
}

div#contentSpecialFeatureIndex2 ul {
	padding-bottom: 15px;
	background: url(../img/common/bg_cont_line_b_2.png) no-repeat 0 100%;
}

/* groupFeature 
------------------------------------------------- */
div#groupFeature {
}

div#groupFeature div.inner {
	padding-bottom: 4px;
}

div#groupFeature h2 {
	margin-bottom: 10px;
}

div#blockGeneralContents {
	float: left;
	width: 905px;
}

/* --- blockGeneralContents --- */
div#blockGeneralContents {
	height: 337px;
	height: auto;
}

div#blockGeneralContents div.contentIndexLast {
	padding: 0 0 5px;
	background: url(../img/home/bg_dlgroup_setlast.png) repeat-x 0 100%;
}

div#blockGeneralContents div.contentIndex {
   	width: 906px;
	padding: 0 0 10px;
	background: url(../img/home/bg_dlgroup_set.png) no-repeat 0 100%;
}


div#blockGeneralContents dl {
	float: left;
	width: 292px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 10px;
}




div#blockGeneralContents dl dt,
div#blockGeneralContents dl dd.text {
	float: right;
}

div#blockGeneralContents dl dt {
	width: 200px;
	margin-bottom: 3px;
	font-weight: bold;
	line-height: 1;
}

div#blockGeneralContents dl dt a {
    overflow: hidden;
	width: 180px;
	padding-right: 10px;
	margin-bottom: 3px;
	font-weight: bold;
	line-height: 1;
}

div#blockGeneralContents dl dt img.renewCont {
	margin-top:-3px;
}

div#blockGeneralContents dl dt img {
	vertical-align: middle;
}

div#blockGeneralContents dl dt span {
	display: block;
	padding: 1px 0 4px 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#blockGeneralContents dl dt span.pattern01 {
	background-image: url(../img/home/ico_flower_1.png);
}

div#blockGeneralContents dl dt span.pattern02 {
	background-image: url(../img/home/ico_flower_2.png);
}

div#blockGeneralContents dl dt span.pattern03 {
	background-image: url(../img/home/ico_flower_3.png);
}

div#blockGeneralContents dl dd.text {
    display: block;
	width: 190px;
	padding-right: 10px;
	font-size: 85%;
	line-height: 1.2;
}

div#blockGeneralContents dl dd.img {
	float: left;
}

/* --- blockMembersBlog --- */
div#blockMembersBlog {
	width: 340px;
	overflow: hidden;
}

div#blockMembersBlog div.contentIndex {
	width: 368px;
	margin-right: -28px;
}

div#blockMembersBlog dl {
	float: left;
	width: 156px;
	margin-right: 28px;
	padding-bottom: 25px;
}

div#blockMembersBlog dl dt {
	margin-bottom: 4px;
}

div#blockMembersBlog dl dd {
	font-size: 85%;
}


