@charset "utf-8";

/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */
/* 基本フォント -------------------- */
body {
	color: #333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,em { font-style: normal; }
/*\*/
* html body { font-size: 75%; }
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child + html body { font-size: 75%; }
/**/

/* 基本タグ -------------------- */
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background: #cca86f url(../img/bg.jpg) repeat-x center top;
}
img,table { border: none; }
ol,ul { list-style: none; }

/* 基本テキストリンク -------------------- */
a:link { color: #0099ff; }
a:visited { color: #0099ff; }
a:hover { color: #0099ff; }
a:active { color: #0099ff; }


div#twitter {
	position:absolute;
	top: 212px;
	left: 50%;
	margin-left: 230px;
	z-index: 20;
}

#twitter_div {
	text-align : left;
	margin : 0px;
	padding : 0px;
	width : 400px;
	height: 100px;
}

#twitter_div ul {
	width : 400px;
	height: 100px;
	overflow: auto;
	padding: 0px;
	margin-top: 25px;
}

#twitter_div li {
	margin: 5px;
	padding : 5px;
	background: #fff;
	border: 1px solid #999;
}

#twitter_div li a {
	font-size : 0.7em !important;
	color : #999;
}

#twitter_div li a:hover {
	color : #f00;
}

#twitter_div li span {
	color : #000;
	font-size : 0.8em;
}

#twitter_div li span a {
	color : #999;
	font-size : 1em !important;
}

a#twitter-link {
	font-size : 0.8em;
	color : #999;
	text-align : right;
	display : block;
}

a#twitter-link:hover {
	color : #f00;
}