/* ======================================
	GENERAL
====================================== */
* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "Osaka‐等幅", sans-serif;
	line-height: 1.3em;
}

img {
	border: 0px;
}

table, td, th {
	font-size: 12px;
	line-height: 1.3em;
	color: #000;
}

.clearfix {
	clear: both;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
}

.date {
	font-size: 10px;
	line-height: 2.0em;
	color: #069;
}

.small {
	font-size: 10px;
}

A:link    { color: #0000ff; text-decoration:underline; }
A:visited { color: #333377; text-decoration:underline; }
A:active  { color: #069; text-decoration: none; }
A:hover   { color: #069; text-decoration: none; }

/* ======================================
	STRUCTURE
====================================== */
#wrapper {
	width: 800px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}

/* ----- top page ----- */
#index-header {
	width: 800px;
	height: 480px;
}

#index-content {
	width: 652px;	/* 800 - 74*2 */
	margin: 15px 74px;
}

body > #wrapper {
	height: auto;
}

.index-content-block {
	margin-bottom: 15px;
	clear: both;
}

.index-content-cell {
	width: 298px;
	float: left;
}

.index-content-l {
	height: 128px;
	margin: 0px 56px 30px 0px;
	overflow: hidden;
}

.index-content-l-no-hidden {
	margin: 0px 56px 30px 0px;
}

.index-content-r {
	height: 128px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

.index-content-r-no-hidden {
	margin: 0px 0px 30px 0px;
}

.index-twitter {
	width: 652px;
	height: 39px;
	line-height: 1.3em;
	overflow: hidden;
	background: #fff url(images/index_twitter.gif) no-repeat;
}

.index-twitter ul#twitter_update_list {
	width: 589px;
	height: 33px;
	overflow: hidden;
	list-style: none;
	font-size: 10px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka‐等幅", sans-serif;
	letter-spacing: 0em;
	margin: 3px 3px 3px 60px;
}

.follow-me {
	width: 652px;
	height: 15px;
	margin-bottom: 30px;
	text-align: right;
}

.whats-new th {
	color: #069;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
}

.whats-new td {
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
}

.index-content-cell .text {
	width: 170px;
	margin-right: 6px;
	font-size: 11px;
	line-height: 1.3em;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka‐等幅", sans-serif;
	letter-spacing: 0em;
	float: left;
	overflow: hidden;
}

.index-content-cell .photo {
	width: 122px;	/* 122 + 6 */
	float: left;
	overflow: hidden;
}

/* ----- // top page ----- */

#header {
	width: 800px;
	height: 270px;
}

#menu {
	width: 800px;
	height: 53px;
}

#content {
	width: 770px;	/* 800 - 30 */
	margin: 30px 0px 15px 30px;
}

#navigation-link {
	width: 770px;
	margin-bottom: 15px;
	font-size: 11px;
}

#content-body {
	width: 570px;
	margin-right: 30px;
	float: left;
}

#paginate {
	width: 570px;
	text-align: center;
	padding: 10px 0px;
}

#side-menu {
	width: 170px;
	float: left;
}

#side-menu img {
	margin-bottom: 9px;
}

.side-menu-cell {
	width: 170px;
	margin-bottom: 30px;
}

.side-menu-cell ul {
	padding-left: 15px;
}

p.inner {
	margin-bottom: 5px;
}

/* ----- entry cell ----- */
.entry-cell {
	width: 570px;
	margin-bottom: 50px;
}

.no-margin {
	margin-bottom: 10px;
}

.entry-cell h2 {
	width: 525px;	/* 570 - 5 - 40(padding) */
	/* height: 24px; */	/* 30 - 6 */
	margin-bottom: 5px;
	padding: 6px 40px 5px 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	/* overflow: hidden; */
	letter-spacing: 0.2em;
	background: #fff url(images/body_title.gif) bottom no-repeat;
}

.entry-cell .photo {
	width: 170px;
	margin-right: 10px;
	float: left;
}

.entry-cell .photo img {
	margin-bottom: 10px;
}

.entry-cell .text {
	width: 390px;
	float: left;
}
/* ----- // entry cell ----- */

.more {
	width: 100%; /* 390 */
	height: 19px;
	text-align: right;
}

.entry-meta {
	width: 384px;
	text-align: right;
	padding: 3px 0px;
}

.entry-meta p {
	border-top: dotted 1px #666;
	margin: 5px 0px;
}

#footer {
	width: 800px;
	text-align: center;
	padding-bottom: 20px;
}

#footer-menu {
	width: 670px;	/* 23 + [72] + 46 + [119] + 46 + [85] + 46 + [74] + 46 + [85] + 23 */
	margin: 0px 65px 10px 65px;
}

.footer-menu-cell {
	height: 13px;
	float: left;
}

.footer-menu-cell p {
	margin: 0px 23px;
}

/* ----- for social finance ----- */
#footer-more {
	margin: 5px auto;
	text-align: center;
	font-size: 9px;
	color: #666;
}
