@charset "EUC-JP";

/* sb design template -Summer Breeze- Copyright 2005 Toshihiro Abe. 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] */
html{
	width:100%;
	height:auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#f0f0dd;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-track-color:#FFF;
	margin:0;
	padding:0;
}
body{
	color:#000;
	font:12px/1.5em '£Í£Ó £Ð¥´¥·¥Ã¥¯',Osaka;
	background:#ffffff;
	margin:0;
	padding:0 0;
	width:100%;
	text-align:center;
}
p {
	margin-bottom:1em;
}
form{
	margin:0;
	padding:0;
}
img {
	border: 0;
}
a,
a:visited {
	color: #0000A6;
	text-decoration: none;
}
a:active,
a:hover {
	color: #BD0000;
}
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;
}
/* [Layout] */
div#wrapper {
	padding:0;
	margin:0;
  margin: auto;
  padding: auto;
	text-align:center;
	border:solid 1px #ffffff;
	background:#FFFFCC url(http://www.fujiyasugawara.com/blog/template/v_line.gif) left top repeat-y;
}

div#blog_body {

	width:700px;
	padding:0;
	margin:0;
  margin: auto;
  padding: auto;
	text-align:center;
	border:solid 1px #000000;
	background:#ffffff url(http://www.fujiyasugawara.com/blog/template/v_line.gif) left top repeat-y;
}
div#header {
	width:100%;
	height:220px !important;
	height:220px;
	margin:0;
	padding:0;
	margin-bottom:20px;
  margin-right: auto;
  margin-left: auto;
	background:#000000 ;
}
div#mainbox{
	width:700px;
	padding:0;
	margin:0;
  margin: auto;
  padding: auto;
}
div#contents {
	width:480px !important;
	width:500px;
	padding:0 10px;
	margin:0;
	margin:auto;
	float:left;
	background:#ffffff;
}
div#pagenavi {
	width:480px;
	text-align:center;
	color:#999;
	font-size:12px;
	padding-bottom:10px;
}
div#pagenavi a{
	color:#004080;
}
div#pagenavi a:hover{
	color:#ECD;
}
div#navigation {
	margin:0;
	padding:0;
	width:190px;
	float:right;
	background:#ffffff;
}

/* [Header] */
div#title {
	width:100%;
	height:30px !important;
	height:220px;
	padding:0;
  margin:0;
  margin: auto;
  padding: auto;
	text-align:center;
	clear:both; 
}
div#title h1 {
	font-size:20px;
	line-height:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
div#title h1 a {
	color:#666;
	text-decoration:none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color:#333;
}
div#title p {
	color:#004080;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:5px;
	font-size:10px;
	line-height:110%;
}
div#title p.desc2 {
	color:#004080;
	margin-left:0px;
	margin-top:0px;
	font-size:12px;
}

/* [Entry] */
div.entry {
	width:480px;
	padding-bottom:20px;
}
div.entry h2 {
	font-size:18px;
	width:480px !important;
	width:480px;
	margin:0;
	padding:2px 5px;
	background:#ffffff;
	margin-bottom:5px;
}
div.entry h2 a,
div.entry h2 a:visited {
	color: #777;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color:#888;
}
div.entry_author {
	width:480px;
	color:#0000A6;
	text-align:right;
	margin-bottom:20px;
}
div.entry_body {
	width:460px;
	margin:0 10px;
	margin-bottom:18px;
}
div.entry_more {
	width:460px;
	margin:0 10px;
	margin-bottom:18px;
}
div.entry_state {
	width:460px;
	margin:0 10px;
	clear:both;
	color:#CCC;
	text-align:right;
}
div.entry img.pict {
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
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:480px;
	padding-bottom:50px;
	text-align:left;
}
div#comments h3 {
	width:480px;
	font-size:14px;
	font-weight:bold;
	padding:2px 5px;
	margin-bottom:5px;
	background:#000000;
	color:#FFF;
}
div#comments dl.comment_body {
	width:480px;
	padding-bottom:20px;
}
div#comments dl.comment_body dt {
	width:480px;
	color:#CCC;
	text-align:right;
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:1px solid #004080;
}
div#comments dl.comment_body dd {
	width:460px;
	margin:0 10px;
}
div#comments h4 {
	width:460px !important;
	width:460px;
	margin:0 10px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background:#000000;
	padding:5px 10px;
}
dl#comment_form {
	width:460px !important;
	width:460px;
	margin:0 10px;
	background:#FFF;
	padding:10px 20px;
	border:1px solid #000000;
}
dl#comment_form dt {
	padding-bottom:5px;
	float:left;
}
dl#comment_form dd {
	padding-bottom:15px;
	margin-left:5px;
}
dl#comment_form dd label {
	padding:0 10px;
}
dl#comment_form dt label#labelsubmit {
	display:none;
}
dl#comment_form dd input.form {
	width:190px !important;
	width:202px;
	background:#EEE;
	border:1px solid #000000;
}
dl#comment_form dd textarea {
	width:300px !important;
	width:302px;
	background-color:#EEE;
	border:1px solid #000000;
}
dl#comment_form dd input.button {
	padding:2px 5px;
	margin-right:10px;
	border:1px solid #000000;
	background:#CCC;
	color:#000000;
}

/* [Trackback] */
div#trackback {
	width: 480px;
	padding-bottom: 10px;
}
div#trackback h3 {
	width:480px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:2px 5px;
	margin-bottom:5px;
	background:#000000;
}
p.tb_link {
	width:480px !important;
	width:480px;
	color:#004080;
	background:#FFF;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #000000;
	text-align:center;
}
div#trackback dl.tb_body {
	width:480px;
	padding-bottom:10px;
}
div#trackback dl.tb_body dt {
	width:480px;
	color:#CCC;
	text-align:right;
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:1px solid #000000;
}
div#trackback dl.tb_body dd {
	width:460px;
	margin:0 10px;
}

/* [Profile] */
div#profile {
	width:480px;
	padding-bottom:10px;
}
div#profile h2 {
	font-size:14px;
	width:480px !important;
	width:480px;
	padding:0 0 6px 30px;
	color:#000000;
	background:#ffffff;
	margin-bottom:10px;
}
div.profile_body {
	width:460px;
	margin:0 10px;
	margin-bottom:10px;
}
/* [Navigation] */
div#navigation dl {
	margin:0;
	padding:0;
	margin-bottom:15px;
}
div#navigation dt {
	width:180px !important;
	width:180px;
	padding:5px 20px 2px 25px;
	margin:5px;
	background:transparent url(http://www.fujiyasugawara.com/blog/template/index_back.gif) no-repeat bottom left;
	display:block;
	color:#004080;
	font-weight:bold;
}
div#navigation dd {
	margin:0;
	padding:0;
	margin-right:10px;
}
div#navigation ul {
	padding-left:15px;
	list-style-position:outside;
	list-style-image:url(http://www.fujiyasugawara.com/blog/template/sb_ul_arrow.gif);
}
/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom:0px;
}
/* ++++ Calendar ++++ */

dl#calendar dd{
	margin:0px 10px;
}
dl#calendar table{
	width:170px;
}
dl#calendar table th,
dl#calendar table td {
	font-size:10px;
	line-height:1em;
	text-align:center;
	padding:2px;
}
dl#calendar table th {
	padding-bottom:5px;
}
dl#calendar table td span.today {
	color:#BD0000;
}
dl#calendar table td span.today a {
	color:#BD0000;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color:#BD6666;
}
dl#calendar table td.cell {
	color:#BBB;
}

/* [Search] */
dl#search {
	width:180px;
}
dl#search dt {
	width:180px;
	height:20px;
}
dl#search dd{
	margin:5px 10px;
}
dl#search dd input.form {
	width:173px !important;
	width:173px;
	background:#FFF;
	border:1px solid #000000;
}
dl#search dd input.button {
	margin-top:5px;
	margin-right:0;
}

/* [Category] */
dl#category {
	width:180px;
}
dl#category dt {
	width:180px;
	height:20px;
}
dl#category dd{
	margin:5px 20px;
}

/* [Recententry] */
dl#recententry {
	width:180px;
}
dl#recententry dt {
	width:180px;
	height:20px;
}
dl#recententry dd{
	margin:5px 20px;
}

/* [Recentcomment] */
dl#recentcomment {
	width:180px;
}
dl#recentcomment dt {
	width:180px;
	height:20px;
}
dl#recentcomment dd{
	margin:5px 20px;
}

/* [Recenttrackback] */
dl#recenttrackback {
	width:180px;
}
dl#recenttrackback dt {
	width:180px;
	height:20px;
}
dl#recenttrackback dd{
	margin:5px 20px;
}

/* [Archives] */
dl#archives {
	width:180px;
}
dl#archives dt {
	width:180px;
	height:20px;
}
dl#archives dd{
	margin:5px 20px;
}

/* [Links] */
dl#links {
	width:180px;
}
dl#links dt {
	width:180px;
	height:20px;
}
dl#links dd{
	margin:5px 20px;
}

/* [Profiles] */
dl#profiles {
	width:180px;
}
dl#profiles dt {
	width:180px;
	height:20px;
}
dl#profiles dd{
	margin:5px 20px;
}

/* [Extra] */
dl#extra{
	width:180px;
}
dl#extra dt {
	width:180px;
	height:20px;
}
dl#extra dd{
width:150px;
	border:1px solid #666;
	background:FFF;
	margin:5px 20px;
	padding:5px;
}

dl#extra ul {
	padding:0;
	list-style:none;
	list-style-image:none;
	font-size:11px;
}
div#link2top {
	margin:0;
	padding:0;
	padding-left:10px;
	background:transparent url(http://www.fujiyasugawara.com/blog/template/sb_pagetop_arrow.gif) no-repeat;
}

/* [Counter] */
dl#counter {
	width:180px;
}
dl#counter dt {
	width:180px;
	height:20px;
	padding-top:0;
	font-size:10px;
	font-weight:normal;
	color:#000;
	background:#004080;
	text-align:center;
}
dl#counter dd{
	margin:5px 20px;
}

/* [Footer] */
div#footer{
	width:700px;
	height:24px;
	margin:0;
	margin-top:20px;
	background:#000000;
	clear:both;
}
div#footer address {
	padding:5px;
	margin:0;
	font-style:normal;
	font-size:12px;
	line-height:1em;
	color:#FFF;
	text-align:left;
}
div#footer address a {
	color:#FFF;
	text-decoration:underline;
}

/* [Typography] */
div#pagenavi,
div#title p,
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:'£Í£Ó £Ð¥´¥·¥Ã¥¯',Osaka;
}

.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
