/*
Theme Name: 記事一覧 Theme
*/


*{margin:0px;
  padding:0px;
 }

 
/* コンテナ */
div#container	{width: 890px;
	margin: auto}

/* ヘッダー */
div#header h1	{font-size: 1.875em;
	margin: 0;
	float: left;
	margin-bottom: 4px;
         color:#06c;
         }

div#header p#desc	{font-size: 0.75em;
	color: #444444;
	margin: 0;
	float: right;
	margin-top: 18px}

div#header	{border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px}

div#header p#image	{margin: 0px 0 0}


/* ナビゲーションバー */
div#nav	{clear:both;
	width:100%}

div#header	{margin-bottom: 0}

div#nav ul	{background-color: #000000;
	padding: 8px 0;
	margin: 0px;}

div#nav li a	{font-size: 0.75em;
	color: #ffffff;
	text-decoration: none}

div#nav li a:hover	{color: #ffaa00}
 
div#nav li	{display: inline;
	list-style-type: none;
	border-right: solid 1px #ffffff;
	padding-left: 15px;
	padding-right: 15px}


/*カテゴリー記事*/
div.post	{padding: 15px;
	margin-bottom: 20px}

.post p{margin-bottom:10px;}

div.post h2	{background-color: #a3d2f2;
	background-image: url(img/titlebar.png);
	font-size: 0.875em;
	padding: 10px;
	margin: 0}


div.post p	{font-size: 0.875em;
	line-height: 1.6;
	margin-top: 10px}


div.post ul{list-style:none;
margin:5px 0px 5px 30px;
}

div.post li{line-height:24px;
            font-size:14px;}


/*リンク*/
div.post a:link{text-decoration:none;color:#00006f;}
div.post a:visited{text-decoration:none;color:#00006f;}
div.post a:active{text-decoration:none;color:red;}
div.post a:hover{text-decoration:underline;}


/* コンテンツ */
div#content{width:890px;
background-color:#f4ffff;
float:right;
margin-top:5px;
}

div#main{float:right;
width:680px;}







/* サイドバー */
div#sidebar	{width: 195px;
        margin-right:5px;
	float: left;
        
         }

div#sidebar ul	{margin: 0;
	padding: 0;}




div#sidebar li	{list-style-type: none}







div#sidebar li	li{list-style-type: none;
background-image: url(http://www.homerukoto.net/wp-content/themes/fishing/img/si_li.gif);
font-size: 14px;
background-repeat: no-repeat;
line-height:25px;
text-indent:26px;
}

div#sidebar .widget{
margin-bottom: 10px;
}

div#sidebar h2	{font-size: 14px;
       background-image: url(http://www.homerukoto.net/wp-content/themes/fishing/img/si_h2.gif);
       line-height:25px;
text-indent:18px;
    background-repeat: no-repeat;
         background-position:center left;
         color: #000;
	padding: 3px 0 2px 0;
	margin: 0 0 0px 0}



div#sidebar li li a	{text-decoration: none;
	color: #000;}
div#sidebar li li a:hover	{text-decoration: none;
	color: red;}

/*フッター*/
div#footer{
text-align:center;}

/* カレンダー */
.widget_calendar h2	{display: none}

#wp-calendar	{font-size: 0.75em;
	color: #000;
	width: 100%}

#wp-calendar a	{color: #000;}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #00f;
	padding-bottom: 8px;
	margin-bottom: 8px}

#wp-calendar #prev	{text-align: left;
	padding-top: 3px}

#wp-calendar #next	{text-align: right;
	padding-top: 3px}


/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 5px;
	margin: 25px 0}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}

address	{font-size: 14px;
	font-style: normal;
	font-family: Verdana, sans-serif;
	margin-top: 10px;}

address a	{color: #000000}

/*手動*/
.right{float:right;
       margin-left:10px;}

.clear{clear:both;}
