@charset "shift_jis";

/*

information{

	ファイル名	　: /css/print.css
	概要 		　: フレッツ光について 印刷よう
	サイト名 	　: NTT西日本情報機器ナビゲーション　フレッツ光とは
	URL			　: http://www.ntt-west.co.jp/about/
	コピーライト　: (c) Qript. All Rights Reserved.
	作成日		　: 2008/10/29
	作成者		　: Ryohei OKADA
}
______________________________________________________________________*/



/*-----------------------------------------------------------------


		ページ全体


-----------------------------------------------------------------*/

html {
	overflow-y: scroll;
	background-color:#ffffff;
	height:100%;
	width:100%;
}



body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 0.75em;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}

html>body {
	height: auto;
}



* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



a {
	outline: 0;
}



/*-----------------------------------------------------------------


		ページ構成


-----------------------------------------------------------------*/

/*	メインコンテンツエリア
-----------------------------------------*/
div#mainCntArea {
	width: 761px;
	height: auto;
	background: url(../about/img/img_mainCnt-bk.gif) no-repeat left bottom;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	zoom: 100%;
}
div.mainCntBox {
	float: left;
	width: 190px;
	height: 100%;
	zoom: 100%
}

/*-- clearfix --*/
div#mainCntArea:after,
div.mainCntBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* end */



/*	サブコンテンツエリア
-----------------------------------------*/
div#subCntArea {
	width: 760px;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	zoom: 100%;
}
div#bnrArea {
	float: left;
	width: 275px;
	height: 100%;
	zoom: 100%
}
div#subCntbox {
	float: left;
	width: 470px;
	height: 100%;
	margin-left: 15px;
	zoom: 100%
}

/*-- clearfix --*/
div#mainCntArea:after,
div.mainCntBox:after,
div#subCntbox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* end */




/*-----------------------------------------------------------------


		テキスト


-----------------------------------------------------------------*/

div.mainCntBox p.txt {
	line-height: 130%;
	color: #666666;
	margin: 10px 10px 0px 10px;
}



p.notice {
	font-size: 60%;
	color: #666666;
}








/*-----------------------------------------------------------------


		ボタン・リンク


-----------------------------------------------------------------*/

/*	メインコンテンツボタンエリア
-----------------------------------------*/

div.mainCntbtn a {
	display: block;
	width: 162px;
	height: 31px;
	font-size: 1px;
	text-indent: -9999em;
}

div.btn01 a {
	background: url(../about/img/btn_Cnt04-area-print.gif) repeat-y left top;
}
div.btn02 a {
	background: url(../about/img/btn_Cnt04-mou-print.gif) repeat-y left top;
}



/*	通常リンクボタン
-----------------------------------------*/
p.link a {
/*	display: block;*/
	line-height: 120%;
	background: url(../about/img/icon_yaji01.gif) no-repeat left 2px;
	padding-left: 12px;
	margin: 0px 10px;
}

/*	メインコンテンツリスト
-----------------------------------------*/
ul.mainCntList {
	margin: 0px 10px 10px 10px;
	list-style: none;
}

ul.mainCntList li {
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
	background: url(../about/img/icon_yaji01.gif) no-repeat left 3px;
	padding-left: 12px;
}



/*	サブコンテンツリスト
-----------------------------------------*/
dl#subCntList {
	font-size: 75%;
	margin: 0px 10px 10px 10px;
}

dl#subCntList dt {
	font-weight: bold;
	line-height: 130%;
	margin-top: 10px;
}

dl#subCntList dd {
	line-height: 150%;
	background: url(../about/img/icon_yaji01.gif) no-repeat left center;
	padding-left: 12px;
}

/*	サブコンテンリンクボタン
-----------------------------------------*/
p.sublink a {
	line-height: 120%;
	background: url(../about/img/icon_yaji01.gif) no-repeat left 2px;
	padding-left: 12px;
	margin: 20px 0px 0px 0px;
}






/*-----------------------------------------------------------------


		画像


-----------------------------------------------------------------*/

div#bnrArea img {
	border-width: 0px;
	margin-bottom: 10px;
}



img.thum {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}



/*-----------------------------------------------------------------


		マージン・パディング


-----------------------------------------------------------------*/

/*	左マージン
-----------------------------------------*/
.ml10 {
	margin-left: 10px;
}

/*	下マージン
-----------------------------------------*/
.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

/*-- IE6 ハック --*/
* html .mb09 {
	margin-bottom: 9px;
}
/* end */

/*-- IE7 ハック --*/
*:first-child + html .mb09 {
	margin-bottom: 9px;
}
/* end */




