@charset  "utf-8";
@import url(common.css);
@import url(textsetting.css);


/* ----------------ABOUT Page-------------- */
body {
	background: #FFFFFF url(../images/bk02.gif) repeat-x;
	line-height: 1.5;
	color: #000000;
	font-size:12px;
	font-family: 
		Arial,
		Century Gothic,
		Courier New,
		sans-serif;
}

#wapperA {
	
	width: 555px;
	margin: 0 auto;
}

/* ---------------------------------------------------------------- *
	HEADER設定
 * ---------------------------------------------------------------- */
#headerA {
	position: relative;
	width:525px;
	height: 70px;
	background: url(../images/bk02.gif);
	padding:15px 20px 15px 10px;
}

#headerA ul {
	position:absolute;
	top: 79px;
	right: 10px;
	width: 220px;
	height: 14px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#headerA ul li {
  	display: inline;
  	margin: 0;
  	padding: 5px 5px;
}

/* ---------------------------------------------------------------- *
	NAV設定
 * ---------------------------------------------------------------- */
#navigationA {
	width: 530px;
	height: 38px;
	background: url(../images/bk03.gif) repeat-x;
	padding-top: 7px;
	padding-left: 25px;
	border-bottom: #FFFFFF solid 8px;
}
#navigationA ul,
#navigationA ul li {
	float: left;
	margin: 0;
	padding:0;
	list-style-type: none;
}

#navigationA ul {
	width: 500px;
	height: 38px;
	background: url(../images/navi-set.gif) no-repeat;	
	margin: 0;
	padding:0;
	list-style-type: none;
}

/* ---------------------------------------------------------------- *
	MAIN設定
 * ---------------------------------------------------------------- */
 #mainA {
 	width: 515px;
	margin: 10px;
	padding: 10px;
	border: #999999 solid 1px;
}

#mainA h1 {
	background: url(../images/hd.gif) no-repeat left;
	height:  20px;
	margin: 10px 30px 20px 30px;
	padding-left: 24px;
	padding-bottom: 10px;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 1px;
	color:#333333;
	border-bottom: #CC0000 solid 2px;
}

#mainA h2 {
	margin: 0 30px 10px 30px;
	font-size:14px;
	font-weight:bold;
	letter-spacing: 1px;
	white-space: normal;
	border-bottom: #666666 dotted 1px;

}

#mainA h3 {
	margin: 0 30px 0 30px;
	font-weight:bold;
	letter-spacing: 1px;
	font-style:italic;
}


#mainA p {
	margin: 0 30px 10px 30px;
	letter-spacing: 1px;
	white-space: normal;

}
 
 #mainA  ul,
 #mainA ol {
	margin: 0 30px 20px 30px;
	padding-left: 20px;
	letter-spacing: 1px;
	white-space: normal;

}
 
#mainA tr  td {
	padding: 5px;
}
/* ---------------------------------------------------------------- *
	FOOTER設定
 * ---------------------------------------------------------------- */
 #footerA{
	position: relative;
	width: 555px;
	height: 65px;
	color: #FFFFFF;
	background: url(../images/fd.gif);
	padding:5px 0 5px 0;
}

#footerA ul {
	position:absolute;
	top: 5px;
	left: 285px;
	width: 243px;
	margin: 2px 5px 2px 5px;
	padding: 0px 5px;
}

#footerA ul li {
  	display: inline;
  	margin: 0;
  	padding: 4px 4px;
 	border-right: 1px solid #FFFFFF;
}

#footerA 
a:link {
  color: #FFFFCC;
  text-decoration: none;
}

#footerA
a:visited {
  color: #FFFFCC;
}

#footerA
a:hover {
  color: #FFCCCC;
  text-decoration: underline;
}

#footerA
a:active {
  color: #FFFFCC;
  text-decoration: underline;
}


#footerA  address {
	margin-top: 30px;
	margin-left: 10px;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
}

