
/*+++++++++++++++++++++++++++++ページ全体*/

*{
	margin:0;
	padding:0;
	border:0;
	
}
/*++++++++++++++++++++++++++++++ボディ部分*/
body{
    font-size: 10pt;
    font-family: "MS UI Gothic",sans-serif;
	background-image:url(../images/bg_body.gif) ;
	background-color : #ffffff;
	background-repeat: repeat-y;
	background-position: 50% 50%;
}
/*+++++++++++++++++++++++++++++リンクの設定*/
a{
	text-decoration: none;
}
a:link{
	color:#000;
}
/*+++++++++++++++++++++++++++++フロートクリア*/
.clear{
	clear: both;
}
/*+++++++++++++++++++++++++++++フォント*/
p{
	text-align: left;
	line-height: 1.5;
}
.f-red{
	color:#FF0000;
}
.f-orange{
	color:#FF6600;
}
.f-lightblue{
	color:#00CCFF;
}
.f-blue{
	color:#0033FF;
}
.f-brown{
	color:#993300;
}
.f-gray{
	color:#666666;
}
.f-small{
	font-size: 8pt;
}
.f-small2{
	font-size: 9pt;
}
.f-large{
	font-size: 12pt;
}
.f-bold{
	font-weight:bold;
}
.f-HGP{
	font-size: 13pt;
	font-family : HGP創英角ｺﾞｼｯｸUB;
}
.f-del{
	text-decoration:line-through;
}
.right{
	float:right;
}
.left{
	float:left;
}
#popup {
	background-color:#fff;
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 25px 5px #999;
	color:#111;
	min-width:450px;
	padding:25px
}