/* ===================================================================
CSS information
 file name  :  common.css
 style info :  共通レイアウト
=================================================================== */


/*======================== body ===========================*/

body{
	font-family:'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',Helvetica,Verdana,Arial,sans-serif;
	background:#ffffff;
}

	
/*======================== clearfix ===========================*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*======================== 共通部分 ===========================*/

a:link { color:#222; text-decoration:none;}
a:active { color:#222; text-decoration:none;}
a:hover { color:#1272bb; text-decoration:none;}
a:visited { color:#1272bb; text-decoration:none;}

#wrapper {
	
}

#contents {
	width:960px;
	margin:0 auto;
	padding-bottom:60px;
}




 
/* footer ----------------------------------*/

#footerwrap {
	margin-top:2px;
	
}

#footer {
	width:100%;
	margin:0 auto;
	text-align:center;
}


#footer ul {
	width:630px;
	margin:0 auto;
	padding:30px 0px;
}


#footer li {
	float:left;
	padding:0 40px 0 0;
}


#footer a {
	font-size:13px;
}

#footer span {
	color:#ef0b1b;
}

#footer a:link { color:#000; text-decoration:underline;}
#footer a:active { color:#000; text-decoration:underline;}
#footer a:hover { color:#e58a95; text-decoration:none;}
#footer a:visited { color:#000; text-decoration:none;}

#footer .copyright {
	font-size:12px;
	padding:20px 0;
	background:#00458c;
	color:#FFF;
}
