/*ここは消さないで下さい!*/
/* 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;
}

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

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

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

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

/*  ヘッダー  */
#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: 90px;
 left: 105px;
 font-size: 10px;
 font-weight: lighter;
 color: #333;
 text-decoration: none;
}

#header h1 a:hover {
 color: #F00;
 
}

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

/*  パンくずリスト  */
.navi {
	width: 960px;
	height: 20px;
 	margin :0 auto;
 	font-size: 85%;
 	color: #FFF;
 	text-align: left;
 	text-indent: 10px;
 	line-height: 170%;
 	background: #fff;
         border-bottom: 1px solid #000;
}

.navi a:link, .navi a:visited, .navi a:active {color: #FFCCFF;text-decoration: none;}
.navi a:hover{color : #FF0000;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: 212px;
 	margin: 0;
 	float: right;
 	text-align: left;
}

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

#content h2{
 	clear: both;
	margin: 10px 0 10px 0;
	padding-left: 30px;
	background: #eee;/*背景色*/
	background: url(http://www.tbackstyle.com/img/h2back-gree2.gif) no-repeat;/*背景画像*/
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	border-bottom: 1px solid #696969;
	color: #333;/*文字色*/}
			
#content h2 a:link, #content h2 a:visited, #content h2 a:active{
 	font-size: 12px;
 	text-decoration: none;
 	color: #993366;
 	margin: 0;
	height: 30px;
	line-height: 120%;
	font-weight: normal;
	border: 0px;
	text-indent: 0px;
}
					
#content h2 a:hover {
	text-decoration: underline;
 	color: #FF0000;
}

#content h2.entry{
 	margin: 10px 0;
 	color: #993366;
 	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%; 
}

#content .box{
	float: left;
	width: 157px;
	height: 300px;
	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 img{
	margin: 5px auto;
}

/*　詳細へ　*/
.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;
}





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

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

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

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

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


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

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


#right ul.menu li.pt a:link, #right ul.menu li.pt a:visited, #right 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;
}

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

/* ---- その他----- */
#right ul.page{
 	list-style: none;
 	margin: 0 0 10px 0;
 	padding: 0;
}


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

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



/*フッターナビ*/
.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: #663344;
 	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;
}

/*------------------------------------------------------------
■拡張設定

	t＝上（top）
	r＝右（right）
	b＝下（bottom）
	l＝左（left）
	c＝左右の中央（center）
	m＝上下の中央（middle）

※「!important」という設定は、
　どんなclassより、そのclassを優先するという設定です。
-------------------------------------------------------------*/

/*------------------------------------------------------------
●１、align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left; }/*左寄せ*/


/*------------------------------------------------------------
●２、valign・・・文字の縦位置
-------------------------------------------------------------*/

.vl-t{ vertical-align: top; }/*上寄せ*/
.vl-m{ vertical-align: middle; }/*中央寄せ*/
.vl-b{ vertical-align: bottom; }/*下寄せ*/


/*------------------------------------------------------------
●３、float・・・ブロックの左右の寄せ
-------------------------------------------------------------*/

.fl-c{ clear: both; }/*左右の寄せを解除*/
.fl-r{ float:right; margin-left: 20px; }/*右寄せ*/
.fl-l{ float:left; margin-right: 20px; }/*左寄せ*/


/*------------------------------------------------------------
●４、margin・・・周りのブロックからの距離

	10、15、20・・・という数字は「px（ピクセル）」を表します
-------------------------------------------------------------*/

.m0{ margin: 0!important; }/*周りからのmarginを0にする*/
.m0-t{ margin-top: 0!important; }/*上からのmarginが0px*/
.m0-r{ margin-right: 0!important; }/*右からのmarginが0px*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginが0px*/
.m0-l{ margin-left: 0!important; }/*左からのmarginが0px*/

.m10{ margin: 10px!important; }/*周りからのmarginが10px*/
.m10-t{ margin-top: 10px!important; }/*上からのmarginが10px*/
.m10-r{ margin-right: 10px!important; }/*右からのmarginが10px*/
.m10-b{ margin-bottom: 10px!important; }/*下からのmarginが10px*/
.m10-l{ margin-left: 10px!important; }/*左からのmarginが10px*/

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }


/*------------------------------------------------------------
●５、padding・・・周りのブロックからの距離（padding）

	10、15、20・・・という数字は「px（ピクセル）」を表します
-------------------------------------------------------------*/

.p0{ padding: 0!important; }/*周りからのmarginを0にする*/
.p0-t{ padding-top: 0!important; }/*上からのmarginが0px*/
.p0-r{ padding-right: 0!important; }/*右からのmarginが0px*/
.p0-b{ padding-bottom: 0!important; }/*下からのmarginが0px*/
.p0-l{ padding-left: 0!important; }/*左からのmarginが0px*/

.p10{ padding: 10px!important; }/*周りからのmarginが10px*/
.p10-t{ padding-top: 10px!important; }/*上からのmarginが10px*/
.p10-r{ padding-right: 10px!important; }/*右からのmarginが10px*/
.p10-b{ padding-bottom: 10px!important; }/*下からのmarginが10px*/
.p10-l{ padding-left: 10px!important; }/*左からのmarginが10px*/

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }


/*------------------------------------------------------------
●６、font-size・・・フォントサイズの設定

	※「em」と「pt」の違い
	　IEで、ブロウザの文字サイズ変更が反映されるのが「em」です
	　「pt」は文字サイズ変更が効きません。
-------------------------------------------------------------*/

.normal{ font-weight: normal!important; }

.b{ font-weight: bold!important; }

.big{ font-size: 120%!important; }
.big2{ font-size: 150%!important; }
.big3{ font-size: 180%!important; }

.small{ font-size: 80%!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f16em{ font-size: 1.6em; }
.f18em{ font-size: 1.8em; }
.f20em{ font-size: 2.0em; }
.f22em{ font-size: 2.2em; }
.f24em{ font-size: 2.4em; }


.f8pt{ font-size: 8.5pt!important; }
.f9pt{ font-size: 9.0pt!important; }
.f10pt{ font-size: 10pt!important; }
.f11pt{ font-size: 11pt!important; }
.f12pt{ font-size: 12pt!important; }
.f13pt{ font-size: 13pt!important; }
.f14pt{ font-size: 14pt!important; }
.f16pt{ font-size: 16pt!important; }
.f18pt{ font-size: 18pt!important; }
.f20pt{ font-size: 20pt!important; }
.f22pt{ font-size: 22pt!important; }
.f24pt{ font-size: 24pt!important; }




/*------------------------------------------------------------
●７、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.black{ color: #000!important; }/*黒色*/
.red{ color: #ff0000!important; }/*赤色*/
.blue{ color: #0000dd!important; }/*青色*/
.green{ color: #008000!important; }/*緑色*/
.yellow{ color: #ffff00!important; }/*黄色*/
.navy{ color: #1F26A9!important; }/*紺色*/
.gray{ color: #ccc!important; }/*灰色*/
.orange{ color: #ff6600!important; }/*橙色*/
.pink{ color: #cc6699!important; }/*ピンク色*/
.purple{ color: #660099!important; }/*紫色*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/


/*------------------------------------------------------------
●８、line-height・・・行間の設定
-------------------------------------------------------------*/

.lh13{ line-height: 1.3em!important; }
.lh14{ line-height: 1.4em!important; }
.lh15{ line-height: 1.5em!important; }
.lh16{ line-height: 1.6em!important; }
.lh17{ line-height: 1.7em!important; }
.lh18{ line-height: 1.8em!important; }
.lh19{ line-height: 1.9em!important; }
.lh20{ line-height: 2.0em!important; }


/*------------------------------------------------------------
●９、underline・・・アンダーライン（下線）の設定
-------------------------------------------------------------*/

.underline{ text-decoration: underline!important; }


/*------------------------------------------------------------
●１０、取り消し線の設定
-------------------------------------------------------------*/

.del{ text-decoration:line-through;}


/*------------------------------------------------------------
●１１、box・・・カラーボックスの設定
-------------------------------------------------------------*/

.box-yellow{ background-color: #ffff00!important; }/*黄色のボックス*/
.box-aqua{ background-color: #00ffff!important; }/*水色のボックス*/
.box-gray{ background-color: #eee!important; }/*灰色のボックス*/
.box-red{ background-color: #fc9b8b!important; }/*赤色のボックス*/


/*------------------------------------------------------------
●１２、input:focus・・・入力フォームをハイライトする
-------------------------------------------------------------*/

input:focus,textarea:focus{ background-color: #dee!important; }


/*------------------------------------------------------------
●１３、hr・・・線の基本設定
-------------------------------------------------------------*/

hr{
	clear: both;
	margin: 0;
	padding: 0;
	border-width: 1px 0 0 0;
	height: 1px;
	border-style: solid none none none;
	color: #ccc;
}

/*------------------------------------------------------------
●１４、left、right・・・画像の横位置設定
-------------------------------------------------------------*/

/*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 0 30px 20px 0!important;
	padding: 0;
}

.left1{
	float: left;!important;
}

.left2{
	float: left;
	margin: 0px 10px 0px 0px!important;
}

/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin: 0 0 20px 30px!important;
}


/*------------------------------------------------------------
●１５、top、middle、bottom・・・画像の縦位置設定
-------------------------------------------------------------*/

/*--------------------▽画像の縦位置をtopに揃える*/

img.top{ vertical-align: top!important; }

/*--------------------▽画像の縦位置をmiddleに揃える*/

img.middle{ vertical-align: middle!important; }

/*--------------------▽右に画像、左に画像*/

img.bottom{ vertical-align: bottom!important; }


/*------------------------------------------------------------
●１６、noborder・・・枠線を無くす
-------------------------------------------------------------*/

.noborder{ border: 0!important; }

/*------------------------------------------------------------
●１６、zindex・・・重なりの優先度
-------------------------------------------------------------*/

.z2{ z-index: 2; }
.z3{ z-index: 3; }

/*------------------------------------------------------------
　written by Shigeoki Matsuo
-------------------------------------------------------------*/

.botan {
		width: 300px;
		height: 60px;
		background: url(img/kounyuub.gif) 0 0 no-repeat;
		margin: 0 0 0 57px;
		}
		.botan a {
			display: block;
			width: 300px;
			height: 60px;
			background: url(img/kounyuua.gif) 0 0 no-repeat;
			}
			.botan a:hover {
				background: none!important;
				}
			.botan a span {
				display: none;
				}