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

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

body {
	color: #333;
	background:#fad900;
	background-image:url(bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

/* ------------------------------------
 * リンク設定
 * ------------------------------------ */
 
#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: #f90;
	text-decoration: underline;
}

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


/* ------------------------------------
 * Container
 * ------------------------------------ */
 
#container {
	width:900px;
	clear:both;
	margin:0 auto;
}

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

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

#header h1 {
	text-indent:-9999px;
}

#container #header h1 a {
	text-decoration:none;
	display:block;
	width:900px;
	height:332px;
}

#header h2 {
	display:none;
}

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

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

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

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


/* ------------------------------------
 * 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;
	margin-right:50px;
	
}

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


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

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

.message {
	line-height:160%;
}

.message h3 {
	font-size:122%;
	font-weight:bold;
	margin-bottom:0.5em;
	padding:5px;
	border-bottom:5px #fad900 solid;
}

.message .date {
	font-size:85%;
	color:#666;
}


/* ------------------------------------
 * Side
 * ------------------------------------ */
 
#contents h4 {
	color:#000;
	text-align:center;
	margin-bottom:5px;
	padding-bottom:5px;
	background:#fad900 url(sidemenu_title_bg_bottom.jpg) bottom no-repeat;
}

.sideMenu {
	margin-bottom:15px;
}

#profile,
#calendar,
#archives,
#recentEntries,
#mobile,
#favorite,
#recentComments,
#categories,
#bookMark {
	background:url(sidemenu_title_bg_top.jpg) top no-repeat;
	padding-top:5px;
}

/* ------------------------------------
 * 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:#eee;
	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%;
}
