/*
------------------------------
Theme :YAMAYAKIKAKU WEBSITE COMMON CSS
UpDate  :20131005

Works :LiquidWire Inc.
URL   :http://liquidwire.net

Version: 1.0
------------------------------
*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Hiragino Kaku Gothic Pro, sans-serif, Helvetica, Verdana;
	color: #333;
	font-size:9px;
	background-color:#fff;
	background-image: url(http://yamayakikaku.com/yamaya_logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	}

 *html body {
 	font-size:small;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	clear: both;
}

img {
	border: none;
}

.hidden {
	display:none;
}

br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

ul {
	list-style-type: none;
}

.clearfix:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */


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

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

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	text-decoration: none;
}


/* MAIN CONTENTS ------------------------ */
#wrappBox {
	margin: 0 auto;
	padding-top: 600px;
	width: 480px;
	text-align: center;
}


#foot {
	position:absolute;
	bottom:0px;
	width:100%;
	height: 26px;
	background-color: #333;
	border-top: 1px solid #111111;
	text-align: center;
	line-height: 2em;
	padding-top: 3px;
}

