@charset "euc-jp";

* {
	margin: 0;
	padding: 0;
}
h2{
	text-indent:10px;
}
h4{
	text-indent:30px;
}

/* [Global Settings] */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	color:#333333;
	line-height:1.5em;
	font-size:0.8em;
	background-color:#FFFFCC;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	color: #FF6666;
	text-decoration: none;
}
a:active,
a:hover {
	color: #FF6666;
	text-decoration:underline;
}
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-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	text-align: center;
}
div#header {
	width: 690px;
	height: 60px;
	padding-bottom: 10px;
	clear:both;
}

div#contents {
	width: 480px;
	padding: 0px 0px 0px 15px;
	float: left;
}
div#pagenavi {
	width: 450px;
	text-align: center;
	color: #333333;
	font-size: 10px;
	padding-top:10px;
	padding-bottom: 10px;
}
div#navigation {
	width: 200px;
	float: left;
}
div#footer {
	width: 690px;
	height: 20px;
	background: transparent url(http://magokoro.hoikuen.to/cgi/dic/template/sb_footer_bg.gif) no-repeat;
	margin: 30px 0;
}
/* [Header] */
div#title {
	width: 670px;
	padding: 10px 0px 0px 0px;
}
div#title h1 {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 2px;
}
div#title h1 a {
	color: #333333;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #333;
}
div#title p {
	color: #F90;
}
/*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://magokoro.hoikuen.to/cgi/dic/template/sb_search_header.gif) no-repeat;
}
dl#search dd input.form {
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
dl#search dd input.button {
	margin-top: 10px;
}*/
/* [Entry] */
div.entry {
	width: 450px;
	padding:0px;
	background-color:#FFFFFF;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:5px;
	padding-bottom:5px;
}
div.entry h2 {
	font-size: 13px;
	width: 450px;
	padding: 4px 0px 4px 0px;
	background: transparent url(/cgi/dic/img/h_back.gif) no-repeat top;
	background-color:#FF6666;
	margin-bottom: 3px;
}
div.entry h2 a {
	color: #FFFFFF;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #FFCCCC;
}
div.entry_author {
	width: 430px;
	color: #333333;
	text-align: right;
	margin-left:10px;
	margin-bottom: 5px;
}
div.entry_body {
	width: 430px;
	margin-left:10px;
	margin-bottom: 5px;
}
div.entry_more {
	width: 430px;
	margin-left:10px;
	margin-bottom: 5px;
}
div.entry_state {
	clear: both;
	width: 430px;
	color: #333333;
	margin-left: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: 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;
	background: transparent url(/cgi/dic/img/h2_back.gif) no-repeat top;
	color: #FFFFFF;
	background-color:#F5823D;
	padding: 4px 0px 5px 0px;
	margin-bottom: 0px;
	text-indent:30px;
}
div#comments dl.comment_body {
	width: 430px;
	padding:10px 10px 30px 10px;
	background-color:#FFFFFF;
	border-bottom:1px #CCCCCC solid;
}
div#comments dl.comment_body dt {
	width: 430px;
	color: #333333;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
div#comments h4 {
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-indent:30px;
	padding: 4px 0px 5px 0px;
	margin-bottom: 0px;
	background: transparent url(/cgi/dic/img/h3_back.gif) no-repeat top;
	background-color: #CC0000;	
}
.spp{
	width:400px;
	margin-left:20px;
}

dl#comment_form {
	width: 450px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #FFF;
	padding: 0px;
}
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 #333333;
}
dl#comment_form dd textarea {
	width: 380px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
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;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #333333;
}
p.tb_link {
	width: 418px !important;
	width: 430px;
	color: #F90;
	background-color: #FAFAFA;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #F90;
	text-align: center;
}
div#trackback dl.tb_body {
	width: 430px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	width: 430px;
	color: #333333;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
/* [Profile] */
div#profile {
	width: 430px;
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	width: 400px !important;
	width: 430px;
	padding: 0 0 6px 0px;
	background: transparent url(http://magokoro.hoikuen.to/cgi/dic/template/sb_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: 200px;
	padding: 0 0 2px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F90;
	background: transparent url(http://magokoro.hoikuen.to/cgi/dic/template/sb_navi_dt.gif) no-repeat bottom left;
}
div#navigation ul {
	margin-left:10px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(/cgi/dic/img/li.gif);
}
div#navigation li {
	margin:2px 0px 2px 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 {
	width: 178px !important;
	width: 200px;
	padding: 10px;
	border: 1px solid #333333;
	background: transparent url(http://magokoro.hoikuen.to/cgi/dic/template/sb_extra_bg.jpg) no-repeat bottom;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
p#link2top {
	padding-left: 10px;
	background: transparent url(http://magokoro.hoikuen.to/cgi/dic/template/sb_pagetop_arrow.gif) no-repeat;
}
/* [Footer] */
div#footer address {
	padding: 5px 0 0 120px;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	color: #FFF;
}
/* [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:  Georgia,Times New Roman,serif;
}

.size1{
	width:250px;
}
.size2{
	width:350px;
}

.send{
	width:400px;
	padding-left:150px;
}

.d1{
	width:200px;
	font-size:14px;
	color: #FFF;
	padding: 6px 0px 6px 0px;
	margin-bottom: 0px;
	background: transparent url(/cgi/dic/img/d.gif) no-repeat top;
}
.d2{
	width:200px;
	font-size:14px;
	color: #FFF;
	padding: 6px 0px 6px 0px;
	margin-bottom: 0px;
	background: transparent url(/cgi/dic/img/d2.gif) no-repeat top;
}
.d3{
	width:200px;
	font-size:14px;
	color: #FFF;
	padding: 6px 0px 6px 0px;
	margin-bottom: 0px;
	background: transparent url(/cgi/dic/img/d3.gif) no-repeat top;
}

.d4{
	width:200px;
	font-size:14px;
	color: #FFF;
	padding: 6px 0px 6px 0px;
	margin-bottom: 0px;
	background: transparent url(/cgi/dic/img/d4.gif) no-repeat top;
}
.d5{
	width:200px;
	font-size:14px;
	color: #FFF;
	padding: 6px 0px 6px 0px;
	margin-bottom: 0px;
	background: transparent url(/cgi/dic/img/d5.gif) no-repeat top;
}

.t_d1{
	width:450px;
	font-size:14px;
	color: #FFF;
	padding: 6px 0px 6px 0px;
	text-indent:30px;
	margin-bottom: 0px;
	background: transparent url(/cgi/dic/img/t_d.gif) no-repeat top;
}
#t_categorylist ul{
	width:430px;
	margin-left:0px;
}
#t_categorylist li{
	margin:3px 5px 3px 5px;
	white-space:nowrap;
	float:left;
}
#t_category{
	width:420px;
}
.memo{
	wideh:400px;
	margin:0px 10px 20px 0px;
}


#sch,
#recententry,
#recentcomment,
#category,
#t_category
{
	background-color:#FFFFFF;
	padding-bottom:10px;
	border-bottom:#CCCCCC solid 1px;
}
#sch a,
#recententry a,
#recentcomment a,
#category a
{
	color:#009933;
}
.size2{
	width:150px;
}

#sss{
	margin-left:0px;
	text-align:center;
}

#sss input.button {
	margin-top: 10px;
}


.toukoku{
	background-color:#FFFFFF;
	padding-bottom:10px;
	border-bottom:#CCCCCC solid 1px;
}
.toukoku p{
	margin:10px 10px 10px 10px;
}


.toukoubtn{
	margin:10px 0px 10px 40px;
}

.k_mail{
	font-size:1em;
	background-color:#996600;
}

.k_mail td{
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	text-align:left;
}

.k_mail th{
	background-color:#F9CBB9;
	font-weight:normal;
	font-size:1em;
	color:#333333;
	padding:10px 10px 10px 10px
}
.hissu{
	font-size:0.8em;
	color:#CC0000;
}
.txtar{
	width:380px;
}

.btnwk{
	text-align:center;
}

.tksm td{
	font-size:1em;
	text-align:left;
}

.btnwk2{
	text-align:center;
}

.tksm2 td{
	font-size:1em;
	text-align:center;
}

.totop{
	float:right;
}
