@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.docomo.ne.jp/;
	Copyright : (c) NTT DOCOMO, INC. All Rights Reserved.;
}

 */
 







/* 1.
-----------------------------------------------	*/
html{height:100%;}
body{
	margin:0;
	padding:0;
	text-align:center;
	word-wrap:break-word;
	overflow-wrap:break-word;
}

#contentswrap{
	width:100%;
	min-width:960px;
	margin:0 auto;
	text-align:center;
}

/* 3.
-----------------------------------------------	*/
#mainwrap{
	width:940px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
}




/* 3.2.
-----------------------------------------------	*/
#leftcol{
	float:left;
	width:690px;
	margin:0 auto;
	text-align:left;
}
#maincol{
	width:672px;
	margin-left:18px;
}


#rightcol{
	float:left;
	width:223px;
	margin-left:15px;
	padding-top:13px;
	padding-bottom:26px;
}

html>body #rightcol{padding-top:13px;}





/* 3.3.
-----------------------------------------------	*/
#bottomcol{
	clear:both;
	margin:16px 0 0 18px;
	width:905px;
	text-align:left;
}

.topcol-full #mainwrap {
	width: 905px;
}

.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;
	width:218px;
}


/* 3.4
-----------------------------------------------	*/
.layout-full #bottomcol{
	width:920px;
}
