@charset "UTF-8";
/*pcstyle.css*/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

body > div {
	width: 950px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

#hd {
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #3ab212;
	margin-left: auto;
	margin-right: auto;
}

.title_area {
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	border: 3px green double;    /* 枠線の装飾 */
	background-color: #09C10B;   /* 背景色 */
	background: -prefix-linear-gradient(bottom,  #1db200 75%, white);
	background: linear-gradient(to top, #1db200 75%, white);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#1db200',GradientType=0 );*/
	font-family: "ヒラギノ角ゴ", sans-serif;
	font-weight: bold;
	color: white;
	font-size: 150%;
	padding: 15px;
	margin-top: 10px;
}

.table_area{
	margin-top: 10px;
	marign-bottom: 10px;
}

.tbl_style{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 8px;
}

.tbl_style th{
	width:25%;
	font-size: 85%;
	padding: 6px 6px 6px 6px;
	text-align: center;
	vertical-align: middle;
	color: #336633;
	/*background: url(bg.jpg) repeat-x top left #CCFF99;*/
	background: url(bg.jpg) repeat-x top left rgba(58, 178, 18, 0.3);
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
}

.tbl_style td{
	width: 75%;
	font-size: 85%;
	padding: 6px;
	text-align: left;
	color:#006400;
	padding-left: 15px;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul{
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: -10px;
	margin-bottom: 0px;
}

.msgstyle{
	color: red;
}
