body{
	background-color: #E7E6DA;
	background-image : url(../img/bg.jpg);
	background-repeat: repeat;
	margin:0px 0px 0px 0px;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height : 200%;
	color:#333333;
	float:inherit
}

img{
	border:0px;
}

h1{
	font-size: 11px;
	font-weight: normal;
	line-height:170%;
	margin: 0;
}
h2{
	font-size: 14px;
	font-weight: normal;
	line-height:170%;
	margin: 0;
}
h3{
	font-size: 12px;
	font-weight: normal;
	line-height:170%;
	margin: 0;
}

img{
	margin: 0;
}

textarea{
	font-size:12px;
}

a:link {
	color: #003399;
}

a:visited {
	color: #003399;
}

a:hover {
	color: #FF3366;
}

a:active {
	color: #FF0000;
}

.kaigyo{
	clear:left;
}
.kaigyoR{
	clear:right;
}

/****************************************
 * 　　　テンプレート用のデザイン
 ****************************************/
 #GlobalMenu{
	width:100%;
	margin:0px auto auto auto;
	padding:0px 0 0 0;
	height:32px;
	background-color:#000033;
	background-image:url(../img/glovalnavi-bg.jpg);
	background-repeat:repeat-x;
	color:#333333;
	position:fixed;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+0)); 
}
 
		ul,li {
			margin: 0;
			padding: 0;
			list-style:none;
		}
		.menu {
			padding-left:80px;
			background-image:url(../img/glovalnavi-logo.jpg);
			background-position:left top;
			background-repeat:no-repeat;
			height:32px;
		}
			.menu ul li {
				float: left;
				position: relative;
				margin-right: 5px;
				width: auto;
				height: 30px;
				text-align:center;
				line-height: 28px;
			}
				.menu ul li table {
					border-collapse: collapse;
					border: none;
					font-size: 90%;
					padding: 0;
					position: absolute;
					top: 0;
					left: 0;
				}
				
			.menu ul li ul {
				visibility: hidden;
				overflow: hidden;
				position: absolute;
				border:#999999 1px solid;
				top: 28px;
				left: 0px;
				width: auto;
				z-index: 100;
			}
				.menu ul li ul li {
					margin-bottom: 0;
					width: auto;
					height: 28px;
					border-bottom:#CCCCCC 1px dotted;
					text-align:left;
					background-image:url(../img/glovalnavi-yaji.jpg);
					background-position:left center;
					background-repeat:no-repeat;
				}
			
			.menu ul li a {
				font-family: verdana, sans-serif;
				display: block;
				text-decoration: none;
				color:#333333;
			}
			
			.menu ul li a:hover {
				position: relative;
				color:#FF3366;
				z-index: 100;
			}
			
			.menu ul li:hover ul ,
			.menu ul li a:hover ul {
				visibility: visible;
				overflow: visible;
				height: auto;
				z-index: 10;
			}


		.menu li.home {
			width:50px;
		}
		.menu li.knowhow{
			width:130px;
		}
			.menu li.knowhow ul{
				background-color:#FFFFFF;
				width:170px;
			}
			.menu li.knowhow a{
				color:#006699;
			}
			.menu li.knowhow ul li{
				padding-left:25px;
				width:145px;
			}
		.menu li.service {
			width:110px;
		}
			.menu li.service ul{
				background-color:#FFFFFF;
				width:210px;
			}
			.menu li.service a{
				color:#006699;
			}
			.menu li.service ul li{
				background-color:#FFFFFF;
				padding-left:25px;
				width:185px;
			}
		.menu li.first_time {
			width:110px;
		}
			.menu li.first_time ul{
				background-color:#FFFFFF;
				width:100px;			
			}
			.menu li.first_time a{
				color:#006699;
			}
			.menu li.first_time ul li{
				background-color:#FFFFFF;
				padding-left:25px;
				width:75px;
			}
		.menu li.company {
			width:70px;
		}
			.menu li.company ul{
				background-color:#FFFFFF;
				width:110px;
			}
			.menu li.company a{
				color:#006699;
			}
			.menu li.company ul li{
				background-color:#FFFFFF;
				padding-left:25px;
				width:85px;
			}
			
		.menu li.contact {
			width:80px;
		}

/*//////////////////////////////////////////////////////*/

/* メニューありの基本デザイン */
#Base{
	width:840px;
	margin:0px auto auto auto;
	padding-top:0px;
	background-image:url(../img/bg-body.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

/* メニューなしの基本デザイン */
#Base2{
	width:840px;
	margin:auto auto auto auto;
	background-image:url(../img/bg-body2.gif);
	background-repeat:repeat-y;
	text-align:left;
}
 
#Header-text{
	width:825px;
	height:19px;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 0px;
	text-align:right;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(../img/header_text.jpg);
	font-size:12px;
	color:#FFFFFF;
	clear:left;
}

#Header{
	width:840px;
	height:126px;
	background-repeat:no-repeat;
	background-position:top left;
	clear:left;
}

#Header-logo{
	width:438px;
	height:126px;
	float:left;
}

#Header-area{
	width:402px;
	height:126px;
	float:left;
	background-repeat:no-repeat;
}

#Header-link{
	width:275px;
	height:35px;
}

#Header-banner{
	width:810px;
	margin:0px 0px 0px 30px;
	background-repeat:no-repeat;
	background-position:top left;
	clear:left;
}

#Globalnavi{
	width:225px;
	padding:0px 10px 0px 10px;
	float:left;
	clear:left;
}

#Globalnavi ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#Globalnavi li{
	width:195px;
	height:45px;
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

#Globalnavi li.menu{
	width:195px;
	height:35px;
	margin:0px 0px 0px 30px;
}
#Globalnavi li.shindan{
	width:195px;
	height:155px;
	margin:0px 0px 0px 30px;
	text-align:center;
}
#Globalnavi li.bottom{
	width:195px;
	height:55px;
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
/*変更したスタイル*/
#Globalnavi li.bottom2{
	width:195px;
	height:55px;
	margin:-2px 0px 13px 30px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
/*変更したスタイル*/
#Globalnavi li.bottom3{
	width:195px;
	height:66px;
	margin:-2px 0px 7px 30px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

#Globalnavi-sassi{
	width:225px;
	height:130px;
	margin:0px 0px 10px 0px;
	text-align:center;
}

#Globalnavi-time{
	width:190px;
	margin:0px 0px 5px 33px;
	text-align:left;
}

.Globalnavi-melma{
	width:195px;
	margin:0px 0px 0px 30px;
	font-size:12px;
	text-align:center;
}

.Globalnavi-shindan{
	width:195px;
	height:145px;
	margin:0px 0px 0px 30px;
	text-align:center;
}

.Globalnavi-hasen{
	width:195px;
	height:30px;
	text-align:center;
	margin:0px 0px 0px 30px;
	background-image:url(../img/menu_hasen.gif);
	background-position:center center;
}

.Globalnavi-conprianece{
	width:195px;
	margin:20px 0px 0px 30px;
	height:60px;
	text-align:center;
}

.Globalnavi-banner{
	width:195px;
	height:110px;
	margin:0px 0px 0px 30px;
	text-align:center;
	clear:left;
}

.Globalnavi-message{
	width:189px;
	margin:15px 0px 0px 30px;
	padding:3px 3px 3px 3px;
	background-color:#FFFFFF;
	border:1px #996600 dotted;
	font-size:12px;
	color:#993300;
}

#Content-body{
	width:580px;
	margin:10px 0px 0px 0px;
	padding-right:10px;
	float:right;
}

#Content-body2{
	width:840px;
	height:860px;
	padding:15px 10px 10px 100px;
	float:left;
}

.Content-main{
	font-size:14px;
	line-height: 160%;
	padding:0px 0px 0px 10px;
}

/* 境界 */
.Content-boundary{
	font-size:14px;
	line-height: 160%;
	padding:5px 0px 0px 0px;
	text-align:right;
}

#Footer1{
	width:830px;
	height:150px;
	background-image:url(../img/fotter.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 10px;
	color:#FFFFFF;
	font-size:12px;
	clear:left;
}

#Footer-sassi{
	width:225px;
	height:130px;
	margin:0px 0px 0px 0px;
	text-align:right;
	float:left;
}
#Footer-pagetop{
	width:473px;
	height:50px;
	text-align:left;
	float:left;
}
#Footer-pagetop2{
	width:130px;
	height:50px;
	padding:28px 0px 0px 0px;
	text-align:left;
	float:left;
}
#Footer2{
	width:800px;
	height:32px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	padding:3px 0px 0px 40px;
	color:#FFFFFF;
	font-size:12px;
	clear:left;
}

#Footer-link{
	width:840px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	text-align:center;
	clear:left;
	font-size:13px;
}

#TopicPass{
	margin:0px 0px 0px 5px;
	font-size:12px;
	color:#666666;
}

/**************** トップページ *****************************/

#Rightbody-topL{
	width:400px;
	padding:0px 0px 0px 0px;
	margin-top:5px;
	float:left;
}
#Rightbody-topL a{
	color:#0033CC;
	text-decoration:none;
}

.Rightbody-topL-top{
	width:395px;
	font-size:14px;
	padding:2px 0px 0px 5px;
	color:#CC3333;
	font-weight:bold;
	background-color:#FFCC66;
}

#Rightbody-topR{
    width:160px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 10px;
	background-color:#CCCCCC;
	float:left;
}
#Rightbody-topR a{
	text-decoration:none;
}
.Rightbody-topR-midashi{
    width:auto;
	height:auto;
	margin:0px 0px 4px 0px;
	background-color:#9999CC;
	color:#003366;
	text-align:center;
	clear:left;
}
.Rightbody-topR-body{
    width:auto;
	height:auto;
	padding:0px 4px 0px 4px;
	color:#003366;
	font-size:10px;
	line-height:160%;
	clear:left;
}
.Rightbody-topR-body td{
	color:#003366;
	font-size:10px;
	line-height:160%;
}
/******************* 左右のページ *******************/

/* 右側 */
#Leftbody{
	width:200px;
	float:left;
	padding:0px 0px 0px 7px;
}

.Leftbody-top{
	width:200px;
	height:5px;
	background-image:url(../img/wkrmenu_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-size:1px;
}
.Leftbody-body{
	width:198px;
	padding:0px 1px 0px 1px;
	color:#999999;
	line-height:160%;
	background-image:url(../img/wkrmenu_body.gif);
	background-repeat:repeat-y;
}
.Leftbody-body2{
	width:188px;
	padding:5px 6px 5px 6px;
	color:#999999;
	line-height:160%;
	background-image:url(../img/wkrmenu_body.gif);
	background-repeat:repeat-y;
}
.Leftbody-body_menu{ /* メニュー表示 */
	width:180px;
	padding:4px 9px 4px 9px;
	color:#FFFFFF;
	line-height:160%;
	border-bottom:1px #CCCCCC solid;
}
.Leftbody-body_menu_active{ /* メニュー表示（選択中） */
	width:180px;
	padding:4px 9px 4px 9px;
	color:#FFFFFF;
	line-height:160%;
}
.Leftbody-bottom{
	width:200px;
	height:5px;
	margin:0px 0px 7px 0px;
	background-image:url(../img/wkrmenu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:1px;
}


/* 左側 */
#Rightbody{
	padding:0px 0px 0px 0px;
	float:right;
}

.Rightbody-top{
	height:0px;
	font-size:1px;
}

/* 赤色の出っ張り形タイトル */
.Rightbody-top2{
	height:40px;
	margin:0px 0px 0px 5px;
	padding:10px 0px 5px 5px;
	font-weight:bold;
	color:#CC3300;
	font-size:20px;
	border-bottom:#999999 1px dotted;
}


/* 灰色の出っ張り形タイトル */
.Rightbody-top3{
	height:20px;
	padding:5px 0px 0px 0px;
	background-image:url(../img/wklmain_top3.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-weight:bold;
}

.Rightbody-body{
	clear:left;
	padding:5px 10px 20px 10px;
}

/* 画像やFLASH表示用*/

.Rightbody-body2{
	padding:0px 5px 0px 0px;
}

.Rightbody-topics{
	padding:10px 10px 20px 10px;
	line-height:110%;
	font-size:12px;
}


.Rightbody-bottom{
	height:1px;
	margin:0px 0px 10px 0px;
	font-size:1px;
}

.Rightbody-space{
	height:5px;
	font-size:1px;
}

.LeftboxBO{
	width:527px;
	padding:0px 0px 15px 0px;
	border-bottom:solid 1px #CCCCCC;
}

.Leftbox{
	width:527px;
	padding:0px 0px 15px 0px;
}

.LeftboxFaq{
	width:527px;
	padding:0px 0px 15px 0px;
}

.LeftboxFaq li{
	list-style-position:outside;
	list-style-image: url(../img/faq-image.jpg);
	font-size: 12px;
	color: #000000;
	margin-left:30px;
	padding-left: 2px;
	line-height: 25px; 
}

.LeftboxLink{
	width:520px;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size:12px;
}
.LeftboxNA{
	width:527px;
	padding:0px 0px 15px 0px;
}
.LeftboxIN20{
	width:497px;
	padding:0px 0px 0px 20px;
}
.LeftboxNayami{
	width:527px;
	padding:0px 0px 15px 0px;
	border-bottom:solid 1px #CCCCCC;
	background-image:url(../img/consul-nayamu.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
.LeftboxKasseika{
	width:527px;
	padding:0px 0px 15px 0px;
	border-bottom:solid 1px #CCCCCC;
	background-image:url(../img/consul-loop.gif);
	background-position:right center;
	background-repeat:no-repeat;
	line-height:140%;
}
.LeftboxKakaku{
	width:527px;
	padding:10px 0px 15px 20px;
	background-image:url(../img/mobameg-plice.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

.Centerbox{
	margin:5px 94px 0px 86px;
}

.Centerbox2{
	margin:5px 0px 0px 50px;
}