﻿@charset "UTF-8";

body {
	font-size:13px; 
	line-height:1.5; 
	background-color:#000000;
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}



#wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}


h1 {
	margin:0;
	padding-top:20px;
}

h1 span {
	display:none;
}

#logo {
	margin:0;
	padding-top:20px;
	padding-left:40px;
	padding-bottom:10px;
}


/* ナビゲーション */

ul#nav {
	background-image:url(../images/info_bar.png);
	background-repeat:no-repeat;
	padding-top:4px;
	padding-left:40px;
	padding-bottom:1px;
}



li {
 	list-style-type:none;
	display:inline;
}


ul#nav li a {
	display:block;
	float:left;
	margin-left:40px;
}
ul#nav li a:hover{
	background-position:left bottom;
}


a#home {
	width:119px;
	height:44px;
	background-image:url(../images/nav_home.png);
	background-repeat:no-repeat;
}
a#home-on {
	width:119px;
	height:44px;
	background-image:url(../images/nav_home.png);
	background-position:0 -44px;
}


a#aboutus {
	width:120px;
	height:44px;
	background-image:url(../images/nav_aboutus.png);
	background-repeat:no-repeat;
}
a#aboutus-on {
	width:120px;
	height:44px;
	background-image:url(../images/nav_aboutus.png);
	background-position:0 -44px;
}


a#company {
	width:120px;
	height:44px;
	background-image:url(../images/nav_company.png);
	background-repeat:no-repeat;
}
a#company-on {
	width:120px;
	height:44px;
	background-image:url(../images/nav_company.png);
	background-position:0 -44px;
}


a#profile {
	width:120px;
	height:44px;
	background-image:url(../images/nav_profile.png);
	background-repeat:no-repeat;
}
a#profile-on {
	width:120px;
	height:44px;
	background-image:url(../images/nav_profile.png);
	background-position:0 -44px;
}


a#contact {
	width:120px;
	height:44px;
	background-image:url(../images/nav_contact.png);
	background-repeat:no-repeat;
}
a#contact-on {
	width:120px;
	height:44px;
	background-image:url(../images/nav_contact.png);
	background-position:0 -44px;
}

a span {
	display:none;
}

/* ナビゲーションここまで */


/*　サイトマップここから　*/

h2 {
	padding-top:40px;
	padding-bottom:10px;
	margin-left:40px;	
	font-size:18px;
	clear:both;

}

h2 span {
	display:none;
}


#profileList {
	width:880px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
	padding-bottom:40px;
}


h3 {
	padding:10px;
	margin-left:60px;
	font-size:16px;
	color:#000000;
	clear:both;
}

ul#profileList {
	padding:10px;
}

ul#profileList li#profile {
	padding:10px;
	margin-left:80px;
	display:list-item;
	font-size:16px;
	font-color:#000000;
}

	



/*　サイトマップここまで　*/

address {
	font-size:85%;
	font-style:italic;
	text-align:right;
	border-top:1px solid #000000;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#wrap address {
	font-style: normal;
}

