@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6,
p, address, blockquote,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset, input {
	margin: 0;
	padding: 0;
	font-size: Osaka, "ヒラギノ角ゴPro W3", "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
}
html {
	overflow-y: scroll;

}
body {
	text-align: center;
	font-family: Osaka, "ヒラギノ角ゴPro W3", "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	font-size: 13px;


    *font-size:small;
    *font:x-small;
	line-height: 1.6;
	margin: 20px 20px 0;
	background-image: url(../../hara_top_parts/cuheader.gif);
}

h1, h2, h3, h4, h5, h6, dt, dd, th {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    font-size:inherit;
    font:100%;
}

ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
	float: none;
}

/*link color*/
a:link,
a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #555555;
	text-decoration: none;
}

/* clearfix */
.clfix:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}
.clfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clfix {
	height: 1%;
}
.clfix {
	display: block;
}
/* End hide from IE-mac */




#footer a {
	color:#07194B;
}
#footer .copy {
	text-align:center;
	margin-top:10px;
	font-size:85%;
}
.foot {
	height: 20px;
	width: 780px;
}
#newfooter {
	float: left;
	height: 20px;
	width: 780px;
		background-repeat: no-repeat;
}
