@charset "utf-8";

/* ページ全体 ============================================== */
body {
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	}
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;
	}
div.clear {
    clear:both;
}
div.clear hr {
    display:none;
}
/* ブログ ================================================= */
#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: 595px;
	overflow: hidden;
	}
/* エントリー表示（TOPで使用） */
div.content {
	padding: 0px 75px 0px 0px;
	vertical-align: top;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4B4B4B;
	}
/* エントリー(アーカイブページ)表示部分枠-左 */	

#center-content-left {
	float: left;
	width: 230px;
	}
div.center-content-left-inner {
	padding: 0px 30px 0px 0px;
	}
div.center-content-left-inner p {
	padding: 0px;
	vertical-align: top;
	margin: 0px;
	}
/* エントリー(アーカイブページ)表示部分枠-右 */
#center-content-right {
	float: left;
	width: 365px;
	}
div.center-content-right-inner {
	padding: 0px 60px 0px 0px;
	}
div.center-content-right-inner p {
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4B4B4B;
	vertical-align: top;
	margin: 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;
	}

/* staff list */
div.stafflist {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #FF6600;
	}
	
div.stafflist a {
	color: #FF6600;
	text-decoration: none;
	font-size: 10px;
	}
	
div.stafflist 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";
	}
