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

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {	outline:none;	}

img {	vertical-align:top;	}



div.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
div.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* ===============================================
 本体
 =============================================== */
 
div#blogContainer {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}
div#blogContainer h1 {
	background-image: url(../images/blog/header.jpg);
	height: 138px;
	width: 798px;
	text-indent: -9999px;
}
div#contBox {
	background-image: url(../images/blog/contMiddle.gif);
	background-repeat: repeat-y;
}
div#contBox div#backFlower {
	background-image: url(../images/blog/contUnder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#m_Flower {
	background-image: url(../images/blog/flowerMiddle.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 100px;
	padding-left: 90px;
	padding-bottom: 20px;
}
div.entryBox {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
}
div.clearfix {
}
div.entryWord {
	float: left;
	margin-right: 20px;
	font-size: 12px;
}
div.entryWord h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
div.entryWord div.author {
	margin-top: 15px;
}
div.entryPhoto {
	float: right;
}
div.entryPhoto img {
	margin-bottom: 10px;
}
div#blogContainer div#footer {
	background-image: url(../images/blog/pageNum.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 798px;
	font-size: 14px;
	text-align: center;
}
div#blogContainer div#footer p {
	padding-top: 25px;	
}
div#blogContainer div#footer a {
	color: #333333;
	text-decoration: none;	
}
div#blogContainer div#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
