@charset "UTF-8";
/* 全ページ共通 */
/* 2009-10-26T21:48:05+09:00 */

/* Override */
html, body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, li,
dl, dt, dd,
form, legend,
span, a, q, em, strong,
img, object, embed{
	margin: 0;
	padding: 0;
	border: none 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

table, thead, tbody, tfoot, tr, th, td{
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

li{
	list-style: none outside;
}

hr{
	display: none;
}

img, object, embed{
	vertical-align: top;
	line-height: 1;
}

body{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 83%;
	color: #4D4D4D;
}

/* IE7 */
*:first-child+html body{
	font-family: メイリオ, Meiryo, sans-serif;
}

*:first-child+html body{
	font-size: 83%;
}

/* IE6 */
* html body{
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
}

* html body{
	font-size: 83%;
}

a{
	color: #2020C9;
	cursor: pointer;
}

a:visited{
	color: #551A8B;
}

a:hover,
a:active{
	color: #6699FF;
	text-decoration: underline;
}

a:active{
	color: #88BBFF;
}

strong{
	font-weight: bold;
}

strong em,
em strong{
	font-weight: bold;
	color: red;
}

abbr{
	border: none 0;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* 各クラス  */
.uppercased{
	text-transform: uppercase;
}

.clear{
	clear: both !important;
}

.spoken{
	display: block;
	position: absolute;
	overflow: hidden;
	left: -1000px;
	width: 1px;
	height: 1px;
}

span.note{
	font-size: x-small
		}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* ヘッダ */
.header{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: white;
}

.header:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.header h1#siteName,
.header h1#siteName a,
.header h1#siteName a img{
	display: block;
	width: 94px;
	height: 22px;
}

.header h1#siteName{
	position: absolute;
	right: 0px;
	top: 20px;
	padding-bottom: 17px;
}
.header .siteText{
	display: block;
	width: 167px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 25px;
	padding-bottom: 17px;
}

.header ul.utilities{
	padding: 55px 0 5px 0;
	min-height: 12px;
	text-align: right;
}

.header ul.utilities li{
	display: inline;
	padding-left: 20px;
}

.header ul.utilities li a{
	padding-left: 12px;
	font-size: 1em;
	background: url("/common_wr/images/pt_triangleBox_gray.gif") no-repeat 0 center;
}

.header ul.utilities li a:visited{
	color: #2020C9;
}

.header ul.utilities li a:hover,
.header ul.utilities li a:active{
	color: #6699FF;
	background-image: url("/common_wr/images/pt_triangleBox_blue.gif");
}

/* グローバルナビ */
ul.nav.globalNav{
	clear: both;
	overflow: hidden;
	border-top: solid 3px #2020C9;
	width: 800px;
	height: 33px;
	background: url("/common_wr/images/gNav_bg.gif") no-repeat 0 0;
}

ul.nav.globalNav:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

ul.nav.globalNav li{
	float: left;
}

ul.nav.globalNav li,
ul.nav.globalNav li a,
ul.nav.globalNav li em,
ul.nav.globalNav li a img,
ul.nav.globalNav li em img{
	display: block;
	width: 160px;
	height: 33px;
}

/* トピックパス */
ul.topicPath{
	clear: both;
	position: relative;
	padding: .8em 0 1em 10px;
}

.footer ul.topicPath{
	padding-top: 1.1em;
	border-top: solid 1px #CCCCCC;
}

ul.topicPath li,
ul.topicPath li ul{
	display: inline;
}

ul.topicPath li ul li{
	padding-left: 18px;
	background: url("/common_wr/images/tPath_delimiter.gif") no-repeat 5px center;
}

/* ------------------------------------------- */
/* フッタ */
.footer{
	clear: both;
	position: relative;
	overflow: hidden;
	padding-top: 3em;
	background-color: white;
}

.footer:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

* html .footer{
	overflow: visible;
	height: 1px;
}

.footer ul.utilities,
.footer address.copyright{
	position: relative;
	z-index: 1000;
}

.footer ul.utilities{
	overflow: hidden;
	padding: 14px 8px 8px;
	border-top: solid 1px #CCCCCC;
}

.footer ul.utilities:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

* html .footer ul.utilities{
	overflow: visible;
	height: 1px;
}

.footer ul.utilities li{
	float: left;
	padding: 0 10px 0 7px;
	line-height: 1.2;
	background: url("/common_wr/images/pt_triangle_blue.gif") no-repeat left center;
}

.footer address.copyright{
	padding: 0 8px 7px;
	height: 12px;
}

/* ------------------------------------------- */
/* コンテンツエリア */

.page{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
	width: 800px;
	background: white;
}

.page:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

* html .page{
	overflow: visible;
	height: 1px;
}

/* 見出し */
.h, h1, h2, h3, h4{
	line-height: 1.4;
	font-weight: bold;
}

.content.main h1{
	padding: 14px 10px 27px 10px;
	min-height: 22px;
	font-size: 1.4em;
	background: white url("/common_wr/images/h1_bg.gif") repeat-x 0 0;
}

* html .content.main h1{
	height: 16px;
}

/* セクション */
.content.main .section{
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0 0 3.5em;
}

* html .content.main .section{
	overflow: visible;
	height: 1px;
}

.content.main .section h2{
	padding: 6px 0 0 18px;
	height: 24px;
	font-size: 1.1em;
	background: white url("/common_wr/images/h2_bg.gif") no-repeat 0 0;
}

.content.main .section .section{
	overflow: visible;
	padding-top: 1.8em;
	padding-bottom: 0;
	background-color: white;
}

.content.main .section .section h3{
	margin-bottom: .75em;
	padding-bottom: .3em;
	font-size: 1.2em;
	border-bottom: solid 2px #C2C2CC;
}

.content.main .section .section .section{
	padding-top: 1.2em;
}

.content.main .section.lead{
	padding-bottom: 2em;
}

/* 本文内 2 カラム（見出し抜き） */
.content.main .section .section.apposed{
	clear: none;
	float: left;
	padding-right: 20px;
	width: 340px;
	position: relative;
}

.content.main .section .section.apposed .section{
	clear: none;
}

.content.main .section .section.apposed.ahead,
.content.main .section .section.apposed.astern{
	padding-right: 0;
	width: 350px;
}

.content.main .section .section.apposed.ahead{
	clear: both;
}

.content.main .section .section.apposed.astern{
	clear: none;
	float: right;
}

.content.main .section .section.apposed.main,
.content.main .section .section.apposed.extra{
	margin: 0;
	float: left;
}

.content.main .section .section.apposed.main{
	clear: both;
	width: 535px;
}

.content.main .section .section.apposed.extra{
	clear: none;
	padding-right: 1px;
	padding-left: 20px;
	width: 165px;
}

/* 本文 */
.content.main .section h4,
.content.main .section p,
.content.main .section li,
.content.main .section th,
.content.main .section td{
	line-height: 1.4;
}
.content.main .section th,
.content.main .section td{
	font-size: 0.8em;
}

.content.main .section li p{
	font-size: 1em;
}

.content.main .section .section.extra p{
	font-size: 1em;
}

.content.main .section p.codicil,
.content.main .section ul.footnotes li{
	color: #777777;
}

.content.main .section p.codicil,
.content.main .section li p.codicil{
	font-size: .9em;
}

p.codicil{
	position: relative;
}

.content.main .section p.codicil{
	margin: .4em 0 .8em;
	font-size: 1.1em;
}

.content.main .section p.codicil.divided{
	padding: .5em 0 0 8px;
	background: url("/common_wr/images/sNav_dt_bg.gif") repeat-x left top;
}

* html .content.main .section p.codicil.divided{
	border: none 0;
	zoom: 1;
}

/* 本文セット内定義型リスト */
div.content.main div.section div.textset dl{
	margin: 0.5em 0;
}

div.content.main div.section div.textset dl dd{
	margin-left: 2em;
}

/* リスト */
.content.main .section ul,
.content.main .section ol{
	margin: .5em 0;
}

.content.main .section li{
	margin: 0 0 .2em 24px;
	list-style-position: outside;
}

.content.main .section li li{
	font-size: .9em;
	margin-bottom: .1em;
}

.content.main .section li li li{
	font-size: 1em;
}

.content.main .section ul li{
	list-style-type: disc;
}

.content.main .section li ul li{
	list-style-type: circle;
}

.content.main .section ol li{
	list-style-type: decimal;
}

.content.main .section li ul,
.content.main .section li ol{
	margin-top: .1em;
}

/* 詳細リンク */
.content.main .section ul.moreInfo{
	margin: 0;
}

.content.main .section ul.moreInfo li{
	list-style: none outside;
	margin: 0 0 .3em;
	padding: 0;
	font-size: 1em;
}

.content.main .section ul.moreInfo li a{
	padding-left: 13px;
	font-size: 1.2em;
	background: url("/common_wr/images/mInfo_mk_link.gif") no-repeat left center;
}

.content.main .section ul.moreInfo li a.external{
	background-image: url("/common_wr/images/mInfo_ext_mk_link.gif");
}

/* 脚註 */
.content.main .section ul.footnotes{
	margin: 0;
}

.content.main .section ul.footnotes li{
	position: relative;
	list-style: none outside;
	margin: 0 0 .3em 0;
	padding: 0 0 0 1.5em;
	font-size: 1.1em;
	line-height: 1.4;
}

.content.main .section .notation{
	vertical-align: top;
	font-size: .8em;
}

.content.main .section ul.footnotes li .notation{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

* html .content.main .section ul.footnotes li .notation{
	left: -2em;
	top: -.3em;
}

/* 画像 */
.content.main .section .fig{
	margin: .75em 0;
}

.content.main .section .fig.framed{
	padding: 8px 0;
	text-align: center;
	background-color: #F6F6F6;
}

.content.main .section.apposed.extra .fig{
	margin-top: 0;
}

/* テーブル */
.content.main .section table{
	margin-top: 1px;
	margin-bottom:.75em;
	border-collapse: collapse;
	width: 99.6%;
}

* html .content.main .section table{
	margin-top: 0;
}

.content.main .section table thead tr th,
.content.main .section table tbody tr th,
.content.main .section table tbody tr td{
	padding: .75em 1em;
	border: solid 1px #D9D9D9;
}

.content.main .section table thead tr th,
.content.main .section table tbody tr th{
	text-align: left;
	font-weight: bold;
	background-color: #F7F7F7;
}

/* フラグメントナビ */
.content.main ul.naborNav,
.content.main ul.insideNav,
.content.main .section ul.insideNav,
.footer ul.insideNav{
	float: left;
	overflow: hidden;
	margin: 0 0 -.2em;
	padding: .2em 1px 1.8em;
}

.content.main ul.insideNav,
.content.main .section ul.insideNav{
	position: relative;
}

.content.main ul.insideNav.toTop,
.content.main .section ul.insideNav.toTop,
.footer ul.insideNav.toTop{
	position: absolute;
	right: 10px;
	bottom: 4.5em;
	z-index: 100;
	float: none;
	clear: both;
	overflow: visible;
	margin-bottom: 0;
	padding: 1.8em 0 .8em;
	width: auto !important;
	text-align: right;
}

*:first-child+html .content.main ul.insideNav.toTop,
*:first-child+html .content.main .section ul.insideNav.toTop,
*:first-child+html .footer ul.insideNav.toTop{
	bottom: 5em;
	padding: 1em 0 .5em;
}

* html .content.main ul.naborNav,
* html .content.main ul.insideNav,
* html .content.main .section ul.insideNav,
* html .footer ul.insideNav{
	overflow: visible;
	height: 1px;
}

* html .content.main ul.insideNav.toTop,
* html .content.main .section ul.insideNav.toTop,
* html .footer ul.insideNav.toTop{
	padding: 1em 0 .5em;
}

.content.main ul.naborNav li,
.content.main ul.insideNav li,
.content.main .section ul.insideNav li,
.footer ul.insideNav li{
	list-style: none outside;
	float: left;
	margin: 0;
	padding-right: 1.8em;
	font-size: 1em;
	line-height: 1.4;
}

.content.main ul.insideNav.toTop li,
.content.main .section ul.insideNav.toTop li,
.footer ul.insideNav.toTop li{
	position: relative;
	top: -43px;
	display: inline;
	float: none;
	padding-right: 0;
	line-height: 1.2;
}

.content.main ul.naborNav em.present,
.content.main ul.naborNav a,
.content.main ul.insideNav a,
.content.main .section ul.insideNav a,
.footer ul.insideNav a{
	padding-left: 12px;
	font-size: 1.1em;
	background: no-repeat 0 center;
}

.content.main ul.insideNav em,
.content.main .section ul.insideNav em{
	font-size: 1.2em;
}

.content.main ul.insideNav em a,
.content.main .section ul.insideNav em a{
	font-size: 1em;
}

* html .content.main ul.naborNav em.present,
* html .content.main ul.naborNav a,
* html .content.main ul.insideNav a,
* html .content.main .section ul.insideNav a,
* html .footer ul.insideNav a{
	background-position: 0 -1px;
}

.content.main ul.naborNav em.present{
	background-image: url("/common_wr/images/nNav_mk_link.gif");
}

.content.main ul.naborNav a{
	background-image: url("/common_wr/images/nNav_mk_link.gif");
}

.content.main ul.insideNav a,
.content.main .section ul.insideNav a,
.footer ul.insideNav a{
	background-image: url("/common_wr/images/iNav_mk_link.gif");
}

.content.main ul.insideNav em a,
.content.main .section ul.insideNav em a{
	background-image: url("/common_wr/images/iNav_mk_link_em.gif");
}

.content.main ul.insideNav.toTop a,
.footer ul.insideNav.toTop a{
	background-image: url("/common_wr/images/iNav_toTop_mk_link.gif");
}

.content.main ul.naborNav a:hover,
.content.main ul.insideNav a:hover,
.content.main .section ul.insideNav a:hover,
.footer ul.insideNav a:hover{
	text-decoration: underline;
}

/* 全機種一覧エリア */
.content.main .section .jumpList{
	position: relative;
}

.content.main .section .jumpList ul{
	margin: 0.5em 0 0;
	padding-top: 0.5em;
	border-top: solid 1px #ddd;
	width: 220px;
}

.content.main .section .jumpList ul li{
	list-style: square outside;
	margin: 0 0 0 1.8em;
	font-size: 1em;
}

.content.main .section .jumpList form{
	position: relative;
}

.content.main .section .jumpList form select{
	width: 220px;
}

.content.main .section .jumpList form option{
	margin: 0 0 0 0.5em;
}

/* ------------------------------------------- */
/* 2 カラム右ナビゲーション */
ul.localNav,
ul.relativeNav{
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 0 0 3.5em;
}

ul.localNav:after,
ul.relativeNav:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

* html ul.localNav,
* html ul.relativeNav{
	overflow: visible;
}

ul.localNav li,
ul.relativeNav li{
	border-top: solid 3px;
}

ul.localNav li{
	border-top-color: #2020C9;
}

ul.relativeNav li{
	border-top-color: #CBCBCB;
}

ul.localNav li em,
ul.relativeNav li em,
ul.localNav li a,
ul.relativeNav li a{
	display: block;
	margin: 1px 0 1px 2px;
	padding: 1em .5em .96em 10px;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #F5F5F5;
}

ul.localNav li em,
ul.relativeNav li em{
	color: #929292;
}

ul.localNav li em.present,
ul.relativeNav li em.present,
ul.localNav li a,
ul.relativeNav li a{
	color: #666680;
}

ul.localNav li a:hover,
ul.relativeNav li a:hover{
	color: #666680;
	text-decoration: none;
	background-color: #E6E6F2;
}

ul.localNav li a:active,
ul.relativeNav li a:active{
	color: #7A7A93;
}

ul.localNav li ul,
ul.relativeNav li ul{
	border-top: solid 1px #D9D9D9;
}

ul.localNav li ul li,
ul.relativeNav li ul li{
	border: none 0;
	border-bottom: dotted 1px #D9D9D9;
}

ul.localNav li ul li em,
ul.relativeNav li ul li em,
ul.localNav li ul li a,
ul.relativeNav li ul li a{
	padding: .8em .5em .7em 24px;
	font-size: 0.9em;
	color: #4C4C4C;
	background: white no-repeat 10px 1em;
}

*:first-child+html ul.localNav li ul li em,
*:first-child+html ul.relativeNav li ul li em,
*:first-child+html ul.localNav li ul li a,
*:first-child+html ul.relativeNav li ul li a{
	background-position: 10px 1.2em;
}

* html ul.localNav li ul li em,
* html ul.relativeNav li ul li em,
* html ul.localNav li ul li a,
* html ul.relativeNav li ul li a{
	background-position: 10px .8em;
}

ul.localNav li ul li em,
ul.relativeNav li ul li em{
	font-weight: bold;
	color: #666680;
	background-image: url("/common_wr/images/lNav_mk_on.gif");
}

ul.localNav li ul li a,
ul.relativeNav li ul li a{
	background-image: url("/common_wr/images/lNav_mk_link.gif");
}

ul.localNav li ul li a.external,
ul.relativeNav li ul li a.external{
	padding-left: 40px;
	background-image: url("/common_wr/images/lNav_mk_ext_link.gif");
}

ul.localNav li ul li a:hover,
ul.relativeNav li ul li a:hover{
	color: #4C4C4C;
	background-color: #F5F5F5;
	background-image: url("/common_wr/images/lNav_mk_hover.gif");
}

ul.localNav li ul li a.external:hover,
ul.relativeNav li ul li a.external:hover{
	background-image: url("/common_wr/images/lNav_mk_ext_hover.gif");
}

ul.localNav li ul li a:active,
ul.relativeNav li ul li a:active{
	color: #666680;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* 画像共通 */
div#nlandIndex div.section div.fig,
div#nlandIappli div.section div.fig{
	margin-top: 0;
}

div#informationDetail div.section div.fig.right,
div#nlandIndex div.section div.fig.right,
div#nlandIappli div.section div.fig.right{
	float: right;
	margin-top: 0.5em;
	padding: 0 0 1.5em 20px;
}

div#informationDetail div.section div.fig.left,
div#nlandIndex div.section div.fig.left,
div#nlandIappli div.section div.fig.left{
	float: left;
	margin-top: 0.5em;
	padding: 0 20px 1.5em 0;
}

div#nlandIndex div.section div.fig.large,
div#nlandIappli div.section div.fig.large{
	text-align: center;
	margin: 0 0 1em 0;
}

/* ------------------------------------------- */
/* よくある質問 */
div.page div.content.main div.section.lead div.textset{
	line-height: 1.4;
	font-size: 120%;
}

div.page div.content.main div.section.lead div.textset p{
	font-size: 100%;
}

/* ------------------------------------------- */
/* よくある質問詳細 */
div#faqDetail div.section h4{
	clear: left;
	overflow: hidden;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

div#faqDetail div.section h4 span{
	display: block;
}

div#faqDetail div.section h4 span.prefix{
	float: left;
	margin-right: 0.5em;
}

div#faqDetail div.section h4 span.question{
	overflow: hidden;
}

* html div#faqDetail div.section h4 span.question{
	overflow: visible;
	height: 1px;
}

div#faqDetail div.section#section02 div.section div.section{
	overflow: hidden;
	padding-bottom: 1.5em;
}

* html div#faqDetail div.section#section02 div.section div.section{
	overflow: visible;
}

div#faqDetail div.section#section02 h3{
	min-height: 20px;
	_height: 20px;
	margin-bottom: 0px;
	padding: 10px 15px;
	border: none;
	background: url("/common_wr/images/model_bg_fragment.gif") no-repeat 0 0;
	line-height: 1.1;
	font-size: 140%;
}

div#faqDetail div.section#section02 h4{
	padding-bottom: 0.25em;
	border-bottom: solid 2px #c3c2c8;
}

div#faqDetail div.section#section02 h4 span{
	font-weight: bold;
}

div#faqDetail div.section div.textset{
	padding-left: 1.5em;
	line-height: 1.4;
}
#article  div.section div.textset,
#picup div.section div.textset{
	font-size: 120%!important;
}

div.page div.section div.textset li{
	margin-left: 0;
	padding-left: 0;
}
div.page div.section div.textset li ol,
div.page div.section div.textset li ul{
}

div.page div.section div.textset li{
	list-style:inside;
}
div.page div.section div.textset ul li ol li,
div.page div.section div.textset ol li{
	list-style-type: decimal;
	margin-left:24px;
	list-style-position: outside;

}
div.page div.section div.textset ol li ul li,
div.page div.section div.textset ul li{
	margin-left:24px;
	list-style-position: outside;
	list-style-type: disc;
}

div#faqDetail div.section#section02 p,
div#faqDetail div.section ul,
div#faqDetail div.section ol{
	margin-left: 1.5em;
}

div#faqDetail div.section div.fig.left{
	float: left;
	margin-top: 0;
	padding: 0.5em 1.5em 1em 0;
}

div#faqDetail div.section div.fig.right{
	float: right;
	margin-top: 0;
	padding: 0.5em 0 1em 1.5em;
}

div#faqDetail div.section div.fig.large{
	text-align: center;
}

div#faqDetail div.section p.return{
	margin-left: 0;
	text-align: right;
}

div#faqDetail div.section p.return a{
	padding-left: 10px;
	background: url("/common_wr/images/iNav_toTop_mk_link.gif") no-repeat 0 50%;
}

/* ------------------------------------------- */
/* みんなNランド */

div#nlandIndex div.section div.textset{
	line-height: 1.4;
	font-size: 120%;
}

div#nlandIndex div.section div.textset p,
div#nlandIndex div.section div.textset li,
div#nlandIndex div.section div.textset dt,
div#nlandIndex div.section div.textset dd,
div#nlandIndex div.section div.textset h4,
div#nlandIndex div.section div.textset h5,
div#nlandIndex div.section div.textset ul li a{
	font-size: 100%;
}

div#nlandIndex p.return{
	clear: both;
	text-align: right;
}

div#nlandIndex p.return a{
	padding-left: 10px;
	background: url("/common_wr/images/iNav_toTop_mk_link.gif") no-repeat 0 50%;
	font-size: 95%;
}

div#nlandIndex div.section div.section h4{
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border-left: solid 5px #a3a3d9;
}

div#nlandIndex div.section.lead div.section h4{
	clear: none;
}

div#nlandIndex div.section div.textset p.codicil{
	color: #4d4d4d;
	font-size: 90%;
}

/* コンテンツ */
div#nlandIndex div.section div.section{
	padding-top: 1.5em;
}

div#nlandIndex div.section div.section div.section{
	padding-top: 2em;
}

div#nlandIndex div.section div.sectionLine{
	clear: both;
}

div#nlandIndex div.section div.sectionLine div.section{
	width: 288px;
	clear: none;
}

div#nlandIndex div.section div.sectionLine div.section.odd{
	float: left;
}

div#nlandIndex div.section div.sectionLine div.section.even{
	float: right;
}

div#nlandIndex div.section h5{
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 120%;
}

div#nlandIndex div.section div.fig.framed{
	padding: 8px 40px;
	text-align: center;
	background-color: #F6F6F6;
}

div#nlandIndex div.section ul.nav.moreInfo{
	margin-top: 0.5em;
}

/* ------------------------------------------- */
/* iアプリ */
div#nlandIappli div.section h2.h{
	margin-bottom: 1em;
}

div#nlandIappli div.section p.category{
	display: -moz-inline-box;
	display: inline-block;
	/display: inline; /zoom: 1;
	width: 9em;
	margin-bottom: 1em;
	padding: 0.1em;
	background-color: #e8e8f4;
	text-align: center;
	font-size: 100%;
	color: #333;
}

div#nlandIappli div.section p.available{
	margin-top: 1em;
}

div#nlandIappli div.section div.textset{
	line-height: 1.4;
	font-size: 120%;
}

/* ------------------------------------------- */
/* 機種別専用iアプリ */
div#nlandIapplimodel div.section div.textset{
	line-height: 1.4;
	font-size: 120%;
}

div#nlandIapplimodel div.section div.textset ul,
div#nlandIapplimodel div.section div.textset ol{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 30px;
}

div#nlandIapplimodel div.section div.textset p,
div#nlandIapplimodel div.section div.textset dl{
	margin-top: 1em;
	margin-bottom: 1em;
}

div#nlandIapplimodel div.section div.textset table{
	margin-bottom: 1em;
	font-size: 85%;
}

/* ------------------------------------------- */
/* サイトマップ */

/* お知らせ, 製品情報 共通 */
div#sitemap h2{
	background-image: url("/common_wr/images/h2_2col_bg_800.gif");
}

div#sitemap div.section#section06 ul,
div#sitemap div.section#section01 div.section.model ul{
	height: 100%;
	padding-left: 10px;
}

div#sitemap div.section#section06 ul li,
div#sitemap div.section#section01 div.section.model ul li{
	margin-left: 0;
	padding-left: 15px;
	background: url("/common_wr/images/icon_list.gif") no-repeat 0 0.6em;
	list-style: none;
}

/* お知らせ */
div#sitemap div.section#section06 ul{
	clear: both;
	margin-top: 0;
}

div#sitemap div.section#section06 ul li{
	width: 233px;
}

div#sitemap div.section#section06 ul li.first{
	float: left;
	margin-right: 20px;
}

div#sitemap div.section#section06 ul li.second{
	float: left;
}

div#sitemap div.section#section06 ul li.third{
	float: right;
}

*:first-child+html div#sitemap div.section#section06 div.section ul{
	height: auto;
}

/* 製品情報 */
html div#sitemap div.section#section01 div.section.model ul{
	width: 370px;
}

* html div#sitemap div.section#section01 div.section.model ul{
	width: 380px;
}

div#sitemap div.section#section01 div.section.model ul.odd{
	float: left;
}

div#sitemap div.section#section01 div.section.model ul.even{
	float: right;
}

div#sitemap div.section#section01 div.section.model ul li em strong{
	margin-left: 0.5em;
	color: #f00;
}

/* 本文内 2 カラム（見出し入り） */
div#sitemap div.sectioin-container{
	height: 100%;
	margin-bottom: 40px;
}

div#sitemap div.sectioin-container:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
}

div#sitemap div.sectioin-container div.section{
	width: 380px;
	clear: none;
	padding: 0;
}

div#sitemap div.sectioin-container div.section div.section{
	width: auto;
	float: none;
	margin-right: 0;
}

div#sitemap div.sectioin-container h2.h{
	width: 372px;
	margin-bottom: 1em;
	background-image: url("/common_wr/images/h2_2col_bg_380.gif");
}

div#sitemap div.sectioin-container div.section#section02,
div#sitemap div.sectioin-container div.section#section04{
	float: left;
}

div#sitemap div.sectioin-container div.section#section03,
div#sitemap div.sectioin-container div.section#section05{
	float: right;
}

/* 2010-08-08 Start */
/* SAR一覧, SAR詳細 */
.page.sar .content.main h2{
	width: 620px;
	margin-bottom: 1em;
	font-size: 120%;
}

.page.sar .content.main div.section.text{
	padding-bottom: 2em;
	line-height: 1.4;
	font-size: 120%;
}

/* 小見出しIDエラー */
p.error{
	margin: 10px 0 5px 0;
	font-size: 200%;
	color: #c00;
}

p.error em{
	font-weight: bold;
}
/* 2010-08-08 End */
