@charset "UTF-8";

/* index
---------------------------------------------------- */
body#index .box08-top {
	clear:both;
	margin:0;
	background: url(../img/interest/box08-top.gif) no-repeat top;
}
body#index .box08-bottom {
	margin:6px 0 35px;
	padding:6px 0 6px;
	background: url(../img/interest/box08-bottom.gif) left bottom no-repeat;
}
body#index .box08-contents {
	clear:both;
	width:485px;
	margin:0;
	padding:10px 198px 10px 20px;
	border-right:solid 6px #d65656;
	border-left:solid 6px #d65656;
	font-size:x-large;
	font-weight:bold;
	color:#d65656;
	background:url(../img/interest/box08-bg.gif) no-repeat bottom right;
}

*:first-child+html body#index .box08-bottom { /* fot IE7 */
	padding:3px 0 6px;
	}
	
body#index h2.box08-contents .interest-info {
	display:block;
	margin:0.6em 0 0;
	font-size:65%;
	}
	
body#index #main div.h3-top {
	padding:2px 0 0;
	width:713px;
	background:url("../img/h3-top.gif") top no-repeat;
	}
	body#index #main div.h3-top h3 {
		padding:5px 15px;
		width:683px;
		height:auto;
		background:url("../img/h3-bg.gif") repeat;
		text-indent:0;
		font-size:110%;
		line-height:1.5;
		}

*:first-child+html body#index #main div.h3-top { /* fot IE7 */
	margin-bottom:25px;
}
		
#index div.line {
	clear:both;
	position:relative;
	background:url(../img/interest/index/line-bg.gif) repeat-y;
	}
	
	#index div.line dl {
		display: inline;
		float:left;
		margin: 0 0 0 11px;
		padding:5px 0 0;
		width:227px;
		background:url(../img/interest/index/list-top.gif) top no-repeat;
		}

		#index div.line dl.end {
			float:right;
			margin:0;
			}

	#index div.line dt {
		width:207px;
		padding:10px;
		background:url(../img/interest/index/list-dt-bg.gif) repeat-y;
		font-weight:bold;
		line-height:1.5;
		color:#FFF;
		}
		
	#index div.line dd {
		width:207px;
		padding:1em 10px 0;
	
		line-height:1.5;
		}
		
		#index div.line dd img {
			display:block;
			margin:0 auto;
			text-align:center;
			}
			
		#index div.line dd span {
			display:block;
			width:124px;
			height:25px;
			text-indent:-99999px;
			margin:0 auto 1em;
			}
		
		#index div.line dd span a {
			display:block;
			width:124px;
			height:25px;
			background:url(../img/interest/index/to-detail.gif) no-repeat;
			}
			#index div.line dd span a:hover {
				background:url(../img/interest/index/to-detail-on.gif) no-repeat;
				}
			
	#index div.line dl div {
		position:absolute;
		bottom:0;
		width:227px;
		height:5px;
		_margin-left:-10px; /* for IE6 */
		background:url(../img/interest/index/list-bottom.gif) no-repeat bottom;
		}

*:first-child+html #index div.line dl div { /* fot IE7 */
	margin-left:-10px;
}

/* 登録
---------------------------------------------------- */
body#mailmember-regist p {
  margin-bottom: 15px;
}

/* BIG ISSUE
---------------------------------------------------- */
body#bigissue div.main .catch {
  font-size: normal;
  font-weight: bold;
}

body#bigissue div#main h2 {
  float:none;
  text-indent:0;
  height:auto;
  width:auto;
  font-size:large;
  font-weight: bold;
  color: #EA8700;
}
body#bigissue div.main .description {
  margin: 20px 0 0;
}
body#bigissue a {
  color: #EA8700;
}
body#bigissue div#main h3 {
  clear:both;
  margin: 30px 0 0;
  text-indent:0;
  font-weight:bold;
  font-size:110%;
}
body#bigissue div#main dl {
	clear:both;
  margin: 0 0 0 1em;
}
body#bigissue div#main ul {
  margin: 10px 0;
  list-style: none;
}
body#bigissue div#main ul li {
  display: inline;
  margin: 0 20px;
  float:left;
}
