@charset "Shift_JIS"

.push {
    height: 100px;
}



html {
	height: 100%;
	padding: 0px;
	}

body{
margin-top: 0px;
		font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color:#ffffff;
	text-align:center;
}

#wrap{
position:relative;
    min-height: 100%;
	width:760px;
	padding-bottom:60px;
    height: auto !important;
    height: 100%; /* ie用に設? */
    margin: 0px auto -50px  auto; 
    /* class="footer"と同じ高さ(100px)の負の値を?? */
	text-align:left;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}


body > #wrap {height: auto; min-height: 100%;}

 
a img { border: 0px; border : none}

h1{
font-size:16px;
margin:0px 0px 2px 0px;
font-weight:bold;
vertical-align:middle;
}

h2{
font-size:14px;
margin:10px 0px 2px 0px;
font-weight:bold;
vertical-align:middle;
clear:both;
}

a:link {  
color:#064095;
text-decoration : none;
}

a:visited {
color:#064095;
text-decoration : none;
}

a:hover {
color:#064095;
text-decoration : none;
}

a img :hover{
border : none;
}

a:active {
color : #064095;
text-decoration : none;
}
