@charset "UTF-8";

/*--------------------------------------------
5degrees.Inc http://www.5degrees.co.jp
--------------------------------------------*/

html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
img,abbr,acronym,fieldset {
	border: 0;
}


/*--- default */
body {
	color: #333;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	text-align:center;
	background-image: url(../img/background_footer.gif);
}
* html body {	/* for IF6 */
	font-family: "Times New Roman", Times, serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1;
}
li {
	margin:5px;
	list-style:inside circle;
	text-align:left;
}
li span {
	font-weight:bold;
	color:#000;
}
img {
	vertical-align:bottom;
}
a {
	text-decoration:none;
	color:#ff0066;
	font-size:1.2em;
}
a:link {
}
a:visited {
}
a:hover {
	color:#FF9900;
}
a:active {
	color:#666;
}


/*----- ClearFix -----*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	position: relative;
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.red {
	color:#F00;
}


h3 {
	padding:10px 0;
	font-weight:bold;
	font-size:2em;
}
h4 {
	font-size:1.6em;
}


#contents {
}



/*	Footer	*/
#copyright {
	padding:10px;
	margin:50px 0 0;
	background:#66ffff;
	font-size:0.8em;
}
#copyright span {
	padding:0 5px;
	font-size:1.2em;
	font-weight:bold;
}
