/* CSS infomation
-----------------------------------------------
CSS file for at-ease blog
FileName:   -
Build:      2007.4.1
Author:     fury
Attension:	Supported IE5.5
----------------------------------------------- */
/* 全体設定 */

body {
	margin: 0px 0px;
	color: #405520;
	background-color: #FFFFFF;
	background: url(../images/blogframe001.jpg) repeat-y center;
	font-family: "Verdana","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 120%;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #7BA53D;
	scrollbar-track-color: #85B143;
	scrollbar-highlight-color: #7BA53D;
	scrollbar-shadow-color: #7BA53D;
	scrollbar-3dlight-color: #7BA53D;
	scrollbar-darkshadow-color: #7BA53D;
	word-break: break-all;
	text-autospace: ideograph-numeric;
	line-break: strict;
	}

a {
	color:#405520;
	text-decoration: underline;
	}
a:link {
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	}
a:active {
	color:#003300;
	text-decoration: underline;
	}
a:hover {
	background: #FFFFFF;
	text-decoration: none;
	}

.frameleft {
	width: 600px;
	height: 100%;
	background: #DEE3AA;
	}

.frameright {
	width: 200px;
	height: 100%;
	background: #85B143;
	}

.frameinside {
	margin: 0px;
	padding: 10px;
	}
	
/* title	----------------------------------------------- */
.title01 {
	height: 100px;
	background: url(../images/blogmain001.jpg) no-repeat bottom center;
	}

h1 {
	margin: 0px;
	}

.blog_name {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin: 25px 10px 10px 10px;
	}

.blog_name a,
.blog_name a:link,
.blog_name a:visited,
.blog_name a:active,
.blog_name a:hover {
	background: none;
	text-decoration:none;
	}

.blog_description {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0px 10px 20px 10px;
	}

img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	}

ul {
	list-style-image: url(../images/blogmain004.gif);
	align: middle;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	}

li {
	margin: 5px 0px;
	padding: 0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input,textarea,select {
	font-size :12px;
	background-color:#FFFFFF;
	border: 1px solid #405520;
	padding: 1px;
	}

.dotline {
	height: 1px;
	width: 100%;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px #405520 dotted;
	overflow: hidden;
	}

/* entry	----------------------------------------------- */

.entry_date {
	font-weight: bold;
	margin: 5px 0px;
	}

.entry_title {
	color: #993333;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	}

.entry_body {
	letter-spacing: 125%;
	margin: 0px;
	background: #FFFFFF;
	padding: 5px 10px;
	}

.entry_state {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	}

.entry_navi{
	margin: 10px 0px;
	}


/* menu		----------------------------------------------- */

.menu_title {
	background: url(../images/blogmain005.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #D34867;
	margin: 0px;
	padding: 5px 10px;
	height: 30px;
	}

.menu_text {
	font-size: 13px;
	margin: 0px;
	}


/* calendar	----------------------------------------------- */
.calendar01 {
	text-align: center;
	margin: 0px;
	}

.calendar02 {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	}

.cell {
	width: 24px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	}

.cale_w_1 {
	width: 25px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	}

.cale_w_2 {
	width: 25px;
	font-size: 10px;
	color: #D34867;
	text-align: center;
	}

.calendar_month {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 10px 0px;
	}
	
/* footer	----------------------------------------------- */
.footer01 {
	height: 35px;
	background: #7BA53D;
	}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding: 10px;
	}

#clock {
	margin-bottom: 5px;
	padding: 0px;
	text-align: center;
	clear: both;
	}
