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

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

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


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

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







/*--------------------▽箇条書き*/

#content ul {
margin: 20px 10px 20px 10px;
	list-style-type: none;
}



#content li {
	display: block;
	font-size: 16px;
	color:#007bbb;
	line-height: 30px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: 30px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 2px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	background-position: 0px center;
}





#content li a {
	display: block;
	font-size: 14px;
	text-decoration:underline;
	color:#0000FF;
	line-height: 20px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: 75px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 2px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-top: 2px;
	background-position: 5px center;
}





#content li a:hover {
	text-decoration: none;
}

/*--------------------▽箇条書き*ここまで/








/*メルマガ最新号の枠*/




#content .mag h3 a{
	display: block;
	height: 10px;
	margin-left: 0px;
	font-size:100%;
	color: #800000;
	font-weight: normal;
	text-decoration: none;
}


#content .mag {
	clear: both;
	color: #696969;
	padding: 5px 5px 5px 5px;
	font-size:95%;
}



#content .mag .next a{
	color: #000080;
	text-decoration: underline;
}

#content .mag .next a:hover {
	color: #ff4500;
	text-decoration: underline;
}

#content .mag .next{
	color: #000080;
	font-weight: normal;
	text-decoration: none;
}







/*最新イベント告知枠*/



#content #event{
background-image: url(img/haikei.gif);
width: 505px;
margin: 0px 0px 10px 0px;
padding:20px 10px 0 10px;
overflow: auto;
	text-align: left;
	font-size:14px;
	line-height:160%;
	color: #1e50a2;

   border-radius: 20px;         /* CSS3 */
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
}



#content #event dl {
padding:  10px;
}
#contents #event dt{
font-size: 12px;
list-style-type: none;
padding: 0px;

}
#content #event dd{
width: 430px;
position:relative; 
top:-1.4em; 
border-width: 0px; 
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px; 
line-height: 100%;
z-index:1;
line-height: 1.2em;

}

#content #event dd a {
display: block;
width:430px;
font-size: 12px;
font-weight: bold;
text-decoration:none;
color:#00008b;
margin-left: 5px;
padding: 7px 0px 5px 23px;
border-bottom:1px dotted #ccc;
line-height: 100%;
z-index:1;
line-height: 1.2em;
background-image: url(img/li.gif);
background-repeat: no-repeat;
background-position: 3px 8px;

}

#content #event dd a:hover {
color: #ff4500;
font-weight: bold;
text-decoration: none;
background-image: url(img/li2.gif);
background-repeat: no-repeat;
background-position: 3px 8px;
}



.event ds{
	font-size: 13px;
	color: #696969;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}












/*メインページ「続きはこちら」*/
#content .next2{
	padding: 10px;
	text-align: right;
	padding-right: 10px;
	color: #BF406B;
	font-weight: bold;
	font-size:120%;
}


/* 文字装飾 */

.bbb /* 最大・太字 */
{
    font-size: 1.4em;
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    font-size: 1.2em;
    font-weight: normal;
}



.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff7f; }/* 背景マーカー処理 */
.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #0075c2; } /* 青 */ 
.green { color: #009944; } /* 緑 */ 
.orange { color: #FF8C00; } /* オレンジ */ 
.aqua { color: #008080; } /* アクア */ 
.brown { color: #A52A2A; } /* 茶色 */ 
.pink { color: #FF1493; } /* ピンク */ 
.kon { color: #000080; } /* 紺 */ 
.yellow { color: #ffff00; } /* 紺 */ 

.kome { font-size: 0.8em; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 0.8em; line-height: 1.25; } /* 小文字 */ 

.m { font-size: 0.9em; line-height: 1.4; } /* 中文字 */ 






/*■ランキングブロック*/
.ranking{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 0px 10px;
	border: 1px solid #696969;
	background-color: #F0F8FF;
	list-style-type: none;
	list-style-position: inside;
	font-size:11pt;
	line-height:150%;
}





/* テーブルの属性*/
table{border: solid 1px #6A6AB5; border-collapse: collapse;font-size: 14px;}
td {border: solid 1px #6A6AB5 ; padding : 2px;}







#free h4 {
	font-size:120%;
	color: #fff;
	font-size:120%;
}

#free {
	clear: both;
	margin-top: 60px;
	margin-left: 10px;
	color: #fff;
	padding: 5px 10px 10px 5px;
	font-size:85%;
}


#content #free a{
 color: #fff;
 text-decoration: underline;
}



#sidebar .button {
	margin: 10px 0 10px 0;
}










* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	margin : 0;
	text-align: center;
	color:#444;
	font-size: 14px;
	line-height: 160%;
	background: #a9a9a9 url("http://ikedaseiji.info/img/back.gif") repeat-y top center;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	}



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

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

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

/* 基本設定*/
#base{
	width: 804px;
	margin: 0 auto;
	background: url("http://ikedaseiji.info/img/base.gif") repeat-y top center;
	text-align: center;
}

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

/*ヘッダー*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 60px;
	text-align: left;	
	background: #4D6EA3 url("http://ikedaseiji.info/img/header.gif") no-repeat top left;
}

#header h1{
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color: #2a4073;
	text-decoration: none;
	font-weight: bold;
}
#header h1 a:hover{color : #FF6633;text-decoration: underline;}

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

.h_navi{
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
}

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

/*コンテンツ*/
#content {

	width: 700px;
	margin: 0px 40px 0px 40px;
}
				
#content h2	{
	margin: 30px 0px 0px 0px;
	height: 25px;
	font-size: 108%;
	color: #272675;
	font-weight: bold;
	line-height: 25px;
	text-indent: 18px;
	text-align: left;
	border: 1px solid #2a4073;
	background: url("http://ikedaseiji.info/img/h2_back.gif") no-repeat top left;
}

#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 .doc{
	padding: 0px 10px 0 10px;
	text-align: left;
}

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

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

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

#content p{
	margin: 10px 30px 10px 30px;
}

/*アドセンス*/
.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: #0000FF;text-decoration: none;}
#content a:hover.c1{color : #FF2200;}

/* contenntリンク属性 */
#content a:link, #content a:visited, #content a:active {color: #0000FF;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 #2a4073;
	background: #5B82C5 url("http://ikedaseiji.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 #2a4073;
}



#sidebar .slink a:link, #sidebar .slink a:visited, #sidebar .slink a:active {color: #666;text-decoration: underline;}
#sidebar .slink a:hover {color:#666;text-decoration: none;}




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

/*メニュー*/

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

.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://ikedaseiji.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://ikedaseiji.info/img/menu01.gif") no-repeat;
}
	
.menu li.pt a:hover {
	background: url("http://ikedaseiji.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://ikedaseiji.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://ikedaseiji.info/img/menu03.gif") no-repeat;
}
	
.menu li a:hover {
	background: url("http://ikedaseiji.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{
	text-align: center;
	clear: both;
	margin: 0;
	height: auto;
	color: #00008b;
	padding: 0;
	border-top: 3px solid #2a4073;
	background: #4D6EA3 url("http://ikedaseiji.info/img/footer.gif") repeat-x top center;
	}

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

#footer a:link, #footer a:visited, #footer a:active {color: #2a4073;text-decoration: none;}
#footer a:hover {color:#2a4073;text-decoration: underline;}





#footer_des{
	text-align: center;
	clear: both;
	margin: 0;
	font-size: 12px;
	color: #2a4073;
	padding: 10px; 10px 10px; 10px;
	line-height: 120%;
	border-top: 2px solid #2a4073;
	background: #4D6EA3 url("http://ikedaseiji.info/img/footer.gif") repeat-x top center;
	}


#footer_des a:link, #footer_des a:visited, #footer_des a:active {color: #2a4073; text-decoration: none;}
#footer_des a:hover {color: #2a4073;text-decoration: underline;}






/* タグ指定 */

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

 