
/*=========================================================


	Site Name   HTML template
	File Name   common.css

	Create Date 2009/03/23
	Update Date 2009/03/23


==========================================================*/

/*----------------------------------------------------------

	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.4.0

-----------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,embed {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*because legend doesn't inherit in IE */

legend {
	color: #000;
}

/*----------------------------------------------------------

	Reset Default Browser Style

-----------------------------------------------------------*/

img,embed {
	vertical-align: bottom;
}

hr {
	display: none;
}

/*----------------------------------------------------------

	Structure Module

-----------------------------------------------------------*/

html {

}

body {
	text-align: center;
	background: #fff;
}

body div#container {
	width: 900px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	background: #fff url(image/hyaka_bg.gif) repeat-y 0 0;
}

/*----------------------------------------------------------

	Hypertext Module

-----------------------------------------------------------*/

a {
	color: #a4733f;
	text-decoration: underline;
}

a:visited {
	color: #a4733f;
	text-decoration: underline;
}

a:hover {
	color: #2e9815;
}

/*----------------------------------------------------------

	Common Module

-----------------------------------------------------------*/

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/*nonHeight*/

.nonHeight {
	line-height: 0;
	font-size: 0;
}


