@charset "shift_jis";

/*

information{

	ファイル名	　: /css/about.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#wrap {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -380px;
}



/*-----------------------------------------------------------------


		ページ構成


-----------------------------------------------------------------*/

/*	メインコンテンツエリア
-----------------------------------------*/
div#mainCntArea {
	width: 760px;
	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 {
	position: relative;
	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.txt02 {
	line-height: 120%;
	color: #666666;
	margin: 10px 0px 10px 10px;
}



p.notice {
	font-size: 60%;
	color: #666666;
}


.comment_about{
	font-size:10px;
	color:#666666;
	font-weight:normal;
}





/*-----------------------------------------------------------------


		ボタン・リンク


-----------------------------------------------------------------*/

/*	メインコンテンツボタンエリア
-----------------------------------------*/

div.mainCntbtn a {
	display: block;
	width: 190px;
	height: 31px;
	font-size: 1px;
	text-indent: -9999em;
}

div.btn01 a {
	background: url(../about/img/btn_Cnt04-area.gif) repeat-y left top;
}
div.btn02 a {
	background: url(../about/img/btn_Cnt04-mou.gif) repeat-y left top;
}

div.btn01 a:hover,
div.btn02 a:hover {
	background-position: left bottom;
}



/*	通常リンクボタン
-----------------------------------------*/
p.link a {
	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;
}



/*	もっと見るボタン
-----------------------------------------*/
p#more a {
	position: absolute;
	left: 400px;
	top: 2px;
	display: block;
	width: 68px;
	height: 16px;
	font-size: 1px;
	text-indent: -9999em;
	background: url(../about/img/btn_more.jpg) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 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;
}





