@charset "utf-8";

/*-------------------------------------------------

common

-------------------------------------------------*/

*{
 margin:0;
 padding:0;
}

html {
 overflow-y: scroll;
 filter: expression(document.execCommand("BackgroundImageCache",false, true));
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/temp/back_body.jpg);
	background-repeat: repeat;
}

img, p, ul, li, dl, dt, dd { 
 margin: 0;
 padding: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul li{
 list-style-type: none;
}

.floatL {
 float: left;
}

.floatR {
 float: right;
}

.clear {
	clear: both;
}

/*-------------------------------------------------

link

-------------------------------------------------*/

a:link {
 color: #339900;
 text-decoration: none;
}

a:visited {
 color: #339900;
 text-decoration: none;
}

a:hover {
 color: #339900;
 text-decoration: underline;
}

a:active {
 color: #339900;
 text-decoration: none;
}

#head a:link {
 color: #666666;
 text-decoration: none;
}

#head a:visited {
 color: #666666;
 text-decoration: none;
}

#head a:hover {
 color: #666666;
 text-decoration: underline;
}

#head a:active {
 color: #666666;
 text-decoration: none;
}

#foot a:link {
 color: #ffffff;
 text-decoration: none;
}

#foot a:visited {
 color: #ffffff;
 text-decoration: none;
}

#foot a:hover {
 color: #ffffff;
 text-decoration: underline;
}

#foot a:active {
 color: #ffffff;
 text-decoration: none;
}
#pankuzu a:link {
 color: #666666;
 text-decoration: none;
}

#pankuzu a:visited {
 color: #666666;
 text-decoration: none;
}

#pankuzu a:hover {
 color: #666666;
 text-decoration: underline;
}

#pankuzu a:active {
 color: #666666;
 text-decoration: none;
}
/*-------------------------------------------------

clearFix

-------------------------------------------------*/

.clearFix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearFix {
 display: inline-table;
 min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearFix {
 height: 1%;
}

.clearFix {
 display: block;
}

/* End hide from IE-mac */

/*-------------------------------------------------

h

-------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
 margin: 0;
 padding: 0;
 font-weight: normal;
}
