/* CSS Document:サイト全体、レイアウト大枠構成 */

/*  基本赤濃:#B22; */

* {
	margin:0;
	padding:0;
}

a:link ,a:hover {	color: #00F;	}
a:visited {	color: #06F;	}
a:active{	color: #F30;	}

body{	behavior:url("/js/csshover2.htc");	}

img{	border:none;	}


#container{
	clear: both;
	text-align: center;
	background: #FFF;
	padding-top: 4px;
}

/*  ▼▼メインコンテンツ▼▼ */
#wrapper{
	width: 750px;
	clear: both;
	padding-top: 10px;
	margin-left: auto; margin-right: auto;
	text-align: left;
}



/*  ▲▲メインコンテンツ▲▲ */



/*  汎用クラス指定 */
.spacer{	font-size: 1px;	clear: both;}
.clear{	clear: both;	}
.2sentence{	letter-spacing: 10px;	}
.centerling{	text-align: center; 	}

/*  全称指定 */
button{
	border: none;
	cursor:pointer;
}

label{
	cursor:pointer;
}


/*  --▼パンくず▼-- */
#breadcrumbs{
	clear: both;
	text-align: center;
	background: #FFF;
	padding-top: 5px;
}

#breadcrumbs P.bread{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size:80%;
	text-align: left;
}
/*  --▲パンくず▲-- */

