

/* CSS Document */

/*基本設定*/
body,td,th {
    font-family: "ＤＦＰ華康ゴシック体W5", Osaka, "ＭＳ ゴシック";
	font-size: 11px;
	color: #6A4135;
	line-height: normal;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(../img-g/bg.gif);
	background-repeat: repeat;
}



a:link {
	color: #6A4135;
	text-decoration: none;
}
a:visited {
	color: #6A4135;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #15B5B9;
}
a:active {
	text-decoration: none;
	color: #15B5B9;
}


/*リンクカラー　グリーン×イエロー*/
a.link_green:link {
	color: #66CC99;
	text-decoration: none;
}

a.link_green:visited {
	text-decoration: none;
	color: #66CC99;
}
a.link_green:hover {
	text-decoration: none;
	color: #FFCC33;
}
a.link_green:active {
	text-decoration: none;
	color: #FFCC33;
}
/**/

/*リンクカラー　ブラウン×グリーン*/
a.link_brown:link {
	color: #6A4135;
	text-decoration: none;
}

a.link_brown:visited {
	text-decoration: none;
	color: #6A4135;
}
a.link_brown:hover {
	text-decoration: none;
	color: #12AAB5;
}
a.link_brown:active {
	text-decoration: none;
	color: #12AAB5;
}
/**/


/*コピー*/
.copylight {
	font-size: 10px;
}
.copylight-shiro {
	font-size: 10px;
	color: #FFFFFF;
}


/*フォント*/
.font-16px {
	font-size: 16px;
}
.font-14px {
	font-size: 14px;
}
.font-13px {
	font-size: 13px;
}
.font-12px {
	font-size: 12px;
}
.font-11px {
	font-size: 11px;
}
.font-10px {
	font-size: 10px;
}
.font-9px {
	font-size: 9px;
}
.font-medium {
	font-size: medium;
}
.font-x-small {
	font-size: x-small;
}


.color-pink {
	color: #FF6699;
}
.color-green {
	color: #66CC99;
}




/*文字の幅*/
.haba {
	line-height: 140%;
}
.haba-font-12px {
	font-size: 12px;
	line-height: 140%;
}



/*ボーダー*/
.line-all {
	border: 1px solid #74493C;
}
.line-top {
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
}
.line-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7BEA6;
}
.line-top2-blown {
	border-top-style: solid;
	border-top-color: #D7BEA6;
	border-top-width: 1px;
}
.line-top3-green {
	border-top-style: solid;
	border-top-color: #66CC99;
	border-top-width: 1px;
}
.line-right-left {
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}
.line-top-right-left {
	border-right-style: solid;
	border-right-color: #3C2620;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #3C2620;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #3C2620;
	border-top-width: 1px;
}
.line-under-left-right {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #3C2620;
	border-right-color: #3C2620;
	border-left-color: #3C2620;
}
.line-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #74493C;
}
.line-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #74493C;
}
.shadow-r {
	background-image: url(../img-g/top-shadow.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.line-1px-dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6699;
}
