body {
	font-size:12px;
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';  
	color:#333333;
	background-color:#CCCCCC;
	margin: 0px;
}
.both {
	clear: both;
}
p {
	margin-bottom: 7px;
	margin-top: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 0.9em;
}
textarea {
	font-size: 0.9em;
}
select {
	font-size: 0.9em;
}

.Fred_s {
	font-size: 10px;
	color: #FF0000;
}
.Fred_n {
	color: #FF3300;
}
.Fred_b {
	font-size: 1.2em;
	color: #FF3300;
}
.Forange {
	font-weight: bold;
	color: #FF6600;
}



.SubmitAdd {
	font-size: 10px;
}


A.nomal:link  {
	color: #9900FF;
	text-decoration: none
}
A.nomal:visited  {
	color: #CC00FF;
	text-decoration: none
}
A.nomal:hover  {
	color: #FF3300;
	text-decoration: underline
}
A.nomal:active  {
	color: #FF00FF;
	text-decoration: none
}

.sk_cssdesign #container {
	width: 98%;
	margin: 0 auto;
}
.sk_cssdesign #title {
	padding: 10px;
	color: #FF6600;
	background-color: #333333;
	text-align: left;
}



.sk_cssdesign #base {
	padding: 25px;
	text-align: left;
	background-color: #FFFFFF;
}
.sk_cssdesign #foot {
	padding: 3px;
	font-size: 0.9em;
	background-color: #333333;
	color: #CCCCCC;
	text-align: right;
}
#SendComment {
	width: 97%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

.TD1 {
	font-weight: normal;
	color: #000000;
	background-color: #DFDFDF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF6600;
	width: 250px;
}
.TD2 {
	background-color: #FFFFFF;
}
#PageTitle {
	padding: 3px;
	width: 350px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	background-color: #FF6600;
	color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #999999;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
.validation-advice {
	color : #FF3300;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
