@charset "UTF-8";

@import url("base.css");

/*===============================================================================================*/
/*= トップ ======================================================================================*/
/*===============================================================================================*/
#index h2{
	padding-bottom:25px;
}

#index .news, #index .event{
/*	clear:both;*/
	background:url(../images/dotline.gif) repeat-x;
	padding-top:11px;
}
#index .news:after, #index .event:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html #index .news, #index .event{height:1%;}
/* End hide from IE-mac */

#index .midashi{
	float:left;
	padding-bottom:25px;
	width:120px;
}
#index .midashi p{
	padding-top:5px;
	width:108px;
	font-size:75%;
	line-height:100%;
	text-align:center;
}

#index .body{
	float:left;
	padding-bottom:25px;
	width:352px;
}
#index .body .row{
/*	clear:both;*/
	background:url(../images/dotline.gif) repeat-x;
	padding-top:11px;
}
#index .body .row:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html #index .body .row{height:1%;}
*+html body #index .body .row{clear:both;}
/* End hide from IE-mac */

#index .body .top{
	background:none;
	padding-top:0;
}

#index .body .row .txt{
	float:left;
	padding:0 5px 7px 0;
	width:247px;
}
/* Hides from IE-mac \*/
* html #index .body .row .txt{width:252px;}
/* End hide from IE-mac */
#index .body .row .txt .title{
	font-size:80%;
	line-height:120%;
}
#index .body .row .txt .comment{
	padding-top:8px;
	color:#666666;
	font-size:70%;
	line-height:150%;
}

#index .body .row .img{
	float:left;
	padding-bottom:7px;
	width:100px;
}
