@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/global/b-chic-mono.jpg);
	font-size: 75%;
}
ol, ul {
	list-style: none;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*コンテナー(wrap)*/
div#container_wrap{
	background-image: url(../images/global/wrapbg.jpg);
	width: 930px;
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテナー*/
div#container{
	width: 920px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダー部分*/
div#header{

}

/*メインコンテンツ*/
div#contents{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;

}

/*フッダー部分*/
div#footer{
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;

}
