@charset "Shift_JIS";

body {
}
#container {
	width:100%;
	margin:0 auto;
}


/* =ヘッダー ------------------------------------------------------------------*/
#header {
	background:#000000;
	height:45px;
}
#header #headerBox {
	width:960px;
	margin:0 auto;
}
#header h1 {
	padding:5px 0 0 4px;
	float:left;
}
#header p {
	float:right;
	padding:17px 5px 0 0; 
}
#header a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}



/* =フッター
------------------------------------------------------------------*/
#footer {
	width:960px;
	margin:0 auto 20px;
	clear:both;
}
#footer #sitetop {
	float:left;
	margin:0 0 40px;
}
#footer #pagetop {
	float:right;
	margin:0 0 40px;
}
#footer a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}

#footer address{
	clear:both;
	text-align:right;
}

#footer div {
	text-align:left;
	display:block;
	clear:both;
	padding:0 0 20px 0;
}
#footer div p {
	position:relative;
	top:-20px;
}
#footer div p img {
	vertical-align:top;
}
#footer div p span {
	font-size:x-small;
	padding:5px;
	color:#999;
	display:block;
}
#footer div p img {
	margin: 0 5px;
}


/* =コンテンツ
------------------------------------------------------------------*/
#contentsWrap {
	width:960px;
	margin:0 auto;
}


/* =共通パーツ
------------------------------------------------------------------*/
a:link {
	color:#555555;
	text-decoration:underline;
}
a:visited {
	color:#777777;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
a:active {
	color:#999999;
	text-decoration:none;
}



/* =トップページ
------------------------------------------------------------------*/

#top div.mainImg {
	position:relative;
	margin:0 0 20px;
}
#top div.mainImg p {
	position:absolute;
	left:724px;
	top:264px;
}
#top p.text {
	margin:0 0 50px 78px;
}
#top div#tab {
}
#top div#tab ul {
	list-style:none;
}
#top div#tab ul li {
	float:left;
	display:inline;
	margin:0 0 20px;
}
#top div#tab table {
	clear:both;
	width:940px;
	margin:0 auto 60px;
	border:none;
	border-collapse:collapse;
}
#top div#tab table td {
	border-bottom:1px dotted #dcdcdc;
	font-size:88%;
	color:#555555;
	padding:8px 10px;
}
#top div#tab table td.date {
	width:8em;
	white-space:nowrap;
}
#top div#tab table td.icon {
	width:75px;
}
#top div#tab table td img {
	vertical-align:middle;
}
#top div#tab table td a {
	display:block;
	text-decoration:none;
}



/* =下層詳細ページ
------------------------------------------------------------------*/

#detail div.mainImg {
}
#detail ul#crumbs {
	line-height:49px;
	height:49px;
	font-size:75%;
	background:url(../../img/detail/crumbs_bg.gif) no-repeat center top;
	list-style:none;
}
#detail ul#crumbs li {
	float:left;
	display:inline;
	padding:0 10px 0 0;
}
#detail ul#crumbs li a {
	color:#d10f31;
	background:url(../../img/detail/arrow.gif) right center no-repeat;
	padding:0 15px;
	display:block;
}
#detail h3 {
	clear:both;
	margin:0 0 25px;
}
#detail h4 {
	color:#555555;
	font-weight:bold;
	margin:0 auto 15px;
	border-bottom:1px dotted #d10f31;
	padding:0 5px;
	line-height:1.8;
	width:890px;
}
#detail div.item {
	width:900px;
	padding:0 0 80px;
	margin:0 auto;
}
#detail div.item p {
	color:#555555;
	font-size:88%;
	line-height:1.5;
}
#detail div.item div.box {
	clear:both;
	padding:0 0 30px;
}

#detail div.pattern2 div.left {
	float:left;
	width:350px;
}
#detail div.pattern2 div.right {
	float:right;
	width:520px;
}
#detail div.pattern3 div.left {
	float:left;
	width:350px;
}
#detail div.pattern3 div.right {
	float:right;
	width:520px;
}
#detail div.pattern3 dl {
	color:#555555;
	font-size:88%;
	line-height:1.5;
}
#detail div.pattern3 dl dt {
	background:url(../../img/detail/strong_bg.gif) repeat-x bottom;
	border:1px solid #eaeaea;
	padding:0 8px;
	margin:0 0 10px;
	line-height:2;
	font-weight:bold;
}
#detail div.pattern3 dl dd {
	padding:0 8px;
}
#detail div.pattern4 div.middle {
	text-align:center;
	margin:0 0 30px;
}
#detail div.pattern4 dl {
	color:#555555;
	font-size:88%;
	line-height:1.5;
}
#detail div.pattern4 dl dt {
	background:url(../../img/detail/strong_bg.gif) repeat-x bottom;
	border:1px solid #eaeaea;
	padding:0 8px;
	margin:0 0 10px;
	line-height:2;
	font-weight:bold;
}
#detail div.pattern4 dl dd {
	padding:0 8px;
}

/* pageing */

body{
	position:relative;
	}

p#pageing{
	position:relative;
	left: 50%;
	float:left;
	font-size: 14px;
}

p#pageing a,
p#pageing span{
	position: relative;
 	left: -50%;
	float: left;
	display: block;
	width: 16px;
	margin: 0 4px;
	text-align: center;
	padding: 3px;
}

p#pageing a{
	background: #efefef;
	border: #ccc solid 1px;
	text-decoration: none;
}

p#pageing span{
	background: #666666;
	border: #ccc solid 1px;
	color: #fff;
	text-decoration: underline;
}



/*　修正　paging*/

body{
	position:relative;
	}

div#pageing{
	position:relative;
	left: 50%;
	float:left;
	font-size: 14px;
}

div#pageing a,
div#pageing span{
	position: relative;
 	left: -50%;
	float: left;
	display: block;
	width: 16px;
	margin: 0 4px;
	text-align: center;
	padding: 3px;
}

div#pageing a.link_before,
div#pageing a.link_next {
	position: relative;
 	left: -50%;
	float: left;
	display: block;
	margin: 0 4px;
	text-align: center;
	padding: 3px;
	background: #efefef;
	border: #ccc solid 1px;
	text-decoration: none;
	width: auto;
}

div#pageing a{
	background: #efefef;
	border: #ccc solid 1px;
	text-decoration: none;
}

div#pageing span{
	background: #666666;
	border: #ccc solid 1px;
	color: #fff;
	text-decoration: underline;
}

div#pageing a.link_before{
	margin-right: 10px;
}

div#pageing a.link_next{
	margin-left: 10px;
}




/**/