/*ここは消さないで下さい!*/
/* 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;
	text-align: center;
	color:#333;
	font-size: 14px;
	line-height: 150%;
	background: #B9CE44 url("http://www.idlclub.info/img/back.gif") repeat-x;
	}

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


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

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

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

/*
文字装飾
-------------------------------------------------------------------*/
/* 最大5・太字 */
span.bbbbb {

    font-size: 2.0em;
    font-weight: bold;
    padding: 0;
    line-height: 200%;
}

/* 最大4・太字 */
span.bbbb {

    font-size: 1.8em;
    font-weight: bold;
    padding: 0;
    line-height: 200%;
}


/* 最大3・太字 */
span.bbb {

    font-size: 1.6em;
    font-weight: bold;
    padding: 0;
    line-height: 170%;
}

/* 大2・太字 */
span.bb {

    font-size: 1.2em;
    font-weight: bold;
    line-height: 150%;
}
/* 太字 */
span.b {

    font-weight: bold;
    line-height: 150%;
}

/* 小文字 */ 
span.s { 

    font-size: 0.8em;
    font-weight: normal;
    line-height: 100%; 
} 

/* 背景マーカー処理 */
span.line { 
    background: #FFFF66;
}

 /* アンダーライン */
span.u {     

     border-bottom: 1px solid ; 
     
}

span.marker { 
    color: #990000;
    background: #FFCCFF;
    font-weight: bold;
}


/* 文字色 */

span.red { color: #cc0000; } /* 赤 */ 
span.blue { color: #4169e1; } /* 青 */ 
span.green { color: #339900; } /* 緑 */ 
span.orange { color: #FF8C00; } /* オレンジ */ 
span.aqua { color: #008080; } /* アクア */ 
span.brown { color: #A52A2A; } /* 茶色 */ 
span.pink { color: #FF1493; } /* ピンク */ 




/* 基本設定*/
#base{
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	text-align: center;
}

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

/*ヘッダー*/
#header	{
         background: #B0C57A url("http://www.idlclub.info/img/header.gif") ;
	margin : 0px;
	padding: 0Px;
	height : 50px;
	text-align: left;	
	}

#header h1{
	position: absolute;
	top: 0px;
	right: -120px;
	font-size: 9px;
	font-weight: nomal;
	line-height: 120%;
	text-align: left;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color: #339933;
	text-decoration: none;
	font-weight: nomal;
}
#header h1 a:hover{color : #FF6633;text-decoration: none;}

#header .des {
	position: absolute;
	left: 290px;
	top: 5px;
	width: 420px;
	color: #FFF;
	font-size: 10px;
	line-height: 110%;
	text-align: left;
}

.h_navi{
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
}
/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 20px
         
         }

#nav ul {
	list-style-type:none;
	float: right;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;

  }
  

#nav li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
  }
  
#nav a {
	color: #333;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.1em;
         text-decoration: none;

}

#nav a:hover {
	color: #FF9933;
         text-decoration: none;

	
}

/*
ヘッダー２
-------------------------------------------------------------------*/

#header2 {
	width:800px;
	height:200px;
	padding-bottom: 20px;
         border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8CCE15;

}

#top {
	text-align: center;
	padding-top: 10px;
	
	
	}

#top p{
	position: absolute;
	left: 63px;
	top: 150px;
	color: #990033;
	font-size: 16px;
         font-weight:bold:
	line-height: 130%;
	text-align: left;

	
	
	}


	

/*インフォメーション*/
#info{
	height: 200px;
	text-align: left;
	background: #FFF url("http://www.idlclub.info/img/info.jpg") no-repeat;
}

.info_inner{
	position: absolute;
	top: 160px;
	left: 240px;
	text-align: left;
}

/*ブログの枠等の属性*/
#container{
	width: 780px;
	margin: 0 auto;
	text-align:left;
	}

/*コンテンツ*/
#content {
	float: right;
	width: 530px;
	margin: 0;
}
				
#content h2	{
	margin: 10px 0;
	height: 25px;
	font-size: 108%;
	color: #666;
	font-weight: bold;
	line-height: 25px;
	text-indent: 18px;
	text-align: left;
	border: 1px solid #94B049;
	background: url("http://www.idlclub.info/img/h2.gif") no-repeat ;
}

#content h3 {
	height: 20px;
	display: block;
	margin-left: 10px;
	font-size:108%;
	font-weight: bold;
	color : #333366;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

h3.comments-header,h3.comments-open-header,h3.trackbacks-header {
	height: 20px;
	display: block;
	margin: 20px 0 10px 0;
	font-size:108%;
	font-weight: bold;
	color : #333366;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}


#content h4 {
	margin: 10px 0 0  0;
	padding-left:5px;
	border: 1px dotted #BBB;
	font-size:100%;
	color : #333;
	font-weight: bold;
}

#content #table{
         background: #006600;
	border:solid 1px #006600;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	padding: 15px;
}
th {
         width:150px;
	font-size:12px;
	background: #B5E026;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	padding:10px;
	color: #006600;
	

}
td {
         
	font-size:12px;
	background: #FFF;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	padding:10px;
	color: #333;

}


/*お問い合わせ*/

.table1{
        background: #006600;
	border:solid 1px #006600;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	padding: 15px;
}
.1 {
         width:250px;
	font-size:12px;
	background: #B5E026;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding:10px;
	color: #006600;
	

}
.2{
         
	font-size:12px;
	background: #FFF;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding:10px;
	color: #333;

}



/*記事枠*/
#content .doc{
	padding: 10px 10px 0 10px;
	text-align: left;
	line-height: 19px;
}

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

#content ol{
	margin: 0px 0px 0px 30px;
}

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

#content p{
	
         padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*アドセンス*/
.ads_top{
	height: 20px;
	display: block;
	margin: 0;
	font-size:108%;
	font-weight: bold;
	color : #333366;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
}
.ads {
	margin: 5px 0;
}

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

/* h1 h2 h3リンク属性 */
#content a:link.c1, #content a:visited.c1, #content a:active.c1{color: #339933;text-decoration: none;}
#content a:hover.c1{color : #FF2200;}

/* contenntリンク属性 */
#content a:link, #content a:visited, #content a:active {color: #339933;text-decoration: underline;}
#content a:hover{color : #FF2200;text-decoration: none;}
	
/*  パンくずリスト  */
#content .navi {
	margin : 0;
	padding-left: 10px;
	font-size: 10px;
	color:#666;
	}

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


/*サイドバー*/
#sidebar {
	float: left;
	width: 240px;
	margin: 0;
	color: #666;
	text-align: left;
	}

#sidebar .idx{
	margin-top: 10px;
	border: 1px solid #94B049;
	background: #B0C57A url("http://www.idlclub.info/img/index.jpg");
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	display: block;
}

/*検索等*/

#sidebar .search,#sidebar .slink{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 130%;
	border: 1px solid #94B049;
}

	
/*新着記事等に利用できます*/
#sidebar .news ul{
	margin-left: 18px;
	}
#sidebar .news li{
	list-style-image: url("http://www.idlclub.info/img/list.gif");
	}

/*メニュー*/

#sidebar .menu{
	margin: 0;
	padding:5px;
	border: 1px solid #94B049;
}

.menu ul{
	list-style: none;
}

.menu li.pt{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #555;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.idlclub.info/img/menu01.gif") no-repeat;
}

.menu li.pt a:link, .menu li.pt a:visited, .menu li.pt a:active {
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.idlclub.info/img/menu01.gif") no-repeat;
}
	
.menu li.pt a:hover {
	background: url("http://www.idlclub.info/img/menu02.gif") no-repeat;
}

.menu li{
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	color: #555;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	background: url("http://www.idlclub.info/img/menu03.gif") no-repeat;
}

.menu li a:link, .menu li a:visited, .menu li a:active {
	display: block;
	height: 20px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	text-indent: 15px;
	text-decoration: none;
	background: url("http://www.idlclub.info/img/menu03.gif") no-repeat;
}
	
.menu li a:hover {
	background: url("http://www.idlclub.info/img/menu04.gif") no-repeat;
}

.powered {
	text-align: center;
}


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

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


/*フッター*/
#footer{
	clear: both;
	margin: 0;
	height: 50px;
	color: #FFF;
	padding: 0;
	background: #83B80A;
	}

#footer .tmp{
	margin: 0;
	padding: 28px 30px 0 0;
	text-align: right;
}
	
#footer p{
	margin: 0;
	padding: 13px 10px 0 0;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	}

#footer a:link, #footer a:visited, #footer a:active {color: #D5FFCC;text-decoration: none;}
#footer a:hover {color:#FFF;text-decoration: none;}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

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

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