@charset "utf-8";
/*
=====================================================
Copyright(c) APRES LA PLUIE INC. All Rights Reserved.
http://www.apres-la-pluie.cc/
=====================================================
============================
apres la pluie - top page
============================
*/

/* *************************************************************************************************************************************
 *  build frame 
 ************************************************************************************************************************************* */
/* ------------------------------------- 
 *	toppage Area
 * ------------------------------------- */

#main{
}
#sidebar{
	float:right;
	width: 280px;
}
#contents{
	float:left;
	width: 505px;
}
#footer{
}

/* *************************************************************************************************************************************
 *  layout style
 ************************************************************************************************************************************* */
/* ************************************************************
   header style
   ************************************************************ */
/* ------------------------------------- 
 *	siteID
 * ------------------------------------- */
#siteID{
	background-image:url(../shared/img/site_id.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ************************************************************
   pageTitle style
   ************************************************************ */
#pageTitle{
	height:343px;
}


/* ************************ JavaScript Off */
#pageTitle div.noFlash{
	width:810px;
	height:327px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(fla/noscript_img/pagettl_noflash.jpg);
}
/* ************************ //JavaScript Off */


/* ************************************************************
   main style
   ************************************************************ */
#main{
	background-image:url(img/localinfo_bg.gif);
	background-repeat:repeat-y;
	background-position: right top;
}

/* **********************************************
   sidebar style
   ********************************************** */
/* ------------------------------------- 
 *	nail design news(NDN)
 * ------------------------------------- */
dl.NDN{
	height:200px;
	background-color:#FFFFFF;
}
dl.NDN dt{
	width:auto;
	height:38px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image:url(img/ndn_ttl.gif);
}


/* ************************ JavaScript Off */
dl.NDN dd#NDNbn div.noFlash{
	width:280px;
	height:153px;/* fla - dropshadow(5px) */
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-image:url(fla/new_ndn_img/new_ndn1.jpg);
}
dl.NDN dd#NDNbn div.noFlash a{
	display:block;
	width:280px;
	height:153px;/* fla - dropshadow(5px) */
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(fla/noscript_img/ndn_gaku.gif);
}
/* ********************** //JavaScript Off */


/* ------------------------------------- 
 *	bnr
 * ------------------------------------- */
ul.bnr{
	list-style-type:none;
	padding: 0px 0px 10px;
	background-color:#FFFFFF;
}
ul.bnr a{
	width:280px;
	height:106px;
	display: block;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(img/bnr_officialblog.gif);
}
ul.bnr a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
} 

/* ------------------------------------- 
 *	localInfo
 * ------------------------------------- */
.localInfo{
	padding-right: 15px;
	padding-left: 16px;
	padding-top: 29px;
	padding-bottom: 29px;
	background-image: url(img/localinfo_top_bg.gif);
	background-repeat: no-repeat;
}
.localInfo li{
	background-repeat: no-repeat;
}
.localInfo li a{
	width:249px;
	text-indent:-9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
/* Cacie ------*/
.localInfo .localCacie{
	margin-bottom: 9px;
}
.localInfo .localCacie a{
	height:139px;
	background-image: url(img/top_localinfo_cacie.jpg);
}
.localInfo .localCacie a:hover{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

/* Calgel ------*/
.localInfo .localCalgel{
	padding-bottom: 24px;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.localInfo .localCalgel a{
	height:138px;
	background-image: url(img/top_localinfo_calgel.jpg);
}
.localInfo .localCalgel a:hover{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

/* Enployment ------*/
.localInfo .localEnployment{
	margin-top:10px;
}
.localInfo .localEnployment a{
	height:88px;
	background-image: url(img/top_localinfo_enployment.gif);
}
.localInfo .localEnployment a:hover{
	background-position: left -88px;
}

/* otherLink -------*/
.localInfo .otherLink{
	margin-top:40px;
}
.localInfo .otherLink a{
	overflow:hidden;
	text-indent:0px;
	text-align:center;
}

/* **********************************************
   contents style
   ********************************************** */
#contents h3{
	width: auto;
	height: 21px;
	margin-bottom:1em;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
#contents .details{
	font-size:0.8em;
	margin-top:2em;
	text-align: right;
}
/* ------------------------------------- 
 *	close
 * ------------------------------------- */
.close{
	padding: 10px 0px 4em;
}
.close h3{
	background-image: url(img/contents_ttl_closed.gif);
}
.close dl{
	padding-left:30px;
}
.close dl dt{
	margin-top:2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5dece;
}
.close dl dt strong{
	color: #18c3d7;
}
.close dl dt span{
	font-size:0.8em;
	font-weight: normal;
	margin-left: 1em;
}
.close dl dd{
	margin-left:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5dece;
	display:block;
	padding: 0.5em 0px 0.3em;
}
.close dl dd h4{
	font-size:1em;
	font-weight: normal;
	color: #18c3d7;
	float: left;
	width: 3.6em;
	text-align:right;
}
.close dl dd p{
	margin-left:4.5em;
}
/* nyear */
.close dl.nyear dd h4{
	width: 8.6em;
	text-align: left;
}
.close dl.nyear dd p{
	margin-left: 9.5em;
}
.kara{
	display:block;
	margin: 2px auto;
}

/* ------------------------------------- 
 *	news
 * ------------------------------------- */
.news{
	padding-bottom:4em;
}
.news h3{
	background-image: url(img/contents_ttl_news.gif);
}
.news ul{
	padding-left: 30px;
	list-style-type: none;
}
.news ul li{
	margin-top:0.5em;
	padding-bottom:0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5dece;
	font-size:0.9em;
}
/*justify flick macIE\*/
.news ul li{
	text-align:justify;
	text-justify:distribute;
}
/**/
.news ul li span{
	color: #18c3d7;
	font-size:1.1em;
	display:block;
	margin-bottom:5px;
}
.news ul li a{
	line-height:2em;
}

/* ************************************************************
   footer style
   ************************************************************ */
#footer{
	background-image: url(img/footer_bg.png);
}
   
   
   
   
   
