/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
 	background: #FFF;
 	margin: 0;
 	padding: 0;
 	font-size: 13px;
 	line-height: 150%;
 	color: #555;
 	text-align: center;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
 	margin: 0;
 	padding: 0;
 	border: 0;
}


/* 画像の属性 */
img {border: none; margin: 0 5px;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #997F00;text-decoration: none;}
a:hover{color : #FF3300;text-decoration: underline;}

/*  ヘッダー  */
#header {
	width: 100%;
 	height:108px;
 	margin: 0;
 	background: url("img/header.jpg") no-repeat top left;
 	text-align: left;
	position: relative;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -2000px;
}
		
#header h1 a {
	width: 250px;
	height:80px;
	background: url("img/header.jpg") no-repeat;
	display: block;
	outline: 0;
	overflow: hidden;
}

#header h1 a:hover {
	background: url("img/header.jpg") no-repeat;
}

#header .des{
 	position: absolute;
 	top: 30px;
 	left: 250px;
 	width: 400px;
 	font-size: 100%;
 	line-height: 130%;
 	color: #555;
}

/*  トップメニュー  */
#gmenu{
	position: absolute;
	width:100%;
	left:0px;
	top: 80px;
	margin: 0;
	padding-left:10px;
	height: 28px;
	overflow: hidden;
	border-top: 1px solid #D3BC79;
	border-bottom: 1px solid #D3BC79;
	background: #C0A040;
}
#gmenu ul{list-style: none; margin: 0; padding: 0;}
#gmenu li{margin: 0; padding: 0; float: left;}
#gmenu li a:link, #gmenu li a:visited, #gmenu li a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	border-right: 1px solid #D3BC79;
	display: block;
}
#gmenu li a:hover{background: #E65D19;color: #FFF;}
#gmenu li.nav1 a:link, #gmenu li.nav1 a:visited, #gmenu li.nav1 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	display: block;
	border-left: 1px solid #D3BC79;
	border-right: 1px solid #D3BC79;
}
#gmenu li.nav a:hover{background: #E65D19;color: #FFF;}


/*  記事枠設定  */
#base {
 	margin: 0 10px;
 	text-align: center;
}

#wrapper {
	float: left;
	width: 100%;
	margin-top: 0;
 	margin-right: -250px;
}

#container {
 	float: right;
 	width: 100%;
 	margin-left: -205px;
}

.rss{
	margin: 20px 0;
	text-align: left;
}

/*  記事枠等の属性  */
#content {
	width: auto;
 	margin: 0 260px 0 220px;
	text-align: left;
}

#content h2 {
 	margin: 10px 0 0 0;
 	padding-left: 25px;
 	color: #664B33;
 	font-size: 18px;
 	font-weight: bold;
 	line-height: 150%;
 	text-align: left;
 	background: url("img/h_back2.gif") no-repeat top left;
}

#content h2 a:link, #content h2 a:visited, #content h2 a:active{
 	font-size: 16px;
 	text-decoration: none;
 	color: #996633;
}
					
#content h2 a:hover {
	text-decoration: underline;
 	color: #FF0000;
}

#content h2.entry {
 	margin: 10px 0 0 0;
 	color: #664B33;
 	font-size: 18px;
 	font-weight: bold;
 	line-height: 150%;
 	text-align: left;
 	padding: 8px;
 	border-left:10px solid #FF9966;
 	background-image: none;
}

			
#content h3{
 	margin: 15px 0 0 0;
 	border-bottom: 1px solid #999;
 	color: #666;
 	font-weight: bold;
 	font-size: 108%;
 	line-height: 150%;
 	display: block;
 	text-align: left;
}

#content h3 a:link, #content h3 a:visited, #content h3 a:active{
 	font-size: 14px;
 	text-decoration: none;
 	color: #996633;
}
					
#content h3 a:hover {
	text-decoration: underline;
 	color: #FF0000;
}


#content h4{
 	margin: 10px 0 5px 0;
 	height: 20px;
 	font-size: 108%;
 	text-indent: 25px;
 	line-height: 180%;
 	background: url("img/h_back3.gif") no-repeat top left;
}

#content h5 {
 	padding: 0;
 	color: #666;
 	font-size: 100%;
 	line-height: 150%;
 	display: block;
 	text-align: left;
}


#content p{
 	padding: 5px 0 10px 0;
}

#content .date{
 	text-align: right;
 	font-size: 12px;
 	color: #6B5900;
 	margin: 5px 5px 10px 0;
}

#content p.postmetadata{
 	margin: 0;
 	text-align: right;
 	font-size: 84%; 
}

#content .doc{
 	margin: 0px 5px 20px 10px;
}

/*　インフォメーション属性　*/
#content .info{
 	margin: 10px 0;
 	background: #FFEE99;
 	text-align: left;
}

#content .info_inner{
	padding: 10px;
}


/*　詳細へ　*/
.next {
	margin : 10px 0;
}

/*  記事一覧  */
#content ol{
	margin: 0px 0px 20px 40px;
}

#content li{
	margin: 5px 0;
	font-size: 100%;
}

#content .cform{
	margin: 0;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}



/*  左サイドメニュー等の属性  */
#left {
 	float: left;
 	width: 200px;
 	margin: 0;
 	text-align: left;
}

#left h2{
 	margin: 10px 0 0 0;
 	padding-left: 5px;
 	height: 20px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
 	line-height: 150%;
 	background: #C0A040;
}

/*　検索　*/
.search{
	margin:0 0 10px 0;
	padding: 5px;
 	text-align: left;
 	border-left: 1px solid #D3BC79;
 	border-right: 1px solid #D3BC79;
 	border-bottom: 1px solid #D3BC79;
}

/* ---- メニュー等----- */
#left .cat{
	margin: 0;
}

#left ul.menu{
 	list-style: none;
 	margin: 0 0 10px 0;
 	padding: 5px 0;
 	border-left: 1px solid #D3BC79;
 	border-right: 1px solid #D3BC79;
 	border-bottom: 1px solid #D3BC79;
}

#left ul.menu li a:link, #left ul.menu li a:visited, #left ul.menu li a:active {
 	height: 20px;
 	list-style: none;
 	margin-left: 5px;
 	padding-left: 20px;
 	text-decoration: none;
 	text-indent: 10px;
 	font-size: 12px;
 	line-height: 150%;
 	display: block;
}

#left ul.menu li a:hover {
 	text-decoration: underline;
}


#left ul.menu li.pt a:link, #left ul.menu li.pt a:visited, #left ul.menu li.pt a:active {
 	height: 20px;
 	list-style: none;
 	margin-left: 5px;
 	padding-left: 20px;
 	text-decoration: none;
 	text-indent: 0px;
 	font-size: 12px;
 	line-height: 150%;
 	display: block;
	background: url("img/folder.gif") no-repeat top left;
}

#left ul.menu li.pt a:hover {
 	text-decoration: underline;
}

/* ---- その他----- */
#left ul.page{
 	list-style: none;
 	margin: 0 0 10px 0;
 	padding: 5px 0;
 	border-left: 1px solid #D3BC79;
 	border-right: 1px solid #D3BC79;
 	border-bottom: 1px solid #D3BC79;
}


#left ul.page li a:link, #left ul.page li a:visited, #left ul.page li a:active {
 	height: 20px;
 	list-style: none;
 	margin-left: 5px;
 	padding-left: 20px;
 	text-decoration: none;
 	font-size: 12px;
 	line-height: 150%;
 	display: block;
	background: url("img/doc.gif") no-repeat top left;
}

#left ul.page li a:hover {
 	text-decoration: underline;
}


/*  右サイドメニュー等の属性  */
#right {
 	float: right;
 	width: 240px;
 	margin: 0;
 	text-align: left;
 	overflow: hidden;
}

#right h2{
 	margin: 10px 0 0 0;
 	padding-left: 5px;
 	height: 20px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
 	line-height: 150%;
 	background: #C0A040;
}

#right ul.new{
 	list-style: none;
 	margin: 5px 0 10px 0;
 	padding: 0;
}


#right ul.new li a:link, #right ul.new li a:visited, #right ul.new li a:active {
 	list-style: none;
 	padding-left: 20px;
 	text-decoration: none;
 	font-size: 12px;
 	line-height: 150%;
 	display: block;
	background: url("img/doc.gif") no-repeat top left;
}

#right ul.new li a:hover {
 	text-decoration: underline;
}

#right .s_tag{
 	margin: 5px 0;
 	text-align: left;
 	font-size: 70%;
}

#right .ads{
	margin: 0 0 10px 0;
 	text-align: center;
}


/*フッターナビ*/
.f_navi {
 	clear: both;
 	text-align: right;
 	margin: 0px;
 	padding: 0px 5px 5px 5px;
 	font-size: 85%;
}

#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/* フッター-----------------*/
#footer {
 	clear: both;
 	width: 100%;
 	height: 70px;
 	background: url("img/footer_back.gif") repeat-x top left;
 	margin: 0;
}
#footer .copy {
 	margin: 0;
 	padding-top: 40px;
 	color: #666;
 	font-size: 12px;
 	line-height: 130%;
 	text-align: center;
}
	
#footer a:link, #footer a:visited, #footer a:active {color: #997F00;text-decoration: none;}
#footer a:hover{color : #FF3300;text-decoration: underline;}

/*カレンダー用*/
#cal {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	font-size: 92%;
}


/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
 	margin: 10px 0 0 0;
 	padding-left: 5px;
 	height: 20px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
 	line-height: 150%;
 	background: #C0A040;
}

.module-tagcloud .module-content{
	margin: 0;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin: 10px;
	text-align: left;
}
