@import "font.css";
@import "reset.css";
@import "bottom.css";
@import "parts.css";
@import "print.css";


/* 共通   ----------------------------------------------------------------------------------- */
body {
	background: url(null) fixed;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

hr {
	height: 1px;
	visibility: hidden;
}

img {
	vertical-align: middle;
}

a:link {
	color: #0066CC;
}

a:visited {
	color: #993399;
}

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


/* ヘッダ ----------------------------------------------------------------------------------- */

div#header {
	background-image: url(../images/header_bgimg.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 75px;
	position : fixed;	/* for IE7,FF,Safari,Opera */
	top: 0;
	left: 0;
	z-index: 100;
}

* html
div#header {
	behavior: expression(IEPNGFIX.fix(this));
	clear: both;
	position: static;
}


/* フッタ ----------------------------------------------------------------------------------- */

div#footer {
	background-image: url(../images/footer_bgimg.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	position : fixed;	/* for IE7,FF,Safari,Opera */
	bottom: 0;
	left: 0;
	padding: 65px 0 0 0;
	z-index: 100;
}

* html
div#footer {
	behavior: expression(IEPNGFIX.fix(this));
	clear: both;
	position: static;
}

div#footer
p.copyright {
	font-size: 0.8em;
	text-align: center;
	color: #6D8765;
	margin: 5px 0;
}

div#footer
p.copyright
img {
	margin-right: 0.5em;
}

div#footer
ul#footermenu {
	text-align: center;
}

div#footer
ul#footermenu
li {
	display: inline;
}

div#footer
ul#footermenu
li
a {
	font-size: 0.8em;
	color: #51654B;
	margin: 0 0.5em;
	text-decoration: none;
}

*+html
div#footer
ul#footermenu
li
a {
	font-size: 0.75em;
}

div#footer
ul#footermenu
li
a:hover {
	text-decoration: underline;
}



strong {
	font-weight: bold;
	color: #CC3399;
}

