@charset "UTF-8";


/* wrapper styles
 * ============================
 *
 * btn
 * link
 * box
 * list
 * table
 * text
 * img
 * form
 * other
 *
 * ============================
 */


/* btn styles
----------------------------------*/
.btn_form{
	width:163px;
	position:absolute;
	right:-18px;
	top:0px;
}
.btn_form a {
	display: block;
	width:163px;
	height:38px;
	overflow:hidden;
}
.btn_form a:hover {
	background-image: url(../img/btn_form.gif);
	background-position:0 -38px;
	background-repeat:no-repeat;
}
.btn_form a:hover img {
	visibility:hidden;
}



/* link styles
----------------------------------*/
#topicPath a:link {
	color:#333333;
	text-decoration: underline;
}
#topicPath a:visited {
	color:#333333;
	text-decoration: underline;
}
#topicPath a:hover {
	color: #333333;
	text-decoration: none;
}
.toTop a:link {
	color:#E8A5A8;
	text-decoration: none;
}
.toTop a:visited {
	color:#E8A5A8;
	text-decoration: none;
}
.toTop a:hover {
	color: #C61A22;
	text-decoration: underline;
}



/* box styles
----------------------------------*/
#title{
	width:840px;
	padding-top:10px;
}
.blogBox{
	width:533px;
	background-color:#FDF7F7;
	border:1px solid #F2CCCF;
	padding:10px 15px;
	margin-top:15px;
	margin-bottom:30px;
	position:relative;
}
.blog_date{
	padding-left:5px;
	padding-bottom:6px;
}
.blog_title{
	background-image:url(../img/blog_title.gif);
	background-position:10px 8px;
	background-repeat:no-repeat;
	padding:6px 10px 5px 30px;
	letter-spacing:0.1em;
	border-top:1px solid #ECB3B6;
	border-bottom:1px solid #ECB3B6;
	font-size:120%;
	color:#C61A22;
	font-weight:bold;
}	
.blog_honbun{
	padding:10px 5px 0px 5px;
}
#clipBox{
	padding-top:6px;
}
#clip_middle{
	background-image:url(../img/clip_middle.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	padding:5px 15px;
}	
	

/* list styles
----------------------------------*/
dl.clipType{
}
dl.clipType dt{
	background-image:url(../img/arrow_clip.gif);
	background-position:3px 6px;
	background-repeat:no-repeat;
	padding-left:12px;
	letter-spacing:0.1em;
	font-weight:bold;
}
dl.clipType dd{
	padding:5px 10px 10px 12px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
}
dl.clipType dd.no_border{
	padding:5px 10px 10px 12px;
	margin-bottom:0;
	border-bottom:none;
}	


/* table styles
----------------------------------*/






/* text styles
----------------------------------*/
#topicPath{
	font-size:80%;
	color:#999999;
	position:absolute;
	right:10px;
	top:130px;
}
.toTop{
	font-size:90%;
	text-align:right;
	padding:8px 10px 0;
	margin-top:30px;
	border-top:1px dotted #F2CCCF;
}


/* img styles
----------------------------------*/






/* form styles
----------------------------------*/




/* other styles
----------------------------------*/

