@charset "UTF-8";

/*

file_name: styles-site.css
url: http://drblog.jp/
Copyright (C) 2006 Dr.Blog. All Rights Reserved.

*/

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, Arial, sans-serif;
 }

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:#666666;
	text-align:center;
	background-color: #D0D0D0;
	background-image: url(images/top_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	/*font-size: 80%;*/
}

a
{
	text-decoration:none;
	color:#3399cc;
	background:inherit;
}

a:hover
{
	text-decoration:underline;
}

body div#main-container
{
	width:774px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background-image: url(images/main_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

body #banner
{
	height:226px;
	margin:0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9876px;
}


div#banner h1
{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	position: relative;
	letter-spacing:0.2em;
	top: 100px;
	left: 15px;
}

div#banner h1 a
{
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}

div#banner h1 a:hover
{
	text-decoration:underline;
}

div#banner h2
{
	color:#000000;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	position: relative;
	top: 28px;
	left: 15px;
	background-color:transparent;
}

div#banner ul{
	width: 588px;
	list-style: none;
	margin: 0px 0px 0px 180px;
}

#banner li
{
	float: left;
}

#banner a
{
	display: block;
	height: 35px;
	background-repeat: no-repeat;
	background-image: url(images/header_menu.gif);
}

#menu_top a{ width: 120px; background-position: 0px 0px; }
#menu_rs a{ width: 116px; background-position: -120px 0px; }
#menu_iv a{ width: 115px; background-position: -236px 0px; }
#menu_ts a{ width: 116px; background-position: -351px -80px; }
#menu_cs a{ width: 121px; background-position: -467px 0px; }

#menu_top a:hover{ background-position: 0px -40px; }
#menu_rs a:hover{ background-position: -120px -40px; }
#menu_iv a:hover{ background-position: -236px -40px; }
#menu_cs a:hover{ background-position: -467px -40px; }

/* ---------- main ---------- */

body #main
{
	width:380px;
	margin: 10px 10px 10px 11px;
	padding-top: 0px;
	float:left;
}

body #main h2
{
	font-size:120%;
	font-weight:bold;
	color:#333333;
	margin:0px 0 10px 0;
	padding: 5px;
	width: 365px;

}

body #main h2#blog_title
{
	display: none;
}

div.content
{
	padding:0px 0px 20px 0px;
	background:#ffffff;
}

div.entry
{
/*	font-size: 80%;*/
}
/*
p.date-header
{
	color:#EFB12B;
	font-size:70%;
	font-weight:normal;
	padding:5px;
	width: 365px;
	background-color:#000000;
}
*/

h3.entry-header
{
	font-size:120%;
	font-weight:bold;
	color:#333333;
	margin:10px 0 10px 0;
	padding: 0px 5px;
	width: 365px;
}

h3.entry-header a
{
	color:#000000;
	background:#ffffff;
}

div.entry-content
{
	padding: 0px;
	width: 380px;
}

div.entry-content img
{
	float: left;
        padding: 0px 10px 10px 0px;
}

div.content blockquote
{
	padding:5px;
	border:#999999 1px solid ;
	background-color:#ffffff;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	color:#669966;
	font-size:80%;
}

div.entry-body p,
div.entry-more p
{
	color:#666666;
	font-size:90%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.entry-body img,
div.entry-more img
{
	border:0;
	margin:0px;
}

div.entry-body ul,
div.entry-more ul
{
	margin:0 0 0 25px;
}

div.entry-body li,
div.entry-more li
{
	color:#666666;
	font-size:80%;
	margin:0 5px 0 0;
	list-style-type: square;
	background-color:inherit;
}

div.content div.entry-tags h4
{
	color:#000000;
	font-size:80%;
	padding:0 0 5px 5px;
	margin:0 0 5px 0;
	background-color:transparent;
	border:#000000 1px solid;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	padding:0 0 1px 5px;
	margin:0 0 5px 0;
	background-color:#eeeeee;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 5px 5px 0;
	font-size:80%;
}

div.entry-info
{
        clear: both;
	border-top:#999999 1px solid;
	padding-bottom:1px;
	text-align:right;
}

div.entry-info ul
{
	margin-top:5px;
	list-style-type: none;
}

div.entry-info li
{
	color:#666666;
	font-size:60%;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

div.content h4
{
	background-color:#ffffff;
	color:#666666;
	font-weight:normal;
	font-size:90%;
	padding:2px;
	margin-bottom:10px;
	border-bottom:1px dotted #cccccc;
}

div.content h5
{
	color:#666666;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

div.content p.navi-link
{
	color:#666666;
	font-size:80%;
	margin-bottom:10px;
	background-color:inherit;
}

div.entry-permalink{
	font-size: 90%;
	width: 355px;
}

div.entry-footer{
        font-size: 80%;
	width: 355px;
	text-align: right;
}

div.content .line{
	background-image: url(images/entry_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 380px;
	height: 16px;
	margin: 10px 0px 30px 0px;
        border: none;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

body div#left-menu
{
	width:185px;
	float:left;
}
body div#right-menu
{
	width:188px;
	float:left;
}

body div.right-content
{
	padding:0px;
}

body div.left-content
{
	padding:0px;
}

div#information{
	background-image: url(images/leftbar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 185px;
}

div#ordermade{
        padding-top:20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 25px;
}

div.info_footer{
	background-image: url(images/leftbar_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 19px;
	width: 185px;
	margin-bottom: 10px;
}

div#profile{
	background-color: #D0D0D0;
	margin: 0px 10px 10px 20px;
	padding: 5px 10px;
}

div#profile h3{
	font-size: 100%;
	font-weight: bold;
}

div#profile p{
	font-size: 80%;
}

div.monthly-archives{
	margin: 0px 0px 20px 20px;
}

div.monthly-archives h3{
	background-image: url(images/archives.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 158px;
	height: 36px;
	margin-bottom: 5px;
	text-indent: -4444px;
}

div#backnumber{
	margin: 10px 0px 15px 15px;
	font-size: 80%;
}

div#backnumber h3{
	background-image: url(images/backnumber.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 165px;
	height: 36px;
	margin-bottom: 5px;
	text-indent: -4444px;
}

div#backnumber ul{
	list-style: none;
	margin-left: 5px;
}

div#backnumber li{
	clear: both;
    margin-bottom: 20px;
}

div#backnumber a{
	width: 180px;
	margin: 0px 5px 0px 5px;
}

div#backnumber .number{
    float: left;
    width: 35px;
}

div#backnumber .day{
	float: left;
	margin-left:5px;
}

div#backnumber .title{
	float: left;
    width: 110px;
	margin-left: 40px;
}
div#backnumber .link{
	clear: both;
	padding-top: 10px;
}

div#site-link{
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-indent: -5555px;
}

div#site-link h3{
	display: none;
}

div#site-link li{
	list-style: none;
}

div#site-link a{
        /*\*/
           overflow: hidden;
        /**/
	width: 170px;
	height: 58px;
	display: block;
}

#link_rs a{
	background-image: url(images/roomsearch.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#link_iv a{
	background-image: url(images/imageviewer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#link_im a{
	background-image: url(images/information.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* right var -------------------------*/

div#blog_menu{
	background-image: url(images/blog_menu.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
        background-color: white;
	width: 175px;
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#blog_menu h3{
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px 0px 5px;
	padding-left: 20px;
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

div#blog_menu ul{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

div#blog_menu h4{
	height: 60px;
	text-indent: -6666px;
}

div#blog_menu p{
	font-size: 70%;
	padding-right: 20px;
	padding-left: 10px;
}

div#blog_menu a{
        /*\*/
           overflow: hidden;
        /**/
　　 width: 170px;
	height: 59px;
        display: block;
}

p.banner_note{
        margin: 2px 0px 7px 0px;
}

#t-mag_banner a{
	background-image: url(images/t-mag_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#t-blog_banner a{
	background-image: url(images/t-blog_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#blog_banner1 a{
	background-image: url(images/happou_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#blog_banner2 a {
	background-image: url(images/qdn_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#blog_banner3 a {
	background-image: url(images/takenoko_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#right_bar{
	background-image: url(images/rightbar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #4A4A4A;
	color: #FFFFFF;
	width: 185px;
}

div#whatsnew{
	background-image: url(images/rightbar_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#whatsnew h3{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 100%;
	font-weight: bold;
}

div#whatsnew h3 span{
	font-size: 80%;
	font-weight: bold;
}

#whatsnew ul{
	width: 155px;
	font-size: 75%;
	margin-left: 10px;
	margin-bottom: 15px;
	list-style: none;
	line-height: 1.2em;
}

#whatsnew .t-blog{
	background-image: url(images/blog_logo1.gif);
	background-repeat: no-repeat;
	background-position: left top;
    padding: 0px 10px 0px 45px;
}

#whatsnew .blog1{
	background-image: url(images/blog_logo2.gif);
	background-repeat: no-repeat;
	background-position: left top;
    padding: 0px 10px 0px 45px;
}

#whatsnew .blog2{
	background-image: url(images/blog_logo3.gif);
	background-repeat: no-repeat;
	background-position: left top;
    padding: 0px 10px 0px 45px;
}

div#trackback_new{
    width: 145px;
    margin: 0px 0px 10px 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ffffff;
	font-size: 75%;
}

div#trackback_new h3{
        margin: 10px 0px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	width: 143px;
}

div#trackback_new ul{
	list-style: none;
}

div#trackback_new li{
	width: 140px;
	margin: 0px 0px 10px 5px;
}

div#rss{
    width: 145px;
    margin: 0px 0px 15px 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ffffff;
	font-size: 75%;
        padding-top: 10px;
}

div#rss ul{
	list-style: none;
}

div#rss li{
	width: 140px;
	margin: 0px 0px 10px 5px;
}

div.powered
{
	width: 140px;
	margin: 0px 0px 0px 10px;
 	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ffffff;
	font-size:75%;
	padding: 10px 0px 10px 5px;
}

div.left-content li a,
div.right-content li a
{
}

div.category-archives li,
div.monthly-archives li,
div.recent-entry li
{
	background:url(maru.jpg) no-repeat 0 8px;
	list-style:none;
	font-size:90%;
	padding-left:10px;
}

div.tags-list dl
{
	font-size:80%;
}

div.tags-list ul
{
	list-style:none;
}



/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

div#footer
{
	clear:both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 774px;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
        padding: 20px 0px 0px 10px;
}


/* ---------- footer_end ---------- */


/* ---------- trackback ---------- */

div.trackbacks p,
div.trackbacks dt
{
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

div.trackbacks dl
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	margin:5px 0 10px 0;
}

div.trackbacks input
{
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

ul.trackback-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#666666;
	font-size:60%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

div.comments,
div#comments-open-data label
{
	margin-bottom: 10px;
}

div.comments-body
{
	padding:5px;
}

div.comments-body p,
div.comments-info li,
div#comments-open-data legend,
div#comments-open-data label
{
	color:#666666;
	background-color:inherit;
	font-size:80%;
}

p.comments-open-moderated
{
	color:#666666;
	background-color:inherit;
	font-size:80%;
}

div.comments-body p,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}

ul.comments-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
	margin:0 0 15px 0;
}

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#666666;
	background-color:inherit;
	font-size:60%;
}

div#comments-open-data legend
{
	color:#666666;
	background-color:inherit;
	margin-bottom:10px;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

div#comments-open-data textarea
{
	width:60%;
	color:#666666;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#999999;
	font-size:80%;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- archives ----------*/

div.archive-body ul.archive-list li
{
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

/* ---------- archives_end ----------*/

div.bana00 {
	font-size: 80%;
	margin-bottom: 20px;
	line-height: 1.5em;
}

