@charset "utf-8";

body {
	color: #333333;
	background-color: #ffffff;
}

p, form, ul, ol, li, td, th, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

/* ----- 全体レイアウト ----- */

#wrapper {
	width: 1016px;
	text-align: left;
	padding-left: 10px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#totop {
	height:12px;
	text-align: right;
	padding-top: 5px;
}

/* ----- 上メニュー ----- */

#headMenu {
	background: url(../img/m_bg.gif) no-repeat right 0px;
	width: 1016px;
	height: 49px;
	list-style-type: none;
	padding-bottom: 3px;
}


/* メニュー基本 */
#headMenu li {
	float: left;
	width: 115px;
	height: 33px;
	text-indent: -9999px;
	margin-top: 16px;
}

#headMenu li a {
	display: block;
	width: 115px;
	height: 33px;
}


/* カタログ請求 */
#headMenu li#menuCata {
	background: url(../img/m_catalog.gif) no-repeat 0px 0px;
	width: 81px;
	height: 49px;
	margin-top: 0px;
}

#headMenu li#menuCata a {
	width: 81px;
	height: 49px;
}

#headMenu li#menuCata a:hover {
	background: url(../img/m_catalog.gif) no-repeat 0px -49px;
}

#headMenu li#menuCata a.menuAct {
	background: url(../img/m_catalog.gif) no-repeat 0px -98px;
}


/* ダイノック */
#headMenu li#menuDinoc {
	background: url(../img/m_dinoc.gif) no-repeat 0px 0px;
	margin-left: 11px;
}

#headMenu li#menuDinoc a:hover {
	background: url(../img/m_dinoc.gif) no-repeat 0px -33px;
}

#headMenu li#menuDinoc a.menuAct {
	background: url(../img/m_dinoc.gif) no-repeat 0px -66px;
}


/* スクリーン */
#headMenu li#menuScreen {
	background: url(../img/m_screen.gif) no-repeat 0px 0px;
	width: 116px;
}

#headMenu li#menuScreen a {
	width: 116px;
}

#headMenu li#menuScreen a:hover {
	background: url(../img/m_screen.gif) no-repeat 0px -33px;
}

#headMenu li#menuScreen a.menuAct {
	background: url(../img/m_screen.gif) no-repeat 0px -66px;
}


/* ネオシリーズ */
#headMenu li#menuNeo {
	background: url(../img/m_neo.gif) no-repeat 0px 0px;
	width: 116px;
}

#headMenu li#menuNeo a {
	width: 116px;
}

#headMenu li#menuNeo a:hover {
	background: url(../img/m_neo.gif) no-repeat 0px -33px;
}

#headMenu li#menuNeo a.menuAct {
	background: url(../img/m_neo.gif) no-repeat 0px -66px;
}


/* 玄関ドア */
#headMenu li#menuDoor {
	background: url(../img/m_door.gif) no-repeat 0px 0px;
}

#headMenu li#menuDoor a:hover {
	background: url(../img/m_door.gif) no-repeat 0px -33px;
}

#headMenu li#menuDoor a.menuAct {
	background: url(../img/m_door.gif) no-repeat 0px -66px;
}


/* 枠・建具 */
#headMenu li#menuFrame {
	background: url(../img/m_frame.gif) no-repeat 0px 0px;
	width: 116px;
}

#headMenu li#menuFrame a {
	width: 116px;
}

#headMenu li#menuFrame a:hover {
	background: url(../img/m_frame.gif) no-repeat 0px -33px;
}

#headMenu li#menuFrame a.menuAct {
	background: url(../img/m_frame.gif) no-repeat 0px -66px;
}


/* スコッチティント */
#headMenu li#menuScotch {
	background: url(../img/m_scotch.gif) no-repeat 0px 0px;
}

#headMenu li#menuScotch a:hover {
	background: url(../img/m_scotch.gif) no-repeat 0px -33px;
}

#headMenu li#menuScotch a.menuAct {
	background: url(../img/m_scotch.gif) no-repeat 0px -66px;
}


/* ファサラ */
#headMenu li#menuFasara {
	background: url(../img/m_fasara.gif) no-repeat 0px 0px;
}

#headMenu li#menuFasara a:hover {
	background: url(../img/m_fasara.gif) no-repeat 0px -33px;
}

#headMenu li#menuFasara a.menuAct {
	background: url(../img/m_fasara.gif) no-repeat 0px -66px;
}


/* サイン＆ディスプレイ */
#headMenu li#menuGraphia {
	background: url(../img/m_graphia.gif) no-repeat 0px 0px;
	width: 116px;
}

#headMenu li#menuGraphia a {
	width: 116px;
}

#headMenu li#menuGraphia a:hover {
	background: url(../img/m_graphia.gif) no-repeat 0px -33px;
}

#headMenu li#menuGraphia a.menuAct {
	background: url(../img/m_graphia.gif) no-repeat 0px -66px;
}


/* ----- タイトルエリア ----- */

#grayArea {
	background: url(../img/mg_bg.gif) no-repeat 0px 0px;
	height: 37px;
	padding-bottom: 14px;
}

#grayLt {
	float: left;
	width: 472px;
	padding-left: 14px;
}

#grayRt {
	float: right;
	width: 530px;
}

/* ----- グレー帯メニュー ----- */

#grayMenu {
	width: 524px;
	list-style-type: none;
	margin: 7px 0px 0px auto;
}


/* メニュー基本 */
#grayMenu li {
	float: left;
	background: url(../img/mg_line.gif) no-repeat 0px 5px;
	padding: 0px 10px;
}

#grayMenu li a {
	display: block;
	border: solid 1px #333333;
}

#grayMenu li a:hover {
	border: solid 1px #ff0000;
}

#grayMenu li.first {
	background: url();
}


/* ----- メインエリア ----- */

.mainTtl01 {
	font-size: 140%;
	font-weight: bold;
	padding: 2px 0px 12px 0px;
}

.mainTtl02 {
	padding-top: 11px;
}

#mainArea {
	width: 1016px;
}

#mainLt {
	float: left;
	width: 128px;
}

#mainRt {
	float: right;
	width: 868px;
}

.notesArea {
	list-style-type: none;
}

.notesArea li{

	text-indent: -1.3em;
	padding-left: 1.3em;
	padding-bottom: 8px;
}

.notesArea span.notesIcon{
	padding-right: 0.3em;
}

/* ----- テキスト ----- */

.smlTxt {
	font-size: 80%;
}

.smlerTxt {
	font-size: 75%;
}

.smlestTxt {
	font-size: 70%;
}

.bigTxt {
	font-size: 115%;
}

.biggerTxt {
	font-size: 120%;
}

.biggestTxt {
	font-size: 125%;
}
