﻿@charset "UTF-8";

body {
	background-color: #FFE590;
	color: #333;
}


/* =Links
---------------------------------------- */
a:link {
	color: #038;
}

a:visited {
	color:#99BBCC;
}

a:hover, a:active {
  text-decoration:none;
}

a img {
	border: none;
}


/* =Structure
---------------------------------------- */
.container {
	width: 820px;
	margin: auto;
	padding: 0;
}


#content {
	width: 820px;
	margin: auto;
	padding: 0;
}



/* =Head
---------------------------------------- */
#diaryHead {
	background: url(./title.png) no-repeat;
	height:140px;
	margin-bottom: 0px;
	text-align: left;
	padding: 50px 250px 0px 20px;
	color: #000;
}

#diaryHead h1{
	font-size: 180%;
	color: #000;
	margin-bottom: 10px;
}

#diaryHead h1 a {
	color: #000 !important;
	text-decoration:none;
}

#diaryHead #diaryDiscription {
	display: block;
}


/* =List
---------------------------------------- */
.sideList, .sideSearchBox {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 5px;
}

#listLatestDiary h2 {
	background: url(./title_diary_side_entries.png) no-repeat;
}

#listLatestDiaryComment h2 {
	background: url(./title_diary_side_comments.png) no-repeat;
}

#listCategory h2 {
	background: url(./title_diary_side_categories.png) no-repeat;
}

#sideSearchDiary h2 {
	background: url(./title_diary_side_search.png) no-repeat;
}

#listRss h2 {
	background: url(./title_diary_side_rss.png) no-repeat;
}

#listCalendar  h2{
	background: url(./title_diary_side_calendar.png) no-repeat;
}

#sideProfile h2 {
	background: url(./title_diary_side_profile.png) no-repeat;
}

#sideOwnerKeywords h2 {
	background: url(./title_diary_side_keyword.png) no-repeat;
	margin-top: 30px;
}

#listLink h2 {
	background: url(./title_diary_side_link.png) no-repeat;
}

.sideList h2, .sideSearchBox h2 {
	height: 24px;
	width: 190px;
	margin-bottom: 10px;
	color: #fff !important;
	text-indent: -3000px;
}

div.sideList h2 {
	height: 21px;
	width: 190px;
	margin: 0;
	color: #fff !important;
	text-indent: -3000px;
}

.sideList h2 a {
	color: #fff !important;
}

.sideListContent, #sideProfile p, #sideProfile ul  {
	margin: auto 10px;
	font-size: 95%
}

#listCalendar div.sideListContent {
	margin: 0 0 0 0;
	font-size: 78%
}

.colB h3 {
	font-weight: normal;
	font-size: 95%
}

.colC h3 {
	font-weight: normal;
	font-size: 95%
}


/* =Diaries
---------------------------------------- */

#userDiaries h2 {
	color: #666;
}

#userDiaries h3 {
	padding: 5px 0 5px 15px;
	margin: 5px;
	font-size: 110%;
	color: #666;
	background-color:#FFD000;
}

#userDiaries h3, #userDiaries h3 a {
 color: #333;
 text-decoration: none;
}

#userDiaries .entry {
	border-top: 2px solid #FFD000;
	border-left: 2px solid #FFD000;
	border-right: 2px solid #FFD000;
	background: #FFF;
}



/* =Entry
---------------------------------------- */
#entry {
	margin-bottom: 10px;
}

#entry h2 {
	padding: 5px 0 5px 15px;
	margin: 5px;
	font-size: 110%;
	color: #666;
	background-color:#FFD000;
}
#entry h2 a {
		color: #333 !important;
		font-size: 110%;
		text-decoration: underline;
		padding-top: 10px;
		padding-bottom: 10px;
}

#entry h3 {
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #666;
	background-color:#FFD000;
	margin: 5px;
}

#entry h3, #entry h3 a {
	color: #333;
	text-decoration: none;
}

#entry .body {
	border-top: 2px solid #FFD000;
	border-left: 2px solid #FFD000;
	border-right: 2px solid #FFD000;
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 95%
}
#entry .body .entryImages {
	margin: 20px 5px 5px;
}

#entry .more {
	text-align: left;
	padding-top: 20px;
}



/* Comment 
---------------------------------------- */


#comment .body,
#commentForm {
	border: 1px dotted #999;
	background-color: #FAFAE0;
}

#comment h2 {
	padding-left: 25px;
	margin-left:5px;
	background: url(./icon_comment_s.png) no-repeat;
}


#comment .body p {
	padding-left: 13px;
	background: url(./icon_user__s.png) no-repeat;
}

#comment .body p.commentBye {
	padding-left: 13px;
	background: url(./icon_user_gray_s.png) no-repeat;
}

#comment .body p.noneMsg {
	padding-left: 0;
	background: none;
}


/* MISC: =User
---------------------------------------- */
#userDiaries h2 {
	margin-bottom: 0;
	color:#DD6600;
	font-size:110%;
	background: url(./bone.png) no-repeat;
	padding-left: 35px;
}

#userDiaries .entry {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #FFE590;
}

#userDiaries .entry p img {
	float: right;
	margin: 0 0 5px 5px;
}

#entry .body p,
#userDiaries .entry p {
	margin: 0;
	padding: 20px;
	border-top: 2px solid #FFD000;
	font-size: 95%;
	line-height: 1.5em;
}

#userDiaries .nav,
#entry  ul.nav {
	border-bottom: 2px solid #FFD000;
	background-color: #FFF;
	text-align: left;
	padding: 0 20px 20px 20px;
}
#entry  ul.nav{
	border-left: 2px solid #FFD000;
	border-right: 2px solid #FFD000;
}

#userDiaries .nav li {
	display: inline;
	font-size:95%;
}


#entry p.date {
	border: none;
	color: #DD6600;
	margin: 0;
	padding: 0;
	font-size:110%;
	background: url(./bone.png) no-repeat;
	padding-left: 35px;
}


/* =Tab
---------------------------------------- */
.contentTab {
	padding: 0 10px 15px 10px;
	margin-bottom: 10px;
}





.colBAC .colA {
	margin: 0 210px 0 210px;
	font-size:95%;
}

.colAB .colB {
	float: left;
	padding-left: 5px;
	margin-right: -210px;
	width: 200px;
	font-size:95%;
}

.colBAC .colC {
	float: left;
	padding-left: 5px;
	margin-left: -210px;
	width: 200px;
	font-size:95%;
}


/* =footer
---------------------------------------- */
#footer {
	border-top: none;
	margin:0 ;
	padding-bottom:10px;
	padding-top:10px;
	background: url(./foot_back.png) no-repeat;
	background-color: #FFD000;
	color:#FFFFFF;
}

#pagetop {
	padding-right: 10px;
	text-align: right;
}

#site {
	padding-bottom: 10px;
	text-align: center;
	font-size:95%;
}



/* =diaryRemote
---------------------------------------- */
#diaryRemote {
	background-color: #FFE590;
}



/* =calendar
---------------------------------------- */

.cal_cell {
   background-image:url(./cell.png);
			width:23px;
			height:19px;
			color:#666666;
}

.calendar {
	background-color: #fff;
	padding: 3px;
	width:185px;
	margin-top: 0px;
}

.calendar .calendarTable {
	margin: auto;
	width:177px;
}


/* =Tab
---------------------------------------- */

.contentTab li {
	background: url(./bg_tab.png) no-repeat;
}

.contentTab li a {
	background: url(./bg_tab.png) right top no-repeat;
}

.contentTab .current {
	background-image: url(./bg_tab_current.png);
}

.contentTab .current strong {
	background: url(./bg_tab_current.png) right top no-repeat;
}

