@charset "UTF-8";


#page {
	font-size: 1.4em;
}

/* .index_box */
#page .index_box {
	margin: 0 0 15px 0 ;
	padding: 0 0 10px 0 ;
	border-bottom: dotted 1px #999999;
}

#page .index_box p.date{
	width: auto;
	float: left;
}

#page .index_box p.category{
	padding: 0px 5px;
	background: #336600;
	width: auto;
	float: left;
	color: #FFF;
	font-size: 0.8em;
	margin: 2px 0 3px 5px;
}

#page .index_box h2{
	font-weight: bold ;
	clear: both;
	margin: 5px 0 0 ;
}

/* #blognavi */

#blognavi {
	float: right;
	width: 220px;
	margin-bottom: 20px;
}

#blognavi dl.blog{
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.5;
}

#blognavi dl.blog dt{
	margin-bottom: 5px;
}

#blognavi dl.blog dd{
	margin-bottom: 10px;
	background: url("/cmn/img/contents/arrow.gif") no-repeat scroll left 3px transparent;
	padding-left: 15px;
	}

/* .head_box */
#page .head_box h1{
	background: url("/cmn/img/contents/stripe.gif") repeat scroll left top #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    border-top: 5px solid #669900;
    font-size: 1.5em;
    padding: 0.25em 0.5em 0.25em 14px;
	margin: 0 0 20px ;
}

#page .head_box p.date{
	float: right;
}

#page .head_box p.category{
	padding: 0px 5px;
	background: #336600;
	width: auto;
	float: left;
	color: #FFF;
	clear:both;
	font-weight: bold;
}

.blog-side{
	width: 220px;
	float: right;
}

/* ------------------------------ */
/* WYSIWYG */
/* ------------------------------ */
#page div.WYSIWYG h1,
#page div.WYSIWYG h2,
#page div.WYSIWYG h3,
#page div.WYSIWYG h4,
#page div.WYSIWYG h5,
#page div.WYSIWYG h6,
#page div.WYSIWYG p,
#page div.WYSIWYG blockquote,
#page div.WYSIWYG table {
	margin: 1em 0;
}
#page div.WYSIWYG h2 {
	border-top: 2px solid #690;
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0.5em;
	font-size: 1.14em;
	background: #eee url(/cmn/img/contents/stripe.gif) repeat left top;
}
body.information #page div.WYSIWYG h2 {
	border-top-color: #c30;
}
#page div.WYSIWYG h3 {
	border-left: 2px solid #690;
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0.5em;
	background: #eee url(/cmn/img/contents/stripe.gif) repeat left top;
}
body.information #page div.WYSIWYG h3 {
	border-left-color: #c30;
}
#page div.WYSIWYG h1,
#page div.WYSIWYG h4,
#page div.WYSIWYG h5,
#page div.WYSIWYG h6 {
	border-bottom: 1px solid #ccc;
	background: #eee url(/cmn/img/contents/stripe.gif) repeat left top;
	padding: 0.25em 0.5em;
}
#page div.WYSIWYG p {
}
#page div.WYSIWYG ul {
	padding: 0 0 0 2em;
	margin: 1em 0;
}
#page div.WYSIWYG ul li {
	list-style-type: disc;
	margin: 0;
}
#page div.WYSIWYG ol {
	padding: 0 0 0 2em;
	margin: 1em 0;
}
#page div.WYSIWYG ol li {
	list-style-type: decimal;
	margin: 0;
}
#page div.WYSIWYG blockquote {
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 9px 11px;
}
#page div.WYSIWYG table {
	font-size: 12px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
#page div.WYSIWYG table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background: #eee url(/cmn/img/contents/stripe.gif) repeat left top;
	padding: 9px 11px;
	width: 1%;
	white-space: nowrap;
}
#page div.WYSIWYG table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 9px 11px;
}



