@charset "UTF-8";
/* 
 File name:	3rd.css
 Author:	icat:design02
 Info:		第三階層目用CSS　entry 各詳細ページ +081017
------------------------------------------------------------*/
@import url("dammy.css"); 
@import url("common.css"); 	/*__共通.css__*/
@import url("layout.css"); 	/*__共通レイアウト.css__*/
/*
------------------------------------------------------------*/
#body3rd{}
#body3rd #mainBox{
	display:block;
	width:640px;
	_width:642px;
	margin:0px auto;
	padding:0px;
}
#body3rd #headBox{
	display:block;
	text-align:center;
	padding:10px;
	background:#000;
}
#body3rd #contBox{
	width:640px;
	display:block;
	margin:0px;
	padding:20px 0px;
	background-image:none;
	background:url(../img/3rd/bgCont.gif) repeat-x 0px 0px #fff;
	text-align:center;
}
#body3rd h2{
	width:580px;
	padding:10px 0px;
	margin:0px auto 10px auto;
	border-bottom:solid 2px #ccc;
	font-size:14pt;
	line-height:1.5em;
}
#body3rd h2.h2Tit{
	padding:6px 0px;
	margin:0px auto 5px auto;
	border-top:solid 2px #ccc;
	border-bottom:solid 2px #ccc;
}
#body3rd #contBox .entryBody{
	width:580px;
	margin:0px auto 10px auto;
	padding:0px;
	text-align:left;
}
#body3rd .entryBody .entryBox{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
#body3rd .entryBody .entryBox p{
  margin:5px 0px 5px 20px;
}
.tRight{text-align:right;}
#body3rd .h3Tit{
	margin:15px auto 10px auto;
}
#body3rd #footBtn{
	display:block;
	marign:0px auto;
	padding:1px;
	width:640px;
	background:#000;
	text-align:center;
}
#body3rd #footBtn a{
	color:#fff;
}
#body3rd #footBox{
	background:url(../img/3rd/bgFoot.gif) repeat-x 0px 0px #000;
	padding:50px 10px 5px 10px;
}
#body3rd #footBox address{
	font-size:5px 10px;
}

/*	サイトマップ
------------------------------------------------------------*/
#body3rd.sitemap .entryBox{
	background:url(../img/bgLogo.gif) no-repeat bottom center;
	padding:10px 0px 90px 0px;
}

#body3rd.sitemap dl.dlBox{
	display:block;
	margin:0px 10px 20px 0px;
	padding:0px 0px 10px 0px;
	width:280px;
}
#body3rd.sitemap dl.w580{
	margin:10px 0px 20px 0px;
	width:580px;
}
#body3rd.sitemap dl.dlBox dt{
	margin:0px 8px 10px 0px;
	padding:2px 0px 2px 0px;
	font-size:14px;
	line-height:18px;
	border-bottom:solid 2px #ddd;
}
#body3rd.sitemap dl.dlBox dd a span,
#body3rd.sitemap dl.dlBox dt a span{
	float:right;
	font-weight:bold;
	font-size:10px;
	line-height:18px;
	margin:0px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#ccc;
	letter-spacing:2px;
}
#body3rd.sitemap dl.dlBox dd a:hover span,
#body3rd.sitemap dl.dlBox dt a:hover span{
	color:#efefef;
}
#body3rd.sitemap dl.dlBox dt a{
	margin:0px;
	padding:0px 0px 0px 10px;
	border-left:solid 5px #5C0043;
}
#body3rd.sitemap dl.dlBox dd{
	margin:0px 8px 10px 8px;
	padding:2px 0px 2px 8px;
}

#body3rd.sitemap dl.dlBox dd a{
	margin:0px;
	padding:0px 0px 0px 10px;
	background:url(../img/arw01.gif) no-repeat 0px 5px;
}


/*
------------------------------------------------------------*/
body:after{content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;}
/*
-----------------------------*/
