* {
	margin: 0;
	padding: 0;
}
article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}
html,body {
	height: 100%;
}
body {
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
	font-family:'Lucida Grande', Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}
ul,ol {
	margin: 0px;
	padding: 0px;
}
li {
		margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,small {
	font-weight: normal;
	font-style: normal;
}
address {
	font-style: normal;
	font-weight: bold;
}
h1 img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
img {
	width: 100%;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
small {
	font-size: 90%;
}
a:link ,a:visited{
	color: #00438F;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#info a:link ,#info a:visited{
	color: #000000;
	text-decoration: none;
}
#footer a:link ,#footer a:visited{
	color: #fff;
	text-decoration: underline;
}
.cf:after {
    content: " ";
    display: table;
	clear: both;
}
.cf {
    *zoom: 1;
	overflow:hidden;
}
.line-cen {
	text-align: center;
}
.line-ri {
	text-align: right;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #999999;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 30px;
}
div.imgArea2 p {    
    display: table-cell;    
    vertical-align: middle;    
    margin: 0;    
}    
* html .imgArea2 p {    
    display: inline;    
    zoom: 1;    
}    
*:first-child+html .imgArea2 p {    
    display: inline;    
    zoom: 1;    
}
div.imgArea2 p img {
	vertical-align: middle; 
}
.title-red {
	font-weight: bold;
	color: #CC0000;
}
#crossfade{
	position: relative;
	z-index: 1;
	overflow: visible;
	padding-top: 43%;
}
#crossfade li{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	list-style-type: none;
}
.form input,textarea {
	width: 100%;
	 min-width: 100%;
}