
/******************body******************/
body{
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-family:Verdana, Arial, Osaka, sans-serif;
	line-height: 1.5;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background: #E3F6FF url(../img/topbg.jpg) repeat-x left top;
	text-align: center;
}

/******************font******************/
/*txt*/
.white10 {
	color: #ffffff;
	font-size: 10px;
}
.black10 {
	font-size: 10px;
}
/*fontcolor*/
.blue { color:#007DB5; }

strong {
	font-weight: bold;
}

/*midashi CSS*/
h1,h2,h3,h4,h5,h6,
p{margin: 0px;padding: 0px;}

/******************link******************/
/*base*/
a,
a:link,
a:visited {
	color: #009BE0;
	text-decoration: underline;
}
a:active,
a:hover{
	color: #27BCFF;
	text-decoration: none;
}

/*txtout*/
a.txtout,
a.txtout:link,
a.txtout:visited {
	color: #666666;
	text-decoration: underline;
}
a.txtout:active,
a.txtout:hover{
	color: #666666;
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

/* list  */
ul , ol{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/******************Diary******************/

#head {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#menu {
	width: 750px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../common/menubg.gif);
	text-align: left;
}
#cont {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	text-align: left;
}

/******************Menu******************/

#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	display: inline;
	list-style-type: none;
	float: left;
}
#menu ul li img{
	display: block;
	list-style-type: none;
	padding-top: 2px;
}

/******************Main******************/
#main {
	width:520px;
	padding-top: 10px;
}

#right {
	float: right;
	width:220px;
}

/******************Right doc******************/

#right .doc {
	margin: 10px 10px 10px 0px;
	padding: 10px;
	background: #DDF7FF;
}

#right .category {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 10px;
	background-image: url(../diary/img/cate_bg.gif);
}
#right .category a:link,
#right .category a:visited,
#right .category a:active,
#right .category a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#right .list {
	font-size: 80%;
	padding: 10px;
	background: #FFFEB7;
}

#right .list h3 {
	padding-bottom: 10px;
}

#right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#right li {
	margin: 0;
	padding: 0;
}

/******************Main doc******************/

#main .content-nav {
	text-align: center;
}
#main .entry,
#main .trackbacks,
#main .comments {
	padding: 10px 10px 30px 10px;
}
#main h2,
#main h3 {
	font-size: 100%;
	line-height: 1;
	color:#007DB5;
	font-weight: bold;
	padding: 5px 0px 5px 25px;
	margin-bottom: 15px;
	background: #DDF7FF url(/diary/img/t_icon.gif) no-repeat left center;
}
#main h2.date-header {
	font-size: 80%;
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
	background: url(/common/arrow.gif) no-repeat left center;
}
#main .entry-content {
	width: 500px;
	overflow: hidden;
}
#main .entry-content img {
	margin-left: 150px;
}
#main .entry-footer {
	text-align: right;
	font-size: 80%;
	color:#666666;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dashed #75BBDA;
}
.comments-open label {
	display: block;
}
#comment-author, #comment-email, #comment-url, #comment-text {
	width: 500px;
}

/******************Foot******************/
#foot {
	background-image:url(../common/footbg.gif);
	height:20px;
	text-align: center;
	clear: both;
}
