/* Styleseet for Kashiwa yochien */

body {
	margin: 0px;
	padding: 0px;
	font-size:small;
	background-color: #FFFACD;
}

/* Link */

A:link { color: 5555FF; font-weight: bold; text-decoration: none }
A:visited { color: 5555FF; font-weight: bold; text-decoration: none }
A:active, A:hover { color: red; font-weight: bold; red; text-decoration: underline }

/* Font */

.space_text { font-size: 8px; line-height: 100%; font-family: osaka, arial, sans-serif, helvetica }

.copyright_text { color: #000000; font-size: x-small; line-height: 130%; font-family: osaka, arial, sans-serif, helvetica }

.profile_text { color: #000000; font-size: 14px; line-height: 130%; font-family: osaka, arial, sans-serif, helvetica }
.topic_text { font-size: 14px; line-height: 140%; font-family: osaka, arial, sans-serif, helvetica }
.root_link { font-size: 10px; line-height: 130%; font-family: osaka, arial, sans-serif, helvetica }

.subtitle_text1 { color: #FF6035; font-size: 18px; line-height: 140%; font-weight: bold; font-family: osaka, arial, sans-serif, helvetica }
.subtitle_text2 { font-size: 16px; line-height: 140%; font-family: osaka, arial, sans-serif, helvetica }
.minititle_text1 { color: #FF9600; font-size: 14px; line-height: 140%; font-weight: bold; font-family: osaka, arial, sans-serif, helvetica }

.main_text1 { font-size: 14px; line-height: 140%; font-family: osaka, arial, sans-serif, helvetica }
.main_text2 { font-size: 14px; line-height: 120%; font-family: osaka, arial, sans-serif, helvetica }

.small_text1 { font-size: 12px; line-height: 130%; font-family: osaka, arial, sans-serif, helvetica }

.table_text1 { font-size: 12px; line-height: 100%; font-family: osaka, arial, sans-serif, helvetica }


.form_text { font-size: 12px; color: #000000; line-height: 120%; font-family: osaka, arial, sans-serif, helvetica }

.attention { color: #aa0033; font-weight: bold; }
.bold { font-weight: bold; }
.red { color: #ff5588; }
.gray { color: #777777; }
.black { color: #000000; }
.white { color: #FFFFFF; }
.orenge { color: #FF9600; }
.skyblue { color: #76B1F4; }
.grassgreen { color: #32D33A; }
.rightpink { color: #FF7DA5; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

/* Line */

BODY, TD, TH { line-height: 1.2em; }
