@charset "utf-8"; 



/*--------------------CSS Reset--------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td { 
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.6;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border: 0;
}



/*--------------------Common--------------------*/

body {
  margin:0px auto;
	font-size: 75%;
	line-height: 1.4;
		background-color:#ffffff;
	
	}

/*（IE6）*/
* html body {
	margin:0px auto;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

/*（IE7）*/
*:first-child+html body {
	font-size: 75%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}



#wrapper {
 margin:0px auto;
	background: #ffffff;
	width: 944px;
	background-image:url(../img/back.png);
 background-repeat:no-repeat;
 height:600px;
}

/*------------------------------Contents------------------------------*/

#contents {
 margin:0px auto;
 padding:0 0 0 85px;
	width: 900px;
	float: left;
	padding-right:40px;
}

#contents_in {
	margin:0px auto;
	width: 800px;
	float: left;
}

/*------------------------------Tool------------------------------*/

.clear {
	clear: both;
}


.left {
	float: left;
}


.right {
	float: right;
}
