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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	background: #DCE9F0;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


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

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



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

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

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

a:link, a:visited, a:active {color: #0000FF;text-decoration: underline;}
a:hover{color : #FF3300;text-decoration: none;}
	
/* 基本設定 ----------------------------- */
#base{
	width: 820px;
	margin: 0 auto;
	background: url("img/base_back.gif") repeat-y;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#containar {
	width: 760px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: #FFF;
}

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

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

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

#header2 {
	height:225px;
	margin: 0;
	color: #555;
	text-align: left;
	background: url("img/header2.jpg") no-repeat;
}

#header2 p{
	position: absolute;
	top: 60px;
	left: 30px;
	width: 450px;
	font-size: 100%;
	color: #333;
	text-align: left;
}

#header a:link, #header a:visited, #header a:active {color: #CCC;text-decoration: underline;}
#header a:hover{color : #FF9900;text-decoration: none;}

/*  メインメニュー  */
#gmenu{
	position: absolute;
	left:10px;
	top: 250px;
	margin: 0 auto;
	width: 800px;
	height: 25px;
	background: #3398CC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#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: 100px;
	height: 25px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 200%;
	overflow: hidden;
	display: block;
	border-right: 1px solid #CCC;
}
#gmenu li a:hover{background: #FF3300;}
#gmenu li.nav1 a:link, #gmenu li.nav1 a:visited, #gmenu li.nav1 a:active {
	float: left;
	width: 100px;
	height: 25px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 200%;
	overflow: hidden;
	display: block;
	border-right: 1px solid #CCC;
}
#gmenu li.nav1 a:hover{background: #FF3300;}

.rss{	
	position: absolute;
	top: 20px;
	right: 25px;
}

/*  パンくずリスト  */
.navi {
	margin :0 0 10px 0;
	font-size: 10px;
	padding: 0 5px;
	text-align: left;
}

.navi a {
	color: #337799;
	text-decoration: none;
}

.navi a:hover {
	color: #FF6633;
	text-decoration: underline;
}


/*  記事枠等（ページ以外）の属性  */
#content {
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

/*  記事枠等（ページ）の属性  */
#content_s {
	float: left;
	width: 510px;	
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#content h2,#content_s h2{
	margin: 5px 0 10px 10px;
	font-size: 123%;
	color: #0F3357;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	line-height: 150%;
	border-left: 10px solid #3398CC;
}

#content h3,#content_s h3 {
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
	color: #176782;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 0;
}

#content h3.post,#content_s h3.post {
	margin: 10px 5px 0 5px;
	border: 0px;
	color: #0F3357;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 20px;
	background: url("img/h3_back.gif") no-repeat top left;
}
			
#content h3.post a ,#content_s h3.post a {
	color: #0F3357;
	text-decoration: underline;
}
					
#content h3.post a:hover, #content-s h3.post a:hover {
	color: #FF0000;
	text-decoration: none;
}

#content h4, #content_s h4 {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #DDD;
	color: #176782;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
}

#content h5, #content_s h5 {
	margin: 10px 10px 10px 0;
	color: #666;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}

#content .posted,#content_s .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 20px 10px 0;
}

#content .doc, #content_s .doc{
	margin: 0 10px 20px 20px;
	text-align: left;
}

#content .doc p, #content_s .doc p{
	padding: 5px 0;
}

#content .box{
	float: left;
	width: 118px;
	height: 200px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	font-size: 10px;
	overflow: hidden;
}

#content .box-inner{
	padding: 7px;
	text-align: left;
	font-size: 10px;
	line-height: 130%;
}

#content .box h3{
	margin: 0;
	height: 30px;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	border: 0px;
	text-indent: 0px;
}

#content .box img{
	margin: 5px auto;
}

#content .cat{
	background: url("img/cat_back.gif") no-repeat bottom left;
	padding-top: 830px;
}

#content ul{
	padding: 0px 20px 10px 20px;
	text-align: center;
}

#content ul li{
	display: inline;
	margin: 0 5px;
}

#content .search{
	margin-top: 20px;
	height: 30px;
	border: 1px solid #CCC;
}
#content .search-inner{
	padding: 5px;
	text-align: center;
} 

/* ---- 関連記事リスト属性----- */
#content ol,#content_s ol{
	margin: 0px 0px 0px 30px;
}

#content li,#content_s li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}


/*----- 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;
}

#content .next{
	text-align: right;
}

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

#sidebar h2{
 	margin: 10px 0 0 0;
 	height: 25px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	text-align: center;
 	background: #3398CC;
}

#sidebar ul{
 	list-style: none;
 	margin: 0 0 10px 0;
 	padding: 5px 0;
 	background: #CCCCFF;
}

#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul 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;
}

#sidebar ul li a:hover {
 	text-decoration: underline;
}


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

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

/*フッター*/
#footer{
 	clear: both;
 	width: 820px;
 	height: 60px;
 	margin: 0;
 	color: #999;
 	padding: 0;
 	text-align: left;
	background: url("img/footer_back.gif") no-repeat;
}

#footer .copyright{
	text-align: center;
	padding: 40px 0 0 0;
	font-size: 12px;
	line-height: 120%;
}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
 margin: 10px 0 0 0;
 height: 22px;
 color: #FFF;
 font-weight: bold;
 line-height: 180%;
 text-indent: 10px;
 text-align: left;
 background: #CCC;
 display: block;
}

.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:510px;
	height:200px;
	overflow:auto;
	border-style:none;
	border:0px solid #ccc;

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

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

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


#box
	{
	width:510px;
	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: #0f3357;
    background: url(img/mark1.gif) no-repeat left;
}

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


