@charset "shift_jis";
/* CSS Document */

/* =========================================================
diary
========================================================= */
p#diary {
	text-align: center;
}
p#more {
	width: 290px;
	margin: 5px auto;
	padding: 5px;
	text-align: right;
	border: #CCC 1px solid;
}

/* =========================================================
message
========================================================= */
div#message {
	width: 195px;
	height: 90px;
	margin: 15px auto;
	padding-top: 10px;
	padding-left: 105px;
	background: url(../img/message_bg_2.jpg) no-repeat;
	background-size: 300px 100px;
	-webkit-background-size: 300px 100px;
}
div#message p {
	font-size: 70%;
	line-height: 1.5;
}
div#message p span {
	font-size: 105%;
	font-family: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.8;
}

/* =========================================================
services
========================================================= */
div#services p {
	margin: 0 auto 5px;
	width: 300px;
}
div#services h5 {
	margin: 15px auto 10px;
	width: 300px;
	color: #090;
	font-size: 110%;
	font-weight: bold;
	border-bottom: #090 1px solid;
}
div#services dl {
	margin: 0 auto;
	width: 300px;
}
div#services dl dt {
	margin-top: 10px;
	color: #F60;
	font-weight: bold;
}

