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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
 	background: #FFFFCC;
 	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;
}

/* strong */
strong {font-weight: normal;}

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

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

.table1
	{
	width: 100%;
	border-collapse: collapse;
	border: 1px #aaaaff solid;
	color: #2F4F4F;
	}

.table1 td
	{
	border: 1px #aaaaff solid;
	padding: 2px;
	color: #2F4F4F;
	}

.table2 td
	{
	border:none;
	}

.table3 td
	{

	border-bottom:1px solid #ccc;
	line-height:170%;
	}



/* 基本設定 ----------------------------- */
#base{
 	width: 1020px;
 	margin: 0 auto;
 	text-align: center;
 	background: url("img/base_back.gif") repeat-y;
 	position: relative;
 	word-break:break-all;
}

/*  ヘッダー  */
#header {
 	height:110px;
 	margin: 0;
 	background: url("img/header.gif") no-repeat;
 	color: #666;
 	text-align: left;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {
 position: absolute;
 top: 35px;
 left: 40px;
 font-size: 22px;
 font-weight: bold;
 color: #333;
 text-decoration: none;
}

#header h1 a:hover {
 color: #F00;
 text-decoration: underline;
}

#header .des{
 	position: absolute;
 	top: 60px;
 	left: 40px;
 	width: 700px;
 	font-size: 100%;
 	color: #555;
}

/*  パンくずリスト  */
.navi {
	width: 1000px;
	height: 20px;
 	margin :0 auto;
 	font-size: 85%;
 	color: #CCC;
 	text-align: left;
 	text-indent: 10px;
 	line-height: 170%;
 	background: #997F00;
}

.navi a:link, .navi a:visited, .navi a:active {color: #FFFF00;text-decoration: none;}
.navi a:hover{color : #FF6633;text-decoration: underline;}

/*　検索　*/
.search{
 	position: absolute;
 	top: 50px;
 	right: 50px;
 	width: 180px;
 	font-size: 12px;
 	line-height: 150%;
 	text-align: left;
}

.search .btn{
	padding-top: 5px;
 	font-size: 12px;
 	text-align: right;
}

/*  記事枠設定  */
#wrapper {
 	width: 960px;
 	margin: 0 auto;
 	text-align: center;
}

#container {
 	width: 235px;
 	margin: 0;
 	float: right;
 	text-align: left;
}

/*  記事枠等の属性  */
#content {
 	float: left;
 	width: 700px;	
 	margin: 0;
	text-align: left;
 	overflow: hidden;	
}

#content h2{
 	margin: 10px 0 0 0;
 	color: #665500;
 	font-size: 18px;
 	font-weight: bold;
 	line-height: 150%;
 	text-align: left;
}
			
#content h2 a:link, #content h2 a:visited, #content h2 a:active{
 	font-size: 16px;
 	text-decoration: none;
 	color: #997F00;
}
					
#content h2 a:hover {
	text-decoration: underline;
 	color: #FF0000;
}

#content h2.entry{
 	margin: 10px 0;
 	color: #665500;
 	font-size: 18px;
 	font-weight: bold;
 	line-height: 150%;
 	text-align: left;
}

#content h3 {
 	margin: 15px 0 0 0;
 	border-bottom: 1px solid #999;
 	color: #666;
 	font-weight: bold;
 	font-size: 100%;
 	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: #3B9933;
}
					
#content h3 a:hover {
	text-decoration: underline;
 	color: #FF0000;
}


#content h4 {
 	margin: 10px 0 5px 0;
 	height: 20px;
 	font-size: 100%;
 	text-indent: 25px;
 	line-height: 180%;
 	background: url("img/h_back2.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 .posted {
 	text-align: right;
 	font-size: 10px;
 	margin: 6px 5px 20px 0;
}

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

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



/*　詳細へ　*/
.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: 190px;
 	margin: 0;
}

#left h2{
 	margin: 10px 0;
 	color: #666;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
}

/*　アドセンス　*/
.ads{
 	margin: 0 5px 0 10px;
 	text-align: center;
}

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

#left ul.menu{
 	list-style: none;
 	margin: 0 0 10px 0;
 	padding: 0;
}


#left ul.menu li a:link, #left ul.menu li a:visited, #left ul.menu li a:active {
 	height: 20px;
 	list-style: none;
 	padding-left: 30px;
 	text-decoration: none;
 	text-indent: 0px;
 	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;
 	padding-left: 20px;
 	text-decoration: none;
 	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: 0;
}


#left ul.page li a:link, #left ul.page li a:visited, #left ul.page li a:active {
 	height: 20px;
 	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;
}

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

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

#right h2{
 	margin: 10px 0;
 	color: #666;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
}

#right ul.new{
 	list-style: none;
 	margin: 0 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 .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: auto;
 	height: 70px;
 	background: url("img/footer_back.gif") no-repeat;
 	margin: 0;
}

#footer .copy {
 	margin: 0;
 	padding-top: 40px;
 	color: #666;
 	font-size: 12px;
 	line-height: 130%;
 	text-align: center;
}
	
/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
 	margin: 10px 0;
 	color: #666;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: left;
}

.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;
}



/* ps */
.cate_exc
	{
	padding:2px 0;
	margin-top:2px;
	text-align: justify; 
	text-justify: inter-ideograph; 
	}

.blogname {
	color:#666600;
}

.entry1 
{
	border-bottom: 1px dotted #999999;
	padding:10px 0;
}

.cate_exc p
	{
	margin:0;
	}
.textai {
	width:700px;
	height:200px;
	overflow:auto;
	border-style:none;
	border:0px solid #ccc;

}
.textai0 {
	width:700px;
	height:40px;
	overflow:auto;
	border-style:none;
	border:0px solid #ccc;

}
.textai2 {
	width:700px;
	height:600px;
	overflow:auto;
	border-style:none;
	border:0px solid #ccc;

}
.c1 {
	font-size: 10pt;
	
}


#box
	{
	width:700px;
	padding-left:10px;
	margin-top:5px;
	clear:both;
	word-break:break-all;
	}

.box_h2
	{
	font-size:14px;
	letter-spacing:1px;
	color:#db4c8a;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom:4px double #999;
	padding:2px 8px;
	background:#fff;
	}

.box_h3
	{
	color:#db4c8a;
	font-size:12px;
	letter-spacing:1px;
	margin:5px;
	font-weight:bold;
	}


/*記事設定(TopPage)*/
.catdata{
    margin-left: 10px;
    width: 240px;
    height: 180px;
    float: left;
}

.catdata dt{
	margin: 10px 0 0 0;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    background: url(img/mark1.gif) no-repeat left;
}

.catdata dd{
	font-size:12px;
    padding:0px 0px 10px 20px;
    margin:0 0 10px 0;
}






