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

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

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;
}
.posRtop{
	float:right;
	margin:0px 12px 12px 0px;
}

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



/* 背景画像を使った領域（repeat-y等）のフッタ部分の画像に行間0を適用 */
.bgAreaFoot{
	line-height:0;
}


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

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

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

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 3px;
	line-height:130%;
}
a#pagetop:visited{
	color:#7f610e;
}

/* マウスオーバー時に画像ボタンに枠を表示 */
/* （デフォルト：白い枠をつけておく） */
.overImgBorder{
	border:1px solid #fff;
}
.overImgBorder:active{
	border:1px solid #970f70;
}
.overImgBorder:hover{
	border:1px solid #970f70;
}

/* 赤字強調 */
.note{
	color:#970f00;
}

/* 全体 */

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


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

#header{
	position:absolute;
	top:10px;
	width:780px;
	text-align:left;
}
/* チーム相続ナビ、検索、OAGロゴ ************/
#headerTitle{
	width:780px;
	height:80px;
	margin:0px;
	padding:0px;
	line-height:0%;
	text-align:left;
}
#headerTitle h2{
	margin:0px;
	padding:0px;
}
#logoMark{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:0%;
}
#logoMark img{
	margin:0px;
	padding:0px;
}
#goOAG{
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
}
#backHome{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:0%;
}
/*サイト内検索 */
form#msearch{
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:0%;
}
form#msearch p{
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:0%;
}

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;
}


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

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

#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;
}



/* メインエリア *******************************************/

#main {
	width:780px;
	margin-top:180px;
	text-align:left;
}

#main-ajax {
	width:780px;
	margin-top:180px;
	text-align:left;
}



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

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

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

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

#submenuBg #btnTop{
	margin:0px 0px 0px 0px;
	padding:18px 0px 8px 16px;
	background:url(../images/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 1px;
}



/* 左メニュー　スクロールするボタン
############################## */
#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;
}





/* コンテンツタイトル
############################## */
#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 0.5em
}

#cMenu ul li.on{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 15px;
	background:url(../images/arrow-o.gif) no-repeat 0px 0.5em;
	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 {
	clear:both;
	width:780px;
	padding:0px 0px 50px 15px;
	text-align:left;
}

#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;
}


/* ベリサインシール ******/
.verisign{
	display:block;
	width:130px;
	height:88px;
}



/****clearfix****/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac*/
*html .clearfix{
	clear:both;
	height:1%;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */