@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/


/* common
---------------------------------------------*/
* {margin:0;padding:0;}




body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
	text-align:center;
	min-width:1000px;
}

.content
{
	margin: 0 auto;
	position:relative;
	width:1000px;
}

.btn2
{
	position:absolute;
	top:15px;
	left:250px;
}

.btn1
{
	position:absolute;
	top:15px;
	left:460px;
}

.tel
{
	position:absolute;
	top:20px;
	left:686px;
}

.logo
{
	position:absolute;
	top:15px;
	left:30px;
}

.logo2
{
	position:absolute;
	top:135px;
	left:60px;
}


#header {
	background: url("../images/a_01.jpg") no-repeat top center;
	height:   93px;
	z-index:1000;
}

#header2 {
	background: url("../images/a_02.jpg") no-repeat top center;
	height:   58px;
	z-index:1000;
}

#footer {
	background: url("../images/a_07.jpg") no-repeat top center;
	height:   265px;
	z-index:1000;
}


.header_menu_a{
	display:block;
	line-height:58px;
	height:58px;
	float:left;
	color:white;
	font-size:20px;
	text-decoration:none;
}

.footer_menu_a{
	display:block;
	line-height:98px;
	height:98px;
	float:left;
	color:white;
	font-size:16px;
	text-decoration:none;
}

.btn:hover{
    transition: 0.5s;
    opacity: 0.7;
}