@charset "utf-8";

/*************** reset *******************/

body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:85%;
	line-height:1.6;
	color:#e46186;
	background:url(img/img_bg.jpg) top center repeat;
}

h1,h2,h3,h4,h5,h6,hr,p,address,div,ul,li,object,embed {
	margin:0;
	padding:0;
}

img {
	border:0;
}

a {
	text-decoration:none;
	overflow:hidden;
}

address {
	font-style:normal;
}

hr {
	display:none;
}

object {
	border:0;
}




/*************** layout *******************/

#wrapper {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:950px;
}

h1 {
	padding-bottom:30px;
}

h2 {
	padding-bottom:20px;
}

h3 {
	padding-bottom:15px;
}

p {
	padding-bottom:10px;
}

/* leftBox
---------------*/
#leftBox {
	padding:25px 0 0 0;
 	width:373px;
}

#leftBox a {
	color:#06f;
	text-decoration:underline;
}

#leftBox a:hover {
	color:#039;
	text-decoration:underline;
}

#googleGadget {
	padding:5px 12px 12px 12px;
	margin:0 20px 0 50px;
	width:272px;
	height:394px;
	background:url(img/img_gaget_bg.png) 0 0 no-repeat;
}

#gadget-emb {
	width:240px;
	height:320px;
}


#bannerBox {
	width:360px;
	padding-bottom:15px;
}

#bannerLeftBox,#bannerRightBox {
	width:172px;
}

#bannerLeftBox img,#bannerRightBox img {
	padding-bottom:15px;
}

#footer {
	padding:100px 0 0 0;
}



/* rightBox
---------------*/
#rightBox {
	padding:0 0 0 0;
 	width:551px;
}


#entryBox {

}


#presentBox {
	padding-bottom:20px;
}

#officialBannerBox {
	width:400px;
	margin:0 auto;
}

#officialBannerBox p {
	width:280px;
	margin:0 auto;
}


/* space
---------------*/
.sppB15 {
	padding-bottom:15px;
}


/* other
---------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.left {
	float:left;
} 

.right {
	float:right;
}

.clr {
	clear:both;
}



