@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	background: #fff url("../img/bg/smart-background.gif") repeat 0 0;
}

h1 {
	margin: 0 0 5px -25px;
	padding: 8px 15px 8px 15px;
	font-size: 18px;
	color: #333333;
	background-color: #f6f6f6;
	border: 1px solid #dddddd;
	box-shadow: 2px 2px 5px #eeeeee;
	border-radius: 4px;
}

h2 {
	margin: 0;
	padding: 5px 5px 5px 25px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #dddddd;
}

img {
	border: none;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.6em;
}

/*-----------------------------------------
// コンテナ
-----------------------------------------*/
#container {
	margin: 15px auto;
	width: 760px;
}

/*-----------------------------------------
// コンテンツ
-----------------------------------------*/
#main {
	float: right;
	width: 560px;
}

.pad {
	padding: 5px 25px 10px 25px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
}

/*-----------------------------------------
// メニュー
-----------------------------------------*/
#fixedMenu {
	float: left;
	position: fixed;
	top: 70px;
	left: auto;
	width: 150px;
}

*html #fixedMenu {
	position: fixed;
	top: expression(eval(document.documentElement.scrollTop+0));
}

#fixedMenu ul {
	width: 100%;
	text-align: center;
	list-style: none;
}

#fixedMenu ul li {
	padding: 2px 0 2px 0;
	width: 100%;
}

#fixedMenu ul li a {
	padding: 6px;
	word-break: break-all;
	display: block;
	background-color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
}

#fixedMenu ul li#fixedPagetop {
	display: none;
}

.box {
	margin: 0 0 20px 0;
	padding: 12px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	border-radius: 6px;
}

.block {
	margin: 0 0 20px 0;
}

.pr {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	width: 740px;
	text-align: center;
}

/*-----------------------------------------
// フッター
-----------------------------------------*/
#footer {
	padding: 10px 0 10px 0;
	text-align: center;
}

/*-----------------------------------------
// 画像、名前
-----------------------------------------*/
#profile-image {
	padding: 0 0 5px 0;
	text-align: center;
}

/*-----------------------------------------
// カウントデータ
-----------------------------------------*/
#tbl-count {
	border: none;
	width: 100%;
}
#tbl-count th {
	padding: 8px 5px;
	width: 7em;
	text-align: right;
	font-weight: normal;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#tbl-count td {
	padding: 8px 5px;
	width: 9em;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/*-----------------------------------------
// 日付データ
-----------------------------------------*/
#tbl-date {
	border: none;
	width: 100%;
}
#tbl-date th {
	padding: 8px 5px;
	width: 7em;
	text-align: right;
	font-weight: normal;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#tbl-date td {
	padding: 8px 5px;
	width: 9em;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/*-----------------------------------------
// フィード
-----------------------------------------*/
dl.feed {
	margin: 5px 0 0 0;
	padding: 0;
}
dl.feed dt {
	padding: 10px 0 10px 20px;
	border-top:1px solid #dddddd;
	background: transparent url("../img/list-black.gif") no-repeat left center;
}
dl.feed dd {
	padding: 0 20px 10px 20px;
}