@charset "utf-8";
/* -----------------------------------------------

You Me & Cookies Q&A CSS
FILE DATA: qnada.css

----------------------------------------------- */

/* ------------------------------------------- * /
/* logo */
div#logo{
	float:left;
}
div#logo a{
	display:block;
	background:url(../../share/images/logo.gif) no-repeat;
	width:270px;
	height:45px;
	text-indent:-99999em;
	padding:0 30px 0 0;
}

/* ------------------------------------------- * /
/* menu */
ul#menu li a.menu_page{
	background:url(../images/menu.gif) no-repeat;
	border-bottom:#C7B299 dotted 1px;
	padding:0 0 13px 0;
	margin:0 0 13px 0;
}
ul#menu li ul{
	margin:0 0 25px 0;
}
ul#menu li ul#sub li a{
	width:180px;
	height:15px;
	text-indent:-99999em;
	display:block;
	margin:0 0 25px 0;
	border-bottom:#C7B299 dotted 1px;
	padding:0 0 13px 0;
	margin:0 0 13px 0;
}
ul#menu li ul#sub li a.sub01{
	background:url(../images/sub1.gif) no-repeat;
}
ul#menu li ul#sub li a.sub02{
	background:url(../images/sub2.gif) no-repeat;
}
ul#menu li ul#sub li a.sub03{
	background:url(../images/sub3.gif) no-repeat;
}
/* ------------------------------------------- * /
/* panlist */
div#panlist{
	width:650px;
}
div#panlist a.home{
	background:url(../images/pan_home.gif) no-repeat;
	width:21px;
	height:5px;
	display:block;
	text-indent:-99999em;
	float:left;
	padding:0 10px 0 0;
}
div#panlist span.pagepan{
	background:url(../images/pan_txt.gif) no-repeat;
	width:95px;
	height:6px;
	float:left;
	text-indent:-99999em;
}
/* ------------------------------------------- * /
/* main */
h1{
	margin:20px 0;
	background:url(../images/title.gif) no-repeat;
	width:650px;
	height:47px;
	text-indent:-99999em;
}
p.qandatxt{
	margin:15xp 0;
	line-height:1.6em;
}
p.qandatxt a{
	text-decoration:none;
	color:#09F;
}
h2.qandatitle{
	padding:20px 0 20px 50px;
	background:url(../images/qmida.gif) no-repeat 0 50%;
	font-size:131%;
	color:#630;
}

dl.qnaddl{
	padding:0 0 10px 0;
	margin:0 0 15px 7px;
	border-bottom:#CCC dotted 1px;
}

dl.qnaddl dt{
	padding:0.5em 0 0.5em 30px;
	background:url(../images/q_mark.gif) no-repeat 0 50%;
}

dl.qnaddl dd{
	padding:0.5em 0 0.5em 30px;
	background:url(../images/a_mark.gif) no-repeat 0 50%;
}
dl.qnaddl dd a{
	text-decoration:none;
	color:#06C;
}



