@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:#006699;
	text-decoration: underline;
	}

a:hover {
    color:#009999;
	text-decoration: underline;
	}

a:visited {
    color:#006699;
	text-decoration: underline;
	}


/*--------------------------------------

__main

--------------------------------------*/

#main {
	width: 600px;
	margin: 10px auto;
	text-align:center;
	font-size:12px
}

#main p {
	margin: 10px 0;
}

#wrapper {
    text-align:left;
}

/* e[u・・・陦ｨ */
table.question {
	width: 600px;
	border-top:1px solid #999999;
	margin: 10px auto;
}

table.question th {
    width:216px;
	padding: 10px 20px 10px 23px;
	background: #eeeeee;
	border-bottom:1px solid #999999;
}

table.question td {
    width:300px;
	padding: 10px 18px 10px 23px;
	background-color:#ffffff;
	border-bottom:1px solid #999999;
}

/* G[・瑚｡ｨ */
table.question .error_coution {
	color:#FF0000;
}

.attention {
	color:#FF0000;
	font-weight:bold;
}

.attention02 {
	color:#FF0000;
	font-weight:bold;
	padding:0px 0px 0px 23px;
}

/* submit{^GA */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
	vertical-align:middle;
	height:25px;
}

div.question_submit input.button02 {
	width: 75px;
	vertical-align:middle;
	height:25px;

}

.01 {
    padding:0px 0px 3px 0px;
}

.02 {
    height:5px;
}

.center {
    padding-left:190px;
}

.center02 {
    margin:0px auto;
	padding:0px ;
	text-align:center;    
}

p {
	font-size:14px;
}