@charset "shift_jis";


/* headline
----------------------------------------------- */
h1 {
	margin: 30px auto 0;
	width: 760px;
	height: 18px;
	text-indent: -9999px;
	background: url(../home/copy.gif) no-repeat;
}
h2 {
	margin: 15px 0 0;
	width: 540px;
	height: 42px;
	text-indent: -9999px;
	background: url(../home/t_bbs.gif) no-repeat;
}
* html body h3 {
	font-size: x-small;
}
h3 {
	padding: 10px 20px 8px;
	font-size: small;
	border-top: 1px solid #f0c832;
}
h3 a {
	padding: 0 0 0 20px;
	background: url(../common/ic_doc.gif) no-repeat left center;
}


/* column
----------------------------------------------- */
#column {
	margin: 5px auto 0;
	width: 760px;
}
#column_left {
	float: left;
	width: 200px;
}
#column_right {
	float: right;
	width: 540px;
}
#column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#column_left dt {
	margin: 15px 0 0;
}
#column_left dd p {
	margin: 10px 0 0;
}
#column_left li {
	padding: 5px 0;
	border-bottom: 1px dotted #f0c832;
}


/* newentry
----------------------------------------------- */
* html body #newentry {
	margin: 0 0 5px;
	padding: 0;
}
#newentry {
	padding: 0 0 5px;
	text-align: left;
	background: url(../home/t_bbs_bg.gif) no-repeat left bottom;
}
#newentry .entry {
	border-left: 2px solid #f0c832;
	border-right: 2px solid #f0c832;
}
#newentry p {
	padding: 0 20px 10px;
}

#caution {
	margin: 15px 0 0;
	width: 540px;
	height: 25px;
	text-indent: -9999px;
	background: url(../home/caution.gif) no-repeat;
}


/* banner
----------------------------------------------- */
#banner {
	padding: 10px 0;
	border-top: 3px solid #f0c832;
}
#banner img {
	margin: 0 5px;
}
