@charset "Shift_JIS"; 		/* 文字コードセット */


/* 全体構造
---------------------------------------------------- */
* {margin: 0px;padding: 0px;}

dl:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

dl{
    display:inline-block;　/* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

ul,
ol {list-style-position:outside;
list-style:none;}


/*--MAC IEは非適用→ \*/
* html dl{height: 1%;}
dl{display: block;}
/*--ここまでMAC IEは非適用 */

a{ outline:none;}

body {
	background:url(../../img/plain/background.jpg) repeat-x #b0aaa7;
	font-size:80%; /* 基本のフォントサイズ */
	line-height: 1.5em; /* 基本の行間 */
	text-align:left;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴPro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック";
	text-align:justify; /* Firefox用*/
	text-justify:inter-ideograph;/* ie用 */
	padding-bottom:20px;
}

#wrapper {
	background-color:#fff;
	width:760px;
	color: #333; /* 基本文字色 */
	text-align:left;
}


/* リンク
---------------------------------------------------- */
a:link {color: #411918; text-decoration:none;} /* リンクの色 */
a:visited {color: #411918; text-decoration:none;} /* 訪問済みリンクの色 */
a:hover, a:active {color: #411918; text-decoration:underline;} /* マウスオーバー、アクティブリンクの色 */



/* ページ本体
---------------------------------------------------- */
#header {
	width:760px;
}
#pagebody{
	width:720px;
	padding:20px 19px 0px 20px;
	border-right:1px solid #5a5654;
}

h2{clear:both;}
h3{clear:both;}
h4{clear:both;}


/* フッタ
---------------------------------------------------- */
#footer{
	clear:both;
	width:760px;
	margin:0 auto;
}



/* プチブログ
---------------------------------------------------- */
/* 左サイド
---------------------------------------- */
#side{
	float:right;
	width:190px;
	background-color:#d3d0c1;
	border:1px solid #999999;
	padding:14px 5px;
	margin-bottom:0px;
}
.white-back{ background-color:#fff; margin:0 0 10px 0; width:190px;}
.pad10{ padding:10px; width:170px;}
.calender td{ padding:4px; text-align:center;}


/* 一覧ページ
---------------------------------------- */
#entry-body{ float:left;width:500px;}
#blog-midashi{
	width:413px;
	padding:5px 0px 5px 47px;
	background:url(../../img/plain/mark.jpg) no-repeat 0px 0px;
	font-size:140%;
	margin-bottom:10px;
}
#blog-box{ padding:10px 20px;
border-bottom:1px solid #999999;
background:url(../../img/plain/content-l-back.jpg) repeat-y;
margin-bottom:20px;}
#blog-box img{border:none solid #999999; margin-bottom:0px;
padding:0px;}
#blog-pdf{
	border-bottom:1px dotted #ddd;
	padding-bottom:20px;
	background:url(../../../images/pdficon_small.gif) no-repeat;
	padding-left:20px;
}
.day-midashi {
	background:url(../../img/plain/day_bg.jpg) repeat-x;
	border:1px solid #ff00000;
	color:#ffffff;
	padding:2px 5px 5px 5px;
}

/* 詳細ページ
---------------------------------------- */
#blog-comment{
	border-bottom:1px solid #ccc;
	padding:5px 0px 5px 20px;
	font-size:120%;
	margin-bottom:10px;
}
#blog-box2{ background-color:#e5f1ca; padding:10px;}
#blog-button{ text-align:right;}






/* 汎用スタイルシート
---------------------------------------------------- */
p{margin-bottom:1.2em;}
img {border: 0px;}

.clear {clear: both;}
.text-p{margin-bottom:0px;}

.tar{text-align:right}
.tac{text-align:center}
.tal{text-align:left}

.f-left{float:left}
.f-right{float:right;}

.aka {color:#e91f31;}
.orange{ color:#f4950c;}

.li{ margin-bottom:15px; margin-left:30px;}
.li2{margin-left:15px; list-style-type:square;}
.olli{ margin-left:25px; margin-bottom:10px;}
.olli2{ margin-left:25px; list-style:lower-alpha;}

.title{
	clear:both;
	font-size:120%;
	margin-bottom:10px;
}

.h3-midashi {
	font-size:120%;
	margin-bottom:20px;
	border:1px dotted #999999;
	padding:5px;
	color:#411918;
}

.box{
	background:url(../.;./../images/boxbg.gif) repeat;
	padding:15px;
	border:1px solid #ccc;
	margin-bottom:20px;
	width:698px;
}

.table{
	width:100%;
	margin-bottom:30px;
}
.table th{
	width:140px;
	border-left:5px solid #ccc;
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
	border-collapse:collapse;
	padding:5px 10px;
	vertical-align:top;
	background-color:#f1f1f1;
}
.table td{
	border-bottom:1px dotted #ddd;
	border-top:1px solid #fff;
	border-collapse:collapse;
	padding:5px 10px;
}

.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}

#page-top {
    clear:both;
    width:720px;
    text-align:right;
    margin:0px auto;
}

/* Paging */
div.paging {
	color: #411918;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #411918;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #411918;
}
div.paging span a {
}


