/*---------全ページの土台となる部分なので変更しないで下さい。---------*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 100%;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

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

a {
	overflow:hidden;
}

select {
	padding-right:0.5em;
}

img {
	border:none;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
}

ol,ul {
	list-style-type: none;
}

caption,th {
	text-align:left;
}

.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-center img {
	margin:0 auto 0 auto;
}
.align-center table {
	margin:0 auto 0 auto;
}
.align-right {
	text-align:right;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.floatclear {
	clear: both;
}

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

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