/* スタッフ　ブログ */

/* ================================================================================ */
/* 1.基本要素                                                                       */
/* ================================================================================ */

body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 0px 0px;
	background-image: url(img/back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-size: 18px;
	background-image: url(img/h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 11px;
	padding: 10px 0px 8px 30px;
	line-height: 105%;
}
h1.h1-img {
    background:none;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 105%;
}

h2 {
	font-size: 16px;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 105%;
	margin: 0px 0px 13px;
	padding: 0px 0px 0px 21px;
}
h2 span{
	font-size:12px;
	font-weight: normal;
}
h2.h2-link{
	background-image: url(img/h2_link.gif);
}
h3 {
	font-size: 14px;
	line-height: 30px;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 0px 0px 10px;
}
p {
	line-height: 185%;
	margin: 0px 4px 25px;
}
img {
	border: 0px;
	vertical-align:top;
}
td {font-size: 12px;}
th {font-size: 12px;}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
dd {
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ol {margin-top: 0px;}
li {
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
strong {}
em {}
form {
	margin: 0px;
	padding: 0px;
}
textarea{
    font-size:12px;
}
sub{
	vertical-align: 0px;
}
address{
	font-style: normal;
}

/* ================================================================================ */
/* 2.リンク　                                                                       */
/* ================================================================================ */

a:link {
   text-decoration:underline;
   color:#669999;
}
a:visited {
	text-decoration:underline;
	color: #669999;
}
a:hover {
	text-decoration:none;
	color:#669999;
}


/* ================================================================================ */
/* 3.レイアウト                                                                     */
/* ================================================================================ */

#wrapper {
	width: 800px;
	text-align: left;
	margin: 0px auto;
}
#head {
	width: 800px;
	padding:0;
	height: 106px;
}
#contents {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
#main {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
#menu {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px 0px 30px;
}
#footer {
	width: 800px;
	clear: both;
	padding-bottom: 15px;
}

/* ================================================================================ */
/* 4.ヘッダー　                                                                     */
/* ================================================================================ */

.head-wrap{
   width:800px;
}
/* ロゴ */
.kinkan-logo{
	float:left;
	width: 255px;
	margin-top: 9px;
}
/* 会社ナビ */
.head-contact{
	float:right;
	width: 256px;
}
.head-contact ul{
	padding-left: 12px;
	padding-top: 10px;
}
.head-contact li{
	float:left;
}


/* ================================================================================ */
/* 5.メニュー　                                                                     */
/* ================================================================================ */

#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	padding: 0px;
	margin: 0px 0px 10px;
	list-style: none;
	width: 180px;
	color: #4F7777;
	line-height: 100%;
}
#menu dl{
	background: url(img/menu_bg.gif) repeat-y left top;
	border-bottom: solid 1px #7FD5E0;
	margin-bottom: 20px;
}
#menu dl dt{
	margin: 0px 0px 1px;
	font-size: 14px;
	background: url(img/menu_list.gif) no-repeat left top;
	padding: 4px 0px 4px 23px;
	color: #FFFFFF;
}
#menu dl dt a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#menu dl dt a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#menu dl dt a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#menu dl dd{
	margin: 0;
	padding-bottom: 9px;
	padding-top: 5px;
}
#menu dl dd ul{
	margin: 0;
	padding: 0;
}
#menu dl dd li{
	width: 180px;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
#menu dl dd li a{
	display: block;
	text-decoration:none;
	background: url(img/arrow.gif) no-repeat left top;
	line-height: 120%;
	padding: 4px 5px 4px 23px;
	color: #0099CC;
}
#menu dl dd li a:visited{
	text-decoration:none;
	color: #0099CC;
}
#menu dl dd li a:hover{
	text-decoration:underline;
	color: #0099CC;
} 

/* 画像バナー */
#menu ul.banner {
	padding: 0px;
	margin: 0px;
	background:none;
}
#menu ul.banner li{
    background:none;
	padding: 0px;
	margin: 0px 0px 10px;
	list-style: none;
}
#menu ul.banner li a{
    background:none;
	padding:0px;
	margin:0px;
	height:auto;
	line-height:100%;
}

/* ================================================================================ */
/* 6.フッター　                                                                     */
/* ================================================================================ */

#footer .campany-address{
	width:800px;
	border-top:solid 3px #008134;
	padding: 9px 0px 0px;
}

#footer address {
	float:left;
	width: auto;
	line-height: 150%;
	margin: 3px 0px 0px;
}
#footer address strong{
   font-weight:normal;
}
#footer address span{
	display: block;
	padding: 5px 0px 0px;
}
#footer address a{
    color:#666666;
	text-decoration:none;	
}
#footer address a:visited{
    color:#666666;
	text-decoration:none;
}
#footer address a:hover{
    color:#666666;
	text-decoration:underline;
}
.copyright {
	text-align: right;
	float: right;
	width: auto;
	margin: 55px 8px 0px 0px;
	color: #008134;	
}

/* ================================================================================ */
/* 7.ミドルページ基本   　　                                                        */
/* ================================================================================ */


/* ページトップ */
.pagetop {
	text-align: right;
	width: 103px;
	float: right;
}

/* テキスト指定 */
.caution {
	font-weight: bold;
	color: #73BE41;
	font-size: 14px;
}
.cacth{
	font-weight: bold;
}


/* フロート指定 */
.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}

/* 詳細ページリンク */
.detail {
	text-align: right;
	background: none;
}

/* クリアー要素 */
.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
	float: none;
	clear: both;
}

/* ================================================================================ */
/* 8.投稿トップ   　　                                                        */
/* ================================================================================ */
.entry-wrap{
	background: url(img/article_bg.jpg) repeat-x left top;
	width: 600px;
	padding: 22px 0px 0px;
	margin: 0px 0px 25px;
}
.author-img{
	float:left;
	width: 100px;
	margin: 0px 13px 20px 8px;
	display: inline;
}
.author-text{
	float:right;
	width: 479px;
}
.entry-wrap p{
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px 5px 15px;
}

.entry-wrap .detail{
	background: url(img/line_bg.gif) repeat-x left bottom;
	padding-bottom: 14px;
	margin: 0;
}
.entry-wrap .author{
	background:none;
	font-size: 14px;
	margin-bottom: 50px;
}


/* ================================================================================ */
/* 9.アーカイブリスト　　　　　　　 　                                              */
/* ================================================================================ */
.archive-list{
}
.archive-list li{
	font-size: 14px;
	font-weight: bold;
	background-image: url(img/archive_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F7FBFF;
	padding: 5px 0px 5px 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}

/* ================================================================================ */
/* 10.月別アーカイブ　　　　　　　 　                                               */
/* ================================================================================ */
.archive-mountly{
	width: 600px;
}

.archive-mountly table{
	width: 600px;
	border: solid 1px #CCCCCC;
}
.archive-mountly th{
	padding: 8px 0px;
	line-height: 140%;
	width: 140px;
	text-align: center;
	font-weight: normal;
}
.archive-mountly td{
	padding: 8px 10px;
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
}
.archive-mountly td a{
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.archive-mountly tr.even{
   background-image:url(img/data_bg.gif);
}

/* ================================================================================ */
/* 11.カテゴリーナビゲーション　                                                    */
/* ================================================================================ */

dl.category-navi{
	background: url(img/category_dd.gif) no-repeat left bottom #F5FAE4;
	margin-top: 50px;
	width: 600px;
	margin-bottom: 50px;
}
dl.category-navi a{
    text-decoration:none;
}
dl.category-navi a:visited{
    text-decoration:none;
}
dl.category-navi a:hover{
    text-decoration:underline;
}
dl.category-navi dt{
	background: url(img/category_dt.gif) no-repeat left top;
	margin: 0px;
	padding: 9px 0px 7px 28px;
	font-weight: normal;
}
dl.category-navi dd{
	padding: 7px 0px 8px;

}
dl.category-navi dd ul{
	padding: 0px 0px 0px 14px;
	margin: 0px;

}
dl.category-navi dd li{
	display: inline;
	background: url(img/category_link.gif) no-repeat left center;
	padding-left: 13px;
	line-height: 130%;
	margin-right: 10px;
	padding-top: 1px;

}
dl.category-navi dd li.arrow-none{
    background:none;
	padding-left:0px;
}
dl.category-navi dd li strong{
	color:#60C4CE;
	font-weight: normal;
}

/*　ここまで　*/


