@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address ,hr {
	margin:0;
	padding:0;
}

img{
	border:0;
}

ul,li{
	list-style-type:none;
}

address{
	font-style: normal;
}

body{
	text-align: center;
	color: #484848;
	font-family: Verdana, Arial,"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FAE170;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 1.5;

}

/* link */

a{
	text-decoration:underline;
	color: #484848;
}

a:hover{
	text-decoration:underline;
	color: #484848;
}


/* imghack */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */


.clear{
	clear: both;
}

.center{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container{
	width: 756px;
	background-image: url(../waiwai/img/blog_back.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}

/* --------------------------------------------------

frameL
-------------------------------------------------- */

#frameL {
	width: 185px;
	float: left;
	padding-left: 20px;
}

#frameL .calendarBox {
	background-color: #F7D63C;
	background-image: url(../waiwai/img/calendar_img.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 10px;
	font-size: 0.8em;
	margin-bottom: 20px;
}
#frameL .calendarBox table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#frameL .calendarBox p {
	font-weight: bold;
	color: #FF4242;
	padding-top: 5px;
}
#frameL .calendarBox .sat {
	color: #4880DB;
}
#frameL .calendarBox .sun {
	color: #FF4242;
}
#frameL .calendarBox td a:link {
	font-weight: bold;
	color: #FF4242;
	text-decoration: underline;
}
#frameL  ul {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#frameL .recentBox ul {
	padding-bottom: 10px;
}

#frameL li {
	text-align: left;
	background-image: url(../waiwai/img/blog_mark.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}



#frameL .calendarBox td a:visited {
	font-weight: bold;
	color: #FF4242;
	text-decoration: underline;
}

#frameL .calendarBox td a:hover {
	font-weight: bold;
	color: #FF4242;
	text-decoration: underline;
}

#frameL .categoryBox {
	background-color: #F7D63C;
	background-image: url(../waiwai/img/category_img.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 45px;
	font-size: 0.8em;
	margin-bottom: 20px;
}

#frameL .recentBox {
	background-color: #F7D63C;
	background-image: url(../waiwai/img/recent_img.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 45px;
	font-size: 0.8em;
	margin-bottom: 20px;
}

#frameL .archiveBox {
	background-color: #F7D63C;
	background-image: url(../waiwai/img/archive_img.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 45px;
	font-size: 0.8em;
	margin-bottom: 20px;
}

/* --------------------------------------------------

frameR
-------------------------------------------------- */

#frameR {
	width: 505px;
	float: right;
	padding-right: 20px;
	padding-top: 35px;
}

.blog_contents{
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	font-size: 0.8em;
}

.blog_contents h2{
	background-image: url(../waiwai/img/blog_title_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	padding-bottom: 5px;
	font-size: 100%;
}

.date{
	text-align: right;
	padding:5px 0 5px 0;
	font-weight: normal;
	width: 505px;
}

.diary {
	width: 505px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.blog_contents img{
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin:0 10px 10px 0;
}

.blog_contents .trackBack{
	text-align:right;
	font-size:smaller;
	padding-bottom: 10px;
}

/* ------------------------------------------gotop */

#gotop {
	text-align: right;
	background-image: url(../img/gotop.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	margin-bottom: 10px;
	clear: both;
	font-size: smaller;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#gotop a:link {
	text-decoration: none;
	color: #484848;
}

#gotop a:visited {
	text-decoration: none;
	color: #484848;
}

#gotop a:hover {
	text-decoration: none;
	color: #999999;
}



/* ------------------------------------------addressArea */

#addressArea {
	padding-top: 10px;
	font-size: 0.8em;
	width: 756px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
