* {
	margin: 0px;
	padding: 0px;
	font: normal 12px/170% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
html {
	overflow-y: scroll;
}
img {
	border: none;
}
td {
	vertical-align:top;
}
a:focus{
	outline:none;
}

/* 文字・余白設定
---------------------------------------------------- */
.small{
	font-size:10px;
	line-height:150%;
}
.small_gre{
	font-size:10px;
	line-height:150%;
	color: #615F15;
}
.large{
	font-size:13px;
	line-height:150%;
	font-weight:bold;
	padding-top:10px;
}
.xlarge{
	font-size:14px;
	line-height:170%;
}
.xlarge{
	font-size:16px;
}
.xlarge_gre{
	font-size:16px;
	color: #615F15;
	font-weight:bold;
}
.xlarge_or{
	font-size:16px;
	color: #FF7F00;
	font-weight:bold;
}
.xxlarge_pk{
	font-size:18px;
	color: #F81C46;
}
.xxlarge_br{
	font-size:18px;
	color: #7F5003;
	font-weight:bold;
}
.red{
	color: #FF0000;
}
.pk{
	color: #F81C46;
	font-weight:bold;
}
.brown{
	color: #7F5003;
}
.green{
	color: #615F15;
}
.attention{
	font-size:11px;
	line-height:150%;
	color: #6C470B;
	margin-top:10px;
	padding:10px;
	border:1px dotted #FF0000;
	background-color:#fff;
}
/* リンク設定
---------------------------------------------------- */
a:link{
	text-decoration: none; 
	color: #C17701;
}
a:hover{
	text-decoration: underline; 
	color: #A14917;
}
a:visited{
	text-decoration: none; 
	color:#BD2844 ;
}
/* フロート設定
---------------------------------------------------- */
.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}
