﻿@charset "UTF-8";
/* CSS Document */

/*------------------------
structure
------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 10px;
	font-family: Trebuchet MS,"sans-serif";
	background: #DCE1E4 url(../img/battery.gif) no-repeat center 300px;
}

div#contents {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 920px;
}

div#wrapper p {
	text-align: center;
}

div.twitter {
	margin: 20px 0 0 20px;
	padding: 75px 50px 0;
	width: 350px;
	height: 260px;
	overflow: hide;
	background: url(../img/tweet_bg.jpg) no-repeat left top;
}

/*------------------------
text
------------------------*/
p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	line-height: 1;
}

p {
	font-size: 100%;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

A:link { color: #005799text-decoration: none;  }
A:visited { color: #005799; text-decoration: none; }
A:active { color: #005799; text-decoration: underline; }
A:hover { color: #005799; text-decoration: underline; }
