/*
Theme Name: teco theme
Description: This is teco theme.
*/

body {background-color:  rgb(255,242,0);
     font-family: serif,MS serif;}

a:hover 	{position: relative;
			top: 1px;
			left: 1px;
			text-decoration: none;
			}

img        {border-style:none;
               }

/* コンテナ */
div#container	{width: 820px;
	margin: auto}

/* ヘッダー */
div#header	{width: 820px;
		height: 127px;
                margin: 0 5px 0 5px;
                padding: 20px 20px 5px 20px;
                font-family: Verdana, Helvetica, sans-serif;		
                background-image: url();
                background-repeat: no-repeat;     
 }

a.web_top	{padding: 60px 0 0 170px;
			}

div#header h1	{font-size: 1.1em;
	        margin: 50px 0 0 20px;
                padding-top: 60px;
                }

div#header h1 a	{text-decoration: none;
                color: rgb(146,153,159)}

div#header p	{font-size: 0.75em;
	        margin: 10px 0 0px 20px;
                color: rgb(146,153,159)}

/*ボックス*/
div#box	{width: 780px;
	margin: auto;
        padding: 8px 23px 20px 23px;
        background-color: #ffffff;}

/* コンテンツ */
div#content	{background-color: #ffffff;
        width: 515px;
	float: left;
	margin-bottom: 20px}

p#pagetitle	{font-size: 0.875em;
	color: rgb(146,153,159);
	border: dotted 1px rgb(146,153,159);
	text-align: center;
	padding: 10px 0;
	margin-top: 20px}

/* 記事 */
div.post	{border: solid 1px rgb(146,153,159);
	padding: 18px;
	margin: 20px auto}

div.post h2	{background-image: url(mark.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	border-bottom: solid 1px rgb(146,153,159);
	padding-left: 55px;
	padding-top: 10px;
        padding-bottom: 10px;
	margin: 0}

div.post h2 a	{text-decoration: none;
	color: #000000}

div.post p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

p.postinfo	{color: rgb(146,153,159);
	text-decoration: none;
	text-align: right;
	margin: 20px 0 0;
	clear: both}

p.postinfo a	{color: rgb(146,153,159);
		}


/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}

div.post img	{border: none}

.alignleft	{float: left;
		margin-right: 10px;
		margin-bottom: 2px}

.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 2px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}


/* ページリンク */
p.pagelink a	{font-size: 0.75em;
	        color: rgb(146,153,159);
		}

span.pageprev	{float: left}

span.pagenext	{float: right}

/* コメント */
#comments	{clear: both}

div#com 	{border: solid 1px rgb(146,153,159);
                padding: 0 18px;
                margin-top: 45px}

textarea        {width: 400px}

div#com h3 	{font-size: 0.875em;
                border-bottom: solid 1px rgb(146,153,159);
		padding-bottom: 3px;
                margin-top: 20px}

div#com p 	{font-size: 0.75em}

div.compost	{border-bottom: dotted 1px #2b76cc}

p.cominfo	{text-align: right}

div#com a	{color: #2b76cc}

p#comfeed img	{vertical-align: middle}

p#comfeed a	{color: black;
	text-decoration: none}

p#comfeed	{background-color: #ccff99;
	padding: 8px;
	margin-top: 30px}

p#trurl	{background-color: #ccff99;
	padding: 8px;
	margin-bottom: 30px}


/* サイドバー */
div#sidebar	{width: 220px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
        font-family:serif,MS serif;}

div#sidebar h2	{background-image: url(menubar.png);
	background-repeat: no-repeat;
	font-size: 0.75em;
	color: rgb(104,109,113);
	padding: 6px 8px;
	margin: 0}

div#sidebar li	{font-size: 0.75em;
	list-style-type: none;
	margin-bottom: 4px;
	background-image: url(listmark.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	vertical-align: top}

div#sidebar li a	{color: #000000;
	text-decoration: none}

div#sidebar ul	{margin: 8px 8px 20px;
	padding: 0}

div#sidebar div	{width: 220px;
 	height: 127px;
        margin-bottom: 20px;
        font-size: 0.75em;
        text-align: right}

div#sidebar div a	{color: rgb(146,153,159);
	text-decoration: none}

  
/* カレンダー */
#wp-calendar	{width: 100%;
	margin-bottom: 20px;
	font-size: 0.75em;
        font-family: serif,MS serif;}

#wp-calendar a	{color: rgb(104,109,113);}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{background-image: url(menubar.png);
	background-repeat: no-repeat;
	color: rgb(146,153,159);
	padding: 6px 8px;
	text-align: left}

#wp-calendar #prev	{text-align: left;
	padding-top: 3px;
	padding-left: 3px}

#wp-calendar #next	{text-align: right;
	padding-top: 3px;
	padding-right: 3px}

/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px rgb(255,242,0);
	padding: 5px;
	margin: 25px 0}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}

/* フッター */
div#footer	{border-top: solid 1px rgb(146,153,159);
        clear: both;        
        color: rgb(146,153,159);
        padding-top: 6px;
        font-size: 0.6em;
	font-family: Verdana, Helvetica, sans-serif;
	}

#footer a	{color: rgb(146,153,159);
                 text-decoration: none;
                 float: right;}



