@charset "utf-8";

/* lower_yasashi.css */

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/
/* ローカルナビ
////////////////////////////////////////////////////*/

.localNavi {
	overflow: hidden;
	margin: 25px 0 30px;
}

.localNavi li {
	float: left;
}

/* 共通設定
////////////////////////////////////////////////////*/

#contentsinnerBox {
	overflow:hidden;
	width: 430px;
	float: left;
}

#sideBar {
	width: 185px;
	float: right;
}

.asset-content {
	width: 420px;
	margin: 5px 10px 50px 0;
}

.asset-content {
	margin: 5px 10px 50px 0;
}

h2.entry-title {
	font-size: 120%;
	margin: 5px 0 15px;
	font-weight: bold;
	width: 420px;
	border-bottom: 3px #630 solid;
	padding-bottom: 5px;
	clear: both;
}

h2.entry-title a:link ,h2.entry-title a:visited  {
	color: #666;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: #666;
	text-decoration: underline;
}

.entryBody {
	margin: 20px 0 50px;
	background-color: #F0F0F0;
	padding: 5px;
	margin-right: 10px;
}

.alpha {
	clear: both;
}

.asset-header {
	width: 420px;
}
.archive-title {
	margin-bottom: 50px;
}

#comments-open-data div {
	margin: 5px 0 15px;
}

#comment-text ,#comment-author ,#comment-email ,#comment-url {
	width: 300px;
}

#comments-open {
	margin: 20px 0;
}

.comment-content {
	margin: 10px 0 30px;
}

.byline {
	margin-top: 10px ;
}

.comments-header {
	margin-top: 40px ;
}

.comments-content {
	border-top: 1px solid #630;
	border-bottom: 1px solid #630;
	padding: 30px 0 10px;
	margin-right: 20px;
}


/* カレンダーの設定
//////////////////////////////////////////////////*/
.module-calendar .module-content caption {
	background-color: #E8E8E8;
	line-height: 150%;
	font-size: 140%;
	padding: 5px;
}

.module-calendar .module-content {
    margin: 0 -10px 0 2px;
    _margin: 0 -2px 0 -3px;
    padding-bottom: 5px;
    font-size: 9px;
}
.module-calendar .module-content th {
    padding-bottom: 3px;
    font-size: 9px;
    _font-size: 8px;
    width: 20px;
}
.module-calendar .module-content td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
    _line-height: 100%;
}