﻿/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("/img/bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: underline;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}


/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 line-height: 1.5;
 color: #006699;
 margin: 0px;
 padding: 15px 0px 15px 0px;
}


	 
h3{
 display：inline;
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #006699;
 margin:  20px 0px 5px 0px;
 padding: 0px;
}

h5{
 font: 80% Arial,sans-serif;
 text-align:right;
 color: #666;
 margin: 0px;
 padding: 0px 40px 20px 0px;
}

#head img{
padding:20px 25px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1{
	margin:0 auto ; 
	position:absolute;
	top: 40px;
	left: 2%;
	right: 2%;
	width:930px;
	background-color: #ffffff;
}



#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	margin:0 auto ; 
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:930px;
	
}

#pageNav{
	float: left;
	width:230px;
	padding: 0px;
	background-color: #F5f7f7;
	font: small Arial,Verdana,sans-serif;
	border-left: 1px solid #ccd2d2;
}



#content{
	width:700px;
	padding: 5px 20px 20px 0px;
	margin:0px 0px 0px 230px;
	border-left: 1px solid #ccd2d2;
}



/***********************************************/
/* Component Divs                              */
/***********************************************/


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 18px;
	right: 15px;
	bottom:8px;
	color: #919999;
	left: 850px;
	width: 72px;
}

#utility a{
	color: #000;
}

#utility a:hover{
	color: #CC0000;
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 54px 15px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	width:389px;
	top: 30px;
	left: 10px;
	padding:34px 0px 4px 15px
	margin: 0px;
	border:none;
}


/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 620px;
height: 32px;
color: #999999;
padding: 0px;
margin: 0px;
background-image:  url("img/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
}


#globalLink{
	position: absolute;
	top: 6px;
	height: 32px;
	min-width: 620px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	text-decoration: none;
}



a.glink, a.glink:visited{
  	font-size: small;
  	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 8px 33px;
	border-right: 1px solid #009966;
	text-decoration: none;
}


a.glink2, a.glink2:visited{
  	font-size: small;
  	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 8px 33px;
	border-right: 1px solid #009966;
	text-decoration: none;
  	background-image:  url("img/glblnav_selected.gif");
}


a.glink:hover{
  	background-image:  url("img/glblnav_selected.gif");
	text-decoration: none;

}

.skipLinks {display: none;}



/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #21536A;
}

#breadCrumb a{
	color: #21536A;
}

#breadCrumb a:hover{
	color: #CC0000;
	text-decoration: underline;
}

/************* サブタイトル styles ***************/

#sub{
	padding: 8px 0px 5px 15px;
	font: bold　small Verdana,sans-serif;
	color: #333333;
}

/************** feature styles *****************/

.feature{
	width:700px;
	padding: 0px 0px 10px 25px;
	font-size: 80%;
	border-bottom: 1px solid #cccccc;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	clear:both;
	padding: 0px 10px 0px 0px;
}

.feature p{
	width:630px;
}

/*************** message styles ******************/

.message {
	padding: 10px 0px 0px 30px;
	font-size: 90%;
	line-height:normal;
	border-bottom: 1px solid #cccccc;
}

.message02 {
	padding: 0px 0px 0px 30px;
	font-size: 90%;
	line-height:normal;
}

.message03 {
	margin-top:25px;
	margin-bottom:20px;
	padding: 0px 0px 0px 30px;
	font-size: 90%;
	line-height:normal;
}



.message02 img{
	padding-bottom:0px;
	padding-top:5px;
}

.message03 img{
	display: block;
	padding-bottom:7px;
}


.message h3{
	font: bold 100% Arial,sans-serif;
	padding-bottom:0px;
	padding-top:20px;
	color: #333;
}

.message h3 img{
	padding-bottom:5px;

}

.message p {
	padding: 0px 0px 10px 0px;
	color: #666;
	line-height:160%;
	width: 590px;
}

.message02 p {
	padding: 0px 0px 10px 0px;
	color: #666;
	line-height:160%;
	width: 590px;
}

.message02 ul{
	padding-bottom:0px;
}

.message02 li{
	color: #333;
	width:580px;
	line-height: 1.5;
}

.message a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.message a.capsule:hover{
	text-decoration: underline;
}

td.messageLeft{
	padding-right: 12px;
}




/**** business内 ******/

img.img_right{
	float: right;
	padding: 10px 60px 0 10px;
}

div.clear{
	clear: both;
	margin: 0px;
}

/**** business内 ******/




/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: x-small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

.sectionLinks{
	margin: 0px;
	padding: 0px;
}

.sectionLinks00 a:link, .sectionLinks00 a:visited {
	display: block;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image:  url("img/bg_nav.jpg");
	font-weight: bold;
	vertical-align:middle;
	padding: 10px 0px 10px 15px;
	color: #21536A;
	text-decoration: none;
}

.sectionLinks01 a:link, .sectionLinks01 a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-image:  url("img/bg_nav.jpg");
	font-weight: bold;
	vertical-align:middle;
	padding: 10px 0px 10px 15px;
	color: #21536A;
	text-decoration: none;
}

.sectionLinks02 a:link,   .sectionLinks02 a:visited {
	display: block;
	border-top: 1px solid #3366CC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #3366CC;
	background-image:  url("img/bg_nav01.jpg");
	font-weight: bold;
	vertical-align:middle;
	padding: 10px 0px 10px 15px;
	color: #21536A;
	text-decoration: none;
}


.sectionLinks00 a:hover{
	background-color: #DEF2BF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.sectionLinks01 a:hover{
	background-color: #DEF2BF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.sectionLinks00 img {
    border-style:none;
}

.sectionLinks01 img {
    border-style:none;
}

.sectionLinks02 img {
    border-style:none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 8px 8px 8px 25px;
	text-indent:-1em;
	line-height:1.5em;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks span{
	text-indent:1em;
	margin: 0px;
	padding: 8px 3px 8px 0px;
	text-indent:-1em;
	line-height:1.5em;
}


.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

.relatedLinks span a{
	display: block; 
}

img {
    border-style:none;
}

/**************** leftside styles *****************/



.leftside{
	padding: 10px 10px 0px 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.leftside01{
	padding: 10px 10px 0px 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.leftside02{
	border-right: 1px solid #cccccc;
	padding: 10px;
}
.leftside03{
	padding: 10px;
	background-color: #333;
}

.leftside04{
	padding: 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
}

.leftside04 p{
	color: #21536A;
	line-height:1.5em;
}




.leftside img{
	display: block;
	padding-bottom:8px;

}

.leftside01 img{
	border:none;
}



.leftside02 img{
	display: block;
	padding-bottom:8px;
	border:none;
}






/********************* end **********************/



/********************* 付けたし **********************/

.kaisya th {
	background-color: #F2F2ED;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 14px;
	color:#333333;
}

.kaisya02 th {
	width: 130px;
	background-color: #F2F2ED;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 14px;
	color:#333333;
}

.kaisya03 th {
	width: 250px;
	background-color: #F2F2ED;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 14px;
	color:#333333;
}


.kaisya td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	font-size: 14px;
	color:#333333;
}
.kaisya02 td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	font-size: 14px;
	color:#333333;
}

.kaisya03 td {
	padding: 10px;





	font-size: 14px;
	color:#333333;
}


.kaisya .yakuin td {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.kaisya02 .yakuin td {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}



.kaisya {
	width: 630px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:10px;
}

.kaisya02 {
	width: 580px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:10px;
}

.kaisya03 {
	width: 580px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #E0E0E0;
}

.kaisya img {
	padding: 0px 4px 0px 0px;
}



.btn_totop	{
	padding-right: 30px;
	font-size:12px;
	padding: 10px;
	text-align: right;  
}

.btn_totop img {
	padding: 0px 4px 0px 0px;
}

.copy	{border-top:solid 3px #336666;
	 padding-top:6px;
	 font-size:10px;
	 text-align:center
}



.kakomi01 {
	background-image:  url("img/sub_title_base.jpg") ;
	margin-top: 20px;
	margin-right:30px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: solid 1px #cccccc;
}

.kakomi02 {
	background-image:  url("img/sub_title_base02.jpg") ;
	margin-top: 20px;
	margin-right:45px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 28px;
}

.kakomi03 {
	background-image:  url("img/sub_title_base03.jpg") ;
	margin-top: 20px;
	margin-right:45px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 28px;
}


.waku01 {
	color:black;
	line-height: 1.5;
	background-color: #fff;
	border: solid 1px #cccccc;
	margin-top: 10px;
	margin-right:30px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}


.waku02 {
	color:black;
	line-height: 1.5;
	background-color: #fff;
	border-right: 2px solid #000033;
	border-left: 2px solid #000033;
	border-bottom: 2px solid #000033;
	margin-top: 0px;
	margin-right:30px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}


.waku03 {
	color:black;
	line-height: 1.5;
	background-color: #fff;
	border: 2px solid #000033;
	margin-top: 0px;
	margin-right:45px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}


.right
 {
	margin-right:100px;
	margin-bottom: 20px;
	overflow: hidden; /* clear float */
}

.img_right{
	float: right;
}



.box {
	margin: 20px 0px 20px 0px;
	line-height: 1.8;
}


.box span {
	font: 100% Arial,sans-serif;
	text-indent:1em;
	margin: 20px 20px 0px 0px;
	line-height:1.5em;
}


.box img{
	border:none;
}



#content00{
width: 930px;
margin-right: auto;
margin-left: auto;
}



/********************* お問合せフォーム **********************/


.wrap span{
	font-size:10px;/*文字の大きさ*/
	color:#F00;/*文字の色*/
}


textarea{
	
	width:400px;/*横幅*/
	height:150px;/*高さ*/
	
}

.button{
	text-align:center;/*文字を中央寄せ*/
	padding:10px 0;/*内側への余白上下10px*/
}



