@charset "Shift_JIS";

/* ==================================================== */
/* base.css */
/* ==================================================== */

/* ----------------------------------------------------- */
/* body */
/* ----------------------------------------------------- */
body{
	color:#333;
	background:#FFF;
	letter-spacing:0;
}
/* ----------------------------------------------------- */
/* default */
/* ----------------------------------------------------- */
a:link{
	color:#3B67BD;
	text-decoration:underline;
}
a:visited{
	color:#3B67BD;
	text-decoration:underline;
}
a:hover{
	color:#2595FF;
	text-decoration:underline;
}
/* ----------------------------------------------------- */
/* cms-header */
/* ----------------------------------------------------- */
#cms-header{
	border-bottom:1px solid #444;
}


/* ----------------------------------------------------- */
/* skipTxt */
/* ----------------------------------------------------- */
.skipTxt{
	display:none;
}
 /* ----------------------------------------------------- */
/* breadCrumbs */
/* ----------------------------------------------------- */
 #breadCrumbs{
 width:950px;
 margin:10px auto;
}
#breadCrumbs li{
 display:inline;
 margin:0 0.5em 0 0;
}
#breadCrumbs a{
 margin:0 0.8em 0 0;
 white-space:nowrap;
}
#breadCrumbs li.home a{
 margin:0 0.8em 0 0;
 padding:0 0 0 20px;
 background:url(/social_media/css/../img/icon-home.gif) no-repeat;
}