body {
	margin: 0px 0px 0px 0px;
	background-color: #F5F5F5;	

        text-align: center;  
	}


a {
	text-decoration: underline;		
	}

a:link {
        text-decoration:none;
        color: #0000FF;
	}

a:visited {
                 text-decoration:none;
	 color: #0000FF;
	}

a:active {
	 color: #0000FF;
	}

a:hover {
 	color: #00FFFF;
        text-decoration:underline;
	}



h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


/*ベースカラー*/
#container {
	line-height: 140%;
	width:800px;	
	background-color: #FFFFFF;
        border-top:1px solid #003399;
                border-left:1px solid #003399;
　　　         border-right:1px solid #003399;
　         　　border-bottom: 1px solid #003399;        
                margin:10px 10px 10px 10px; 
                padding:0px 0px 0px 0px;
                position:relative;
                margin-top:5px;
                margin-right:auto;
                margin-left:auto;
                position:relative;
	}

/*バナー*/
#banner {
	font-family: Verdana, Arial, sans-serif;
                background-color: blue;	
	text-align: left;
	padding: 0px 0px 0px 0px;
                height: 173px;
                background-image: url(./img/title1.jpg);
	background-repeat: no-repeat ;
                border-bottom:1px solid #000066;
                margin-bottom:20px;
	}

#banner a {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
	}

/*タイトル文字*/
#banner h1 {
	 font-size: 24px;
	 font-weight: bold;
                 color: #FFFFFF;
                 margin-bottom: 3px;
	 padding: 15px 0px 0px 10px;
	 text-indent: -9999px;
}

/*サブタイトル文字*/
#banner h2 {
	font-size:16px;
                font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 0px 15px;
	}
/*メイン*/

#center {
	float: left;	
	width: 510px;	
	overflow: hidden;
                padding: 10px 0px 0px 0px;
	}

.content {
	background-color: #FFFFFF;	
	text-align: left;
                padding: 0px 0px 0px 20px;
	font-family: Verdana, Arial, sans-serif;
	}

.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	}


.content h2 {
        font-size:16px;
        margin:0px 0 0px 0px;
        padding-left:15px;
        font-weight: bold; 
        background:#6666FF;
        background-image: url(./img/yajirushi.gif);
        background-position: left;
        background-repeat: no-repeat;
        padding: 0px 0px 0px 30px;
        color:white;
}

.content h3 {
                border-left:15px solid #6666FF;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold; 
	margin: 30px 0px 10px 0px;
	padding:1px 0 1px 10px;
	background-color: #f8f8f8;
	}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	border-top: 1px solid #999999;
	text-align: left;
                margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.ctgy dt{
        margin-bottom:0;
        padding:0px 20px 0px 15px;
        font-weight:bold;
        font-size:17px;
        color:#FFFFFF;
        background-image:url(img/mark.png);
        background-position:left;
        background-repeat:no-repeat;
	}
.ctgy dt a:link { color:#0000FF; }
.ctgy dt a:hover{ color:#00FFFF; }
.ctgy dt a:visited{ color:#0000FF; }

.ctgy dd{
        font-size:13px;
        padding:0px 0px 0px 25px;
        margin:0px 0px 30px 0px;
        background-color: #F0F4F0;	
        border-bottom: 1px solid #6666FF;
        border-right: 1px solid #6666FF;
	}

.cat_list dt{
        background-image: url(img/sa.gif);
        background-position: left;
        background-repeat: no-repeat;
        padding-left:20px;
}
.cat_list dd{
	margin-bottom:15px;

}
.large{
        font-size:10px;
        font-weight:bold;
        margin-left:45px;
        margin-bottom:30px;
	}

.description{
	padding:10px;
	border-right:1px solid #6666FF;
	border-bottom:1px solid #6666FF;
	background: #FAFAF3;
	margin-top:0;
}

.entry-body{
        padding:0 10px 0 10px;
}

/*サイド*/

#right {
        float: left;
	width: 240px;
	overflow: hidden;
        margin-left:30px;
        border-left:1px solid #003399;
        border-right:1px solid #003399;
        border-bottom:1px solid #003399;
        margin: 20px 0px 0px 30px;
	}

#right h2{
       background-color: #FFFFFF;	
       font-size:14px;
       font-family:"HG創英角ｺﾞｼｯｸUB";
       font-weight:normal;
       text-align:center;
}


#right h3{
       font-size:14px;
       font-family:"HG創英角ｺﾞｼｯｸUB";
       font-weight:normal;
       text-align:center;
       background:#f8f8f8;
       border-top:3px solid #003399;
       border-bottom:1px dashed #003399;
}


#right ul{
        margin:0 0 20px 0;
        padding:0;
        list-style-type:none;
}
#right ul li{
       font-size:12px;
       padding-left:5px;
       text-align:left;
       border-bottom:1px dashed #003399;
}

#right ul ul{
        list-style-type:disc;
        margin:0 0 0 15px;;
        border-style:none;
        
}

#right ul ul li{
        border-bottom:1px dashed #DDD;
        padding-left:0;
        
}
#powered {
       font-family: Verdana, Arial, sans-serif;
       font-size:12px;
       color: #7a818e;
       font-family:"HG創英角ｺﾞｼｯｸUB";
 background-color: #FFFFFF;	
       font-weight:normal;
       text-align:left;
       padding:20px 20px 7px 10px;

	}

/*XML・検索のテキスト*/
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	color: #1B2C3B;
	margin-top: 3px;
	margin-right:15px;
                position:absolute;
                top:20px; right:5px;
	}

/* フッター */
#foot {
	padding: 5px;
	text-align: center;
        background:#6666FF;
        color:#FFF;
        font-family:"ＭＳ Ｐゴシック";
        font-size: 15px;
        margin-bottom:0;
	}

/* アドセンス */
.ads{
        padding:10px 0 10px 0;
}
