@charset "Shift_JIS";





/* 全体 */

body {

	background-color: #999966;

	margin: 0px;

}





/* フォント */

body,td {

	font-size: 12px;

	color: #663300;

	line-height: 1.5;

}





/* 小文字 */

small {

	font-size: 10px;

}





/* 大文字 */

big {

	font-size: 14px;

}





/********** クラス **************/



/* SEO */

.seo {

	color: #ffffff;

	padding-left: 10px;

	font-weight: bold;

}



/*背景画像*/

.bg-image {

	background-image: url(common_img/00bg_image.jpg);

	background-repeat: repeat;

}



.copyright {

	color: #6a601b;

	background-color: #fff9c4;

}



/********** BGカラー **************/



.bg-white {

	background-color: #ffffff;

}





.bg-black {

	background-color: #000000;

}





.bg-gray {

	background-color: #CCCCCC;

}





.bg-violet {

	background-color: #993366;

}





.bg-beige {

	background-color: #d2be7b;

}



.bg-lightbeige {

	background-color: #fff9c4;

}



/********** フォント　サイズ・カラー **************/



.font-red-futoji {

	font-weight: bold;

	color: #CC0000;

}





.font-white-futoji {

	font-weight: bold;

	color: #ffffff;

}



.font-violet-futoji {

	font-weight: bold;

	color: #993366;

}



