﻿@charset "UTF-8";

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

.clear{
	clear:both;
}


/* ナビゲーション */

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;
}



#main {
	padding-top:10px;
}


a img {
	border:none;
	margin-left:auto;
	margin-right:auto;
}

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

h1 span {
	display:none;
}

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



h2 span {
	display:none;
}


h3 {
	padding-top:40px;
	padding-bottom:10px;
	margin-top:40px;
	margin-left:40px;	
	clear:both;
}

h3 span {
	display:none;
}

h7 {
	float:right;
	padding-top:5px;
	padding-right:10px;
	font-size:12px;
	color:#000000;
}


p {
	margin-left:10px;
	font-size:12px;
}

#comment {
	padding-left:40px;
}

#contact-form {
	padding-top:20px;
	padding-left:80px;
}

#form-end {
	padding-top:40px;
	padding-bottom:40px;
	padding-left:80px;
}



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



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



#conteiner{
	padding-top:20px;
}

#info_more {
	text-align:center;
}


/* コンテンツ template2*/

#content {
	display:block;
	width:960px;
	margin:0px auto;
	padding:0px;
}


