@charset "UTF-8";
/*
icons: http://www.image-seed.com/
image: http://www.usa-parking.com/free_icon.html
Author URI: http://www.tokyosoko.com/
s_3_entrytop Version: 1.1
*/

body, h1, h2, h3, h4, p, form, hr, blockquote, ul, ol, li, dl, dt, dd { 
	margin: 0;
	padding: 0;
}
body {
	font-size: 84%;
	padding: 0 0 10px 0;
	text-align: center;
	background: #FFF;
}
a { color: #656565;}
a:link { color: #555; text-decoration: underline;}
a:visited { color: #337777;}
a:hover { color: #ff2200; text-decoration:none;}

hr { 
	margin: 8px 0;
	border: 0;
	border-top: 1px dotted #E5E5E5;
	color: #FFF;
	clear: both;
}
ul, ul li { list-style-type: none; }

a img {
	border: none;
}

/* 全体囲み */
#all {
	clear: both;
	margin: 5px auto;
	width: 980px;
	text-align: left;
}


/* ヘッダー */
#header {
	margin: 0px 0px 10px 0px;
	background: url(http://blog17.fc2.com/u/usedpc/file/header_bg.jpg) no-repeat #FFF;
	height: 90px;
	text-align: left;
	color:#000000;
}

h1 {
	font-size: 160%;
	padding: 20px 35px 5px 50px;
}
h1 a:link, h1 a:visited {
	color:#000000;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color:#CCC;
	text-decoration: none;
}
h2 {
	font-size: 100%;
	font-weight: normal;
	padding: 0 35px 30px 50px;
}


/* メインブロック */
#main {
	overflow: hidden;
	width: 500px;
	margin:0px 0px 0px 20px;
	float: left;
	display: inline;
}

#main h3 {
	font-size: 120%;
	margin-top: 10px;
	padding: 5px 8px 3px 8px;
	color: #333;
	background: #eee;
	border-right: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main h3 a { text-decoration: none; border: 0 }
#main h3 a:link, #main h3 a:visited { color: #333; }
#main h3 a:hover, #main h3 a:active { color: #333; }

/* エントリートップ */
#entry_top h3 {
	font-size: 100%;
	padding: 5px 0px 3px 15px;
	background-color: #f5f5dc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #ff0000;
	color: #333;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
}
.entry_top_content {
	margin-bottom: 20px;
	padding: 10px ;
	border: 3px double #ccc;
	line-height: 1.4;
}
.entry_top_content ul {
	padding: 4px 0 6px 10px;
	text-align: left;
}

.entry_top_content ul li {
	padding: 2px 0 2px 14px;
	font-size: 80%;
	background: url(http://blog17.fc2.com/u/usedpc/file/s_3_entrytop_arrow.gif) 0 5px no-repeat;
	line-height: 1.3;
	text-align: left;
}

.entry_top_content ul li a, .entry_top_content ul li a:link, .entry_top_content ul li a:visited {
	text-decoration: none;
}
.entry_top_content ul li a:hover, .entry_top_content ul li a:active {
	text-decoration: underline;
}


/* エントリー */
.content {
	margin-bottom: 10px;
	padding: 10px ;
	border: 1px solid #ccc;
	line-height: 1.4;
}

.content blockquote {
	margin: 10px 0 0 20px;
	border: 1px solid #3399ff;
}
.content blockquote p {
	padding: 8px 15px;
}
.content ol, .content ul {
	margin: 0px 0px 0px 30px;
}
.content ol li {
}
.content ul li {
	list-style-type: square;
}

/* 記事のステータス */
.content_footer { 
	margin: 10px 0px 0px 5px;
	padding: 0px 10px 10px 0px;
	border-top: 1px solid #cccccc;
	text-align: right;
	font-size: 80%;
	color: #999;
}

.content_footer a { text-decoration: none; color: #999 }



/* コメント・トラックバック */
#commentcont, #trackbackcont {
	margin: 0px 0px 10px 0px;
}
#commentcont h4, #trackbackcont h4 {
	padding: 20px 0 3px 15px;
	font-size: 100%;
}
#commentcont p, #trackbackcont p {
	padding: 0 0 0 20px;
}
#commentcont .content_footer, #trackbackcont .content_footer {
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}


/* コメントフォーム */
.commentform dl {
	width: 100%;
	padding: 0 0 8px 0;
}
.commentform dl dt {
	letter-spacing: 0.03em;
	font-weight: bold;
}
.commentform dl dd {
	font-size: 90%;
	padding: 0 0 0.5em 0;
}

.commentform dl textarea {
	width: 80%;
}
#himitsu {
	width: auto;
}


/* trackback URL 表示部分 */
#trackbackbody {
	padding: 10px 15px 0 15px;
	line-height: 1.4;
}
#trackbackbody dt {
	margin: 0 0 0 10px;
}
#trackbackbody dd {
	margin: 0 0 0 10px;
	font-size: 100%;
	font-family: "Courier New",Courier,"Times new roman",sans-serif;
}


/* メニュー表示部分 */
/* サイド左 */
#left {
	width: 220px;
	float: left;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

#left h3 {
	margin-top: 10px;
	padding: 5px 0px 3px 15px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}

#left p{
	margin: 0.3em;
	font-size: 80%;
}


#left ul {
	padding: 4px 0 6px 10px;
	text-align: left;
}

#left ul li {
	padding: 2px 0 2px 14px;
	font-size: 80%;
	background: url(http://blog17.fc2.com/u/usedpc/file/arrow.gif) 0 5px no-repeat;
	line-height: 1.3;
	text-align: left;
}

#left ul li a, #left ul li a:link, #left ul li a:visited {
	text-decoration: none;
}
#left ul li a:hover, #left ul li a:active {
	text-decoration: underline;
}


/* サイド右 */
#right {
	width: 220px;
	float: right;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

#right h3 {
	margin-top: 10px;
	padding: 5px 0px 3px 15px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}

#right p{
	margin: 0.3em;
	font-size: 80%;
}

#right ul {
	padding: 4px 0 6px 10px;
	text-align: left;
}

#right ul li {
	padding: 2px 0 2px 14px;
	background: url(http://blog17.fc2.com/u/usedpc/file/arrow.gif) 0 5px no-repeat;
	font-size: 80%;
	line-height: 1.3;
	text-align: left;
}

#right ul li a, #right ul li a:link, #right ul li a:visited {
	text-decoration: none;
}
#right ul li a:hover, #right ul li a:active {
	text-decoration: underline;
}


/* カレンダー */
table#calendar {
	font-size: 80%;
	margin: 8px 10px;
}
#calendar caption {
	margin: 8px auto;
}
#calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	font-family: arial,helvetica,sans-serif;
}
#calendar td {
	font-size: 10px;
	width: 14%;
	text-align: center;
	padding: 0.2em 0;
	background: #EFEFEF;
}
#calendar td a {
	display: block;
	font-weight: bold;
}
th#sun { color: #CC3D3D; }
th#sat { color: #4D993D; }

#calendar td a:link, #calendar td a:visited, #calendar td a:hover, #calendar td a:active {
	text-decoration: none;
}
#calendar td a:link { color:#090; }
#calendar td a:visited { color: #666; }
#calendar td a:hover, #calendar td a:active { color:#FF8C00; }

/* カレンダー */
table.calender {
	width: 90%;
	font-size: 80%;
	margin: 8px 10px;
}
.calender caption {
	margin: 8px auto;
}
.calender th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	font-family: arial,helvetica,sans-serif;
}
.calender td {
	font-size: 10px;
	width: 14%;
	text-align: center;
	padding: 0.2em 0;
	background: #EFEFEF;
}
.calender td a {
	display: block;
	font-weight: bold;
}
th#sun { color: #CC3D3D; }
th#sat { color: #4D993D; }

.calender td a:link, .calender td a:visited, .calender td a:hover, .calender td a:active {
	text-decoration: none;
}
.calender td a:link { color:#090; }
.calender td a:visited { color: #666; }
.calender td a:hover, .calender td a:active { color:#FF8C00; }


/* メニューサイドバー内の画像の中央寄せ */
#left img, #right img {
	margin: 5px auto;
	border: 0;
}


/* 検索フォーム */
#left form, #right form {
	padding: 8px;
	text-align: left;
}
#searchbox {
	width: 165px;
	margin: 0px 0px 3px 0px;
}


/* ページのナビゲーション */
.nav {
	margin: 10px 0 20px 0;
	text-align: center;
}
.nav a img { 
	border: none;
}


/* フッター */
#footer {
	margin-top: 10px;
	padding: 4px 15px;
	background: #eee;
	border-top: 1px solid #ccc;
	color: #333;
	font-size: 84%;
	letter-spacing: 0.01em;
	text-align: center;
	clear: both;
}
#footer a { text-decoration: none; color:#333; }


/* おまけ */
/* Mac IE 文字化け対策 */
textarea, input {
	font: 100%/1.5 normal normal normal "\30D2\30E9\30AE\30CE\20Pro\20W3",HiraKakuPro-W3,osaka,verdana,arial,sans-serif;
}

img.emoji{
	vertical-align:middle;
	border:0;
}
