@charset "utf-8";

/* ページ全体 ============================================== */
body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
    text-align: center;
	}
a {
	color: #FF6600;
	}
a:link {
	color: #FF6600;
	text-decoration: none;
	}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
h1, h2, h3, h4, ul, li, p  {
	margin: 0px;
	padding: 0px;
	}

/* ブログ ================================================= */
#container {
    font-size: 12px;
	color: #4B4B4B;
	line-height: 180%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px 15px;
	width: 815px;
	background-color: #FFFFFF;
	}

/* バナー ================================================= */
#banner {
	height: 260px;
	}

/* コンテンツ ============================================= */
#center {
	float: left;
	width: 605px;
	overflow: hidden;
	}
div.content {
	padding: 0px 75px 0px 0px;
	}
/* サムネイル一覧 */
table.image-list {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding : 0px;
	width: 500px;
}
table.image-list tr td {
    width : 75px;
}
table.image-list tr td table {
	margin-bottom : 10px;
	margin-right: 10px;
}
table.image-list tr td table tr td.image-list-item {
    height : 100px;
    padding : 0px;
    margin : 0px;
}
div.paginate {
	text-align: center;
	font-size: 10px;
	color: #FF3300;
}
#designlink a {
	color: #FF3300;
	text-decoration: none;
	}
#designlink a:hover {
	color: #FF3300;
	text-decoration: underline;
	}

/* コンテンツ中身-エントリー本文 */
div.content p {
	color: #4B4B4B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 190%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	

/* サイドバー ============================================= */
#right {
	float: left;
	width: 190px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
div.sidebar {
	padding: 0px 0px 0px 0px;
	}
div.sidebar li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;;
	text-align: left;
	list-style-type: none;
	background-image: url(../img/line190.gif);
	background-repeat: no-repeat;
	width: 190px;
	padding-top: 3px;
	background-position: bottom;
	padding-bottom: 3px;
	}

/* categories */
div.categories {
	color: #663300;
	padding: 0px 0px 75px 0px;
	}
div.categories a {
	color: #663300;
	text-decoration: none;
	font-size: 10px;
	}
div.categories a:hover {
	color: #663300;
	text-decoration: underline;
	font-size: 10px;
	}

/* archive */
div.archive {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #FF6600;
	}
div.archive a {
	color: #FF6600;
	text-decoration: none;
	font-size: 10px;
	}
div.archive a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-size: 10px;
	}
	

div.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	}

div.sidebar ul ul {
	margin-bottom: 0px;
	}
	


/* フッター =============================================== */
#footer{
	float: left;
	width: 800px;
}
table.footer {
	padding : 0px;
	margin: 0px;
}


/* Mac文字化け防止 ======================================== */
textarea {
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
	}
