@charset "utf-8";
/* CSS Document */

/* 全体幅850px */

/*
 * LAYOUT
 * ----------
 * INDEX 
 *
 * 001 TOPページ
 * 002 wordpress
 * ----------
 */


/* 001 ========================================
 * TOPページ
 ======================================== */

#top-title {
	width:100%;
	margin-bottom:20px;
	text-align:left;
}
#top-title h2.title {
	font-size:16px;
	color:#c51a79;
}
#top-title h2.naiyou {
	margin:10px 0 20px 0;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}
#news {
	margin-bottom:0;
	padding:15px;

}



#aisatu {
	margin-bottom:0;
	padding:15px;
	background-color:#A57661;
}
#aisatu h2 {
	padding:15px 0;
	font-size:13px;
	color:#FFFFFF;
}
#aisatu p {
	line-height:20px;
}
#aisatu img {
	padding-right:15px;
}

#aisatu span.name {
	font-size:22px;
}

#aisatu strong.hoiku {
	color:#c51a79;
}


/* 002 ========================================
 * wordpress
 ======================================== */

#wp {
	width:100%;
	margin:5px 0;
}
#subtitle {
	width:100%;
}
#subtitle h2 {
	padding-left:10px;
	font-size:28px;
	font-weight:normal;
	border-top:none;	
	border-right:none;
	border-bottom:none;
	border-left:8px solid #B69288;
}

#wp h3 {
	padding-left:10px;
	font-size:16px;
	font-weight:normal;
	border-top:none;	
	border-right:none;
	border-bottom:1px solid #4d4d4d;
	border-left:8px solid #B69288;
}

#wp div.news {
	margin:10px 0;
}

#wp .news a:link{ color:#0033cc; text-decoration:none; }
#wp .news a:visited { color: #0033cc; text-decoration:none; }/* … 訪問済みのリンク*/
#wp .news a:hover { color: #83b3e6; text-decoration:none; } /*… ポイント時のリンク*/
#wp .news a:active { color: #83b3e6; text-decoration:none; } /*… 選択中のリンク*/

#wp div.news p {
	margin:10px 0 20px 0;
	padding:0 10px;
	line-height:15px;
}

#wp p.plink {
	text-align:right;
}

#wp table {
	width:100%;
}
#wp strong {
	font-size:16px;
	color:#B69288;
}
#wp td {
	padding:4px 0 4px 8px;
	border-bottom:1px dotted #c2c2c2;
}
#wp td.noborder {
	border-bottom:none;
}
