@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

a:link{
	color: #333;
	text-decoration: none;
}
a:visited{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #333;
	text-decoration: underline;
}

a:active{
	color: #333;
	text-decoration: underline;
}

img{
	border: none;
}
.clear{
	clear: both;
}

/*ページTOPへ*/
#jump{
	display: block;
	text-align: right;
	padding-top: 30px;
	padding-right: 45px;
	clear: both;
}

#header{
	width: 760px;
	margin: 0 auto;
}

#title{
	width: 168px;
	float: left;
}

#content{
	width: 550px;
	float: right;
}

/*navi*/
#navi{
	width: 760px;
	height: 47px;
	margin: 0 auto;
}

#navi ul{
	margin: 0 aoto;
	
}

#navi li{
	list-style: none;
	float: left;
}

.top a { 
display: block;
width: 103px;
height: 47px;
background: url(img/top_btn.jpg) no-repeat left top;
font-size: 1px;
line-height: 1px;
text-indent: -9999px;
text-decoration: none;
outline: none; 
}

.top a:hover {
background-position: left bottom;
}


.company a { 
display: block;
width: 126px;
height: 47px;
background: url(img/company_btn.jpg) no-repeat left top;
font-size: 1px;
line-height: 1px;
text-indent: -9999px;
text-decoration: none;
outline: none; 
}

.company a:hover {
background-position: left bottom;
}

.case a { 
display: block;
width: 121px;
height: 47px;
background: url(img/case_btn.jpg) no-repeat left top;
font-size: 1px;
line-height: 1px;
text-indent: -9999px;
text-decoration: none;
outline: none; 
}

.case a:hover {
background-position: left bottom;
}

.faq a { 
display: block;
width: 142px;
height: 47px;
background: url(img/faq_btn.jpg) no-repeat left top;
font-size: 1px;
line-height: 1px;
text-indent: -9999px;
text-decoration: none;
outline: none;
}

.faq a:hover {
background-position: left bottom;
}

.contact a { 
display: block;
width: 139px;
height: 47px;
background: url(img/contact_btn.jpg) no-repeat left top;
font-size: 1px;
line-height: 1px;
text-indent: -9999px;
text-decoration: none;
outline: none; 
}

.contact a:hover {
background-position: left bottom;
}

.hobby a { 
display: block;
width: 129px;
height: 47px;
background: url(img/hobby_btn.jpg) no-repeat left top;
font-size: 1px;
line-height: 1px;
text-indent: -9999px;
text-decoration: none;
outline: none; 
}

.hobby a:hover {
background-position: left bottom;
}

h1{
	width: 760px;
	height: 125px;
	margin: 0 auto;
	text-indent: -9999px;
	display: block;
	background: url(img/head.jpg);
}
#container{
	width: 784px;
	float: right;
	background: url(../common/img/bg.jpg);
	background-repeat: repeat-y;

}

#main_img{
	width: 640px;
	height: 330px;
	margin: 0 auto;
	padding-top: 15px;
}

#wrapper{
	width: 740px;
	margin: 20px auto;
	padding-left: 20px;
}


/*footer*/
#footer{
	width: 760px;
	background: url(img/footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	margin: 0 auto;
	padding: 15px 0 5px;
}

#footer ul{
	margin: 0 0 23px;
	list-style: none;
	width: 760px;
	text-align: center;
	line-height: 20px;
}

#footer p{
	text-align: center;
	color: #FFF;
	line-height: 20px;
}

ul#foot li{
	display: inline;
	background:url(img/mark.jpg) no-repeat center left;
	padding-left:25px;
	padding-right:10px;
}
	
ul#foot li a{
	color: #FFF;
}

ul#foot li a:visited{
	color: #FFF;
	text-decoration: none;
}
ul#foot li a:hover{
	color: #FFF;
	text-decoration: underline;
}
ul#foot li a:active{
	color: #FFF;
	text-decoration: underline;
}

