
.about{
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about{
	/*　色階調　*/
	background-color: #DDCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEFFFF), to(#CCDDDD));
	background: -webkit-linear-gradient( #EEFFFF , #CCDDDD );
	background:    -moz-linear-gradient( #EEFFFF , #CCDDDD );
	background:     -ms-linear-gradient( #EEFFFF , #CCDDDD );
	background:      -o-linear-gradient( #EEFFFF , #CCDDDD );
	background:         linear-gradient( #EEFFFF , #CCDDDD );
	filter:progid:DXImageTransform.Microsoft.gradient(
		GradientType=0,StartColorStr=#EEFFFF,EndColorStr=#CCDDDD	);
	zoom:1;/* HTML4 */
}

.about:hover{
	/*　色階調　*/
	background-color: #DDBBBB
	background: -webkit-gradient(linear, left top, left bottom, from(#DDEEFF), to(#BBCCDD));
	background: -webkit-linear-gradient( #DDEEFF  , #BBCCDD );
	background:    -moz-linear-gradient( #DDEEFF  , #BBCCDD );
	background:     -ms-linear-gradient( #DDEEFF  , #BBCCDD );
	background:      -o-linear-gradient( #DDEEFF  , #BBCCDD );
	background:         linear-gradient( #DDEEFF  , #BBCCDD );
	filter:progid:DXImageTransform.Microsoft.gradient(
		GradientType=0,StartColorStr=#DDEEFF ,EndColorStr=#BBCCDD	);
	zoom:1;/* HTML4 */
}

.about:active{
	/*　色階調　*/
	background-color: #FFEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#BBCCDD), to(#DDEEFF ));
	background: -webkit-linear-gradient( #BBCCDD , #DDEEFF  );
	background:    -moz-linear-gradient( #BBCCDD , #DDEEFF  );
	background:     -ms-linear-gradient( #BBCCDD , #DDEEFF  );
	background:      -o-linear-gradient( #BBCCDD , #DDEEFF  );
	background:         linear-gradient( #BBCCDD , #DDEEFF  );
	filter:progid:DXImageTransform.Microsoft.gradient(
		GradientType=0,StartColorStr=#BBCCDD,EndColorStr=#DDEEFF 
	);
	zoom:1;/* HTML4 */
}

.about{
	/*　書体等　*/
	font-weight:normal;
font-size:12px;
line-height:1em;
padding:10px 0px 10px 0px;
	
	
	text-align:center;
	color:black;
	text-shadow:1px 1px 2px white;
}

.about,.glay_link,.sub_active{
	/*　罫線　*/
	border-top:   1px #2288CC  solid;
	border-right: 0px #2288CC  solid;
	border-bottom:0px #2288CC  solid;
	border-left:  0px #2288CC  solid;
}