@charset "iso-8859-1";

/*

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

 */
 







/* 1.
-----------------------------------------------	*/

#contentswrap{
	width:911px;
	height:100%;
	margin:0 auto;
	text-align:center;
	background:#dae2e5 url("../../images/common/bg_contentswrap_gray.gif") 50% 0 repeat-y;
}

/* 3.
-----------------------------------------------	*/
#mainwrap{
	float:left;
	width:911px;
	text-align:left;
	background:#fff url("../../images/common/bg_contentswrap.gif") 50% 0 repeat-y;
}




/* 3.2.
-----------------------------------------------	*/
#leftcol{
	float:left;
	width:690px;
	margin:0 auto;
	text-align:left;
}
#maincol{
	width:672px;
	margin-left:18px;
}


#rightcol{
	float:left;
	width:188px;
	margin-left:15px;
	padding-top:13px;
	padding-bottom:26px;
}

html>body #rightcol{padding-top:13px;}





/* 3.3.
-----------------------------------------------	*/
#bottomcol{
	margin:16px 0 0 18px;
	width:880px;
	text-align:left;
}

.topcol-full #maincol{
	float:left;
	width:672px;
	margin-left:0;
}

.topcol-full #contents{
	margin:0 auto;
	text-align:left;
}	

.topcol-full #rightcol{
	padding-top:0;
}	

