@charset "utf-8";

/* --------------------共通-------------------------------------------*/


/*------------pan------------*/

#pan{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
	font-size:11px;
}

#pan a:link    { color:#666; text-decoration: none; }
#pan a:visited { color:#666; text-decoration: none; }
#pan a:active  { color: #666; text-decoration: none; }
#pan a:hover   { color: #003686; text-decoration: none; }

/*------------page_title------------*/

#page_title{
	margin: 15px auto 0px auto;
	padding: 10px 10px 10px 10px;;
	background:url(../images/contents/page_title_bg.png) no-repeat center;
	text-align:center;
}


/*----h-----------------*/

h2 {
	margin: 40px 0px 0px 0px;
	padding: 12px 0px 0px 10px;
	height:48px;
	font-size:15px;
	background:url(../images/contents/h2.png) no-repeat;
}
	/*先頭のh2*/
	h2.no_margin {
		margin: 0px 0px 0px 0px;
	}

h3 {
	margin: 30px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	font-size:13px;
	height:20px;
	border-bottom:2px solid #003586;
}

h4 {
	margin: 30px 0px 0px 20px; 
	padding: 7px 0px 0px 15px;
	font-size:13px;
	background:url(../images/contents/h4.gif) no-repeat left;
	height:15px;
}


.under_h2 {
	margin: 5px 0px 0px 10px; /*見た目はmargin20px(h2の背景にシャドウの高さがある為）*/
	padding:0px;
	/*width:750px;*/
}
.under_h3 {
	margin: 15px 0px 0px 20px; /*見た目はmargin20px(h3の背景にシャドウの高さがある為）*/
	padding:0px;
	/*width:730px;*/
}
.under_h4 {
	margin: 20px 0px 0px 30px;
	padding:0px;
	/*width:730px;*/
}



/*banner*/
div.banners{
	margin: 30px 0px 0px 0px;
}
div.banners img{
	margin: 10px 0px 0px 0px;
}

/*--------------各ページ-------------------------------------------------------------------------------------------------------*/

/*--------------mail.html-----------*/

.mail_txt_box{
	width:600px;
	border:#003586 1px dotted;
	font-size:10px;
	padding:5px;
	text-align:left;
	margin:20px auto;
}
.contact_dot{
	height:20px;
	border-bottom:1px dotted #cccccc;
	margin: 0px 0px 20px 0px;
}

/*--------------sitemap.html-----------*/

.sitemap a:link    { color:#666; text-decoration: none; }
.sitemap a:visited { color:#666; text-decoration: none; }
.sitemap a:active  { color: #666; text-decoration: none; }
.sitemap a:hover   { color: #003686; text-decoration: underline; }

dl.sitemap {
	width:100%;
	
}
.sitemap dt{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 20px;
	background:url(../images/sitemap/sitemap_off.png) no-repeat 0px 12px;
	border-bottom:1px dotted #cccccc;
	
}
.sitemap dd{
	margin: 0px 0px 0px 40px;
	padding: 10px 0px 10px 20px;
	background:url(../images/sitemap/sitemap_off.png) no-repeat 0px 12px;
	border-bottom:1px dotted #cccccc;
	
}

/*--------------prof.html-----------*/

table.prof td{
	border-bottom:1px solid #dddddd;
	/*padding-bottom: 10px;*/
}

/*--------------equip.html-----------*/

td.equip{
	/*border-bottom:1px solid #dddddd;*/
	/*padding-bottom: 10px;*/
}
