/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
	font-size: 12px;
	background-color: #000000;
	color: #CCCCCC;
}

form, input { margin: 0; padding: 0; }
a {
	text-decoration: underline;
	color: #CCCCCC;
}
a img { border: 0; }
p { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, ol, ul, pre, blockquote
{
   margin-top: 0; margin-bottom: 0;
}

/* レイアウト*/

body { text-align: center; } /* center on ie */

#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-top: 5px;
}

#header {
	width: 720px;
	height: 321px;
	background-color: #000000;
	background-image: url(http://report.buildworks.co.jp/images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(http://report.buildworks.co.jp/images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -7000em;
	height: 57px;
	width: 248px;
	display: block;
}

#header h1 a {
	background-image: url(http://report.buildworks.co.jp/images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -7000em;
	height: 57px;
	width: 248px;
	display: block;
}

#header h2 {
	text-indent: -7000em;
}

#contents {
	width: 570px;
	float: left;
}
/*-----------------menu--------------*/
#menu {
	text-align:left;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
}
#menu .navi .menu1 a,#menu .navi .menu2 a,#menu .navi .menu3 a,#menu .navi .menu4 a,#menu .navi .menu5 a {
	text-decoration: none;
	text-indent: -7000em;
	display: block;
	height: 50px;
	width: 144px;
}

#menu .navi .menu1 a{
	background-image: url(http://report.buildworks.co.jp/images/menu001.gif);
}

#menu .navi .menu2 a{
	background-image: url(http://report.buildworks.co.jp/images/menu002.gif);
}

#menu .navi .menu3 a{
	background-image: url(http://report.buildworks.co.jp/images/menu003.gif);
}

#menu .navi .menu4 a{
	background-image: url(http://report.buildworks.co.jp/images/menu004.gif);
}

#menu .navi .menu5 a{
	background-image: url(http://report.buildworks.co.jp/images/menu005.gif);
}

#menu .navi .menu1 a:hover,#menu .navi .menu2 a:hover,#menu .navi .menu3 a:hover,#menu .navi .menu4 a:hover,#menu .navi .menu5 a:hover {
	background-position: right;
}

#catch {
	margin-left: 10px;
}

h3.top {
	background-image: url(http://report.buildworks.co.jp/images/top_midashi.jpg);
	display: block;
	height: 30px;
	width: 100%;
	background-repeat: no-repeat;
	text-indent: -7000em;
	margin-top: 20px;
}

#catch p {
	padding-right: 60px;
	padding-left: 10px;
	line-height: 1.5em;
	font-size: 12px;
}

#new {
	margin-left: 10px;
	margin-right: 30px;
}

h3.info {
	background-image: url(http://report.buildworks.co.jp/images/infomation.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 100%;
	text-indent: -7000ex;
}
.new-txt {
	border: 1px solid #666666;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.new-txt p {
	background-image: url(http://report.buildworks.co.jp/images/mark001.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 10px;
}
.new-txt a {
	color: #CCCCCC;
}

#pickup {
	margin-left: 10px;
	color: #CC6666;
	font-weight: normal;
}
h3.report {
	background-image: url(http://report.buildworks.co.jp/images/top_report.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -7000em;
	height: 25px;
	width: 100%;
}
#right {
	float: right;
	width: 145px;
}
#right p {
	margin-top: 10px;
}
.clear {
	clear: both;
}

#footer {
	clear: both;
	background-image: url(http://report.buildworks.co.jp/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#copyright {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 10px;
	color: #999999;
}

/*--------------記事---------------------*/
#article {
	margin-left: 15px;
	margin-top: 15px;
}
#article h2 {
	background-image: url(images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	font-size: 14px;
	height: 24px;
	padding-top: 5px;
	font-weight: bold;
}

.textBody p{
	padding-left: 15px;
	margin-top: 15px;
	line-height: 1.4em;
}
/*--------- Tables -----------*/

#company table {
	width: 90%;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
}

#company caption {
	display: none;

	font-size: 80%;
	color: #454e58;
	background-color: #f5f5f5;
	border: 1px solid #97a4aa;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
}

#company td,
th {
	line-height: 1.2;
	color: #CCCCCC;
	padding : 0.1em 8px;
}

#company th {
	font-weight: normal;
	color: #CCCCCC;
	background-color: #f5f5f5;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d2d2d2;
}

#company td {
	color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: double;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	text-align: center;
}

.koji {
	border: 1px solid #888888;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 510px;
	height: 200px;
}

.koji h3 {
	text-align: center;
	background-image: url(images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: auto;
	padding-top: 14px;
}

.koji img {
	margin-left: 30px;
	margin-top: 8px;
	margin-bottom: 8px;
	float: left;
	margin-right: 20px;
}

.koji p {
	padding-right: 25px;
}

.center{
	text-align: center;
}
.right {
	text-align: right;
	padding-right: 20px;
}
/*---------------NEWS---------------------*/
h3.title {
	background-image: url(images/bg_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 1.5em;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.margin25 {
	line-height: 1.4em;
	margin-left: 25px;
}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
