@charset "iso-8859-1";

/*

information{
	File name : /english/css/common/common.css;
	About this file : This file defines Selectors for the whole site.;
	Site name : NTT DOCOMO Web Site;
	URL : www.nttdocomo.co.jp/;
	Copyright : (c) NTT DOCOMO, INC. All Rights Reserved.;
}

 */






html{height:100%;}

body{
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background:#dae2e5 url("/english/images/common/bg_body.gif");
}






/*	1.
-----------------------------------------------	*/
img{border:none;}
img.border{border:1px solid #ccc;}

img.icon{margin:0 5px;vertical-align:middle;}
.notice img.icon{margin-left:0;}



/*	2.
-----------------------------------------------	*/
.rmv{
	display:block;
	position:absolute;
	top:-9999px;
	left:-9999px;
}







/* 3.
----------------------------------	*/
/* clear element */
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */


/* reset element */
.reset{
	display:block;
	clear:both;
	width:1px;
	height:1px !important;
	font-size:0%;
	background:none !important;
	overflow:hidden;
}
html>body .reset{overflow:visible;}





