@charset "utf-8";

/* ---------------------------------------*/
/* Reset Style */
/* ---------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,object{
	border: 0;
	vertical-align: bottom;
}

input{
	vertical-align: bottom;
}

textarea{
	font-size: 100%;
}

/* ---------------------------------------*/
/* Base */
/* ---------------------------------------*/

body{
	color: #333;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background: #fff;
	text-align: center;
	background: url(../img/common/mainimg.png) center top no-repeat;
}

* html body{ font-size: 88%; } /* under IE6 */
*:first-child+html body{ font-size: 88%; } /* IE7 */

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
}

strong, b{ font-weight: bold; }
a, font, span{ font-weight: inherit; }

img,object{
	border: 0;
	vertical-align: bottom;
}

a:link{color: #ff7f00;text-decoration:underline;}
a:visited{color: #ff7f00;text-decoration:underline;}
a:hover{color: #ffae5d;text-decoration:none;}
a:active{color: #ff7f00;text-decoration:none;}

/* ---------------------------------------*/
/* bg */
/* ---------------------------------------*/
#bg {
	background: url(../img/common/footer.png) center bottom no-repeat;
	padding: 0 0 40px 0;
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
#header {
	width: 840px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 15px;
	left: 0;
}

#header h2 {
	position: absolute;
	top: 5px;
	left: 420px;
}

#header p.copy {
	position: absolute;
	top: 170px;
	right: 0;
}

#header p.docomo {
	position: absolute;
	top: 300px;
	left: 0;
}

#header p.txt {
	position: absolute;
	top: 357px;
	left: 0;
	background: #FF0000;
	color: #FFFFFF;
}

/* ---------------------------------------*/
/* container 共通 */
/* ---------------------------------------*/
#container {
	width: 840px;
	margin: 0 auto;
}

/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
#footer {
	margin: 15px 0 0 0;
	
}

/* ---------------------------------------*/
/* clearfix */
/* ---------------------------------------*/

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

