/*
===============================================================================
ポップアップフォーム基本スタイルシート
===============================================================================*/
/*---  Font Family  ---*/
h1,h2,h3,h4,h5,h6 { 
	font-family:Hiragino Kaku Gothic Std, osaka, "ＭＳ Ｐゴシック", sans-serif;
	}

/* Element Tags
-------------------------------------------------------------------------------*/
body	{
	margin:0;
	padding:20px 0 0;

	background:#e7e7e7 url("../images/popup/public_bg_01.gif") repeat-x top left;

	font-size:x-small;
	color:#333333;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
} html>body {font-size:small;}
a {
	color:#3333ff;
	border-width:0px;
}
a img {
	border:none;
	border-width:0px;
}
p {
	margin:7px 0 0;
	padding:0;
	line-height:1.75em;
	color:#333333;
}
/* For Early Gecko Browsers Strict Standard Mode */
table td img {
	display:block;
}
form {
	padding:0;
	margin:20px 0 10px;
}

/* Title
-------------------------------------------------------------------------------*/
#title {
	padding:0;
	margin:0 10px;
	background:#365aa4 url("../images/popup/public_bg_02.gif") repeat-y top right;

	width:480px;
}
#title h1 {
	margin:0 8px 0;
	padding:5px 0 5px 15px;
	
	color:#fff;
	background:url("../images/popup/pubilc_title_point.gif") no-repeat center left;

	font-weight:bold;
		
	font-size:x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
} html>body #title h1 {font-size:small;}


/* Contents
-------------------------------------------------------------------------------*/
#contents {
	margin:0 10px 10px;
	padding:23px 10px 1.5em;

	background:#fff url("../images/popup/public_bg_03.gif") no-repeat top left;

	border-top:1px solid #163677;
	border-left:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;

	width:480px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:458px;
} html>body #contents {width:458px;}

#contents h2 {
	padding:5px 0 0px 17px;
	background:#fff url("../images/popup/public_contents_point.gif") no-repeat top left;
	font-size:100%;
	margin-bottom:0.5em;
}

#contents .caution {
	font-size:95%; 
	color:#cc0000;
}
#contents p.head {
	padding:0 0 0em 17px;

	background:#fff url("../images/popup/public_contents_point.gif") no-repeat top left;
}
#contents p.buttons {
	padding:10px 0 0;
}


/* Footer
-------------------------------------------------------------------------------*/
#footer {
	width:100%;
	
	padding:0;
	margin:0;
	background:#fff url("../images/popup/public_bg_04.gif") repeat-x top left;
}
#footer a {
	display:block;
	margin:0 1px 0 auto;
	padding:1px 0 0 0;
	
	width:62px;
	height:19px;
}
