@charset "utf-8";
/*
Theme Name: WP BLUEFOX
Theme URI: http://www.bluefox-power.com/
Description: BLUEFOX用テーマ
Version: 2.01
Author: BLUEFOX
Author URI: http://www.bluefox-power.com/
Tags: white, black, blue, fixed width, three columns, widgets
Text Domain: bluefox
*/


/* コード
------------------------------------------------------------ */
.textShadowBox,
.buttonStyle{
	margin : 0px;
	padding : 3px;
	color : #EBEBEB;
	font-size : 12px;
	border : solid 1px #202020;
	background : #333333;
}

/* Mac版IEの文字化け対策
------------------------------------------------------------ */
textarea,input,select {
	font-family : "ＭＳ Ｐゴシック","\30D2\30E9\30AE\30CE\20Pro\20W3",sans-serif;
}


------------------------------------------------------------ */
pre.wrap {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
.textShadowBox{
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#555555;
	scrollbar-shadow-color:#555555;
	scrollbar-face-color:#555555;
	scrollbar-highlight-color:#555555;
	scrollbar-darkshadow-color:#555555;
	scrollbar-3dlight-color:#555555;
	scrollbar-track-color:#000000;
}