<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CSS Credit: http://www.templatemo.com/
*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	/* font-family: "Trebuchet MS", Verdana, Helvetica, Arial; */
	font-family: "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #000000;
}
a:link, a:visited { color: #0066CC; text-decoration: none} 
a:active, a:hover { color: #FF0000; text-decoration: underline}

#templatemo_container {
	width: 828px;
	margin: 0px auto;
	background: url(/img/templatemo_content_bg.gif);
}
#templatemo_top {
	clear: left;
	height: 25px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */
	padding-top: 39px;
	padding-right: 25px;
	text-align: right;
	font-size: 14px;
	background: url(/img/templatemo_top_bg.gif) no-repeat bottom;
}
#templatemo_header {
	clear: left;
	margin-top: 10px;
	height: 208px;
	text-align: left;
	padding-left: 25px;
	background: url(/img/templatemo_header.jpg) no-repeat center center;
}
#templatemo_left_column {
	clear: left;
	float: left;
	width: 210px;
	padding-left: 3px;
}
#templatemo_right_column {
	float: right;
	width: 590px;
	padding-right: 15px;
}
#templatemo_footer {
	clear: both;
	padding-top: 9px;
	height: 40px;
	text-align: center;
	font-size: 11px;
	background: url(/img/templatemo_footer_bg.gif) no-repeat;
	color: #666666;
}
#templatemo_footer a {
	color: #666666;
}
#templatemo_site_title {
	padding-top: 30px;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}
#templatemo_site_slogan {
	padding-top: 14px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.templatemo_spacer {
	clear: left;
	height: 10px;
}
.templatemo_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.section_box {
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background: url(/img/gradient_top.gif) repeat-x;
}
.post_box {
	clear: left;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #DDDDDD;
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.post_text_area {
	padding: 10px;
}
.nav_first {
	cursor:default;
	text-indent:-999px;
	text-align:left;
	float:left;
	width:58px;
	height:25px;
	display:block;
	overflow:hidden;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #EFEFEF url(/img/gradient_top.gif) repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.publish_date {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF  url(/img/gradient_bot.gif) repeat-x bottom;
}
.title {
	margin-left: 5px;
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.subtitle {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #AA0000;
}
.templatemo_menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 200px;
}
.templatemo_menu li a{
	background: #F4F4F4 url(/img/button_default.gif) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #008000;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
}
* html .templatemo_menu li a{ 
	width: 195px;
}
.templatemo_menu li a:visited, .templatemo_menu li a:active{
	color: #008000;
}
.templatemo_menu li a:hover{
	background: #EEEEEE url(/img/button_default.gif) no-repeat left bottom;
	color: #CC0000;
}




table.form {
	width: 100%;
	border-collapse: collapse;
}
table.form th.t_top {
    border-top: #b3b3b3 4px solid;
}
table.form th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
table.form td.t_top {
	border-top: #be1309 4px solid;
}
table.form td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

</pre></body></html>