/* CSS Document */
@charset "SHIFT_JIS";

*{ margin: 0px; padding: 0px; }*

/* body */
body { background-color: #F5F5F5; font-size:0.8em; line-height:1.2em; color:#454545; }

body {-webkit-text-size-adjust: 100%;}/*iphone文字サイズ調整*/

/* contents */
.layout { text-align: center; width: 980px; height: 560px; margin: 0 auto; }

/* footer */
.footer { clear: both; text-align:center; width: 980px; height: 70px; color: #999999; background-image: url(../img/footer.gif); background-position: left; background-repeat: no-repeat; margin: 0 auto; background-color: #121212; }

	.footer_info { float: left; width: 500px; height: 70px; }
	
	.footer_flash { float: right; width: 380px; height: 30px; padding: 20px 0 20px 0; line-height: 1.3em; font-size: 0.8em; font-size: 0.8em; text-align: left; }
	
	.footer_flash img { float: left; margin-right: 10px; }
	
	.footer_flash a { color: #CCFF00; }
	
	.footer_flash a:hover { color: #FF3399; }
/* CSS Document */

