/*****全体に関する指定*****/
html,body {
    width:100%;
    height:100%;
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
/* アキを作らない */
h1,h2,h3,h4,p,ul,ol {
	margin: 0px;
	padding: 0px;
}

/* リストマークをつけない*/
li {
	list-style:none;
}
/* 画像のリンクに枠をつけない*/
img {
	border: none;
}
/* 基本のテキストリンク指定 */
a {
	color: #284D73;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
}

/*****枠組に関する指定*****/
.container {
	position: absolute;
	height: 580px;
	width: 955px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -477px;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left-area {
	width: 185px;
	padding-top: 15px;
	float: left;
	padding-left: 39px;
}
.right-area {
	width: 698px;
	float: right;
	height: 540px;
}
.page-head {
	height: 35px;
	padding-top: 35px;
}
.contents {
	height: 464px;
	overflow: auto;
	clear: both;
}
.contents2 {
	height: 464px;
	overflow: auto;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
}
.foota {
	clear: both;
	padding-left: 140px;
	padding-top: 22px;
}

/*****メニューに関する指定*****/
.cate-title {
	height: 50px;
	padding-top: 8px;
}
.menu {
	text-align: right;
}
.menu ul li {
	padding-bottom: 8px;
	height: 16px;
}
.flash-html {
	margin-top: -8px;
	margin-bottom: 25px;
}
.menu ol li {
	padding-bottom: 6px;
	height: 13px;
}
.bn {
	margin-top: 83px;
}
.bn p {
	margin-top: 5px;
}


/*****ページヘッダに関する指定*****/
h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	float: left;
	margin-left: 20px;
}
#works {
	margin-left: 0px;
}
/* サブメニュー */
.submenu {
	text-align: right;
	line-height: 12px;
	float: right;
	margin-top: 7px;
}
.submenu a {
	color: #666666;
	margin-right: 15px;
	background-image: url(img/sankaku.gif);
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 10px;
}
.submenu a:hover {
	color: #666666;
}
/*****フッタに関する指定*****/
.foota h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}
address {
	margin-left: 210px;
	margin-top: -13px;
	font-style: normal;
}
/*****Works詳細画面の指定*****/
.bukkendata-1 {
	margin-top: 30px;
	float: left;
	width: 380px;
}
.bukkendata-2 {
	padding: 10px;
	width: 250px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-top: 30px;
	margin-right: 5px;
}
/*****その他共通指定*****/
.clear {
	clear: both;
}
.right-item {
	text-align: right;
	margin-right: 5px;
}
.right-area h2 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
	font-weight: normal;
	margin-top: 50px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 30px;
}
