@charset "utf-8";
/* CSS Document */

/* ヘッダーコンテンツ */
.header {
  width:100%;}
  
/*  レフトコンテンツ  */
.left {
	width:180px;}


/*  センターコンテンツ  */

.content {
  width:450px;}
  
/*  ライトコンテンツ  */

.right {
	width:165px;
	margin-left:6px;
	}

/*  フッター  */

.footer {
	margin-top:10px;
  width:850px;}  

.q {
	width:400px;
	height:40px;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(../qa/images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:50px;
	}
.a {
	margin-top:10px;
	background-image: url(../qa/images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:50px;
	width:400px;
	height:40px;
}