/* CSS Document */

/* Default ---------------------------------------------------------------- */

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,iframe {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
fieldset,img,abbr,acronym {
    border:0;
} 

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	background: #ffffff url(../images/body_back.jpg) top center repeat;
	text-align: center;
}

#container {
	width: 882px;
	min-height: 100%;
	margin: 0 auto;
}

#content {
	width: 882px;
	margin: 0 auto;
	background: #ffffff url(../images/content_back.jpg) top center repeat-y;
}

#header {
	width: 882px;
	height: 300px;
}

#head-absolute {
	position: absolute;
	top: 150px;
	margin-left: 20px;
	text-align: left;
}

#alpha {
	width: 241px;
	float: left;
	padding: 10px 0px 0px 0px;
	text-align: left;
}


.alphaBox {
	width: 220px;
	padding: 0px 0px 10px 10px;
	position: relative;
}

.alphaBox table tr td p {
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	line-height: 18px;
}

.alphaObj {
	width: 210px;
	padding: 0px 0px 5px 15px;
	position: relative;
}

.alphaObj2 {
	width: 210px;
	padding: 0px 0px 10px 15px;
	position: relative;
}

#amazon {
	margin: 0px 0px 0px 0px;
}

#amazon a {
	position: relative;
	display: block;
	width: 130px;
	height: 40px;
	background: url(../images/amazon_btn.gif) center top no-repeat;
}

#amazon a:hover {
	background: url(../images/amazon_btn.gif) center -40px no-repeat;
}


#beta {
	width: 610px;
	float: left;
	padding: 10px 0px 0px 20px;
	text-align: left;
	background: url(../images/beta_back.jpg) bottom right no-repeat;
}

.tableTop {
	margin: 0px 0px 30px 0px;
}

.ttTitle {
	font-size: 24px;
	font-weight: bold;
	color: #2D87EB;
}

.newsTitle {
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	margin-left: 20px;
	padding-bottom: 5px;
}

.ttImg {
	margin: 0px 10px 10px 20px;
}

.ttText {
	font-size: 12px;
	line-height: 18px;
	color: #222222;
	font-weight: bold;
}

.ttText p {
	margin: 0px 20px 0px 0px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}

.ttText p.news {
	margin: 0px 10px 0px 10px;
	_margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
}

.subTitleBox {
	height: 120px;
	width: 590px;
	margin: 0px 0px 10px 0px;
}

.subTitleBox img {
	margin: 0px 20px 0px 0px;
	float: left;
}

.subTitleBox .subTitles {
	width: 440px;
	margin-top: 40px;
	float: left;
}

.subTitleBox .subTitles .thisSubTitle {
	font-size: 24px;
	font-weight: bold;
	color: #FF3300;
	height: 53px;
}

.subTitleSelect {
	float: right;
}

.subTitleBox .corner {
	width: 350px;
	margin-top: 40px;
	float: left;
}

.subTitleBox .corner .life {
	font-size: 24px;
	font-weight: bold;
	color: #3BC031;
}

.subTitleBox .corner .beauty {
	font-size: 24px;
	font-weight: bold;
	color: #F779FC;
}

.subTitleBox .corner .mobile {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

.picture {
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #2D87EB;
	float: left;
}

.health {
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #FE7200;
	float: left;
}


#beta #betacontent {
	padding: 0px 20px 0px 20px;
	font-size: 14px;
	line-height: 22px;
}

.ulDec {
	list-style: decimal;
}

.ulSqu {
	list-style: square;
}

.ulDis {
	list-style: disc;
}

.ulNone {
	list-style: none;
}

.cornerImg {
	margin: 5px 20px 20px 0px;
}

.foodImg {
 	margin: 0px 20px 20px 0px;
}


#footer {
	position:relative;
	width: 882px;
	height: 30px;
	background: url(../images/footer.jpg) top center no-repeat;
}

#footer-inner {
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
}

/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

p {
	line-height: 1.2em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }



/* Style ----------------------------------------------------------------- */

/* Global */

body {
    font: normal 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #000000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 5px;
}


.r12 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.p12 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

.r10 {
	font-size: 10px;
	_font-size: 75%;
	font-weight: normal;
	color: #111111;
}

.b11 {
	font-size: 11px;
	font-weight: bold;
	color: #111111;
}

.b13 {
	font-size: 13px;
	font-weight: bold;
	color: #111111;
}

.b15 {
	font-size: 15px;
	font-weight: bold;
}

.b18 {
	font-size: 18px;
	font-weight: bold;
}

.style-red {
	color: #EE0000;
}

.style-orange3 {
	color: #FF3300;
}

.style-orange6 {
	color: #FF6600;
}

.style-orange9 {
	color: #FF9900;
}

.style-pink9c {
	color: #FF99CC;
}

.style-pink69 {
	color: #ff6699;
}

.style-pink6c {
	color: #ff66cc;
}

.style-white {
	color: #ffffff;
}

.style-yellowc {
	color: #ffffcc;
}

.style-blue6f {
	color: #0066ff;
}

.style-green6 {
	color: #00ff33;
}

.style-minnano {
	color: #DA2D6C;
}

.style-gray5 {
	color: #555555;
}


/*LINK*/
a:link{text-decoration:none;color:#FFFFFF;}
a:visited{text-decoration:none;color:#CC0000;}
a:active{text-decoration:none; color:#FF9900;}
a:hover {text-decoration:underline; color:#FF9900;}

/*beta LINK*/
#beta a:link{text-decoration:none;color:#3399FF;}
#beta a:visited{text-decoration:none;color:#0066FF;}
#beta a:active{text-decoration:none; color:#0066FF;}
#beta a:hover {text-decoration:underline; color:#66CCFF;}


br.fclear {
	clear: left;
}