@charset "euc-jp";
/* CSS Document powerd by 東京インターネットスパーク http://tokyo.internetspark.jp  */

/*** TAG 基本***/
body{
	text-align:left;
	line-height:180%;
	font-size:80%;
}

h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	font-size:110%;
}

form{
	margin:0px;
	line-height:2em;
}

img{
	border:0px;
}

div{
	text-align:left;
}

/*********PAGE***********/
#container{
	width:480px;	/*ページ全体の幅*/
	margin:auto;	/*全体がページの中央にくるように	*/
}

.htmltag{
	width:80%;
	border:1px solid #666666;
	padding:5px;
	margin:2px auto 5px auto;
}

