@charset "utf-8";

/*------------------------------------------------------------------------------

CSS Information

URL:		http://pgd.jp/cgi/pgdmailform/pgdmailform.cgi

Order of desctiption

__Default_style_set
__container				(div#container)
__header				(div#header)
__contents				(div#contents)
__main					(div#main)
__footer				(div#footer)

------------------------------------------------------------------------------*/

/*--------------------------------------

__Default_style_set

--------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

html {
	
	font-size:10px;
	
	/* XN[o[・梧ｬｺ */
	overflow-y: scroll; /* CSS3 */
	margin-bottom: 1px; height:100%; /* CSS3・守稔EUp */
	
	/* XN[o[・瑚牡 html/body・芽ｨｭ螳壹′Kv */
	/* scrollbar-base-color: #FFFFFF; */
	
}

body {
	
	background-color: #FFFFFF;
	color: #333333;
	font-family: 'MS UI Gothic','qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
	font-size: 1.6em;
	
	/* XN[o[・瑚牡 html/body・芽ｨｭ螳壹′Kv */
	/* scrollbar-base-color: #FFFFFF; */
	
}

img { border-width: 0px;}



/*
a:link{
	color: #444444;
}
a:visited{
	color: #444444;
}
a:hover{
	color: #444444;
}
a:active {
	color: #444444;
}
*/


/*--------------------------------------

__main

--------------------------------------*/

#main {
	width: 500px;
	margin: 10px auto;
	text-align:center;
	font-size:12px
}

#main p {
	margin: 10px 0;
}

/* e[u・・・陦ｨ */
table.question {
	width: 100%;
	border-width:0px;
	margin: 10px auto;
}

table.question th {
	padding: 10px;
	background: #dddddd;
	color:#333333;
}

table.question td { 
	padding: 10px;
	background-color:#b8e8ff;
}

/* G[・瑚｡ｨ */
table.question .error_coution {
	color:#e20000;
}

table.question .attention {
	color:#e20000;
}
/* submit{^GA */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}


