﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color:#DDDDDD;

}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
 	font-weight: normal;
	font-size: 100%;
}

/* 画像 */
img {
}

/* リンクつき画像 */
a img {
    border: none;
}

a{
	text-decoration:none;
	color:#333333;
}

a:hover{
	text-decoration:none;
	color:#ff6600;
}

/* フォーム */
form {
    margin: 0px;
}

/* リスト */
/*li {
	list-style-type: none;
}*/

/* 各ページの背景画像指定 */
#top{
	background: url(../images/Bg_top.jpg) no-repeat center top;
}

/* コンテンツエリア */
#Container {
	width: 840px;
	margin: 0 auto;
	text-align:center;
	background: url(../images/Bg_design.jpg) repeat-y center top;
}
#Contents {
	width: 760px;
	margin: 0px 30px 0px 30px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom:1px solid #999999;
}
#header {
	position: relative;
	height: 95px;
	border-bottom: 5px solid #38598F;
	margin: 0px 0px 2px 0px;
}
#ContentsArea {
	width:100%;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
}


/* ニュースページ用 */
#Newsheader {
	position: relative;
	height: 40px;
	border-bottom: 5px solid #38598F;
	margin: 0px 0px 2px 0px;
}
#NewsContentsArea {
	width:738px;
	margin:0px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	border: 1px solid #CCCCCC;
}
#NewsContentsArea h2 {
	margin-bottom:10px;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	border-bottom: 1px dotted #999999;
}
#NewsContentsArea .BoxCaution {
	margin:10px;
	padding:10px;
	border: 1px dotted #FF0000;
}

#NewsContentsArea .btnClose{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	display:block;
	width:100%;
/*	height:20px;*/
}








/* トップページ */
#wrapper {
   float: left;
}
#topLeftContents{
	float:left;
	width:580px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size:12px;
}
#topRightContents{
	float:right;
	width:180px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size:12px;
}

/* コンテンツページ */
#contentsMenuArea{
	float:left;
	width:200px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size:12px;
}
#mainContentsArea {
	float:right;
	width:560px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size:12px;
}
#footer {
    clear: both;
	width: 100%;
}

/* ヘッダ */
#header h1 {
	position: absolute;
	top:0px;
	left:10px;
}
#header p.companyName{
	position: absolute;
	top: 5px;
	left: 70px;
}
#header p.sitemapBtn{
	position: absolute;
	top: 30px;
	left: 580px;
}
#header p.inquireBtn{
	position: absolute;
	top: 30px;
	left: 670px;
}
#navi-main{
	padding: 54px 0 0 0;
}
#navi-main ul{
	list-style-type:none;
/*	list-style: none;*/
}
#navi-main li{
	list-style-type:none;
	float: left;

}
#navi-main a{
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background-image: url(../images/HeaderNavi.gif);
}
#navi-main01 a{width: 152px; height: 39px; background-position: 0px 0px;}
#navi-main02 a{width: 152px; height: 39px; background-position: -152px 0px;}
#navi-main03 a{width: 152px; height: 39px; background-position: -304px 0px;}
#navi-main04 a{width: 152px; height: 39px; background-position: -456px 0px;}
#navi-main05 a{width: 151px; height: 39px; background-position: -608px 0px;}

#navi-main01 a:hover{width: 152px; height: 39px; background-position: 0px -39px;}
#navi-main02 a:hover{width: 152px; height: 39px; background-position: -152px -39px;}
#navi-main03 a:hover{width: 152px; height: 39px; background-position: -304px -39px;}
#navi-main04 a:hover{width: 152px; height: 39px; background-position: -456px -39px;}
#navi-main05 a:hover{width: 151px; height: 39px; background-position: -608px -39px;}

/* ニュースページヘッダ */
#Newsheader h1 {
	position: absolute;
	top:0px;
	left:10px;
}
#Newsheader p.companyName{
	position: absolute;
	top: 5px;
	left: 70px;
}


/* フッタ */
#footBox{
    clear: both;
	width: 728px;
	padding: 15px 15px 15px 15px;
	border:1px solid #cccccc;
}
ul.menuList li{
	list-style-type:none;
	float:left;
	font-size:10px;
}
address{
	padding:5px 0px 0px 0px;
	font-style:normal;
	font-size:12px;
}
.copyright{
	text-align:right;
	margin-top:-14px;
}

/* コンテンツ */

/* 共通 */

/* パンくずリスト */
#breadcrumbs {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	height: 16px;
	font-size: 12px;
	margin-bottom: 7px;
}
#breadcrumbs li {
	list-style-type:none;
	float: left;
	padding-top:3px; 
	padding-left:3px;
	height: 14px;
	margin-right: 3px;
}
#breadcrumbs li span {
	color: #FF0000;
	margin-right: 4px;
}

/* トップページ */
.topTitle01{
	margin:10px 0px 15px 0px;
}
.topTitle02{
	clear:both;
	margin:-15px 0px 15px 0px;
	padding:8px 0px 0px 0px;
}
.topMenuLine{
	clear:both;
	list-style-type:none;
	border-bottom: 1px solid #cccccc;
	margin:0px 0px 10px 0px;
}
.topMenuNoline{
	clear:both;
	list-style-type:none;
	margin:0px 0px 10px 0px;
}

.topFlash{
	padding:4px 4px 4px 4px;
	border:1px solid #CCCCCC;
}


.topMenu01{
	float:left;
	margin:0px 12px 5px 0px;
}
.topMenu02{
	margin:0px 0px 5px 0px;
}

.topSubMenu{
	list-style-type:none;
}

.topSubMenu01{
	line-height:1.3em;
	margin-top:-10px;
	padding:10px 20px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.topSubMenu02{
	line-height:1.3em;
	padding:10px 20px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.topSubMenu03{
	line-height:1.3em;
	padding:10px 20px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}
#informationTable{
	width:560px;
	margin:-10px 10px 20px 10px;
	color:#666666;
}
#informationTable td{
	vertical-align:top;
	line-height:1.3em;
	padding:10px 10px 10px 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#informationTable td.ymd{
	width:70px;
	color:#0000FF;
}
.infoTitle{
	font-weight: bold;
}


/* コンテンツページ共通 */
.contentsTitle01{
	margin:5px 0px 20px 0px;
}
.contentsMenu{
	clear:both;
	list-style-type:none;
	margin-bottom:20px;
}
.contentsMenu01{
	margin:0px 13px 3px 0px;
}
.contentsMenuDetail{
	width:140px;
	line-height:1.3em;
/*	padding:3px 10px 10px 30px;
	margin-bottom:10px;*/
	padding:5px 10px 5px 30px;
	margin-bottom:5px;
	border:1px solid #FF9900;
/*	border-bottom: 1px dotted #CCCCCC;*/
	background: transparent url(../images/productMenuMark.gif) no-repeat 10px 10px;
}
.contentsSubMenu01{
	width:140px;
	line-height:1.3em;
	margin-top:-10px;
	padding:10px 20px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.contentsSubMenu02{
	width:140px;
	line-height:1.3em;
	padding:10px 20px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.contentsSubMenu03{
	width:140px;
	line-height:1.3em;
	padding:10px 20px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: -10px;
}

/* 製品情報一覧 */
#productListContents{
/*	border: 1px solid #FF0000;*/
}
#productListContents h2{
	padding: 0px 0px 15px 0px;
}
#productListContents h3{
	padding: 10px 0px 10px 28px;
	margin:20px 0px 10px 10px;
	border:1px solid #CCCCCC;
}
ul.productList{
	list-style-type: none;
}

ul.productList li{
	line-height:1.3em;
	padding:3px 10px 10px 30px;
	margin:0px 0px 10px 28px;
	border-bottom: 1px dotted #CCCCCC;
	background: transparent url(../images/productMenuMark.gif) no-repeat 10px 8px;
}

ul.productList li span.newItem{
	font-weight: bold;
	font-size:12px;
	color:#ff0000;
	border: solid 1px #ff0000;
	padding:2px 2px 2px 2px;
	margin-left:15px;
}

/* 各種製品情報 */
#productHeader{
/*	border: 1px solid #FF0000;*/
}
#productHeader h2{
	padding: 0px 0px 15px 0px;
}
#productHeader h3{
	margin:0px 0px 0px 15px;
	padding: 0px 0px 15px 13px;
	border-bottom: 1px dotted #CCCCCC;
}
#productHeader h3 span.sub{
	font-weight: bold;
	margin-right:20px;
}
#productHeader h3 span.main{
	font-weight: bold;
	font-size:20px;
}
#productHeader h3 span.Newitem{
	font-weight: bold;
	font-size:20px;
	color:#ff0000;
	border: solid 1px #ff0000;
	padding:2px 2px 2px 2px;
	margin-left:15px;
}



#productContents{
	margin:10px 0px 10px 15px;
}


#productContents h3{
	margin:0px 0px 0px 15px;
	padding: 0px 0px 15px 13px;
	border-bottom: 1px dotted #CCCCCC;
}
#productContents h3 span.sub{
	font-weight: bold;
	margin-right:20px;
}
#productContents h3 span.main{
	font-weight: bold;
	font-size:20px;
}





#productContents h4{
	margin:15px 10px 25px 25px;
	line-height:1.3em;	
}
#productContents h5{
	margin:15px 0px 5px 25px;
	padding-bottom:2px;
	line-height:1.3em;
	border-bottom: 1px dotted #CCCCCC;
}
#productContents h6{
	margin:10px 0px 5px 25px;
	padding-bottom:2px;
	line-height:1.3em;
	font-weight: bold;
	font-size:12px;
}

#productContents h6.sub{
	color:#003399;
	padding-top:10px;
	padding-left:20px;
}

#productContents table.productTable{
	margin:0px 0px 15px 45px;
	width:500px;
/*	border: 1px solid #ff0000;*/
}
#productContents table.productTable td{
	padding:5px 5px 5px 5px;
	vertical-align:top;
}

#productContents table.productTableLine{
	margin:0px 0px 15px 45px;
	width:500px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;	
/*	border: 1px solid #ff0000;*/
}
#productContents table.productTableLine th{
	padding:5px 5px 5px 5px;
	vertical-align:top;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
}
#productContents table.productTableLine td{
	padding:5px 5px 5px 5px;
	vertical-align:top;
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
}


#productContents table.productTableLine2{
	margin:0px 0px 15px 45px;
	width:350px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;	
}
#productContents table.productTableLine2 th{
	padding:5px 5px 5px 5px;
	vertical-align:top;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
}
#productContents table.productTableLine2 td{
	padding:5px 5px 5px 5px;
	vertical-align:top;
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
}


#productContents p.t-productcomment01{
/*	width:300px;*/
	line-height:1.3em;
	padding:3px 10px 5px 20px;
	background: transparent url(../images/list_point_Blue.gif) no-repeat 0px 5px;
}
#productContents p.subTitle01{
	font-size:14px;
	font-weight:600;
	line-height:1.3em;
	padding:3px 10px 5px 0px;
}
#productContents p.t-comment01{
/*	width:300px;*/
	line-height:1.3em;
	padding:10px 10px 5px 0px;
}
#productContents p.t-comment02{
/*	width:300px;*/
	line-height:1.3em;
	padding:3px 10px 5px 20px;
}
#productContents p.t-comment03{
/*	width:300px;*/
	line-height:1.3em;
	padding:0px 10px 5px 0px;
}



#productContents img.imgptn01{
	padding:5px 0px 5px 50px;
}
#productContents p.comment01{
	line-height:1.3em;
	padding:5px 10px 15px 50px;
}
#productContents p.comment02{
	line-height:1.3em;
	margin-left:50px;
	padding:3px 10px 0px 20px;
	background: transparent url(../images/list_point_Blue.gif) no-repeat 0px 5px;
}
#productContents p.comment03{
	line-height:1.3em;
	padding:5px 10px 15px 70px;
}

.endLine{
	margin:20px 0px 0px 0px;
	border-bottom:1px dashed #006699;
}

ul.counterList{
	margin-left:55px;
	list-style-type:decimal;
}

ul.counterList li{
	line-height:1.3em;
	padding:3px 3px 3px 0px;
	border-bottom:1px dotted #CCCCCC;
}


ul.counterList00{
	margin-left:25px;
	list-style-type:decimal;
}

ul.counterList00 li{
	line-height:1.3em;
	padding:3px 3px 3px 0px;
	border-bottom:1px dotted #CCCCCC;
}


/* 会社情報 */
#companyHeader{
/*	border: 1px solid #FF0000;*/
}
#companyHeader h2{
	padding: 0px 0px 15px 0px;
}
#companyHeader h3{
	margin:15px 0px 0px 15px;
	padding: 0px 0px 15px 13px;
	border-bottom: 1px dotted #CCCCCC;
}
#companyContents{
	margin:10px 0px 10px 0px;
}
#companyContents table.profileTable{
	margin:0px 0px 15px 15px;
	width:545px;;
/*	border: 1px solid #ff0000;*/
}
#companyContents table.profileTable th{
	padding:15px 5px 10px 35px;
	width:100px;
	text-align:left;
	vertical-align:top;
	font-weight:100;
	line-height:1.3em;
	background: transparent url(../images/list_point_Orange.gif) no-repeat 10px 18px;
	border-bottom:1px dotted #CCCCCC;
}
#companyContents table.profileTable td{
	padding:15px 5px 10px 5px;
	vertical-align:top;
	line-height:1.3em;
	border-bottom: 1px dotted #CCCCCC;
}
#companyContents p.greetingcomment01{
	line-height:1.5em;
	padding:15px 20px 40px 30px;
}
#companyContents ul.profileList {
	list-style-type: none;
}
#companyContents ul.profileList li.point_on {
	padding: 0px 0px 0px 18px;
	background: transparent url(../images/list_point_Orange.gif) no-repeat 0px 3px;
}
#companyContents ul.profileList li.point_off{
	padding: 0px 0px 10px 18px;
}
#companyContents ul.profileList a {
	color:#FF6600;
}

#companyContents table.historyTable{
	margin:0px 0px 15px 15px;
	width:545px;;
/*	border: 1px solid #ff0000;*/
}
#companyContents table.historyTable th{
	padding:15px 5px 10px 35px;
	width:50px;
	text-align:left;
	vertical-align:top;
	font-weight:100;
	line-height:1.3em;
	background: transparent url(../images/list_point_Orange.gif) no-repeat 10px 18px;
	border-bottom:1px dotted #CCCCCC;
}
#companyContents table.historyTable td{
	padding:15px 5px 10px 5px;
	vertical-align:top;
	text-align:left
	line-height:1.3em;
	border-bottom: 1px dotted #CCCCCC;
}


#inquiryContents{
	margin:10px 0px 10px 0px;
}
#inquiryContents h3{
	margin:0px 0px 0px 15px;
	padding: 0px 10px 15px 13px;
	line-height:1.3em;	
/*	border-bottom: 1px dotted #CCCCCC;*/
}
#inquiryContents table.profileTable{
	margin:0px 0px 0px 0px;
	width:500px;;
}
#inquiryContents table.profileTable th{
	padding:10px 5px 10px 35px;
	width:100px;
	text-align:left;
	vertical-align:top;
	font-weight:100;
	line-height:1.3em;
	background: transparent url(../images/list_point_Orange.gif) no-repeat 10px 13px;
}
#inquiryContents table.profileTable td{
	padding:10px 5px 10px 5px;
	vertical-align:top;
	text-align:left;
	line-height:1.3em;
}
#inquiryContents ul.profileList {
	list-style-type: none;
}
#inquiryContents ul.profileList li.point_on {
	padding: 0px 0px 0px 18px;
	background: transparent url(../images/list_point_Orange.gif) no-repeat 0px 3px;
}
#inquiryContents ul.profileList li.point_off{
	padding: 0px 0px 10px 18px;
}
#inquiryContents ul.profileList a {
	color:#FF6600;
}

.Box{
	margin:0px 0px 3px 15px;
	padding:10px 10px 10px 10px;
	text-align:center;
	border: 1px solid #CCCCCC;
}
.BoxLeft{
	margin:0px 0px 3px 0px;
	padding:15px 10px 18px 10px;
	text-align:left;
	border: 1px solid #CCCCCC;
}



/* セミナー情報 */
#seminarHeader{
/*	border: 1px solid #FF0000;*/
}
#seminarHeader h2{
	padding: 0px 0px 15px 0px;
}

#seminarContents{
	margin:10px 0px 10px 0px;
}
#seminarContents h3{
	margin:5px 0px 5px 20px;
	padding: 10px 0px 10px 13px;
	color:#006699;
	font-weight:600;
	font-size:14px;
	line-height:1.3em;
	border:1px solid #CCCCCC;
}
#seminarContents h3 span{
	line-height:1.3em;
	font-size:10px;
	font-weight:100;
}


#seminarContents h4{
	margin:0px 0px 5px 0px;
	font-size:14px;
	line-height:1.3em;
	padding: 0px 0px 0px 40px;
}
#seminarContents h4.mainTheme{
	font-weight:600;
}
#seminarContents h4.subTheme{
	padding-left:60px;
}


#seminarContents h5{
	margin:0px 0px 15px 30px;
	padding: 0px 20px 10px 30px;
	font-size:12px;
	line-height:1.1em;

	border-bottom:1px dotted #CCCCCC;
}

#seminarContents p.ymdPlace{
	color:#666666;
	margin:0px 20px 15px 25px;
	padding: 0px 20px 0px 10px;
/*	text-align:right;*/
	line-height:1.1em;
}
#seminarContents p.seminarLink{
	color:#FF6600;
	margin-bottom:15px;
	padding: 0px 20px 0px 0px;
	text-align:right;
	line-height:1.5em;
}




/* 採用情報 */
#recruitHeader{
/*	border: 1px solid #FF0000;*/
}
#recruitHeader h2{
	padding: 0px 0px 15px 0px;
}
tContents{
	margin:10px 0px 10px 0px;
}
#recruitContents{
	margin:10px 0px 10px 0px;
}
#recruitContents h3{
	margin:0px 0px 15px 45px;
	padding: 0px 0px 15px 13px;
	border-bottom: 1px dotted #CCCCCC;
}
#recrui


#productContents table.recruitTable{
	margin:0px 0px 15px 45px;
	width:500px;
/*	border: 1px solid #ff0000;*/
}
#recruitContents table.recruitTable td{
	padding:5px 5px 5px 5px;
	vertical-align:top;
}

#recruitContents table.recruitTableLine{
	margin:0px 0px 15px 45px;
	width:500px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;	
/*	border: 1px solid #ff0000;*/
}
#recruitContents table.recruitTableLine th{
	padding:5px 5px 5px 5px;
	vertical-align:top;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
}
#recruitContents table.recruitTableLine td{
	padding:5px 5px 5px 5px;
	vertical-align:top;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
}













/* その他情報 */
#otherHeader{
/*	border: 1px solid #FF0000;*/
}
#otherHeader h2{
	padding: 0px 0px 15px 0px;
}
/*#otherHeader h3{
	margin:15px 0px 0px 15px;
	padding: 0px 0px 15px 13px;
	border-bottom: 1px dotted #CCCCCC;
}*/
#otherContents{
	margin:10px 0px 10px 0px;
}



#privacyContents{
	margin:10px 10px 10px 0px;
}
#privacyContents h3{
	margin:0px 0px 0px 15px;
	padding: 0px 0px 15px 13px;
	line-height:1.4em;
}
#privacyContents h4{
	margin:0px 0px 0px 15px;
	padding: 10px 0px 5px 30px;
}
#privacyContents p{
	margin:0px 0px 0px 15px;
	padding: 0px 0px 10px 30px;
	line-height:1.4em;
}

#privacyContents ul.privacyList {
	list-style-type: none;
	margin:0px 0px 0px 15px;
	padding: 0px 0px 5px 30px;
}
#privacyContents ul.privacyList li{
	padding: 0px 0px 5px 18px;
	line-height:1.4em;
	background: transparent url(../images/list_point.gif) no-repeat 0px 3px;
}



#sitemapContents{
	margin:10px 0px 10px 15px;
}
#sitemapContents h2{
	padding: 0px 0px 25px 0px;
}

ul.sitemapList{
	list-style-type:none;
}

ul.sitemapList li.map01{
	padding: 0px 0px 0px 25px;
	height: 13px;
	font-size:12px;
	font-weight: normal; 
	background: transparent url(../images/productMenuMark.gif) no-repeat 10px 3px;
/*	border-top:1px dotted #CCCCCC;*/
}

ul.sitemapList li.map02{
	margin-left: 40px;
	padding: 12px 0px 0px 30px;
	height: 13px;
	font-size:12px;
	font-weight: normal; 
	background: transparent url(../images/productMenuMark2.gif) no-repeat 10px 14px;
}

ul.sitemapList li.map03{
	margin-left: 80px;
	padding: 8px 0px 0px 35px;
	height: 13px;
	font-size:12px;
	font-weight: normal; 
	background: transparent url(../images/productMenuMark3.gif) no-repeat 10px 10px;
}



/* 地図コンテンツエリア */
#SmallContainer {
	width: 600px;
	margin: 0 auto;
	text-align:center;
/*	background: url(../images/Bg_design.jpg) repeat-y center top;*/
}
#SmallContents {
	width: 500px;
/*	margin: 0px 30px 0px 30px;*/
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom:1px solid #999999;
	background-color:#FFFFFF;
}
#SmallfootBox{
    clear: both;
	width: 465px;
	padding: 15px 15px 15px 15px;
	border:1px solid #cccccc;
}
.mapCopyright{
	text-align:left;
	margin-top:-14px;
}



/* 別ウインドウコンテンツページ */
#noMenuContents {
	width:100%;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size:12px;
}
#noMenuheader {
	position: relative;
	height: 40px;
	border-bottom: 5px solid #38598F;
	margin: 0px 0px 2px 0px;
}
#noMenuheader h1 {
	position: absolute;
	top:0px;
	left:10px;
}
#noMenuheader p.companyName{
	position: absolute;
	top: 5px;
	left: 70px;
}

#noMenuContents h2{
	margin:5px 0px 5px 0px;
	padding: 10px 0px 10px 13px;
	color:#006699;
	font-weight:600;
	font-size:14px;
	line-height:1.3em;
	border:1px solid #CCCCCC;
}


#noMenuContents h3{
	margin:0px 0px 5px 0px;
	font-size:12px;
	line-height:1.3em;
	padding: 0px 30px 0px 30px;
}
#noMenuContents h3 span{
	line-height:1.3em;
	font-size:10px;
	font-weight:100;
}

#noMenuContents h4{
	margin:0px 0px 5px 0px;
	font-size:14px;
	line-height:1.3em;
	padding: 0px 40px 0px 40px;
}
#noMenuContents p.seminarLink{
	color:#FF6600;
	margin-bottom:15px;
	padding: 0px 20px 0px 0px;
	text-align:right;
	line-height:1.5em;
}
#noMenuContents .centerImg{
	text-align:center;
}
#noMenuContents .centerImg .imgLine{
	margin-top:10px;
	border:3px solid #CCCCCC;
}
