@charset "utf-8";
/* CSS Document */

BODY { overflow : hidden ;}

#container{
	width:585px;
	/*height:189px;*/
	height:495px;	/*トップページindex.htmlのiframeタグ部と合わせる*/
	margin-left:15px;
}

#container form{
	margin:0 15px 5px 0;
}

#container form input{
	background-color:#FFE0E9;
	padding:5px 15px;
	color:#0c00e5;
	font-weight:bold;
	width:94%;
	box-sizing:border-box;
}

#container dl{
	line-height:1.7;
	font-size:107.69%;
		/*(14px/normal)*/
	font-weight:bold;
	color:#666666;
}

#container dl dt{
	float:left;
	background:url(../../img_share/img_contentsLeft/icon_list_Glay_point.png) no-repeat left center;
	width:10em;
	padding-left:10px;
}

#container dl dd{
	width:390px;
	margin-left:10em;
	padding-left:10px;
}

a{
	color:#666666;
	text-decoration:underline;
}

a:hover{
	color:#FF9600;
	text-decoration:none;
}

span,span a{
	color:#cc0000;
}