﻿@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

body {
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px;
	width: 260px;
	font-size: 12px;
	line-height: 14px;
}

#sugiyama {
	background-image: url(../img2008/top/blog_sugiyama.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 49px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow: hidden;
}
/*#weekly {
	background-image: url(../img2008/top/blog_weekly.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 49px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow: hidden;
}*/
#update-weekly {
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px;
	width: 200px;
	font-size: 12px;
	line-height: 14px;
}

.blog {
	height: 47px;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow: hidden;
	line-height: 14px;
}


/*-- 2008/07/17 kuroki@ilovex.co.jp 追加

 説明：
 トップページから直接、部ブログへリンクするため
 タイトル部分のリンクをトップページに記述し、
 最新記事のタイトルだけiframeにした。
.blog-link → トップページにて使用。
.blog-update → 部ブログの最新記事書き出しファイルで使用。

 --*/

.blog-link {
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow: hidden;
	line-height: 14px;
}

.blog-update {
	height: 40px;
	margin-left: 50px;
	border-top-width: 1px;
	overflow: hidden;
	line-height: 14px;
}

/*-- 2008/07/17 kuroki@ilovex.co.jp 追加 end　--*/

.blog2 {
	height: 57px;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow: hidden;
	line-height: 14px;
}
h3 {
	font-size: 12px;
	background-image: url(../img2008/point_blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 4px;
	border-left-style: none;
	margin-top: 0px;
}
.blog-RSS {
	float: right;
}

