/*スタイルシート初期化*/
*{
	text-decoration : none ;
	font-family : "ＭＳ Ｐゴシック","Osaka",sans-serif ;
}

body{
	background-color : #ffffff;
	text-align : center;
	text-decoration : none;
}

img{
	border : 0px;
}

.floatleft{
	float : left ;
	text-align : left
}
.floatright{
	float : right;
}
.floatclear{
	clear : both;
}

p{
	margin : 0px
}

a:link{
	color : #0000FF;
}

a{
	cursor : pointer ;
}

.aka{
	color : #D40101;
}

.bg-kimidori{
	background-color : #CCFFCC;
}

.bg-kiiro{
	background-color : #FFFFCC;
}

.bold{
	font : bold
}

.center{
	margin-right : auto ;
	margin-left : auto ;
	text-align : left;
}

.textcenter{
	text-align : center;
}

.width100,.width100left,.width100right,.width100center{
	width : 100%;
}

.width100left{
	text-align : left
}

.width100right{
	text-align : right
}

.width100center{
	text-align : center
}