@charset "utf-8";


/*----------------------------------------------------
clearfix
----------------------------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*----------------------------------------------------
スタイルリセット・共通指定
----------------------------------------------------*/

body {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: #333;
}

div, h1, h2, h3, h4, p,
ul, dl, dt, dd, form,
table, tr, td {
	margin: 0;
	padding: 0;
	boder: 0;
	zoom: 1;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

img {
	border: none;
	vertical-align: baseline;
}

ul {list-style: none;}

p {text-align: justify;}

a {color: #036eb8;}
a:hover {text-decoration: underline;}
a:visited {color: #699eb5;}

.red {color: #f00;}
.bold {font-weight: bold;}
.fs13 {font-size: 13px;}
#contents #contentBox .break {margin-right: 0;}

/*----------------------------------------------------
float
----------------------------------------------------*/

td#contents {
	width: 769px;
	padding-top: 10px;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	text-align: left;
}

td#leftBox {
	width: 150px;
	padding-left: 8px;
}

td#contentBox {
	width: 595px;
	padding-left: 8px;
}

td#c_leftBox {
	width: 415px;
}

td#c_rightBox {
	width: 172px;
	padding-left: 8px;
}
