@charset "utf-8";
@import url(http://www.e-syarousi.com/css/reset.css);
@import url(http://www.e-syarousi.com//css/footer.css);

body{
	background:url(../img/back2.gif);
	background-repeat:repeat;
	font-family:"メイリオ", verdana, "ＭＳ Ｐゴシック",'trebuchet ms', sans-serif;
	font-size:x-small;
	font-weight:normal;
	padding:0;
	margin:0;
}

    /* for IE7 */  
    *+html body {  
    font-family:'メイリオ', 'ＭＳ Ｐゴシック';  
    }  
  
    /* for IE6 */  
    * html body {
    font-family:'ＭＳ Ｐゴシック';  
    }

/*
-----------------------------------------------
head
-----------------------------------------------*/

#wrap {
	width:780px;
	margin:auto;
	background-color:#fafaf8;
}

#header{
	background:url(../img/hdr-bg.gif);
	background-repeat:no-repeat;
	width:780px;
	height:102px;
}

#header p#top{
	padding:0;
	margin:0;
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
	position:relative;
	left:32px;
	top:16px;
	height:32px;
	width:415px;
}

#header h1#top{
	padding:0;
	margin:0;
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
	position:relative;
	left:32px;
	top:16px;
	height:32px;
	width:415px;
}

#logo{
	/*padding-top:32px;*/
}

/*
-----------------------------------------------
gNav
-----------------------------------------------*/
#gNav{
	height:47px;
}

#gNav li{
	display:inline;
	float:left;
	background:#c2d699;
	/*background-color:#eef0ea;*/
}

/*
-----------------------------------------------
contentsHeader
-----------------------------------------------*/

#contentsHeader{
	padding:0;
	margin:0;
	width:780px;
	float:left;
	background-color:#fafaf8;
	height:192px;
}

p#pankuzu{
	height:17px;
	margin:0;
	padding:0;
	padding:5px 0 5px 10px;
	color:#fff;
	/*background:#eef0ea;*/
	background:#c2d699;
}

p#pankuzu a{
	color:#fafaf8;
	text-decoration:none;
}

p#pankuzu a:hover{
	/*color:#ff7200;*/
	color:#333;
	text-decoration:underline;
}

/*
-----------------------------------------------
container
-----------------------------------------------*/

#container{
	float:left;
	background:url(../img/idx-container-back.gif);
	background-repeat:repeat-y;
	width:780px;
}

/*
-----------------------------------------------
Main
-----------------------------------------------*/
#main{
	background-color:#fff;
	width:536px;
	float:left;
	padding-top:13px;
	padding-left:12px;
	padding-right:12px;
}

/*#main h2{
	padding:0;
	margin:0;
	margin-bottom:6px;
}
*/


/*#main p{
	margin:0;
	padding:0;
	padding-left:15px;
	font-size:1.3em;
	line-height:1.6;
	/*padding-bottom:9px;
	color:#000000;
}*/



#next-page{
	float:right;
	/*font-size:0.9em;*/
	text-align: right;
	padding-top:20px;
	padding-right:0px;
	padding-bottom:20px;
}


/*
-----------------------------------------------
sub
-----------------------------------------------*/
#sub{
	padding-top:13px;
	width:220px;
	float:left;
	background-color:#f4eddc;
}

/*
-----------------------------------------------
サイドローカルナビゲーション
-----------------------------------------------*/
img.lNavBar{
	padding:0;
	margin:0;
	padding-left:11px;
}

ul.lNav{
	padding:0;
	margin:0;
	margin-left:11px;
	margin-bottom:11px;
	list-style:none;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	width:201px;
}

.lNav li{
	background:#fff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d5d4d3;
}

ul.lNav li a{
	background-image:url(../img/local-list-arrow.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:16px;
	line-height:2;
	display:block;
	color:#333;
	text-decoration:none;
	width:184px;
}
/*--サブカテゴリ*/
ul.lNav ul li{	
list-style:none;

}

ul.lNav ul li a{
	background-image:url(../img/subcate-list.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:-5px;
	margin-left:5px;

}

li#listEnd{
	background-image:url(../img/listEnd.gif);
	background-repeat:no-repeat;
	padding-bottom:13px;
	background-position:bottom;
	border-bottom:none;
}

ul.lNav li a:hover{
	/*color:#FF0000;*/
	color:#ff7200;
	text-decoration:underline;
}

/*--------------バナー-------------------*/

div#movBox{
	padding-left:8px;
	padding-top:10px;
}

div#movBox img.newsBnr{
	margin-top:6px;
}

ul.bnr{
	padding-top:6px;
	padding-left:8px;
}

img.formBtn{
	margin-top:10px;
	padding-left:8px;
}
ul.bnr li{
	margin:0;
	padding:0;
	margin-bottom:1px;
	list-style:none;
}
#info {
	background-color:#fafaf8;
	width:188px;
	color:#333;
	font-size:1.2em;
	margin:0;
	margin-top:5px;
	margin-left:11px;
	margin-bottom:10px;
	line-height:18px;
	padding:10px 0px 10px 10px;
}

/*
-----------------------------------------------
ニュース＆トピックス
-----------------------------------------------*/
div.entryBox{
	float:left;
	margin-bottom:10px;
}

.newsTitle{
	color:#333;
	background:url(../img/news-ttl-bg.gif);
	background-repeat:repeat-x;
	font-size:2.2em;
	padding-top:12px;
	padding-bottom:10px;
	padding-left:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5decb;
	margin-bottom:1px;


}

.newsTitle a{
	color:#333;
	text-decoration:none;
	display:block;
}

.newsTitle a:hover{
	color:#fe9900;
	text-decoration:underline;
}

#main p.entryDate{
	color:#FFFFFF;
	background:#ceceb5;
	padding:0;
	margin:0;
	padding-top:1px;
	padding-bottom:1px;
	font-size:1.4em;
	font-weight:bold;
	padding-left:15px;
}

#main div.entryBody{
    font-size:1.5em;
	line-height:2;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-align: justify;
}


/*-----「続きを読む」----*/
.entryMore {
	margin-right:10px;
	margin-bottom:8px;
}

.entryMore a{
	padding:3px 4px;
	text-decoration:none;
	color:#000;
	background:#e3e3c1;
}

.entryMore a:hover{
	text-decoration:underline;
	color:#fff;
	background-color:#fe9900;
}


.moreBox{
	width:465px;
	padding-left:74px;
	
}


/*-----tagInfo---------*/
dl.tagInfo{
	text-align:right;
	float:left;
	list-style:none;
	padding:4px 0 0 0;
	font-size:1.1em;
	width:535px;
	display:block;
	color:#333333;
}

.tagInfo dt{
	display:inline;
	margin:0 1px 0 0;
}

.tagInfo dd{
	display:inline;
	margin:0 2px 0 0;
	border-right:#999999 thin solid;
}

.tagInfo dd a{
	color:#333333;
	padding:0px 5px;
}

.tagInfo dd a:hover{
	/*background:#fe9900;*/
	background:#e3e3c1;
	color:#000;
}

/*-----entryInfo----*/
ul.entryInfo{
	text-align:right;
	float:left;
	list-style:none;
	padding:4px 0 40px 0;
	font-size:1.1em;
	width:535px;
	display:block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	color:#333333;
}

.entryInfo li{
	display:inline;
	margin:0 10px 0 0;
}

ul.entryInfo a{
	color:#333333;
}

ul.entryInfo a:hover{
	color:#ff7200;
}

li.comments{
	background:url(../img/comment.gif);
	background-repeat:no-repeat;
	padding-bottom:2px;
	padding-left:15px;
}

li.trackback{
	background:url(../img/trackback.gif);
	background-repeat:no-repeat;
	padding-bottom:2px;
	padding-left:15px;
}
li.categoryIcon{
	background:url(../img/catelist.gif);
	background-repeat:no-repeat;
	padding-bottom:2px;
	padding-left:15px;
}
/*
-----------------------------------------------
アーカイブページ
-----------------------------------------------*/
.lightgreenTitle{
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background-repeat:no-repeat;
	background-color:#e3e3c1;
	line-height:1.5;
	color:#333333;
	/*width:523px;*/
	font-size:2em;
}

.blogArchivesBox ul{
	padding:20px 0 20px 10px;
	font-size:1.5em;
	
}

.blogArchivesBox li{
	list-style:none;
	line-height:1.8;
        margin-bottom:5px;
}
.blogArchivesBox li span{
    color:#999999;
    font-size:0.8em;
}



.blogArchivesBox li a{
	color:#333333;
}

.blogArchivesBox li a:hover{
	text-decoration:underline;
	color:#fff;
	background-color:#fe9900;
}


.contentNav {
    text-align: center;
    padding-bottom:20px;
    float:left;
    width:530px;
    font-size:1.2em;
}

div.contentNav　a{
	padding:2px 4px;
	text-decoration:none;
	color:#fff;
	background-color:#85aca2;
}

div.contentNav a:hover{
	text-decoration:underline;
	color:#fff;
	background-color:#fe9900;
}

div.contentNav　a:visited{
	padding:2px 4px;
	text-decoration:none;
	color:#fff;
	background-color:#85aca2;
}

/*
-----------------------------------------------
PDFリンク関係
-----------------------------------------------*/

.pdflink{
	font-size:13px;
	background-color:#e4e9e6;
	background-image:url(../img/pdf-d.gif);
	background-repeat:no-repeat;
	padding:10px 0px 10px 60px;
	border:2px #c2d6ca dashed;
}

.pdflink span{
	font-size:0.8em;

}

.adobelink{	
margin-top:30px;
font-size:0.7em;
color:#333333;
text-align:right;
line-height:1;
}



