@charset "shift_jis";

/********************************************************
*														*
*						 gray							*
*														*
*-------------------------------------------------------*
*	CSS information										*
*	file name  :  spc-gray.css							*
*	last edit  :  2011/06/21							*
*	style info :  カラバリ：gray						*												
********************************************************/


/* タイトルA
============================================== */
.title_A {
/*
background: -webkit-gradient(linear,left bottom,left top,
    color-stop(0, rgb(128,128,128)),
    color-stop(0.5, rgb(128,128,128)),
    color-stop(0.5, rgb(166,166,166)),
    color-stop(1, rgb(204,204,204)));
*/	
	background-color: rgb(128,128,128);
}


/* タイトルB
============================================== */
.title_B {
	border-top: 1px solid rgb(166,166,166);
	

}





/* フッターA
============================================== */
#footer {
	background-color: rgb(128,128,128);
}