/* -----------------------------------
standard setting
----------------------------------- */
*{
	margin:0 0 0 0;
	padding:0;
}

body{
font-size: 75%;
}

img{
	border:0;
	vertical-align:bottom;
}

.clearboth {
	clear: both;
}

h1,h2,h3{
	font-size:100%;
}

/* -----------------------------------
link color
----------------------------------- */
a {
	text-decoration: underline;
}
a:visited {
}
a:hover {
}

ul{
	list-style:none;
}
/* -----------------------------------
page
----------------------------------- */
.page{
	text-align:center;
	margin:0 0 20px 0;
	color:#333333;
	text-align: center;
	background-color: #FFFFFF;
	line-height: 160%;
	/*\*/font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/* */
	overflow:hidden;
}

/*--------fontsize-------- */

div#user img{
vertical-align: top;
}

div#fontsize{
	width: 180px;
	float: right;
	padding: 0 5px;
	vertical-align:bottom;
	font-size: 1%;
	line-height:1px;
}
#fontsize ul{
	margin:0;
	padding :0;
}

#fontsize li{
	display: inline;
	list-style-type: none;
	padding-right:5px;
}
#fontsize li img{
vertical-align: top;
}


