/* リンク */

A{
 color : navy;
 text-decoration:none;
}

a:hover{
 color:#ff0000;
 text-decoration:underline;
}

/* 基本 */


body{
 margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 background-color:#fdefda;
}
/*
 scrollbar-base-color:#E4D6BE;
 scrollbar-face-color:#FFFFFF;
 scrollbar-arrow-color:#009900;
 scrollbar-shadow-color:#006600;
 scrollbar-darkshadow-color:#009900;
 */
}

table{
 border-collapse:collapse;
 border-spacing:0px;
}

td{
	font-size:12px;
	padding:0px;
	line-height:1.5;
	color: #2c1902;
 }

/* テキスト */

p.space{
 text-indent:10px;
}

/* 幅・高さ・長さ */

.pad_5{
 padding:5px!important;
}

.pad_3{
 padding:3px!important;
}

.height10{
 height:10px;
 border:none
;}

.height20{
 height:20px;
 border:none
;}

.height5{
 height:5px;
 border:none
;}

.width10{
 width:10px;
 border:none
;}

.width5{
 width:5px;
 border:none
;}

.width3{
 width:3px;
 border:none
;}

/* ボーダー */

.br_beige{
 border:#CC9966 1px solid; 
}

.br_org{
 border:#FF6600 1px solid; 
}

.no_br{
 border:none
;}

/* 位置 */

.nowrap{
 white-space:nowrap;
}

/* 背景色 */

.bgcolor_white{
 background-color:#FFFFFF;
}

.bgcolor_green{
 background-color:#60aa10;
}

.bgcolor_rightgreen{
 background-color:#dbfbb9;
}

.bgcolor_beige{
 background-color:#CC9966;
}

.bgcolor_pink{
 background-color:#fdefda;
}

.bgcolor_brown{
 background-color:#753623;
}

/* フォント */
.h1 {
font-weight: normal;
color: #2c1902;
margin: 0px;
padding: 0px;
}

.font_white{
 color:#FFFFFF;
}

.font_red{
 color:#993333;
}

.font_blue{
 color:#6699CC;
}

.font_pink2{
 color:#f9665e;
 font-weight: bold; 
}

.font_pink{
 color:#ff0066;
 font-weight: bold; 
}

.font_brown{
 color:#6c1503;
}

.font_size11{
 font-size:11px;
}


