/************************************************************
#
#会社:タケダデザインルーム
#
************************************************************/
/* 各共通部分 */

* {
margin: 0px;
padding: 0px;
font-size: 12px;
}

html {
height:100%;
}

body {
height:100%;
color: #333333;
}



li {
list-style: none;
}

img {
border: none;
}

p {
color: #666666;
font-size: 12px;
line-height: 16px;
}

#cc{
clear:both;
width:100%;
height:1px;
font-size:1px;
}

hr {
	display: none;
}

#wrap {
width: 819px;
margin: 0px auto;
padding: 0px 0px;
position:relative;
background-color:#FFFFFF;
}


/*ヘッダー
************************************************************/


/*メイン
************************************************************/



/*メニュー
************************************************************/

#nav{
	width:691px;
	height:32px;
	margin-left:7px;
	background-image:url(cmnfix/blue_line.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	position:absolute;
	left: 60px;
	top: 374px;
}

#nav div {
left: 0;
height:32px;
}

#nav ul {
background: url('cmnfix/nav.jpg') no-repeat 0 0px;
width: 691px;
height:32px;
}

#nav a {
	border: none;
	display: block;
	font-weight: normal;
	height: 32px;
	padding: 0 0px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav a {
	background: url('cmnfix/nav.jpg') no-repeat;
}


#nav li {
	float: left;
	height: 32px;
	position: relative;
}
#n-home {
	width: 68px;
}
#n-development {
	width: 123px;
}
#n-hosting {
	width: 153px;
}
#n-products {
	width: 69px;
}
#n-experience {
	width: 99px;
}
#n-about {
	width: 77px;
}
#n-kaisha {
	width: 102px;
}

#nav #n-home a {
	background-position: 0 0;
}
#nav #n-development a {
	background-position: -68px 0;
}
#nav #n-hosting a {
	background-position: -191px 0;
}
#nav #n-products a {
	background-position: -344px 0;
}
#nav #n-experience a {
	background-position: -413px 0;
}
#nav #n-about a {
	background-position: -512px 0;
}
#nav #n-kaisha a {
	background-position: -589px 0;
}


#nav #n-home a:hover{
	background-position: 0 -32px;
}
#nav #n-development a:hover {
	background-position: -68px -32px;
}
#nav #n-hosting a:hover {
	background-position: -191px -32px;
}
#nav #n-products a:hover {
	background-position: -344px -32px;
}
#nav #n-experience a:hover {
	background-position: -413px -32px;
}
#nav #n-about a:hover {
	background-position: -512px -32px;
}
#nav #n-kaisha a:hover {
	background-position: -589px -32px;
}


/*フッター
************************************************************/
#footer {
text-align:center;
margin-left:53px;
width:721px;
height:16px;
background-color:#FD7CA7;
display:block;
position:absolute;
bottom:0px;
}

#footer address {
height: 17px;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
font-style:normal;
color:#FFFFFF;
}


/*etc
************************************************************/
.clear_f {
width: 100%;
height:1px;
background: url(home/img/bg_footer.gif) no-repeat right;
font-size: 1px;
clear: both;
}

.counter {
position: absolute;
}
