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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin : 0;
	padding: 0;
 	color: #555;
 	font-size: 13px;
 	line-height: 150%;
 	background: #cccfff url("./img/back.gif") repeat-y top center;
 	text-align: center;
}

/*デフォルト属性 */
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;}

/* 強調文の属性*/
h1,h2,h3,h4,p{font-size: 12px;font-weight: normal;}

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

/* 基本設定 ----------------------------- */
#base{
 	width: 880px;
 	margin: 0 auto;
 	padding: 0;
 	text-align: center;
 	position: relative;
 	border: 1px solid #999;
 	background: #FFF url("./img/header.jpg") no-repeat top center;
}

#wrapper {
 	width: 860px;
 	margin: 0 auto;
 	padding: 0;
 	text-align: left;
}

/*  ヘッダー  */
#header {
 margin : 0;
 padding: 0;
 height : 300px;
 text-align: left;	
}
		
#header h1 a:link, #header h1 a:visited, #header h1 a:active {
 position: absolute;
 top: 10px;
 left: 20px;
 font-size: 22px;
 font-weight: bold;
 color: #00F;
 text-decoration: none;
}

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

#header p{
 position: absolute;
 top: 200px;
 left: 0px;
 padding: 0 10px;
 font-size: 100%;
 color: #FFF;
 text-align: left;
}

/*-----パンくずリスト-----*/
.navi2{
 margin: 10px 0 5px 0;
 font-size: 85%;
 color: #666;
 line-height: 130%;
 text-align: left;
}

/*-----アドセンス-----*/
.ads_linkunit{
 margin-top: 5px;
 text-align: center;
}

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


/*-----(共通）-----*/
#container{
 width: 665px;
 float: left;
 margin: 0;
 text-align: left;
}

/*  記事枠等の属性  */
#content {
 float: right;
 width: 470px;
 margin: 0;
 overflow: hidden;
}

#content h2 {
 margin: 10px 0 20px 0;
 font-size: 123%;
 color: #555;
 font-weight: bold;
 text-align: left;
 padding-left: 20px;
 line-height: 130%;
 background: url("./img/h2_back.gif") no-repeat top left;
}

/* リンクの属性（カテゴリ名等） */
#content h2.cat a:link, #content h2.cat a:visited, #content h2.cat a:active {color: #00F;text-decoration: underline;}
#content h2.cat a:hover {color: #F30;text-decoration: none;}
			
#content h3{
 margin: 10px 0 15px 0;
 font-size: 108%;
 font-weight: bold;
 color: #555;
 padding-left: 10px;
 line-height: 130%;
 border-left: 8px solid #999;
}

#content h3.trackbacks-header,#content h3.comments-header,#content h3.comments-open-header{
 margin: 15px 0 5px 0;
 font-size: 108%;
 font-weight: bold;
 color: #555;
 padding-left: 8px;
 line-height: 130%;
 border-left: 8px solid #999;
 border-bottom:1px solid #CCC;
}

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

#content p{
 margin: 5px 0;
}

#content .posted {
 margin: 5px 0;
 text-align: right;
 font-size: 84%; 
}

#content .doc{
 padding: 0 5px 5px 15px;
 text-align: left;
 font-size: 100%;
 line-height: 150%;
 /*\*/
 letter-spacing: 0.1em;
 /**/
}

br {
	letter-spacing: 0;
}


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

.next a{
	float: left;
	width: 80px;
	height:20px;
	display: block;
	background: url("./img/more.gif") no-repeat;
	text-decoration: none;
	text-align: center;
	color: #666;
	clear: both;
}

.next a:hover{
	color: #FF0000;
}


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

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

#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: 185px;
 margin: 0 0 20px 0;
 overflow: hidden;
}

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

#left p{
 margin: 5px 0 5px 0;
}

/* カテゴリ指定 */
#left .cat{
	margin: 0;
}

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

#left ul.menu{
	margin: 0 0 0 0;
	padding: 0;
	background: #EEE;
	list-style-type: none;
}

#left ul.menu li.tc1 a {
	margin: 0;
	padding: 0 0 0 20px;
	background: url("./img/menu01.gif") no-repeat;
	color: #00F;
	font-size: 100%;
	line-height: 180%;
	text-decoration: underline;
	text-align: left;
}

#left ul.menu li.tc1 a:hover {
	background: url("./img/menu02.gif") no-repeat;
	text-decoration: none;
	color: #F30;
}


#left ul.menu li a {
	margin: 0;
	padding: 2px 0px 2px 30px;
	background: url("./img/img/menu03.gif") no-repeat;
	color: #00F;
	font-size: 100%;
	line-height: 180%;
	text-decoration: underline;
	text-align: left;
}

#left ul.menu li a:hover {
	background: url("./img/menu04.gif") no-repeat;
	text-decoration: none;
	color: #F30;
}

/*　検索窓　*/
#left .search{	
	margin: 0;
}

#left .search .inner {
	padding: 10px;
	text-align: left;
	background: #EEE;
}

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

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

#right ul.new{
	margin: 0;
	padding: 0;
	background: #ff99ff;
	font-size: 92%;
	list-style-type: none;
}

#right ul.new li a {
	margin: 0;
	padding: 0 0 0 20px;
	background: url("./img/doc.gif") no-repeat;
	color: #00F;
	font-size: 100%;
	line-height: 180%;
	text-decoration: underline;
	text-align: left;
}

#right ul.new li.tc1 a:hover {
	text-decoration: none;
	color: #F30;
}

/* ---- 最新記事用----- */

#right ol{
 margin: 0;
 padding-left: 30px;
 background: #EEE;
}

#right ol li {
 margin: 0;
 line-height: 150%;
}



/*　検索窓　*/
#right .search{	
	margin: 0 0 10px 0;
}

#right .search .inner {
	padding: 10px;
	text-align: left;
	background: #EEE;
}

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

.f_navi img{margin: 0 2px;border-style: none;}

/* フッター-----------------*/
#footer {
 clear: both;
 margin: 0;
 height: 60px;
 color: #666;
 padding: 0;
 background: #DDD;
 border-bottom: 5px solid #999;
}
#footer p{
 padding: 10px;
 text-align: right;
 line-height: 120%;
 font-size: 100%;
}

#footer img{border-style: none;	vertical-align: middle;	}

/* フッターリンクの属性 */
#footer a:link, #footer a:visited, #footer a:active {color: #0000FF;text-decoration: undeline;}
#footer a:hover {color: #FF3300;text-decoration: none;}

.clear{
 clear: both;
}
.clear hr{
 display: none;
}

/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	color: #666;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color:  #3399CC;
	line-height: 155%;
	}

.powered {
	margin: 10px 0;
	text-align: center;
}


/* タグ指定 */

.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;
	background: #EEE;
	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; }


