/* ==================================================
	
================================================== */


/* ==================================================
	=clearfix
================================================== */


.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 */


/* ==================================================
================================================== */


body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th,td{
	margin: 0;
	padding: 0;
	}

img{
	vertical-align: bottom;
	border: none;
	}

ul{
	list-style-type: none;
	}

table{
	border-collapse: collapse;
	}

body{
	background: #F0F0F0;
	font-family:  Osaka, "ＭＳ Ｐゴシック", sans-serif;
	
	line-height: 1.6;
	color: #333333;

	/*IE6 */
	text-align: center;
	}

/* ==================================================
================================================== */

body{font-size: 12px;}

*{font-size: 100%;}

*:first-child+html body{font-size: 75%;}/* for IE7 */

* html body{font-size: 75%;}/* for IE5-6 */

/* ==================================================
================================================== */

a{
	color: #0000cc;
	text-decoration: none;
	}

a:hover{
	color: #8080e6;
	text-decoration: underline;
	}


/* ==================================================
================================================== */

.floatTR{
	float: right;
	margin: .3em 0 1em 15px;
	}

/* ==================================================
================================================== */

#wrapper{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 1px;
	padding-left: 1px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color: #ffffff;
	text-align:left;
	}

* html #wrapper{
	margin:0 auto;
	width: 764px;
	padding-right: 1px;
	padding-left: 1px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color: #FFFFFF;
	text-align:left;
	}

#contents{
	
	margin: 30px 0 0 0;
	padding: 0px;
	
	}

/* ==================================================
================================================== */

#btn_japanese{
	position: relative;
	top: -27px;
	left: 214px;
}

#btn_docomo{
	position: relative;
	top: -27px;
	left: 57px;
}

#flash{
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	border: 0px;
	/*background: #FFFFFF;*/
	
}

#footer{
	text-align: right;
	color: #666666;
	font-size: 83%;
	width: 760px;
	height: 40px;
	background: #DDDDDD;
	padding-top: 5px;
}

#footer #copyright{
	font-family:  sans-serif;
	margin-right: 5px;
}

#footer_print{
	display: none;
}



/* ==================================================
================================================== */
#btnPageTop{
	margin-left: 650px;
}

#prefooter{
	margin-right: 0px;
	margin-left: auto;
}

.ceo{
	padding-top: 30px;
	padding-left: 250px;
}




