/* CSS Document */

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #454444;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/common/back_01.gif) repeat left top;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #454444; text-decoration: none; }
a:visited { color: #454444; text-decoration: none; }
a:hover   { color: #107FB8; text-decoration: underline; }
a:active  { color: #D1D63B; text-decoration: none; }


/*contentwrap
---------------------------------------------*/
#contentwrap {
	width: 793px;
	margin: 0px auto;
	padding: 0px;
}


/*head
---------------------------------------------*/
#head {
	width: 793px;
	margin-top: 17px;
	position: relative;
}

#head h1 {
	font-size: 85%;
	text-align: left;
	padding-bottom: 5px;
}




#head h2 {
	position: absolute;
	top: 31px;
	left: 15px;
}


#head h3 {
	position: absolute;
	top: 61px;
	left: 470px;
}

#head h4 {
	position: absolute;
	top: 150px;
	left: 15px;
}





/*bt
---------------------------------------------*/

#bt {
	padding: 8px 0px 8px 0px;
}

#bt li{
	display: inline;
}

#bt .bt_left {
	margin-right: 37px;
}	

#bt .bt_right {
	margin-left: 37px;
}



/*footer
--------------------------------------------*/
#footer {
	background: url(../images/common/foorBack.gif) no-repeat top left;
	width: 793px;
	height: 138px;
}


#footer ul {
	text-align: right;
	padding: 5px 10px 0px 0px;
}

#footer li {
	display: inline;
	padding-left: 22px;
}
	

#footer .card {
	text-align: left;
	padding: 12px 0px 0px 20px ;
	
}

#footer .footAdress {
	text-align: right;
	margin: -65px 15px 0px 0px;
	font-size: 85%;
	color: #FFFFFF;
	line-height: 1.2;
}


#footer .copyright {
	padding: 15px 5px 30px 0px;
	font-size: 85%;
	text-align: right;
	color: #F94928;
}























