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

/*-------------------------------------------------
Reset
-------------------------------------------------*/
html, div, img,h1, h2, h3, h4, h5, h6 ,ul ,li, ol, dl, dd, dt, p{
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
	border:0px;
}



/*-------------------------------------------------
Common
-------------------------------------------------*/
/* Body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color:#666666;
	text-align:center;
}

/*Link*/
a {color:#006699; text-decoration: none;}
a:visited {color:#009966; text-decoration:underline;}
a:hover {color:#333300; text-decoration: none;}


/*-------------------------------------------------
Wrapper
-------------------------------------------------*/
#wrapper {
	width:640px;
	text-align:center;
	margin:10px auto;
	padding:0;
}

/*-------------------------------------------------
Header
-------------------------------------------------*/

#header {
	position:relative;
	height:30px;
}

#header h1{font-size:80%;
}

/*-------------------------------------------------
Main
-------------------------------------------------*/	

#main {
    position:relative;
	width:640px;
	background-color:#FFFFFF;
}

.twit {
	width:640px;
	margin:0px auto 20px auto;
}

/*-------------------------------------------------
img
-------------------------------------------------*/	
#img {
	height:240px;
	width:640px;
}

/*-------------------------------------------------
contents
-------------------------------------------------*/	
#contents {
    height:100px;
}

#contents h2{font-size:80%;
}

#contents p{font-size:80%;
}

#contents li{
    display:inline;
	font-size:80%;
	padding:5px;
}

/*-------------------------------------------------
hooter
-------------------------------------------------*/	
#footer {
	position:relative;
	width:640px;
	height:80px;
}

#footer h3{font-size:70%;
}

#footer p.copy{font-size:70%;
}