/* ======================================
	GENERAL
====================================== */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url(http://www.ookinaki.info/images/back_stripe.gif);
	color: #666;
	font-size: 13px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka‐等幅", sans-serif;
	line-height: 1.4em;
}

img {
	border: 0px;
}

A:link    { color: #666; text-decoration: none; }
A:visited { color: #666; text-decoration: none; }
A:active  { color: #777; text-decoration: underline; }
A:hover   { color: #777; text-decoration: underline; }


/* --- clearfix --- */
.clearfix {
	clear: both;
}

.more {
	width: 500px;
	font-size: 10px;
	text-align: right;
}

.more-comment {
	width: 500px;
	margin: 10px 0px;
	font-size: 10px;
	text-align: right;
}

.more A:link    { color: #366; text-decoration: none; }
.more A:visited { color: #366; text-decoration: none; }
.more A:active  { color: #366; text-decoration: underline; }
.more A:hover   { color: #366; text-decoration: underline; }

.page-link {
	width: 500px;
	font-size: 10px;
	text-align: center;
}

.page-link A:link    { color: #366; text-decoration: none; }
.page-link A:visited { color: #366; text-decoration: none; }
.page-link A:active  { color: #366; text-decoration: underline; }
.page-link A:hover   { color: #366; text-decoration: underline; }


/* ======================================
	STRUCTURE
====================================== */

#wrapper {
	width: 750px;
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
	text-align: left;
	background: #fff;
}

/* for IE */
body > #wrapper {
	height: auto;
}

#content {
	padding: 0px 30px;
}

#footer {
	width: 690px;
	height: 52px;
	padding: 45px 0px 15px 0px;
}

/* --------------------------------------
	INDEX
-------------------------------------- */
#top-flash {
	width: 690px;
	height: 630px;
}

#header-menu {
	width: 690px;
	height: 36px;
	margin-bottom: 7px;
}

#top-search {
	width: 345px;	/* 690 */
	margin-bottom: 15px;
	white-space: nowrap;
	background: #ffffff;
}

#top-column {
	width: 690px;
	margin-top: 30px;
}

#top-column #top-left {
	width: 360px;
	float: left;
}

#top-column #top-right {
	width: 330px;
	float: left;
}

#whats-new {
	width: 345px;
	padding-right: 15px;
}

.whats-new-star {
	text-align: left;
	vertical-align: top;
	background: #fff;
}

.whats-new-date {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	background: #fff;
}

.whats-new-content {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	line-height: 1.3em;
	background: #fff;
}

#top-banner {
	width: 313px;
	padding-left: 17px;
	margin-bottom: 15px;
	overflow: hidden;
}

#banner-sanshiro {
	margin-bottom: 10px;
}

#recommend-chieko {
	width: 330px;
	height: 172px;
	background: #fff url(http://www.ookinaki.info/images/index_chiekoback.gif) no-repeat;
}

#recommend-chieko p#inner {
	padding: 73px 0px 0px 27px;
}

#recommend-chieko-text {
	width: 180px;	/* 143 + 27 + 10 */
	height: 73px;
	float: left;
	overflow: hidden;
}

#recommend-chieko-text p {
	padding: 0px 10px 0px 27px;

}

#recommend-chieko-photo {
	width: 140px;
	height: 93px;
	text-align: center;
	overflow: hidden;
	float: left;
}

/* --------------------------------------
	FOOTER
-------------------------------------- */
#footer-top {
	width: 690px;
	height: 27px;
}

#footer-middle {
	width: 690px;
	height: 6px;
	background: #f7c556;
}

#footer-bottom {
	width: 690px;
	height: 19px;
}

#footer-01 {
	width: 105px;
	margin-right: 58px;
	float: left;
}

#footer-03 {
	width: 152px;
	margin-right: 56px;
	float: left;
}

#footer-05 {
	width: 164px;
	margin-right: 52px;
	float: left;
}

#footer-07 {
	width: 103px;
	float: left;
}

#footer-08 {
	width: 117px;
	float: left;
}

#footer-09 {
	width: 172px;
	margin-right: 168px;
	float: left;
}

#footer-11 {
	width: 233px;
	float: left;
}

/* --------------------------------------
	HEADER
-------------------------------------- */
#header {
	width: 690px;
	height: 150px;
	margin-bottom: 7px;
}

#header #header-image {
	width: 500px;
	margin-right: 20px;
	float: left;
}

#header #header-logo {
	width: 170px;
	float: left;
}

/* --------------------------------------
	PAGE
-------------------------------------- */
#navigation-link {
	width: 690px;
	font-size: 10px;
	margin-bottom: 7px;
}

#navigation-link A:link    { color: #366; text-decoration: none; }
#navigation-link A:visited { color: #366; text-decoration: none; }
#navigation-link A:active  { color: #366; text-decoration: underline; }
#navigation-link A:hover   { color: #366; text-decoration: underline; }


#page-content {
	width: 690px;
}

#page-content #page-body {
	width: 500px;
	margin-right: 20px;
	float: left;
}

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

/* --------------------------------------
	ENTRY-CONTAINER
-------------------------------------- */
.entry-container {
	width: 500px;
	margin-bottom: 30px;
	overflow: hidden;
}

.entry-container h1 {
	width: 500px;
	height: 42px;
	padding: 0px 0px 0px 40px;
	font-size: 14px;
	color: #366;
	line-height: 35px;
	overflow: hidden;
	background: url(http://www.ookinaki.info/images/entry_titleback01.gif) no-repeat;
}

.entry-container ul {
	margin-top: 10px;
	padding: 0px 0px 0px 25px;
}

.entry-container ol {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 25px;
}

.entry-container .entry-date {
	width: 500px;
	text-align: right;
	font-size: 10px;
	color: #366;
}

.entry-container .entry-body {
	width: 500px;
	margin-top: 5px;
}

.entry-body A:link    { color: #366; text-decoration: underline; }
.entry-body A:visited { color: #366; text-decoration: underline; }
.entry-body A:active  { color: #366; text-decoration: none; }
.entry-body A:hover   { color: #366; text-decoration: none; }

.entry-container .entry-body p {
	margin-bottom: 0.5em;
}

.entry-container .entry-body .entry-image {
	width: 180px;
	margin-right: 10px;
	float: left;
}

.entry-container .entry-body .entry-image img {
	margin-bottom: 5px;
}

.entry-container .entry-body .entry-text {
	width: 310px;
	float: left;
	overflow: hidden;
}

.entry-container .entry-body .entry-text p {
	margin-bottom: 0.5em;
}


/* for layout breaking on recommend */
.entry-container .entry-body h2 {
	line-height: 1.2em;
}

.entry-container .entry-body .entry-text h2 {
	line-height: 1.2em;
}



/* --------------------------------------
	SIDE
-------------------------------------- */
.side-container {
	width: 170px;
	margin-bottom: 20px;
	overflow: hidden;
}

.side-container ul {
	padding: 5px 0px 0px 25px;
}

.side-container p {
	margin-top: 5px;
	width: 170px;
	overflow: hidden;
}


/* --------------------------------------
	PAGENATE
-------------------------------------- */
.paginate {
	width: 500px;
	text-align: center;
}

.paginate A:link    { color: #366; text-decoration: none; }
.paginate A:visited { color: #366; text-decoration: none; }
.paginate A:active  { color: #366; text-decoration: underline; }
.paginate A:hover   { color: #366; text-decoration: underline; }


/* --------------------------------------
	SEARCH
-------------------------------------- */
.search-paginate {
	width: 500px;
	text-align: center;
	margin-top: 30px;
}
