/* 全ページ共通基本指定 ***********************/

body {
	margin:0px;
	padding:0px;
	font-family:'ＭＳ Ｐゴシック',osaka,sans-serif;
	background:#f0f0f0;
}

img{
	border:0px;
}

/* フォント */
h1,h2,h3{
	margin:0px;
	padding:0px;
}

/* 共通配置コントロール */
.posRbottom{
	float:right;
	margin:12px 0px 0px 12px;
	vertical-align:bottom;
}
.posLtop{
	float:left;
	margin:0px 12px 12px 0px;
}

/* clear */
.clear{
	clear:both;
}


/* 基本要素（HTMLタグ）（アンカー） */

a:link{
	text-decoration:none;
	color:#7f610e;
}

a:visited{
	text-decoration:none;
	color:#333;
}

a:active{
	text-decoration:underline;
	color:#970f00;
}

a:hover{
	text-decoration:underline;
	color:#970f00;
}

a.arrow{
	padding:0px 0px 0px 15px;
	background:url(../images/arrow.gif) no-repeat 0px 5px;;
	line-height:130%;
}
a#pagetop:visited{
	color:#7f610e;
}


/* 全体 */

#wrapper {
	width:780px;
	margin:0px auto;
	padding-top:0px;
}


/* ヘッダー **********************************************/

/* チーム相続ナビ、検索、OAGロゴ ************/
#headerNavi{
	position:absolute;
	top:0px;
	width:100%;
	height:50px;
	margin:0px;
	clear:both;
	text-align:center;
	background:white;
}
#headNaviWrapper{
	width:780px;
	height:50px;
	margin:10px auto 0px auto;
	padding:0px;
	text-align:left;
}
#backGrandTop{
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
}
#goOAG{
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
}

/*サイト内検索 */
form#msearch{
	margin:0px 0px 0px 0px;
	padding:0px;
}
form#msearch p{
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:100%;
}

input.textField{
	width:150px;
	height:14px;
	margin:7px 0px 0px 0px;
	font-size:80%;
	line-height:120%;
	border:1px inset #ccc;
}
input.textField:focus{
	background:#f6f6f6;
}
input.btnSubmit{
	margin:7px 30px 0px 5px;
}



#headerTitle{
	clear:both;
	position:absolute;
	top:50px;
	width:100%;
	height:150px;
	margin:0px;
	padding:0px;
	clear:both;
	text-align:center;
	background:white;
}
#headTitleWrapper{
	width:780px;
	height:150px;
	margin:0px auto;
	padding:0px;
	background:black;
	text-align:left;
}
#logoMarkProjectz{
	float:left;
	width:117px;
	height:120px;
}
#logoMarkProjectz img{
	margin:15px 0px 0px 15px;
}
#logoTypeProjectz{
	margin:0px 0px 0px 147px;
	padding:15px 0px 0px 0px;
}
#leadCopyProjectz{
	margin:14px 0px 0px 149px;
	padding:0px 0px 0px 0px;
	font-size:80%;
	line-height:150%;
	color:white;
}








#headerMenu{
	position:absolute;
	top:198px;
	width:100%;
	height:75px;
	margin:0px;
	clear:both;
	text-align:center;
	background:white;
}
#headMenuWrapper{
	width:780px;
	margin:0px auto;
	padding:0px;
	background:white;
}

/* メインエリア */
#main {
	width:780px;
	margin-top:275px;
	padding-top:20px;
	text-align:left;
}

#main-ajax {
	width:780px;
	margin-top:177px;
}

/* 左メニュー ******/
#submenu {
	float:left;
	width:210px;
	margin:30px 0px 0px 0px;
	padding:0px;
	line-height:0%;
}

#submenuBg {
	width:210px;
	margin:0px;
	padding:0px;
	background:url(../images/projectz_leftmenu_bg01.jpg) repeat-y;
}

#submenu p,
#submenu h2,
#submenu div {
	margin:0px;
	padding:0px;
}

#submenu p#subMenuTitle{
	margin:0px;
	padding:0px;
}

#submenuBg h2#btnTop{
	margin:0px 0px 0px 0px;
	padding:18px 0px 8px 16px;
	background:url(../images/projectz_leftmenu_top.jpg) no-repeat;
}

#submenuBg h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 8px 20px;
}

#submenuBg div a{
	padding:0px 0px 0px 18px;
}

#submenuBg div.tel a{
	padding:0px 0px 0px 12px;
}

#submenuBg p{
	width:150px;
	font-size:80%;
	margin:0px 15px 10px 18px;
}

#submenuBg p.line{
	width:150px;
	padding-bottom:15px;
	border-bottom:1px #aaa solid;
}

#submenuBnr {
	margin:0px;
	padding:0px 0px 0px 0px;
}



/* 左メニュー　スクロールするボタン
############################## */
#submenuBg div#moveBtn a{
	margin:5px 0px 0px -3px;
	padding:0px 0px 0px 0px;
}

#contents {
	width:570px;
	float:right;
	margin:0px;
	padding:0px;
}

#contents-ajax {
	width:570px;
	float:right;
}





#contents {
	width:570px;
	float:right;
	margin:0px;
	padding:0px;
}

#contents-ajax {
	width:570px;
	float:right;
}

#contents h1{
	margin:0px;
	padding:0px;
}



/* コンテンツタイトル
############################## */
#cTitle{
	width:300px;
	font-size:80%;
	padding-bottom:30px;
	float:left;
}

#cTitle h2{
	width:300px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#cTitle h3{
	width:300px;
	margin:25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#cTitle h4{
	width:300px;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#cTitle p{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:150%;
}



/* コンテンツメニュー（右メニュー）
############################## */
#cMenu{
	width:250px;
	font-size:80%;
	line-height:150%;
	float:right;
	margin:10px 0px 0px 0px;
}

#cMenu ul{
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style-type:none;
}
#cMenu li{
	display:block;
	_display:inline-block; /* Win IE6 */
}

#cMenu ul li a{
	display:list-item;
	padding:0px 0px 0px 15px;
	background:url(../images/arrow.gif) no-repeat 0px 3px;
}

#cMenu ul li.on{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 15px;
	background:url(../images/arrow-o.gif) no-repeat 0px 6px;
	border-bottom:1px solid #970f00;
}



#cMenu ul li.onLink{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #970f00;
}

#cMenu ul li.onLink ul{
	padding-left:25px;
}

#cMenu ul li.on02{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	background:url(../images/arrow-o.gif) no-repeat 0px 6px;
}

#cMenu ul li.on02 ul{
	margin:0px 0px 0px -15px;
}

/* フッター */

#footer {
	width:780px;
	padding:0px 0px 50px 15px;
	clear:both;
}

#pagetop {
	clear:both;
	font-size:80%;
	margin-top:30px;
	padding:0px 0px 0px 15px;
	background:url(../images/arrow_top.gif) no-repeat 0px 50%;
	float:right;
}

#footer ul{
	clear:both;
	margin:0;
	padding:15px 0px 0px 0px;
	list-style-type:none;
}

#footer ul li{
	padding:0px 10px 0px 0px;
	float:left;
}

address{
	clear:left;
	padding:15px 0px 0px 0px;
}
address span{
	display:block;
	text-indent:-9999px;
}
address a{
	display:block;
	width:494px;
	height:15px;
	background:url(../images/address.gif) no-repeat;
}

#copyright{
	clear:both;
	margin:0;
	padding-top:2px;
}


/* グランドメニュー */

#grandMenu{
	width:780px;
	margin:0;
	padding:5px 0px 0px 0px;
	background:white;
}

#grandMenu ul{
	width:780px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#grandMenu ul li{
	float:left;
	margin:0;
	padding:0;
}

#grandMenu ul li a{
	display:block;
	width:186px;
	height:65px;
	text-indent:-5000px;
}


li#service a:link,
li#service a:visited,
li#service a:active{
	background:url(../images/menu01.gif) no-repeat;
	text-decoration:none;
}

li#service a:hover{
	background:url(../images/menu01_f2.gif) no-repeat;
	text-decoration:none;
}

li#service02 a{
	background:url(../images/menu01_f3.gif) no-repeat;
	text-decoration:none;
}


li#oag a{
	margin-left:12px;
}

li#oag a:link,
li#oag a:visited,
li#oag a:active{
	background:url(../images/menu02.gif) no-repeat;
	text-decoration:none;
}

li#oag a:hover{
	background:url(../images/menu02_f2.gif) no-repeat;
	text-decoration:none;
}

li#oag02 a{
	background:url(../images/menu02_f3.gif) no-repeat;
	text-decoration:none;
	margin-left:12px;
}


li#knowledge a{
	margin-left:12px;
	margin-right:12px;
}


li#knowledge a:link,
li#knowledge a:visited,
li#knowledge a:active{
	background:url(../images/menu03.gif) no-repeat;
	text-decoration:none;
}

li#knowledge a:hover{
	background:url(../images/menu03_f2.gif) no-repeat;
	text-decoration:none;
}

li#knowledge02 a{
	background:url(../images/menu03_f3.gif) no-repeat;
	text-decoration:none;
	margin-left:12px;
	margin-right:12px;
}


li#projectZ a:link,
li#projectZ a:visited,
li#projectZ a:active{
	background:url(../images/menu04.gif) no-repeat;
	text-decoration:none;
}

li#projectZ a:hover{
	background:url(../images/menu04_f2.gif) no-repeat;
	display:block;
	text-decoration:none;
}

li#projectZ02 a{
	background:url(../images/menu04_f3.gif) no-repeat;
	display:block;
	text-decoration:none;
}


