@charset "utf-8";

body,td,th {
	font-family: ＭＳ ゴシック, Osaka－等幅;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #663300;
}
a {
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

/*--------------------------------*/

.cha {
    color: #663300;
}
.w {
    color: #ffffcc;
}
.h16 {
	line-height: 16px;
}
.h20 {
	line-height: 20px;
}
.w2 {
	color: #FFFFFF;
}
.str {
	font-weight:bold;
	margin:3px 0 5px 0;
}

/*--------------------------------*/

.s10 {
	font-size: 10px;
	line-height: 14px;
}
.s12 {
	font-size: 12px;
	line-height: 16px;
}
.s14 {
	font-size: 14px;
	line-height: 22px;
}
.s16 {
	font-size: 16px;
	line-height: 25px;
}

/*--------------------------------*/

.mar01 {
	margin: 10px;
}
.mar02 {
	margin-top: 6px;
	margin-right: 40px;
}
.mar03 {
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
}
.mar04 {
	margin-left: 55px;
}
.mar05 {
	margin-top: 20px;
	margin-right: 100px;
	margin-left: 100px;
}
.mar06 {
	margin-top: 20px;
	margin-right: 80px;
	margin-left: 80px;
}

/*--------------------------------*/

.left {
    float:left;
	margin: 10px;
}
.right {
    float:right;
	margin: 10px;
}
.right2 {
    float:right;
	margin: 5px;
}

/*--------------------------------*/

.bg01 {
	background-image: url(../images/bg_diary.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg02 {
	background-image: url(../images/bg_news.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg03 {
	background-image: url(../images/bg_info03.png);
	background-repeat: repeat-y;
	background-position: left top;
}

/*--------------------------------*/

.box01 {
	padding-right: 20px;
	padding-left: 20px;
}
.box02 {
	padding-right: 20px;
	padding-left: 200px;
}
.box03 {
	padding-right: 50px;
	padding-left: 50px;
}
.box04 {
	padding: 6px;
	border: 2px dashed #BEA15B;
}
.box05 {
	padding-right: 5px;
	padding-left: 5px;
}
.box06 {
	margin: 0px;
	padding: 0px;
}
/*--------------------------------*/

.f_bg_cha {
	font-size: 12px;
	color: #7D542B; 
/*	background-color: #CA9662; */
	margin: 2px;
	padding: 0px 10px;
	height: auto;
	width: auto;
}



.bg_image {
	background-image: url(../images/bg.png);
}

/*--------------------------------*/
li {
	list-style-position: outside;
	list-style-type:disc;
	margin: 3px 0 5px 40px;
}

/*--------------------------------*/

.leftcolumn {
	float:left;
	margin:0 10px 10px 15px;
	width:240px;
}
.rightcolumn {
	float:left;
	margin:0 0 10px 0;
	width:240px;
}
.clear {
	clear:both;
}

.titlebox {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #663300;
	background-color: #FFFFFF;
	padding: 7px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
