@charset 'UTF-8';

/* ================================================== */
html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(http://www.smaps.co.jp/blog/images/bg.jpg) repeat top left;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #222;
}
hr {
	display: none;
}
a {
	color: #000333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #003366;
}
table{
	font-size: 90%;
	border: 1px solid #333;
	background-color: #ccc;
	width: 545px;
}
#entry>table{
	font-size: 100%;
}
caption,th,td{
	padding: 5px;
	border: 1px solid #333;
}
caption{
	margin-bottom: 5px;
	background-color: #f5f5f5;
}
th{
	background-color: #efefef;
}
td{
	background-color: #fff;
}
form{
	margin: 0;
	padding: 0;
}
label {
	color: #222;
}
img{
	border: none;
}
address {
	display: none;
	font-style: normal;
	text-align: right;
	letter-spacing: 1px;
}



/* ================================================== */
#layout {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 800px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #222;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #FFF;
}



/* ================================================== */
/* ロゴ画像 */
#header {
	display: block;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 206px;
	background: url("http://www.smaps.co.jp/blog/images/header.jpg") no-repeat top left;
}
#header a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
/*
// ロゴ画像ロールオーバー時
#header a:hover {
	background: url("http://www.smaps.co.jp/blog/images/header_hover.jpg") no-repeat top left;
}
*/


/* ================================================== */
#navi_main {
	margin: 5px 5px 0 5px;
	padding: 0;
	height: 24px;
}
#navi_main:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 1px;
	font-size: 0;
}
ul#navi_list {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
ul#navi_list li {
	display: block;
	float: left;
	width: 130px;
}
ul#navi_list li a {
	display: block;
	margin-right: 5px;
	padding-top: 6px;
	overflow: hidden;
	width: 100%;
	height: 24px;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: url("http://www.smaps.co.jp/blog/images/navi_main.jpg") no-repeat top left;
}
#navi_main>ul#navi_list li a {
	width: auto;
	padding-top: 5px;
	height: 18px;
}
ul#navi_list li a:hover {
	color: #333;
	background: url("http://www.smaps.co.jp/blog/images/navi_main_hover.jpg") no-repeat top left;
}
#navi_list ul { /* all lists */
  	padding: 0;
  	margin: 0;
  	list-style: none;
}
#navi_list li { /* all list items */
  	float: left;
  	position: relative;
}
#navi_list li ul { /* second-level lists */
  	display: none;
  	position: absolute; 
  	top: 24px;
  	left: 0;
	border-top: 1px solid #333;
}
#navi_list li ul li a { /* second-level lists */
	border-top: none;
	border-bottom: 1px solid #333;
}
#navi_list li>ul { /* to override top and left in browsers other than IE, which will position to the top right 
of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#navi_list li:hover ul, #navi_list li.over ul{ /* lists nested under hovered list items */
	display: block;
}



/* ================================================== */
#navi_contents ,#search_form {
	clear: left;
	display: block;
	margin: 0;
	padding: 5px;
	width: 800px;
	border-top: 1px solid #333;
	background: url("http://www.smaps.co.jp/blog/images/shadow.gif") repeat-x top left;
}
#layout>#navi_contents ,#layout>#search_form {
	width: 790px;
}
#search_form {
	text-align: right;
}



/* ================================================== */
#main {
	clear: left;
	display: block;
	margin: 0;
	padding-top: 5px;
	width: 800px;
	border-top: 1px solid #333;
	background: url("http://www.smaps.co.jp/blog/images/shadow.gif") repeat-x top left;
}



/* ================================================== */
#contents {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 590px;
	line-height: 140%;
}



/* ================================================== */
#search_results h3 {
	display: block;
	margin-left: 15px;
	padding: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: url("http://www.smaps.co.jp/blog/images/shadow.gif") repeat-x top left;
}
#search_results form {
	display: block;
	padding: 10px;
	border-top: 1px solid #666;
	background: url("http://www.smaps.co.jp/blog/images/shadow.gif") repeat-x top left;
}
#search_results fieldset {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#search_results ul {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#search_results li {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#search_results .label {
	width: 110px;
}
#search_results .input {
	width: 320px;
}
#search_results p {
	display: block;
	margin: 10px 30px;
	line-height: 100%;
}
#search_results blockquote,#search_results pre{
	display: block;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}
#search_results pre{
	color: #660000;
	text-decoration: underline;
}



/* ================================================== */
#sitemap .li_arrow{
	display: block;
	margin: 3px 0 0 15px;
	padding: 3px 0 0 20px;
	border-top: 1px solid #ccc;
	background: url("http://www.smaps.co.jp/blog/images/li_arrow.gif") no-repeat 5px 7px;
}
#sitemap ul>.li_arrow{
	background: url("http://www.smaps.co.jp/blog/images/li_arrow.gif") no-repeat 5px 6px;
}
#sitemap .li_arrow a{
	display: block;
	width: 100%;
}



/* ================================================== */
#entry,#sitemap ,#error ,#search_results ,#mail_form {
	display: block;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	width: 590px;
	line-height: 140%;
}
#entry h2 ,#entry * h3,#sitemap h2,#error h2 ,#search_results h2,#mail_form h2 {
	display: block;
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 5px 0 5px 22px;
	border-top: 1px solid #990000;
	border-left: 3px solid #990000;
	width: 580px;
	background-color: #f5f5f5;
	background: #f5f5f5 url("http://www.smaps.co.jp/blog/images/h2.gif") no-repeat 7px 8px;
}
#entry>h2 ,#entry *>h2 ,#entry *>h3,#comments>h3,#sitemap>h2,#error>h2 ,#search_results>h2,#mail_form>h2 {
	padding-top: 4px;
	width: 555px;
}
#entry h2 a ,#sitemap h2 a,#error h2 a ,#search_results h2 a,#mail_form h2 a{
	display: block;
	width: 100%;
}
#entry ul,#sitemap ul,#mail_form ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#entry ul,#mail_form ul {
	width: 510px;
}
.entry {
	margin: 5px 0;
	padding: 0 10px;
	width: 575px;
}
#entry *>.entry{
	width: 550px;
}
#hid{
	width: 545px;
	margin: 10px;
}
.entry_body>#hid{
	width: 548px;
}
#hid fieldset {
	padding: 10px;
}
.entry_body,#mail_form form{
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	border-left: 3px solid #666;
	width: 580px;
}
#entry *>.entry_body,#sitemap>.entry_body,#search_results>.entry_body,#mail_form>form{
	width: 560px;
}
.entry_body p ,.entry_more p {
	margin: 10px 5px;
}
.entry_body>p ,.entry_more>p {
	width: 550px;
}
.entry_body>.search_excerpt {
	width: 530px;
}

.entry_body p img,.entry_more p img {
	border: 1px solid #660000;
}
.entry_more{
	display: block;
	margin-top: 1px;
	padding: 10px;
	border-left: 3px solid #999;
	width: 580px;
}



/* ================================================== */
.trackback{
	display: block;
	margin-bottom: 5px;
	border: 3px solid #ccc;
	background: #f5f5f5;
}
.trackback li{
	padding-left: 10px;
	width: 559px;
}
.entry_body>.trackback li{
	width: 510px;
}
.trackback_url {
	display: block;
	margin-bottom: 5px;
	padding: 5px 10px;
	width: 565px;
	border: 3px solid #999;
	background: #ccc;
}
.entry_body>.trackback_url{
	width: 538px;
}
.page_move,.entry_navi ,.page_navi{
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	width: 580px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url("http://www.smaps.co.jp/blog/images/shadow.gif") repeat-x top left;
	text-align: right;
}
#entry>.page_move,#entry>.entry_navi,#entry>.page_navi {
	display: block;
	width: 570px;
}



/* ================================================== */
.comment_box,.comment_box_over,.comment_box_click {
	display: block;
	margin-bottom: 15px;
	padding:5px;
	width: 565px;
}
.entry_body>.comment_box,.entry_body>.comment_box_over,.entry_body>.comment_box_click ,#mail_form form>.comment_box{
	width: 552px;
}
.comment_box {
	border:1px solid #bbb;
	background-color: #f5f5f5;
}
.comment_box_over {
	border:1px solid #999;
	background-color: #bbb;
}
.comment_box_click {
	border:1px solid #660000;
	background-color: #efefef;
}
.comment_box li,.comment_box_over li,.comment_box_click li {
	display: inline;
	vertical-align: middle;
}
.comment_box fieldset {
	display: block;
	width: 507px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	text-align: right;
}
.comment_box>fieldset {
	width: 510px;
}
#comments_form li ,#mail_form li {
	display: block;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.comment_box select {
	width: 200px;
}
.comment_box textarea {
	display: block;
	width: 100%;
}
.comment_box .info {
	margin: 10px;
	padding: 10px;
	width: 535px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.comment_box>.info {
	width: 512px;
}
.comment_box #data {
	padding: 5px;
	font-size: 90%;
}
.comment_box fieldset h4 {
	clear: left;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px 0 5px 5px;
	width: 505px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	font-size: 100%;
	text-align: left;
}
.options {
	display: block;
	margin-bottom: 15px;
	line-height: 1px;
}
.options li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
.options input, .options label{
	margin: 0;
	padding: 0;
}



/* ================================================== */
.comment_res li {
	display: block;
	margin: 5px;
}
.comment_nest_box {
	display: block;
	border:1px solid #999;
	background-color: #efefef;
}
.parent_id{
	width: 40px;
}
.parent_title {
	width: 260px;
	vertical-align: middle;
	font-weight: bold;
}
.parent_author {
	width: 90px;
}
.parent_date{
	width: 120px;
	text-align: right;
	font-size: 90%;
}
ul>.parent_date{
	font-size: 100%;
}
.parent_body {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding:10px;
	border:1px solid #999;
	background-color: #ccc;
}
.res_body {
	padding:10px;
}
.res_id {
	font-weight: normal;
}
.res_title {
	border-bottom:1px solid #999;
	font-weight: bold;
}
.res_date {
	border-top:1px solid #999;
}
.res_btn {
	text-align: right;
}
.need {
	color: #FF0000;
}
.notice {
	color: #660000;
}



/* ================================================== */
.input_box_out {
	border:1px solid #ccc;
	background-color: #efefef;
}
.input_box_over {
	border:1px solid #999;
	background-color: #bbb;
}
.input_box_focus {
	border:1px solid #660000;
	background-color: #efefef;
}
.input_btn_out {
	border:1px solid #999;
	background-color: #bbb;
}
.input_btn_over {
	border:1px solid #666;
	background-color: #ccc;
}
.input_btn_focus {
	border:1px solid #660000;
	background-color: #efefef;
}



/* ================================================== */
#sidebar {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}



/* ================================================== */
#cat_main {
	display: block;
	margin: 9px;
	padding: 0;
	width: 192px;
}
#layout>#cat_main {
	margin: 10px;
	width: 190px;
}
#cat_main ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#cat_main li {
	display: block;
	margin-bottom: 2px;
	line-height: 1px;
	font-size: 0;

}
#cat_main #cat11 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 52px;
	border: 1px solid #fff;
	background: url("http://www.smaps.co.jp/blog/images/cat/11.gif") no-repeat top left;
}
#cat_main #cat11>a {
	width: 190px;
	height: 50px;
}
#cat_main #cat11 a:hover {
	border: 1px solid #999;
}
#cat_main #cat9 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 52px;
	border: 1px solid #fff;
	background: url("http://www.smaps.co.jp/blog/images/cat/9.gif") no-repeat top left;
}
#cat_main #cat9>a {
	width: 190px;
	height: 50px;
}
#cat_main #cat9 a:hover {
	border: 1px solid #999;
}
#cat_main #cat5 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 52px;
	border: 1px solid #fff;
	background: url("http://www.smaps.co.jp/blog/images/cat/5.gif") no-repeat top left;
}
#cat_main #cat5>a {
	width: 190px;
	height: 50px;
}
#cat_main #cat5 a:hover {
	border: 1px solid #999;
}
#cat_main #cat2 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 52px;
	border: 1px solid #fff;
	background: url("http://www.smaps.co.jp/blog/images/cat/2.gif") no-repeat top left;
}
#cat_main #cat2>a {
	width: 190px;
	height: 50px;
}
#cat_main #cat2 a:hover {
	border: 1px solid #999;
}
#cat_main #cat19 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 52px;
	border: 1px solid #fff;
	background: url("http://www.smaps.co.jp/blog/images/cat/19.gif") no-repeat top left;
}
#cat_main #cat19>a {
	width: 190px;
	height: 50px;
}
#cat_main #cat19 a:hover {
	border: 1px solid #999;
}
#cat_main #cat13 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 52px;
	border: 1px solid #fff;
	background: url("http://www.smaps.co.jp/blog/images/cat/13.gif") no-repeat top left;
}
#cat_main #cat13>a {
	width: 190px;
	height: 50px;
}
#cat_main #cat13 a:hover {
	border: 1px solid #999;
}
#cat_main #cat16 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 52px;
	border: 1px solid #fff;
	background: url("http://www.smaps.co.jp/blog/images/cat/16.gif") no-repeat top left;
}
#cat_main #cat16>a {
	width: 190px;
	height: 50px;
}
#cat_main #cat16 a:hover {
	border: 1px solid #999;
}




/* ================================================== */
.sidebar_item,.subbar_item {
	display: block;
	padding: 0;
	border: 1px solid #333;
	background-color: #F5F5F5;
	line-height: 110%;
}
.sidebar_item {
	margin: 10px;
	width: 190px;
	font-size: 100%;
}
#sidebar>.sidebar_item {
	width: 188px;
	line-height: 105%;
}
.subbar_item {
	margin-left: 5px;
	width: 260px;
	font-size: 100%;
}
.subbar_block>.subbar_item {
	margin-right: 5px;
	width: 258px;
}
.sidebar_item h2,.sidebar_item h2 a,.subbar_item h2 {
	display: block;
	padding-left: 22px;
	padding-bottom: 5px;
	background: url("http://www.smaps.co.jp/blog/images/h2.gif") no-repeat 7px 8px;
	font-size: 95%;
}
.sidebar_item h2,.sidebar_item h2 a {
	padding-top: 8px;
}
.sidebar_item>h2,.sidebar_item h2>a {
	padding-top: 6px;
	font-size: 100%;
}
.subbar_item h2 {
	padding-top: 6px;
	font-size: 100%;
}
.sidebar_item h2 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
}
.sidebar_item .desc{
	display: block;
	padding: 10px;
}
.sidebar_item ul ,.subbar_item ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar_item li  ,.subbar_item li {
	display: block;
	margin-left: 10px;
	border-top: 1px solid #ccc;
}
.sidebar_item>li ,.subbar_item>li {
	margin-left: 0;
	border: none;
}
.sidebar_item .li_arrow a ,.subbar_item .li_arrow a {
	display: block;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-left: 17px;
	width: 100%;
	background-image: url("http://www.smaps.co.jp/blog/images/li_arrow.gif");
	background-repeat: no-repeat;
	font-weight: bold;
}
.sidebar_item .li_arrow a {
	padding-top: 4px;
	background-position: 3px 6px;
}
.subbar_item .li_arrow a {
	padding-top: 4px;
	background-position: 3px 6px;
}
.sidebar_item .li_arrow>a ,.subbar_item .li_arrow>a {
	margin-top: 0;
	padding-top: 4px;
}
.sidebar_item .li_key a ,.subbar_item .li_key a {
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 1px;
	width: 100%;
	background-image: url("http://www.smaps.co.jp/blog/images/li_key.gif");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	font-weight: normal;
}
.sidebar_item .li_key>a {
	padding-bottom: 2px;
	width: 89%;
	background-position: 2px 2px;
}
.subbar_item .li_key>a {
	padding-bottom: 2px;
	width: 92%;
}
.sidebar_item .li_arrow>a {
	width: 90%;
}
.sidebar_item .li_arrow .li_arrow>a {
	width: 90%;
}
.subbar_item .li_arrow>a {
	width: 93%;
}
.sidebar_item .li_arrow a:hover,.sidebar_item .li_key a:hover,.subbar_item .li_arrow a:hover,.subbar_item .li_key a:hover {
	color: #660000;
}
.sidebar_item .li_arrow a:hover,.subbar_item .li_arrow a:hover {
	background: url("http://www.smaps.co.jp/blog/images/li_arrow_hover.gif") no-repeat 2px 3px;
}
.sidebar_item .li_key a:hover,.subbar_item .li_key a:hover {
	background: url("http://www.smaps.co.jp/blog/images/li_key_hover.gif") no-repeat 2px 3px;
}



/* ================================================== */
#subbar {
	display: block;
	clear: left;
	float: left;
	margin-top: 20px;
	padding-top: 20px;
	width: 800px;
	border-top: 1px solid #333;
	background: url("http://www.smaps.co.jp/blog/images/shadow.gif") repeat-x top left;
	line-height: 130%;
}
#layout>#subbar {
	margin-bottom: 20px;
}
#subbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subbar_block {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 265px;
}



/* ================================================== */
#feed_rdf1,#feed_rss2,#feed_atom,#valid_xhtml,#valid_css {
	line-height: 1px;
	font-size: 0;
	border: none;
	background-repeat: no-repeat;
}
#feed_rdf1,#feed_rss2,#feed_atom {
	margin-left: 54px;
	padding-bottom: 3px;
}
#sidebar>#feed_rdf1,#sidebar>#feed_rss2,#sidebar>#feed_atom {
	margin-left: 55px;
}
#feed_rdf1 a,#feed_rss2 a,#feed_atom a,#valid_xhtml a,#valid_css a {
	display: block;
	margin: 0;
	padding: 0;
	width: 82px;
	height: 17px;
	border: 1px solid #f5f5f5;
}
#feed_rdf1>a,#feed_rss2>a,#feed_atom>a,#valid_xhtml>a,#valid_css>a {
	width: 80px;
	height: 15px;
}
#feed_rdf1 a:hover,#feed_rss2 a:hover,#feed_atom a:hover,#valid_xhtml a:hover,#valid_css a:hover {
	border: 1px solid #999;
}
#feed_rdf1 a {
	background: url("http://www.smaps.co.jp/blog/images/feed_rdf1.gif") no-repeat top left;
}
#feed_rss2 a {
	background: url("http://www.smaps.co.jp/blog/images/feed_rss2.gif") no-repeat top left;
}
#feed_atom a {
	background: url("http://www.smaps.co.jp/blog/images/feed_atom.gif") no-repeat top left;
}
#valid_xhtml a {
	background: url("http://www.smaps.co.jp/blog/images/valid_xhtml.gif") no-repeat top left;
}
#valid_css a {
	background: url("http://www.smaps.co.jp/blog/images/valid_css.gif") no-repeat top left;
}
#validator {
	margin-top: 20px;
	border-top: 1px solid #333;
	text-align: left;
}



/* ================================================== */
#navi_footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 20px;
	width: 800px;
	border-top: 1px solid #333;
	background: url("http://www.smaps.co.jp/blog/images/shadow.gif") repeat-x top left;
	text-align: center;
}
#navi_footer ul {
	margin: 0;
	padding: 0;
	width: 800px;
	list-style: none;
	letter-spacing: 1px;
}
#navi_footer li {
	display: inline;
	margin: 0;
	padding: 0;
}



/* ================================================== */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 23px;
	background: url("http://www.smaps.co.jp/blog/images/footer.gif") no-repeat top left;
}



/* ================================================== */
.none {
	display: none;
}



/* ================================================== */
.pickup_img_big,.pickup_img_small,.pickup_img_big li,.pickup_img_small li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 0;
}
.pickup_img_big li img {
	width: 249px;
	height: 180px;
	overflow: hidden;
	text-align: center;
}
.pickup_img_small li img {
	width: 60px;
	height: 60px;
}
.pickup_img_big li img ,.pickup_img_small li img {
	margin-bottom: 1px;
	margin-right: 1px;
	border: 1px solid #660000;
}
.pickup_img_big li img:hover ,.pickup_img_small li img:hover {
	border: 1px solid #ff6600;
}
#pickup_item_img .entry_body a {
	display: block;
	margin: 0;
	padding: 0;
	width: 500px;
	line-height: 1px;
	font-size: 0;
	border: 1px solid #333;
}
#pickup_item_img .entry_body a:hover {
	border: 1px solid #000;
}




