@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 10pt;
	line-height: 140%;
	text-align: center;
	background-color: #f3f3f3;
}

img {
	border: none;
	vertical-align: bottom;
}

h1,
h2 {
	margin: 0px;
	padding:0px;
}

a {
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

div#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 790px;
	background-color: #fff;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
}

div#wrapper_in {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	text-align: left;
}

/* layout-index(2column) start */

body#layout-index div#header  {
	margin-bottom: 38px;
	padding-top: 5px;
}

/* layout-category,entry,monthly start */

body#layout-other div#header  {
	margin-bottom: 0px;
	padding-top: 5px;
}

h1 {
	margin-top: 3px;
}

div#content {
}

div#left {
	float: left;
	width: 605px;
	text-align: center;
}

div#inner {
	width: 580px;
	margin: 0px auto;
	text-align: left;
}

div#footer {
	clear: both;
	margin-top: 20px;
	padding: 5px;
}

address {
	padding-top: 10px;
	color: #999;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

/* entry */
div.entry {
	margin-bottom: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ff9900;
}

div.entry h3 {
	color: #ff6600;
	font-size: 12pt;
}

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

p.entry-footer {
	clear: both;
	color: #999;
	font-size: 10px;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ff9900;
	border-bottom-color: #ff9900;
}

div.trackbacks {
	margin: 10px;
	padding: 10px;
	border: 1px solid #e3e3e3;
	font-size: 10px;
}

div.trackbacks h3,
div.comment h3,
div.comments-open h3 {
	margin: 0px;
	padding: 0px;
	color: #ff6600;
	font-size: 10px;
}

div.comment,
div.comments-open {
	margin: 10px;
	padding: 10px;
	font-size: 10px;
}

div.comment_text {
	margin-bottom: 20px;
}

p.comment_footer {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 10px;
	text-align: right;
}

/* archive */
div.archive h3 {
	margin-bottom: 10px;
	padding: 0px;
	color: #ff6600;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff9900;
}

/* category */
p.content_navi {
	font-size: 10px;
	text-align: center;
}

div.archive span {
	color: #999;
	font-size: 10px;
}

div.archive p {
	margin: 0px;
	padding: 5px 5px 0px 5px;
}

/* day */
h3.day {
	color: #ff6600;
	font-size: 12pt;
}

h3.dayentry {
	color: #ff9900;
	font-size: 10pt;
}

/* comment preview */

/* navi */
div#navi {
	float: right;
	margin: 0px;
	padding: 0px;
	width:170px;
}

div#navi img.es {
	width: 170px;
	margin-top: 5px;
	padding: 0;
}

div.module-content {
	margin-bottom: 20px;
	margin-top: 5px;
	background-color: #f3f3f3;
	font-size: 10px;
}

div.module-content h3 {
	margin: 0px;
	padding:0px;
}

div.module-content p {
	margin: 5px;
}

div.module-content ul {
	margin: 5px 5px 5px 20px;
	padding: 0px;
}

div.module-content li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: disc;
}

h3.login,
h3.nobotop,
h3.blogtop {
	width: 170px;
	height: 21px;
	text-indent: -9999px;
}

h3.login a,
h3.nobotop a,
h3.blogtop a {
	display: block;
	width: 170px;
	height: 21px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

h3.login {
	display: block;
}
h3.login a {
	background-image: url(img/navi/login.gif);
}
h3.login a:hover {
	background-image: url(img/navi/login_on.gif);
}

h3.nobotop {
	display: block;
}
h3.nobotop a {
	background-image: url(img/navi/nobotop.gif);
}
h3.nobotop a:hover {
	background-image: url(img/navi/nobotop_on.gif);
}

h3.blogtop {
	display: block;
}
h3.blogtop a {
	background-image: url(img/navi/blogtop.gif);
}
h3.blogtop a:hover {
	background-image: url(img/navi/blogtop_on.gif);
}

/* system */
body#layout-system div#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 615px;
	background-color: #fff;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
}

body#layout-system div#wrapper_in {
	margin: 0px auto;
	padding: 0px;
	width: 605px;
	text-align: left;
}

body#layout-system div#header  {
	margin-bottom: 38px;
	padding-top: 5px;
}

body#layout-system div#left {
	width: 605px;
	text-align: center;
}

body#layout-system div#inner {
	width: 595px;
	margin: 0px auto;
	text-align: left;
}

/* top4navi */
ul.topnavi {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 170px;
	height: 240px;
	list-style: none;
}

ul.topnavi li {
	position: absolute;
	top: 0px;
	overflow: hidden;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -10000px;
}

ul.topnavi li a {
	display: block;
	height: 50px;
	text-indent: -10000px;
}

ul.topnavi li.nobo {
	top: 0px;
	width: 170px;
	background: transparent url(img/navi/nobo.jpg) no-repeat 0px 0px;
}
ul.topnavi li.nobo a {
	background: transparent url(img/navi/nobo.jpg) no-repeat 0px 0px;
}
ul.topnavi li.nobo a:hover {
	background-position: 0 -50px;
}

ul.topnavi li.inter {
	top: 60px;
	width: 170px;
	background: transparent url(img/navi/inter.jpg) no-repeat 0px 0px;
}
ul.topnavi li.inter a {
	background: transparent url(img/navi/inter.jpg) no-repeat 0px 0px;
}
ul.topnavi li.inter a:hover {
	background-position: 0 -50px;
}

ul.topnavi li.kids {
	top: 120px;
	width: 170px;
	background: transparent url(img/navi/kids.jpg) no-repeat 0px 0px;
}
ul.topnavi li.kids a {
	background: transparent url(img/navi/kids.jpg) no-repeat 0px 0px;
}
ul.topnavi li.kids a:hover {
	background-position: 0 -50px;
}

ul.topnavi li.pop {
	top: 180px;
	width: 170px;
	background: transparent url(img/navi/pop.jpg) no-repeat 0px 0px;
}
ul.topnavi li.pop a {
	background: transparent url(img/navi/pop.jpg) no-repeat 0px 0px;
}
ul.topnavi li.pop a:hover {
	background-position: 0 -50px;
}


