@charset "utf-8";

@import url(layout.css);
@import url(module.css);
@import url(base.css);
@import url(sidebar.css);

/*
	Description:
	Version: 0.1
	Author: Kentaro Tao
*/


/*=== CONTENTS ===========================================

	1: universal reset
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

========================================================*/


/*=== 1: universal reset ===============================*/

body, span, li, table, tr, td, th, input {
	margin:0;
	padding:0;
}

/*=== 2: body and base setting =========================*/

body {
/*	background: #FFFFFF url(/img/design/default/back.body.gif); */
/*	background: #FFFFFF; */
/*	background: #FFFFFF url(/img/design/default/back.body.gif); */
	background: #FFFFFF url(/img/design/default/back.body.gif);
	font: normal  HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	color: #000;
	text-align: left;
	font-family: "Times New Roman", "Palatino Linotype", arial;
	line-height: 130%;
	font-size:13px;
}
/* hide from Mac IE \*/
*html body { text-align: center; }
/* */

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	display: block;
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	empty-cells: show;
	font-size: small;
}

img {
clear:both;
	border:0;
	/*vertical-align: bottom;*/
}

.topiBoxTop img {
	border:0;
	/*vertical-align: bottom;*/
}

p {
margin-left:10px;
}


#weekly img {
	border: 1px #FFFFFF;
	margin-left:10px;
	margin-bottom:10px;
	padding:5px;
	float:right;
	clear:both;
	/*vertical-align: bottom;*/
}

h1 {
	color:#3A3022;
	margin: 10px 0 0 10px;
}

h2 {
	margin: 20px 0 20px 0;
	color: #722135;
	font-size: 28px;
	font-weight: bolder;
	border-bottom:1px solid #722135;
	clear:both;
}

h3 {
	margin: 15px 0 15px 0;
	line-height:27px;
	padding:5px 0 5px 10px;
	font-size: 20px;
	color: #d2cec4;

	font-weight: bold;
	border-left:4px solid #722135;
	background:#3A3022;
	clear:both;
}

h4 {
	margin: 15px 0 15px 0;
	line-height:22px;
	padding:5px 0 5px 10px;
	font-size: 16px;
	color:#722135;
	font-weight: bold;
	border-bottom:dashed 1px #3A3022;
/* background: url(/img/design/default/h4.gif) no-repeat 0 1px; */
	clear:both;
}

h5,h6 {
	margin: 10px 0 10px 0;
	line-height:18px;
	padding:3px 0 3px 0px;
	font-size: 14px;
/*	color:#722135;*/
	font-weight: bold;
/*	border-bottom:dashed 1px #DDDDDD;*/
/* background: url(/img/design/default/h4.gif) no-repeat 0 1px; */
	clear:both;
}

blockquote {
margin-left:30px;
}

hr {
margin:10px;
border-top:2px dotted #d6d6d6;
border-left:none;
border-right:none;
border-bottom:none;
clear:both;
}

ul {
	margin: 10px 10px 20px 10px;
}

ul li {
/*	list-style-image: url(/img/design/default/list-markar.gif); */
	padding: 0 0 0 12px;
	background: url(/img/design/default/list-markar.gif) no-repeat 0 10px;
	list-style-type:none;
}

ol {
	margin: 10px 10px 30px 15px;
	padding: 0 0 0 12px;
}

ol li {
	list-style-type: decimal;
/*	list-style-position: inside;
	text-indent: -18px; */
	font-size:90%;
}

.texleft {
text-align:left;
}
.texcenter {
text-align:center;
}
.texright {
text-align:right;
}

.btnBack a {
background:url(/img/design/default/btn.back.gif) no-repeat left center;
padding-left:12px;
}

.m10 {
margin-bottom:10px;
}
.m20 {
margin-bottom:20px;
}
.m30 {
margin-bottom:30px;
}

.clear {
clear:both;
}

div.error_message {
color:#D00;
font-size:90%;
}

acronym,abbr{
	cursor: help;
}

/*=== 3: link setting =========================*/

#mceContentBody a {
	color: #722135;
	text-decoration: none;
}
#mceContentBody a:link {
	color: #722135;
	text-decoration: none;
}
#mceContentBody a:visited {
	color: #722135;
/*	text-decoration: none; */
}
#mceContentBody a:hover {
	color: #c90032;
	text-decoration: underline;
}
#mceContentBody a:active {
	color: #c90032;
}


#mceContentBody img{
margin:0 10px 20px 10px;
}

#mceContentBody .topiBoxTopTitle img{
margin:8px 10px 2px 10px;
}


a {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
/*	text-decoration: none; */
}
a:hover {
	color: #c90032;
	text-decoration: underline;
}
a:active {
	color: #000000;
}
