/************************************************************
#
#会社:タケダデザインルーム
#
************************************************************/
/* 各共通部分 */

* {
	margin: 0px;
	padding: 0px;
/*	font-size: 12px;
	color: #000000;*/
	line-height: 130%;
}

body {
	height: 100%;
	background-image: url(cmnfix/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

html {
height: 100%;
}

img {
border: 0px;
}

li {
list-style: none;
}

#wrap {
	width: 762px;
	height: 100%;
	min-height: 100%;
	position:relative;
	background-image: url(cmnfix/wrap_top_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

p {
color:#333333;
}

a {
color:#333333;
text-decoration:none;
}

a:hover {
color:#333333;
text-decoration:underline;
}

div,table,td {
	text-align: left;
	vertical-align: top;
}

/*ヘッダー
************************************************************/
#logo {
	margin-left: 21px;
	padding-top: 11px;
}
#header {
	width: 750px;
	background-image: url(cmnfix/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 397px;
	margin-left: 6px;
}
address {
	position: absolute;
	left: 465px;
	top: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-right: 26px;
	font-style: normal;
}
address img {
	margin-top: 3px;
	margin-right: 12px;
}

/*メイン
************************************************************/
#main {
	width: 750px;
	background-image: url(cmnfix/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 6px;
	padding-bottom: 65px;
}




/*メニュー
************************************************************/
#menu {
	width: 742px;
	top: 347px;
	position: absolute;
	background-image: url(cmnfix/menu_bg.jpg);
	height: 50px;
	padding-left: 8px;
	left: 6px;
}

#menu ul li {
float: left;
}

/*フッター
************************************************************/
#footer {
	background-image: url(cmnfix/footer_bg.jpg);
	height: 65px;
	width: 750px;
	position: absolute;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 6px;
}
#footer p {
	margin-top: 24px;
	margin-left: 235px;
	color: #FFFFFF;
}

/*etc
************************************************************/
.clear_border {
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

.counter {
position: absolute;
}

body > #wrap {
    height: auto;
}
