
/******************body******************/
body{
	font-size: 75%;
	line-height: 150%;
	font-style: normal;
	font-weight: normal;
	font-family:Verdana , Arial , Osaka , sans-serif;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #E3F6FF;
	color: #333333;
}

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

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;
}

/*top*/
a.top,
a.top:link,
a.top:visited {
	color: #F3F2AD;
	text-decoration: underline;
}
a.top:active,
a.top:hover{
	color: #F3F2AD;
	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;
}

/******************cont******************/
#cont {
	background: #ffffff;
	background-image:url(../common/leftbg.gif);
	background-repeat:repeat-y;
}

/******************BG******************/
#topics {
	background-image:url(../common/bg.jpg);
	background-repeat:repeat-x;
}
#profile {
	background-image:url(../common/bg.jpg);
	background-repeat:repeat-x;
}
#photo {
	background-image:url(../common/bg.jpg);
	background-repeat:repeat-x;
}
#schedule {
	background-image:url(../common/bg.jpg);
	background-repeat:repeat-x;
}

/******************Head******************/
#head {
	background-image:url(../common/headbg.jpg);
	text-align: center;
	width: 750;
	height:88px
}

#head h1 img {
	margin-bottom: 10px;
	margin-left: 25px;
}

#head h2 img {
	margin-bottom: 10px;
	margin-left: 5px;
}

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

#menu {
	background-image:url(../common/menubg.gif);
	height: 25px;
}

#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******************/
#left {
	width:170px;
}

#main {
	float: right;
	width:555px;
	padding-bottom: 30px;
	overflow: hidden;
}

/******************Topics doc******************/
#main .doc {
	padding: 15px 25px 15px 0px;
}

#main .doc .date {
	font-size: 80%;
	padding: 0px 10px 0px 20px;
	margin-bottom: 10px;
	background: url(/common/arrow.gif) no-repeat left center;
}

#main .doc .txt {
	padding-bottom: 10px;
	border-bottom: 1px dashed #75BBDA;
}

#main .doc img {
	margin-right: 5px;
}

#main .doc td {
	padding-top: 10px;
}

#main .content-nav {
	margin: 10px 0px 0px;
	text-align: center;
}
#main h2.date-header {
	font-size: 80%;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
	background: url(/common/arrow.gif) no-repeat left center;
}
#main h3 {
	font-size: 100%;
	line-height: 1;
	color:#007DB5;
	font-weight: bold;
	padding: 5px 0px 5px 25px;
	margin: 10px 25px 15px 0px;
	background: #DDF7FF url(/diary/img/t_icon.gif) no-repeat left center;
}
#main .entry-body {
	margin: 15px 25px 30px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #75BBDA;
}
#main .entry-more {
	padding-top: 10px;
}

/******************Left******************/

#left .category {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 5px;
	background-color: #91E4FF;
	border-left: 5px solid #009CE2;
}
#left .category a:link,
#left .category a:visited,
#left .category a:active,
#left .category a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#left .list {
	font-size: 80%;
	line-height: 1.5;
	padding: 10px;
	background: #FFFEB7;
}
#left .list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#left .list li {
	margin: 0;
	padding: 0;
}

/******************Foot******************/

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