@charset "UTF-8";
/*\*/

/* ------------------------------------
 * 共通設定・デフォルト値の再定義
 * ------------------------------------ */
@import "../../common/css/chariblo.css";

body {
	color: #333;
	background-color:#2b792e;
	background-image:url(bg.jpg);
	background-position:0 29px;
	background-repeat:repeat-x;
}

/* ------------------------------------
 * リンク設定
 * ------------------------------------ */
 
#container a {
	cursor: pointer;
	outline: none;
}

#container a:link {
	color: #333;
	text-decoration: underline;
}

#container a:visited {
	color:#666;
	text-decoration: underline;
}

#container a:hover {
	color: #52d050;
	text-decoration: underline;
}

#container a:active {
	color: #16d813;
	text-decoration: underline;
}


/* ------------------------------------
 * Container
 * ------------------------------------ */
 
#container {
	width:800px;
	clear:both;
	margin:0 auto;
	background-color:#fff;
	padding:15px 20px;
}

/* ------------------------------------
 * Header
 * ------------------------------------ */

#header {
	width:800px;
	height:300px;
	background:url(header.jpg) no-repeat;
	text-align:left;
}

#header h1 {
	font-size:122%;
	padding:70px 0 0 80px;
	font-weight:bold;
}

#container #header h1 a {
	color:#fff;
	text-decoration:none;
}

#header h2 {
	padding:15px 0 0 80px;
	line-height:150%;
	color:#fff;
}

/* ------------------------------------
 * Contents
 * ------------------------------------ */
 
#contents {
	margin-top:15px;
}

/* ------------------------------------
 * Unit01
 * ------------------------------------ */
 
#column3 #unit01 {
	width:165px;
	float:left;
	display:inline;
	text-align:left;
}

#column2_a #unit01 {
	width:165px;
	float:left;
	display:inline;
	text-align:left;
}

#column2_b #unit01 {
	width:165px;
	float:right;
	display:inline;
	text-align:left;
}


/* ------------------------------------
 * Unit02
 * ------------------------------------ */
 
#column3 #unit02 {
	width:440px;
	float:left;
	display:inline;
	margin-left:15px;
	text-align:left;
}

#column2_a #unit02 {
	width:610px;
	float:right;
	display:inline;
	text-align:left;
}

#column2_b #unit02 {
	width:610px;
	float:left;
	display:inline;
	text-align:left;
}


/* ------------------------------------
 * Unit03
 * ------------------------------------ */
 
#column3 #unit03 {
	width:165px;
	float:right;
	display:inline;
	text-align:left;
	height:1px;
}

/* ------------------------------------
 * Message
 * ------------------------------------ */

.message {
	line-height:160%;
}

.message h3 {
	font-size:122%;
	font-weight:bold;
	margin-bottom:0.5em;
	padding:0 5px 15px 5px;
	background:url(sidemenu_title_bg.jpg) bottom repeat-x;
	color:#398b38;
}

.message .date {
	font-size:85%;
	color:#666;
	text-align:right;
	display:block;
}


/* ------------------------------------
 * Side
 * ------------------------------------ */
 
#contents h4 {
	background:url(sidemenu_title_bg.jpg) bottom repeat-x;
	color:#fff;
	text-align:center;
	padding-bottom:13px;
	margin-bottom:5px;
	color:#467d45;
}

.sideMenu {
	margin-bottom:15px;
}

/* ------------------------------------
 * pageNav
 * ------------------------------------ */
 
.pageNav {
	text-align:center;
}

.pageNav a,
.pageNav span {
	margin:0 0.5em;
}

.pageNav .now {
	font-weight:bold;
}

.pnTop {
	padding-bottom:15px;
}

.pnBottom {
	padding-top:15px;
}

/* ------------------------------------
 * messageFooter
 * ------------------------------------ */

.messageFooter {
	text-align:right;
	font-size:85%;
	margin:10px 0 15px 0;
}

.messageFooter a {
	margin-left:5px;
}

/* ------------------------------------
 * Profile
 * ------------------------------------ */

#profile img {
	margin-bottom:5px;
}

#profile p {
	line-height:130%;
	font-size:85%;
}


/* ------------------------------------
 * Calendar
 * ------------------------------------ */

#calendar table {
	width:165px;
	font-size:85%;
}

#calendar table caption {
	text-align:center;
	margin-bottom:3px;
}

#calendar table caption a {
	margin:0 5px;
}

#calendar table td,
#calendar table th {
	text-align:center;
}

#calendar table td {
	padding:1px;
}

#calendar table td a {
	display:block;
	background:#c7e3c7;
	padding:1px;
}

#calendar table th.sun {
	color:#CC0000;
}

#calendar table th.sat {
	color:#0066CC;
}

/* ------------------------------------
 * Archives
 * ------------------------------------ */

#archives ul {
	padding:0 5px;
}

#archives ul li {
	margin-bottom:0.3em;
}


/* ------------------------------------
 * RecentEntries
 * ------------------------------------ */

#recentEntries ul li {
	margin-bottom:0.3em;
	list-style:disc outside;
	margin-left:1.5em;
	color:#999;
}

/* ------------------------------------
 * Mobile
 * ------------------------------------ */

#mobile p {
	font-size:85%;
}


/* ------------------------------------
 * Feed
 * ------------------------------------ */

#feed {
	text-align:right;
}

/* ------------------------------------
 * Favorite
 * ------------------------------------ */

#favorite dl {
	font-size:85%;
}

#favorite dd {
	text-indent:1em;
	margin-bottom:0.3em;
}

/* ------------------------------------
 * BookMark
 * ------------------------------------ */

#bookMark ul li {
	font-size:85%;
	margin-bottom:0.5em;
}

/* ------------------------------------
 * Chariblo
 * ------------------------------------ */

#chariblo {
	text-align:center;
}

#chariblo p {
	margin-top:5px;
}


/* ------------------------------------
 * Footer
 * ------------------------------------ */

#footer {
	clear:both;
	padding:15px 0;
	font-size:85%;
}

/* ------------------------------------
 * Comments
 * ------------------------------------ */
 
#comments {
	padding:15px 0;
}
 
#comments h4 {
	text-align:left;
	padding:3px 5px;
	background:#d9ebd9;
	border-top:1px #559755 solid;
}

#comments .comment {
	padding:15px;
	border-bottom:1px #ccc solid;
}

#comments .comment h5 {
	font-weight:bold;
	margin-bottom:5px;
	color:#398b38;
}

#comments .comment p.commenttext {
	line-height:160%;
	margin-bottom:5px;
}

#comments .comment p.commentinfo {
	font-size:85%;
	text-align:right;
}

#comments .commentform {
	padding:10px;
	text-align:center;
	border:1px #559755 solid;
	background:#d9ebd9;
	margin:15px 20px;
}

#comments .commentform table {
	margin:0 auto;
}

#comments .commentform th,
#comments .commentform td {
	padding:5px;
}

#comments .commentform td {
	text-align:left;
}

#comments .commentform th {
	vertical-align:top;
	text-align:right;
}

#comments .commentform input.commentTitle,
#comments .commentform input.commentName,
#comments .commentform textarea.commentBody {
	width:250px;
}
