@charset "EUC-JP";

/* Copyright 2005 stick. 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 {
	color: #F2EED8;
	font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #003F73 url(http://yasaka3.net/sb2/template/sk_body_bg.gif) no-repeat;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	color: #FF9;
	text-decoration: none;
}
a:active,
a:hover {
	color: #FF9;
	text-decoration: underline;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	color: #FFF;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */
div#wrapper {
	width: 690px !important;
	width: 750px;
	padding: 0 30px;
}
div#header {
	width: 690px;
	height: 170px !important;
	height: 200px;
	margin-bottom: 30px;
}
div#contents {
	width: 430px !important;
	width: 490px;
	padding: 0 30px;
	float: left;
}
div#pagenavi {
	width: 430px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 15px;
}
div#navigation {
	width: 200px;
	float: right;
}
div#footer {
	width: 690px;
	background: transparent url(http://yasaka3.net/sb2/template/sk_footer_bg.gif) no-repeat;
	margin: 30px 0;
	padding-top: 45px;
}
/* [Header] */
div#title {
	width: 448px !important;
	width: 490px;
	height: 70px !important;
	height: 170px;
	padding: 100px 0 0 42px;
	float: left;
}
div#title h1 {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 2px;
}
div#title h1 a {
	color: #FFF;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #FF9;
}
div#title p {
	color: #93CCC4;
}
dl#search {
	width: 200px;
	height: 100px !important;
	height: 170px;
	padding-top: 70px;
	text-align: center;
	float: right;
}
dl#search dt {
	width: 200px;
	height: 30px;
	background: transparent url(http://yasaka3.net/sb2/template/sk_search_header.gif) no-repeat;
}
dl#search dd input.form {
	width: 130px !important;
	width: 132px;
	background-color: #FFF;
	border: 1px solid #00294A;
}
dl#search dd input.button {
	margin-top: 10px;
}
/* [Entry] */
div.entry {
	width: 430px;
	padding: 15px 0 50px;
	background: transparent url(http://yasaka3.net/sb2/template/sk_entry_top.gif) no-repeat;
}
div.entry h2 {
	font-size: 14px;
	width: 400px !important;
	width: 430px;
	padding: 0 0 6px 30px;
	background: transparent url(http://yasaka3.net/sb2/template/sk_entry_header.gif) no-repeat bottom;
	margin-bottom: 5px;
}
div.entry h2 a {
	color: #FFF;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #FF9;
	text-decoration: none;
}
div.entry_author {
	width: 430px;
	text-align: right;
	margin-bottom: 20px;
	font-size: 10px;
	color: #93CCC4;
}
div.entry_body {
	margin-bottom: 18px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	width: 430px;
	font-size: 10px;
	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-left: 40px;
	color: #93CCC4;
}
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 #003F73;
	border-left: 1px solid #003F73;
	margin-bottom: 18px;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #003F73;
	border-right: 1px solid #003F73;
	background-color: #00294A;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #003F73;
	border-right: 1px solid #003F73;
	vertical-align: top;
	background-color: #00294A;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	color: #93CCC4;
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
/* [Comment] */
div#comments {
	width: 430px;
	padding-bottom: 50px;
}
div#comments h3 {
	width: 430px;
	height: 20px !important;
	height: 35px;
	margin-bottom: 15px;
	background: transparent url(http://yasaka3.net/sb2/template/sk_comments_header.gif) no-repeat;
}
div#comments dl.comment_body {
	width: 430px;
	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	width: 390px !important;
	width: 430px;
	padding: 5px 20px;
	margin-bottom: 5px;
	font-size: 10px;
	background-color: #00294A;
}
div#comments h4 {
	width: 390px !important;
	width: 430px;
	font-size: 14px;
	font-weight: bold;
	background-color: #00294A;
	padding: 5px 20px;
	margin-bottom: 2px;
}
dl#comment_form {
	width: 390px !important;
	width: 430px;
	background-color: #003662;
	padding: 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 {
	background-color: #FFF;
	border: 1px solid #00294A;
}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	background-color: #FFF;
	border: 1px solid #00294A;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	width: 430px;
	padding-bottom: 50px;
}
div#trackback h3 {
	width: 430px;
	height: 20px !important;
	height: 35px;
	margin-bottom: 15px;
	background: transparent url(http://yasaka3.net/sb2/template/sk_trackback_header.gif) no-repeat;
}
p.tb_link {
	width: 420px !important;
	width: 430px;
	color: #FFF;
	background-color: #00294A;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
}
div#trackback dl.tb_body {
	width: 430px;
	padding-bottom: 30px;
}
div#comment dl.comment_body dt {
	width: 390px !important;
	width: 430px;
	background-color: #E3DDCA;
	padding: 5px 20px;
	margin-bottom: 5px;
}
/* [Profile] */
div#profile {
	width: 430px;
	padding: 15px 0 50px;
	background: transparent url(http://yasaka3.net/sb2/template/sk_entry_top.gif) no-repeat;
}
div#profile h2 {
	font-size: 14px;
	width: 400px !important;
	width: 430px;
	padding: 0 0 6px 30px;
	background: transparent url(http://yasaka3.net/sb2/template/sk_entry_header.gif) no-repeat bottom;
	margin-bottom: 30px;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */
div#navigation dl {
	margin-bottom: 30px;
}
div#navigation dt {
	width: 160px !important;
	width: 200px;
	padding: 5px 20px 3px;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	background: transparent url(http://yasaka3.net/sb2/template/sk_navi_dt.gif) no-repeat;
}
div#navigation ul {
	list-style-position: outside;
}
/* for IE5Mac */
/*?*//*/
div#navigation ul {
	padding: 0;
}
/**/
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: #93CCC4;
}
dl#calendar table td span.today a {
	color: #93CCC4;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #FF9;
}
/* ++++ Extra ++++ */
dl#extra {
	width: 180px !important;
	width: 200px;
	padding: 10px;
	background-color: #0E4979;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
dl#extra strong {
	color: #FF9;
}
p#link2top {
	padding-left: 0;
}
/* [Footer] */
div#footer address {
	padding: 10px 0 0 0;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
}
/* [Typography] */
dl#extra ul {
	font-family:  "Georgia","Times New Roman",serif;
}
