@charset "utf-8";

/*------------------------------------------------------------------------------

CSS Information

URL:		http://pgd.jp/cgi/pgdmailform/pgdmailform.cgi
File name:	style.css
Summary:	base styles
Auther:		Akira Motojima / PGD WORKS

Order of desctiption

__Default_style_set
__container				(div#container)
__header				(div#header)
__contents				(div#contents)
__main					(div#main)
__footer				(div#footer)

------------------------------------------------------------------------------*/

/*--------------------------------------

__Default_style_set

--------------------------------------*/


html {
	
	
	/* スクロールバーの強制表示 */
	overflow-y: scroll; /* CSS3 */
	margin-bottom: 1px; height:100%; /* CSS3非対応ブラウザ用 */
	
	/* スクロールバーの色 html/body両方に設定が必要 */
	/* scrollbar-base-color: #FFFFFF; */
	
}


th td { vertical-align: top;}

/*
a:link{
	color: #444444;
}
a:visited{
	color: #444444;
}
a:hover{
	color: #444444;
}
a:active {
	color: #444444;
}
*/


/*--------------------------------------

__container

--------------------------------------*/

#container {
	width: 760px;
	margin: 20px auto 0;
}





/*--------------------------------------

__contents

--------------------------------------*/

#content {
	width: 850px;
	margin: 10px 0px 0px 150px;
}


/*--------------------------------------

__main

--------------------------------------*/

#main {
	width: 700px;
	margin: 10px 0px 0px 150px;
}


/* テーブル全体の表示 */
table.question {
	width:800px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #7777bb;
	border-collapse:collapse;
}

th.question{

	width: 200px;
	background: #cccce6;
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;

}


table.question th {

	width: 200px;
	background: #cccce6;
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;

}

table.question td { 
	border: 1px solid #7777bb;
		padding: 8px;


}

/* エラー時の表示 */
table.question .error_coution {
	color:#FF0000;
}

/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}

textarea.etc{
	border: 1px solid #7777bb;
	margin: 0;

}

/*--------------------------------------

__footer

--------------------------------------*/

#foot {
	clear: both;
	height: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DDDDDD;
	font-size: 1.0em;
	text-align:right;
	text-align: right;
}

#footer a:link{
	color: #999999;
	text-decoration: none;
}
#footer a:visited{
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	color: #999999;
	text-decoration: none;
}
#footer a:active {
	color: #999999;
	text-decoration: none;
}