@charset "EUC-JP";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
/* [Global Settings] */
html{
	background-color: #d8d0c3;
}
body{
	margin: 0em;
	background-color: #ffffff;
}
div#logo{
	position: absolute;left: 0px;top: 0px;
}
div#logo img{
	border-bottom: solid 1px #d7d8db;
}
h1{
	display: none;
}
p{
	line-height: 160%;
	margin: 0em;
}
img {
	border: 0;
}
a {
	color: #0000cc;
	text-decoration: none;
}
a:active,
a:hover {
	color: #4093C2;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	color: #F90;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [menu] */
div.menu{
	margin: 0em 0em 0em 230px;
	height:70px;
	border-bottom: solid 1px #d7d8db;
}
div.menu h2{
	display: none;
}
div.menu ul{
}
div.menu li{
	float:left;
	list-style-type: none;
}
div.menu li a {
	display: block;
}
.prov {
	display: none;
}
.prov li{
	background-color: #ffffff;
	clear: left;
	border: solid 1px #d7d8db;
	width: 8em !important;
	height: 2em;
	line-height: 2em;
	padding: 0em 0em 0em 0.5em;
	margin: 1px 0px 0px 9px;
}

div.menu li:hover .prov{
	display: block;
	position: absolute;top:69px;
}
div.menu .prov a:link{
	color: #4f499b;
	width: 8em !important;
}
div.menu .prov a:visited{
	color: #cccbd9;
}
div.menu .prov a:hover{
	color: #9893d5;
}
div.menu .prov a:active{
	color: #cac8f0;
}
/* [Layout] */
div#header {
	height: 7em;
	margin: 1.5em 0em 0px 15em;
}
div#contents {
	margin: 0em 4em 0em 17em;
	padding: 0em 1.5em 0em 0em;
}
div#pagenavi {
	text-align: center;
	color: #999;
	font-size: 95%;
}
div#navigation {
font-size: 96%;
float: left;
	width: 13em;
	padding: 0em 0em 0em 0em;
	margin-top:-6.5em;
}
div#footer {
clear: both;
	margin: 0px;
	padding: 0px;
}
/* [Header] */
div#title {

}
div#title h2 {
	color: #000000;
	background: #ffffff url(/cssimage/h2.gif) no-repeat;
	font-size: 130%;
	font-weight: bold;
	padding: 3px 0em 0em 15px;
	margin: 0.3em 0em 6px 0em;
	height: 28px;
}
div#title h2 a {
	color: #666;
	text-decoration: none;
}
div#title h2 a:active,
div#title h2 a:hover {
	color: #333;
}
div#title p {
	color: #F90;
}
dl#search {
	margin: 0em 0em 0em 36px;
}
dl#search dt {
}
dl#search dd input.form {
}
dl#search dd input.button {
	margin-top: 10px;
}
/* [Entry] */
div.entry {
	padding-bottom: 50px;
}
div.entry h2 {
	padding: 2px 0em 0em 28px;
	min-height: 25px;
	background: #ffffff url(/cssimage/entry.gif) no-repeat;
	margin-bottom: 5px;
	font-size: 120%;
}
div.entry h2 a {
	color: #F90;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #F30;
}
div.entry h3 {
	margin: 20px 5px 5px 5px;
	font-size: 110%;
	background-color: #ccccff;	
}
div.entry_author {
	color: #CCC;
	text-align: right;
	margin-bottom: 20px;
}
div.entry_body {
	margin-bottom: 18px;
font-size: 96%;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	color: #CCC;
	text-align: right;
}
div.entry img.pict {

	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry blockquote {
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #EEE;
}
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 #EEE;
	border-left: 1px solid #EEE;
	margin-bottom: 18px;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #DDD;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	color: #F90;
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
/* [Comment] */
div#comments {
	width: 450px;
	padding-bottom: 50px;
}
div#comments h3 {
	width: 450px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
div#comments dl.comment_body {
	width: 450px;
	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	width: 450px;
	color: #CCC;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
div#comments h4 {
	width: 408px !important;
	width: 450px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: transparent url(http://fukuramu.org/blog/template/sb_comment_form_bg.jpg) no-repeat;
	padding: 5px 10px;
}
dl#comment_form {
	width: 388px !important;
	width: 450px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #FFF;
	padding: 10px 20px;
}
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 15px;
}
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;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	width: 450px;
	padding-bottom: 50px;
}
div#trackback h3 {
	width: 450px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
p.tb_link {
	width: 418px !important;
	width: 450px;
	color: #F90;
	background-color: #FAFAFA;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #F90;
	text-align: center;
}
div#trackback dl.tb_body {
	width: 450px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	width: 450px;
	color: #CCC;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
/* [Profile] */
div#profile {
	width: 450px;
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	width: 400px !important;
	width: 450px;
	padding: 0 0 6px 30px;
	background: transparent url(http://fukuramu.org/blog/template/sb_entry_header.gif) no-repeat bottom;
	margin-bottom: 30px;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */
div#navigation p {
	margin: 0px 0px 30px 36px;
}
div#navigation dl {
	margin: 0px 0px 30px 36px;
}
div#navigation dt {
	padding: 0em 0em 0em 25px;
	background: #ffffff url(/cssimage/list.gif) no-repeat;
	height: 35px;
}
div#navigation ul {
	list-style-image: url(/cssimage/point.gif);
	padding-left: 20px;
}
div#navigation li {
	margin-left: 0px;
}
/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 0px;
}
/* ++++ Calendar ++++ */
}
dl#calendar table {
	width: 200px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 75%;
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
}
dl#calendar table th {
	padding-bottom: 5px;
}
dl#calendar table td span.today {
	color: #F90;
}
dl#calendar table td span.today a {
	color: #F90;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #F30;
}
/* ++++ Extra ++++ */
dl#extra {
}
dl#extra dt {
}
dl#extra ul {
}
/* [Footer] */
address{
	background-color: #d8d0c3;
	padding: 0.5em 0px 0em 0.5em;
	color: #f923b9;
	font-style: normal;
}
address a:link{
	color: #f923b9;;
}
address a:visited{
	color: #f923b9;;
}
address a:hover{
	color: #ff0033;
}
address a:active{
	color: #f923b9;;
}
/* lightbox */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}

