@charset "EUC-JP";

/* sb design template -OttoDokoi- Copyright 2006 IMAOHJI Tetsuo All rights reserved. */
/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
body {
	background: #666666 url(http://www.stereoeye.net/blog/otto/template/bodyback_oto.jpg) repeat-x;
	color: #333333;
	font-size: 12px;
	line-height: 1.4em;
	font-family: 'Hiragino Kaku Gothic Pro', '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','trebuchet ms', sans-serif;
	text-align: center;
}
div { 
	font-family: 'Hiragino Kaku Gothic Pro','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','trebuchet ms',sans-serif;
}
img {
	border: 0;
}
a			{ color: #6666ff; text-decoration: none; }
a:link		{ color: #6666ff; text-decoration: none; }
a:visited 	{ color: #6666ff; text-decoration: none; }
a:hover		{ color: #8b4bff; text-decoration: underline; }
a:active	{ color: #8b4bff; text-decoration: underline; }
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	color: #ff6600;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	clear: both;
}
/* [Layout] */
div#wrapper {
	width: 750px !important;
	width: 760px;
	margin: 0 auto 10px auto;
	background: #ffffff url(http://www.stereoeye.net/blog/otto/template/wrapper_oto.gif) repeat-y;
	border: solid #4e4e4e;
	border-width: 0 5px 5px 5px;
}
/* for IE5Mac */
/*\*//*/
div#wrapper {
	background: url(http://www.stereoeye.net/blog/otto/template/wrapper_oto.gif) 5px repeat-y;
}
/**/
div#header {
	width: 690px !important;
	width: 750px;
	padding: 5px 20px 5px 40px;
	background: #333333 url(http://www.stereoeye.net/blog/otto/template/header_oto.jpg) repeat-x;
}
div#contents {
	width: 460px !important;
	width: 500px;
	padding: 20px 0 0 40px;
	float: left;
}
div#pagenavi {
	width: 670px !important;
	width: 750px;
	text-align: left;
	color: #bbbbbb;
	font-size: 11px;
	padding: 2px 40px;
	background: #000000 url(http://www.stereoeye.net/blog/otto/template/pagenavi_oto.gif) no-repeat;
}
div#nombre {
	width: 460px;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
div#navigation {
	width: 220px;
	float: right;
	background-color: #555566;
	color: #ffffff;
	font-size: 11px;
}
div#footer {
	width: 750px;
}
/* [Header] */
div#title {
	width: 550px;
	padding-top: 18px;
	float: left;
}
div#title a#title-img {
	display: block;
	background: transparent url(http://www.stereoeye.net/blog/otto/template/title_oto.gif) no-repeat;
	height: 36px;
}
div#title a#title-img span {
	display: none;
}
div#title h1 {
	display: none;
	font-weight: bold;
	font-size: 24px;
	line-height: 1em;
	padding-bottom: 4px;
}
div#title h1 a {
	color: #fff;
	text-decoration: none;
}
div#title p {
	color: #ff5d00;
	border-top: solid 1px  #555555;
	padding-top: 2px;
	margin-bottom: 10px;
}
dl#search {
	width: 132px;
	padding-top: 12px;
	float: right;
}
dl#search dd input.form {
	width: 130px !important;
	width: 132px;
	border: 1px solid #cccccc;
}
dl#search dt {
	font-size: 9px;
	color: #ffffff;
	margin-bottom: 1px;
}
dl#search dd input.button {
	margin-top: 2px;
}
div#pagenavi .hitokoto {
	font-size: 11px;
}
div#pagenavi .hitokoto a,
div#pagenavi .hitokoto a:link,
div#pagenavi .hitokoto a:visited {
	color: #e93312;
	text-decoration: underline; 
}
div#pagenavi .hitokoto a:hover, 
div#pagenavi .hitokoto a:active {
	color: #ff3300;
	text-decoration: underline; 
}
/* [Entry] */
div.entry {
	width: 460px;
	padding-bottom: 50px;
}
div.entry h2 {
	width: 442px!important;
	width: 460px;
	padding: 10px 0 10px 18px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	background-image: url(http://www.stereoeye.net/blog/otto/template/entry_h2_oto.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.entry h2 a,
div.entry h2 a:link,
div.entry h2 a:visited {
	color: #a22a10;
}
div.entry h2 a:hover,
div.entry h2 a:active {
	color: #ff3300;
}
div.entry_author {
	color: #898bbd;
	text-align: left;
	margin-bottom: 30px;
	font-size: 11px;
	line-height:120%;
}
div.entry_body {
	margin-bottom: 15px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry img.pict {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.entry img.p_left {
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 18px;
}
div.entry blockquote {
	padding: 15px 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #dddddd;
}
div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry ol{
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	margin-bottom: 18px;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #ff9900;
	border-right: 1px solid #dddddd;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	color: #ff9900;
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
div.entry_state {
	clear: both;
	width: 452px!important;
	width: 460px;
	color: #cccccc;
	text-align: right;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	border: solid #dddddd;
	border-width: 1px 0;
}
div.entry_state ul{
	list-style:none;
	margin-bottom: 0px;
}
div.entry_state ul li{
	display:inline;
}
div.entry_state ul li a{
	padding:0 0 0 20px;
}
div.entry_state ul li.comment a{
	background:url(http://www.stereoeye.net/blog/otto/template/comm_oto.gif) no-repeat;
}
div.entry_state ul li.trackback a{
	background:url(http://www.stereoeye.net/blog/otto/template/tbm_oto.gif) no-repeat;
}
/* [Comment] */
div#comments {
	width: 460px;
	padding-bottom: 20px;
}
div#comments h3 {
	width: 460px;
	height: 36px;
	font-size: 9px;
	color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background-image: url(http://www.stereoeye.net/blog/otto/template/fukidashi_oto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
.comment_body {
	width: 460px;
	padding-bottom: 30px;
}
.comment_body p {
	padding-left: 40px;
	color: #95A1BF;
}
.posted {
	color: #aaaaaa;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
	background: transparent url(http://www.stereoeye.net/blog/otto/template/comment_hr_oto.gif) no-repeat bottom;
}
.posted b {
	color: #6b718b;
	font-weight: bold;
}
div#comments h4 {
	width: 438px !important;
	width: 460px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background: #333333 url(http://www.stereoeye.net/blog/otto/template/comment_bg_oto.jpg) no-repeat;
	padding: 5px 10px;
}
dl#comment_form {
	width: 418px !important;
	width: 460px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 10px 20px;
}
dl#comment_form dt {
	padding-bottom: 1px;
}
dl#comment_form dd {
	padding-bottom: 6px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	width: 200px !important;
	width: 202px;
	border: 1px solid #cccccc;
}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	border: 1px solid #cccccc;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	width: 460px;
	padding-bottom: 20px;
}
div#trackback h3 {
	width: 460px;
	height: 36px;
	font-size: 9px;
	color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 2px;
	background-image: url(http://www.stereoeye.net/blog/otto/template/trackback_oto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
p.tb_link {
	width: 448px !important;
	width: 460px;
	color: #ff6600;
	background-color: #f1f3f9;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #ff6600;
	text-align: center;
}
div#trackback div.tb_body {
	width: 460px;
	padding-bottom: 30px;
}
div#trackback div.tb_body div.tb_subje {
	width: 460px;
	color: #aaaaaa;
	text-align: right;
	font-size: 11px;
	padding-bottom: 5px;
	padding-right: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
	background: transparent url(http://www.stereoeye.net/blog/otto/template/trackback_hr_oto.gif) no-repeat bottom;
}
div#trackback div.tb_body p {
	color: #888888;
	font-size: 10px;
}
/* [Profile] */
div#profile {
	width: 460px;
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	width: 425px!important;
	width: 460px;
	padding: 5px 0 6px 35px;
	margin-bottom: 30px;
	background: transparent url(http://www.stereoeye.net/blog/otto/template/profile_oto.gif) no-repeat;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */
div#navigation dl {
	margin-bottom: 15px;
}
div#navigation dt {
	margin: 0;
	padding: 2px 0 2px 20px;
	margin-bottom: 7px;
	background: #6060d0 url(http://www.stereoeye.net/blog/otto/template/dtback_oto.gif) no-repeat;
	color: #bbbbff;
	font-weight: bolder;
	font-size: 11px;
}
div#navigation ul {
	list-style: none;
	margin-left:10px;
	margin-right:10px;
	font-size: 10px;
	line-height: 1.2em;
}
div#navigation ul li {
	background: transparent url(http://www.stereoeye.net/blog/otto/template/dot_oto.gif) no-repeat 0px 1px;
	padding-left: 15px;
	margin-bottom: 5px;
	line-height: 1.2em;
}
div#navigation li a {
	color: #ff7f85;
}
/* ++++ Calendar ++++ */
dt#calendarname {
	display: none;
	}
dl#calendar table {
	width: 194px;
	margin: 10px 13px 0px 13px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 11px;
	line-height: 1em;
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #767791;
}
dl#calendar table th {
	padding-bottom: 5px;
}
#calendar .calendar_month {
	padding-top: 3px;
	padding-bottom: 8px;
}
#calendar .weekday {
	font-size: 9px;
	width: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #a5a6c8;
}
dl#calendar table td a,
dl#calendar table td a:link,
dl#calendar table td a:visited  {
	color: #ff6600;
}
dl#calendar table td a:hover ,
dl#calendar table td a:active {
	color: #ff3300;
}
dl#calendar table td span.today {
	color: #ff7f85;
}
dl#calendar table td span.today a,
dl#calendar table td span.today a:link,
dl#calendar table td span.today a:visited {
	color: #ff7f85;
}
dl#calendar table td span.today a:hover,
dl#calendar table td span.today a:active {
	color: #ff3300;
}
/* ++++ Extra ++++ */
div #extra {
	padding: 10px 10px 10px 25px;
	background: url(http://www.stereoeye.net/blog/otto/template/extra_oto.gif) repeat-y;
	font-size: 10px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#extra a,
#extra a:link,
#extra a:visited {
	color: #cccccc;
}
#extra a:hover,
#extra a:active {
	color: #ff3300;
}

/* [Footer] */
div#footer{
	width: 710px;
	margin: 0px 20px 15px 20px;
}
#link2top a{
	display: block;
	width: 52px !important;
	width: 67px;
	height: 22px !important;
	height: 30px;
	margin-left: 530px;
	margin-bottom: 10px;
	padding: 5px 3px 3px 12px;
	font-size: 10px;
	color: #9b9ca3;
	background: url(http://www.stereoeye.net/blog/otto/template/link2top_oto.gif) no-repeat;
}
#link2top a:hover {
	background: url(http://www.stereoeye.net/blog/otto/template/link2top_oto.gif) 68px;
	color: #aaaaff;
}
div#footer address {
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	color: #9b9ca3;
	clear: both;
	border-top: solid 1px #cccccc;
	text-align: center;
	padding-top: 3px;
}
/* [Typography] */
div#pagenavi,
div.entry_author,
div.entry_state,
div#navigation dt,
dl#calendar table th,
dl#calendar table td,
dl#extra ul,
div#comments dl.comment_body dt,
div#comments dl#comment_form dt,
dl#comment_form dd,
div#footer address {
	font-family:  verdana,'trebuchet ms', sans-serif;
}
