@charset "UTF-8";
/* CSS Document */


 /* IE以外のモダンWEBブラウザ向けの指定 */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

 /* IE7及びMac版IE5向けの指定 */

.clearfix {display:inline-block;}

 /* IE6以前向けの指定 */

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



/* End hide from IE-mac */



/* basic settings */
body {
	background-color: #E7E3DA;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
#container {
	text-align: left;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CDCDCD;
}
a:link { color: #0066CC; }
a:visited {
	color: #915555;
}

.imgover {
}

.clear {
		clear: both;
}


#twitter  {
		padding-top: 25px;
}
#twitter a {
		margin-bottom: 10px;
		border: 1px solid #699;
		display: block;
		width: 172px;
}
#twitter a:hover{
		border: 1px solid #9CD5E8;
}
#footer p#times {
	float: right;
	clear: right;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}

