/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	line-height:110%;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;;
}

div.clear hr
{
	display:none;
}


/* ----- リンク ----- */

a
{
	color:#0000ff;
	background:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#006699;
	background:#ffffff;
	text-decoration:underline;
}


/* ----- body ----- */

body
{
	color:#333333;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:130%;
}

.fs121 {font-size: 12px; color: #FF0000; font-weight: bold;}
.fs122 {font-size: 12px; color: #333333; font-weight: bold;}
.fs141 {font-size: 14px; color: #FF0000; font-weight: bold;}
.fs181 {font-size: 18px; color: #FF0000; font-weight: bold;}
.fs182 {font-size: 18px; color: #000066; font-weight: bold;}


/* ----- 共通 ボックス ----- */


.info-box {
	font-size:12px;
	width:620px;
	margin:0px;
	padding: 5px;
	text-align: left;
}

.img-box {
	float: left;
	width:150px;
	margin-right: 10px;
	text-align: left;
}

.txt-box {
	float: left;
	font-size:12px;
	width:170px;
	margin-right:10px;
	text-align: left;
}

#privacy-box {
	font-size:12px;
	width:540px;
	margin: 0px;
	padding: 5px;
	text-align: left;
}


