@charset "shift_jis";

/*

information{

	ファイル名	　: css/txt.css
	概要 		　: マークアップの基本的な要素の設定（全体のレイアウトなどを記載）
	サイト名 	　: NTT西日本情報機器ナビゲーション　Bフレッツ
	URL			　: http://www.ntt-west.co.jp/bflets/
	コピーライト　: (c) Qript. All Rights Reserved.
	作成日		　: 2008/10/28
	作成者		　: 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#wrap {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -380px;
}



/*-----------------------------------------------------------------


		ページ構成


-----------------------------------------------------------------*/


h1#new {
	display: blick;
	width: 460px;
	height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 220%;
	background:  no-repeat left top;
	margin: 0px 0px 15px 0px;
	padding: 0px 60px 0px 60px;
	
}
/*-- IE6 ハック --*/
* html h1#new {
	width: 580px;
}
/* end */

/*-- IE7 ハック --*/
*:first-child + html h1#new {
	width: 580px;
}
/* end */



div#quicklinkArea {
	display: block;
	width: 580px;
	height: auto;
	margin: 15px 0px 13px 0px;
	padding: 0px 0px 0px 0px;
	zoom: 100%;
}
/*-- clearfix --*/
div#quicklinkArea:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* end */


/*-- Safari/Opera ハック --*/
body:first-of-type div#quicklinkArea dl dt {
	font-size: 9px;
	line-height: 220%;
}
/* end */


div#quicklinkArea dl dd {
	font-size: 10px;
	line-height: 190%;
	margin: -1.9em 0px 0px 150px;
	padding: 0px 0px 0px 0px;
}

/*-- Safari/Opera ハック --*/
body:first-of-type div#quicklinkArea dl dd {
	font-size: 9px;
	line-height: 220%;
}
/* end */



div.CntArea {
	display: block;
	width: 580px;
	height: auto;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	zoom: 100%;
}
/*-- clearfix --*/
div.CntArea:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* end */


div.CntBody {
	width: 560px;
	height: auto;
	font-size: 75%;
	color: #333333;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	zoom: 100%;
}
/*-- clearfix --*/
div.CntBody:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* end */



/*	サービス情報
-----------------------------------------*/
dl.CntSurviceBox {
	position: relative;
	float: left;
	display: block;
	width: 270px;
	height: 70px;
	border-bottom: 1px #CCCCCC solid;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	zoom: 100%;
}
/*-- clearfix --*/
div.CntSurviceBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* end */

/*-- Safari ハック --*/
html:not(:only-child:only-child) dl.CntSurviceBox {
	font-size: 11px;
}
/* end */



/*-----------------------------------------------------------------


		テキスト


-----------------------------------------------------------------*/

p.notice {
	font-size: 60%;
	color: #666666;
}

p.description {
	margin-top: 5px;
	margin-left: 5px;
}

.txt01 {
	float: right;
	font-size: 80%;
	color: #666666;
	margin-top: -15px;
}

/*-- IE6 ハック --*/
* html .txt01 {
	margin-top: -10px;
}
/* end */


/*-- IE7 ハック --*/
*:first-child + html .txt01 {
	margin-top: -10px;
}
/* end */



p.btmline {
	font-size: 5px;
	width: 100%;
	border-bottom: 1px #CCCCCC dotted;
}


/*-----------------------------------------------------------------


		画像


-----------------------------------------------------------------*/


img.thum {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.thum02 {
	float: left;
	margin: 0px 20px 10px 0px;
}




/*-----------------------------------------------------------------


		マージン・パディング


-----------------------------------------------------------------*/

.mt10 {margin-top: 10px;}