/*=============================================

 Reset

=============================================*/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body{
	background-color: #ffffff;
	color: #333333;
	font-size: 16px;
	*font-size: 100%;

}

p, li, dl, table{ line-height: 1.5; }


hr { display: none; }

img {
	margin: 0;
	padding: 0;
	border: none;
}

table {
	border-collapse: collapse;
	padding:0;
}

th,td {
	border-collapse: collapse;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: none;
}

.clear{ clear: both; }

ul{ list-style-type: none; }

a {color: #333333; text-decoration: underline;}

a:hover { text-decoration: none;}

form { font-size: 12px; }

/*=============================================

 Layout

=============================================*/
#wrapper {
	width: 780px;
	padding: 10px;
}

#wrapper h1 {
	margin-bottom: 20px;
}

#searchArea {
	width: 760px;
	height: 154px;
	padding: 10px;
	background: url(../images/search_bg.gif) no-repeat;
}

#searchArea h2 {
	margin-bottom: 10px;
}

#searchArea img {
	margin-right: 10px;
}

#searchArea img.mRB {
	margin-right: 10px;
	margin-bottom: 10px;
}

#searchArea .mLRB {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#searchArea .mTRB {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#searchArea .mTLB {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#searchArea p {
	font-size: x-small;
	color: #000000;
	text-align: left;
}

.Red {
	color: #ff0000;
}

.linkTxt1 {
	margin: 20px 0px;
	color: #000000;
	font-size: small;
}

.linkTxt1 a:link, .linkTxt1 a:visited, .linkTxt1 a:active, {
	text-decoration: underline;
}
.linkTxt1 a:hover {
	text-decoration: none;
}

.Txt1 {
	margin: 0px 0px 10px 0px;
	color: #000000;
	font-size: small;
}

h2.funcTit {
	margin-bottom: 10px;
}

/*=============================================

 Footer

=============================================*/

#footer {
	margin: 40px auto 0px auto;
	padding-top: 10px;
	border-top: 1px solid #999999;
	text-align: left;
}

#footer p.footTxt {
	font-size: small;
}

#footer p.footTxt a:link, #footer p.footTxt a:visited, #footer p.footTxt a:active, {
	text-decoration: underline;
}
#footer p.footTxt a:hover {
	text-decoration: none;
}

#footer p.copyright {
	font-size: x-small;
	color: #000000;
}

/*=============================================

 Article

=============================================*/

table.ArticleAreaC {
	width: 780px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}

table.ArticleAreaC th.ASpace {
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #f5f5f5;
	font-size: small;
	font-weight: bold;
}

table.ArticleAreaC td.WSpaceB {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
	font-size: small;
}

p.explain {
	margin-top: 10px;
}