@charset "shift_jis";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         tigerjapan　テンプレート
 Style Info:     全ページ
----------------------------------------------------------- */


/*----------------------------------------------------
	Reset
----------------------------------------------------*/

/*html {
	overflow-y: scroll;
}*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background-color:#EFEFEF;
	background-image:url(images/bg.gif);
	color: #333;
	font-size: smaller;
	line-height: 1.5;
}
html,body {
    height: 100%;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: underline;
	color: #333;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #003399;
}

a:active {
	text-decoration: underline;
	color: #003399;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}
.clr {
    clear: both;
}

.fll { 
    float: left;
}

.flr {
    float: right;
}

.txtL {
    text-align: left;
}

.txtC {
    text-align: center;
}

.txtR {
    text-align: right;
}
.m0   {margin:0px!important;}
.p0   {padding:0px!important;}
.p10  {padding:10px;}
.pt10 {padding-top:10px;}
.pr10 {padding-right:10px;}
.pb10 {padding-bottom:10px;}
.pl10 {padding-left:10px;}

.p15  {padding:15px;}
.pt15 {padding-top:15px;}
.pr15 {padding-right:15px;}
.pb15 {padding-bottom:15px;}
.pl15 {padding-left:15px;}

.p20  {padding:20px;}
.pt20 {padding-top:20px;}
.pr20 {padding-right:20px;}
.pb20 {padding-bottom:20px;}
.pl20 {padding-left:20px;}

.p25  {padding:25px;}
.pt25 {padding-top:25px;}
.pr25 {padding-right:25px;}
.pb25 {padding-bottom:25px;}
.pl25 {padding-left:25px;}

.p30  {padding:30px;}
.pt30 {padding-top:30px;}
.pr30 {padding-right:30px;}
.pb30 {padding-bottom:30px;}
.pl30 {padding-left:30px;}

.p40  {padding:40px;}
.pt40 {padding-top:40px;}
.pr40 {padding-right:40px;}
.pb40 {padding-bottom:40px;}
.pl40 {padding-left:40px;}

.mt10{
	margin-top:10px;
	}
.mb10{
	margin-bottom:10px;
	}
.ml10{
	margin-left:10px;
	}
/*----------------------------------------------------
	#text
----------------------------------------------------*/

.chu01 {font-size: x-small;}
.aka {color: #FF0000;}

.lv3{
	font-size:larger;
	font-weight:bold;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #0058E6;
	margin-bottom:15px;	
	}
.lv4{
	font-size:larger;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0058E6;
	margin-bottom:15px;	
	}
.agent{
	font-size:medium;
	padding-top:5px;
	padding-bottom:5px;
	}
/*----------------------------------------------------
	#head
----------------------------------------------------*/

#head {
	width: 780px;
	background-color:#0058E6;
	border-bottom: 1px #333333 solid;
}
#head h1{
	border-top: 1px #333333 solid;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color:#FFFFFF;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/*----------------------------------------------------
	#foot
----------------------------------------------------*/

#cr {
	clear: both;
	padding: 3px;
	background-color:#FFFFFF;
	text-align: center;
	color:#333333;
	font-style: normal;
	font-size: small;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #0058E6;
}

#cr2 {
	clear: both;
	padding: 3px;
	background-color:#0058E6;
	text-align: center;
	color:#FFF;
	font-style: normal;
	font-size: small;

}

#foot {
	text-align: right;
	padding: 5px;
	width:770px;
	font-size: x-small;
	background-color:#1E6DAE;
	background-repeat: repeat;
	color: #333;
	background-image: url(images/bg.gif);

}



/*----------------------------------------------------
	#Gnavi
----------------------------------------------------*/

#Gnavi {
	width: 160px;
	padding: 0;
}
#Gnavi li {
    width: 160px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#Gnavi li a{
	display: block;
	margin: 0;
	text-align: center;
	font-size:small;
	color: #237AA9;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: thick;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0058E6;
	border-right-color: #0058E6;
	border-bottom-color: #0058E6;
	border-left-color: #0058E6;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#Gnavi li a:hover{
	text-decoration: none;
	color: #333333;
	background-color: #E3E3E3;
}
/*#Gnavi-157 {
    width: 155px!important;
}*/


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#wrap {
    width: 780px;
    overflow: auto;
	background-color:#c3d79c;
	margin:0 auto;

}
#topImg {
    width:770px;
	height:259px;
	background-color:#999999;
    margin: 10px 0 0 5px;
    padding: 0;
    height: 262px; /* 画像の高さを入力 */
}
#news_box{
    padding-bottom:10px;
	margin-bottom:10px;
	}

#contents {
	width: 778px;
	background-color:#333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#sub{
    width:160px;
    float:left;
    margin:0;
  }
.sub_text{
	width:150px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height:150%;
  }
#qr{
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;	
  }
#qr_img{
    margin:10px 0 0 40px;
  }
#main{
	width:778px;
	float:right;
	background-color:#49A2F1;
	overflow:auto;
  }
#main_contents{
	background-color:#FFFFFF;
	padding-left:8px;
	float:right;
	_padding-left:6px;
	width:610px;
	margin-bottom: 20px;
  }
  


#oshirase {
	float: left;
	padding: 5px;
	border: 1px solid #000;
	width: 590px;
	margin-right:5px;
	overflow: auto;
	background-color:#FFFFFF;
	color: #333333;
	margin-bottom: 10px;
} 

#topabout {
	float: left;
	padding: 5px;
	border: 1px solid #000;
	width: 590px;
	overflow: auto;
	background-color:#FFFFFF;
	color: #333333;
	margin-right:5px;
	margin-bottom: 10px;
} 

.rightbox{	
	clear:left;
	float: left;
	padding: 5px;
	border: 1px solid #000;
	width: 590px;
	margin-right:5px;
	overflow: auto;
	background-color:#FFFFFF;
	color: #333333;
	margin-bottom: 10px;
}
.navibox{	
	clear:left;
	float: left;
	padding: 5px;
	border: none;
	width: 590px;
	margin-right:5px;
	margin-bottom:15px;
	overflow: auto;
	background-color:#FFFFFF;
	color: #333333;
}

.abouttxt{
	color:#333333;
	font-size:small;
	padding-right:20px;
	padding-left:20px;

	}
#footlink {
	padding: 5px;
	border: none;
	overflow: auto;
	background-color:#FFFFFF;
	color: #333333;
} 


/*--------------------2--------------------*/
.aboutbox {
	clear:both;
	float: left;
	padding: 5px;
	border: 1px solid #000;
	width: 590px;
	margin-right:5px;
	overflow: auto;
	background-color:#FFFFFF;
	color: #333333;
	margin-bottom: 10px;
} 
.jigyoutxt{
	color:#333333;
	padding:20px;
	
	}
	

/*--------------------BGimg--------------------*/	
.bgright{
	background:url(images/rightimg.jpg) top no-repeat;
	}
.bg3{
	background:url(images/2_kankyo.jpg) right bottom no-repeat;	
	}	
.bg0{
	background:url(images/bg.gif) repeat;
	}
.bg5{
	background:url(images/5_img.jpg) right no-repeat;
	}
.bg4{
	background:url(images/4_img.jpg) right no-repeat;
	}
.bgfoot{
	background:url(images/footimg.jpg) repeat bottom;
	}
/*----------------------------------------------------
	#main
----------------------------------------------------*/


/*----------------------------------------------------
	#line
----------------------------------------------------*/


/*----------------------------------------------------
	#flash
----------------------------------------------------*/


/*----------------------------------------------------
	#menu
----------------------------------------------------*/


/*----------------------------------------------------
	#icon
----------------------------------------------------*/
.totop {
   background: url(../images/icn_top.gif) left no-repeat;
   padding-left: 16px;
}

/*----------------------------------------------------
	#adress
----------------------------------------------------*/

#adress {
	padding-top: 10px;	
}


/*----------------------------------------------------
	pan
----------------------------------------------------*/

#panN {
	width: 300px;
	padding: 3px 0 3px 5px;
	text-align: left;
	float: left;
	clear:both;
}
#panN a {
	margin-right: 5px;
	padding-right: 10px;
	background: url(images/icn_pan.gif) right no-repeat;
	color: #333;
	text-decoration: underline; 
}

.next a {
	margin: 12px 12px 0 0;
	padding-left: 17px;
	clear: both;
	padding-bottom:2px;
	background-image: url(images/icn_logout.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
/*----------------------------------------------------
	table
----------------------------------------------------*/

.baibai-Tbl th {
   text-align: left;
   font-weight: normal;
   padding: 0 5px;
}
.baibai-Tbl td {
   text-align: center;
   padding: 0 5px;
}
.oshirase-Tbl {
   margin-bottom: 10px;
}
.oshirase-Tbl th {
   text-align: left;
   font-weight: normal;
   padding: 2px 5px;
}
.oshirase-Tbl td {
   padding: 2px 5px;
}


.toptbl{
	padding-left:20px;
	text-align:center;
	margin-bottom:20px;
	}
.sampletbl{
	padding:20px;	
}

.companytbl th{
	background-color:#E7EEFA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #334A66;
	border-bottom-color: #334A66;
	text-align:left;
	padding-left:15px;
		}
.companytbl td{
	background-color:#F2F8F9;
	border-top:1px solid #334A66;
	border-bottom:1px solid #334A66;
	border-left:1px dashed #334A66;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
	}
.tblmb20{
	margin-bottom:20px;
	}
	
table.sampletbl1{
	margin-left:10px;
	text-align:center;
	width:90%;
	 border-collapse:separate;
	 border-spacing: 10px;
	}

.photo{
	background-color:#FFFFFF;
	border:#333333 1px solid;
	}
	
	
/*----------------------------------------------------
	list
----------------------------------------------------*/


/*----------------------------------------------------
	other
----------------------------------------------------*/
