@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用 */
}

/*--MAC IEは非適用→ \*/
* html dl{height: 1%;}
dl{display: block;}
/*--ここまでMAC IEは非適用 */

a{ outline:none;}

body {
	background:url(../../../images/bg.jpg) repeat-x;
	background-color:#fff9ea;
	font-size:80%; /* 基本のフォントサイズ */
	line-height: 1.5em; /* 基本の行間 */
	text-align:center;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴPro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック";
	text-align:justify; /* Firefox用*/
	text-justify:inter-ideograph;/* ie用 */
}

#wrapper {
	background-color:#fff;
	width:760px;
	color: #333; /* 基本文字色 */
	text-align:left;
	margin:0px auto; /* 新しいブラウザ用中央揃え */
}


/* リンク
---------------------------------------------------- */
a:link {color: #597f04; text-decoration:none;} /* リンクの色 */
a:visited {color: #597f04; text-decoration:none;} /* 訪問済みリンクの色 */
a:hover, a:active {color: #597f04; text-decoration:underline;} /* マウスオーバー、アクティブリンクの色 */



/* ページ本体
---------------------------------------------------- */
#pagebody{
	width:730px;
	padding:0px 14px 14px 14px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

h2{clear:both;}
h3{clear:both;}
h4{clear:both;}


/* フッタ
---------------------------------------------------- */
#footer{
	clear:both;
	width:760px;
	margin:0 auto;
	padding-bottom:20px;
}



/* プチブログ
---------------------------------------------------- */
/* 左サイド
---------------------------------------- */
#side{
	float:right;
	width:202px;
	background-color:#f8e6cc;
	padding:20px 0px;
	margin-bottom:20px;
}
.white-back{ background-color:#fff; margin:0px 6px 20px 6px; width:190px;}
.pad10{ padding:10px; width:170px;}
.calender td{ padding:4px; text-align:center;}


/* 一覧ページ
---------------------------------------- */
#entry-body{ float:left;width:500px;}
#blog-midashi{
	border-bottom:1px solid #bec8a8;
	padding:5px 0px 5px 20px;
	background:url(../../../images/mark.gif) no-repeat 0px 8px;
	font-size:120%;
	margin-bottom:10px;
}
#blog-box{ padding:9px;}
#blog-box img{border:1px solid #ddd; margin-bottom:10px;}
#blog-pdf{
	border-bottom:1px dotted #ddd;
	padding-bottom:20px;
	background:url(../../../images/pdficon_small.gif) no-repeat;
	padding-left:20px;
}


/* 詳細ページ
---------------------------------------- */
#blog-comment{
	border-bottom:1px solid #ccc;
	padding:5px 0px 5px 20px;
	background:url(../../../images/mark.gif) no-repeat 0px 8px;
	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;
}

.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: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


