@charset"UTF-8";

/* -------------------------------------------------------------------
reset, default
------------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	font-size: 12px;
	height: 100%;
	font-family: Tahoma, "MS Pゴシック",sans-serif;
}

table {
	font-size: 12px;
	line-height: 150%;
}

body, h1, h2, h3, ul, li, form, dl {
	margin:0;
	padding:0;
}
a {
	color: #0088ff;
}
a:visited {
	color: #0062B9;
}
a:hover {
	color: #AFDAFF;
}

/* -------------------------------------------------------------------
float clear
------------------------------------------------------------------- */
.cl {
	height:1%;
	overflow:visible;
}

.cl:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
/* -------------------------------------------------------------------
wrapper
------------------------------------------------------------------- */
div#wrapper {
	margin: 20px;
	color: #333;
}

div#yahooMainArea {
	float: left;
	margin-right: -450px;
	width: 100%;
}

div#yahooSideArea {
	float: left;
	width: 150px;
	margin: 20px 25px 0 25px;
}
/* -------------------------------------------------------------------
topic path
------------------------------------------------------------------- */
div#topicPath {
	font-size: 10px;
	margin: 10px 0;
}

/* -------------------------------------------------------------------
header
------------------------------------------------------------------- */
h1 a,
h1 a:hover,
h1 a:visited {
	text-decoration: none;
	color: #000;
}


/* -------------------------------------------------------------------
QA
------------------------------------------------------------------- */
div#yahooQABlock {
	margin-right: 450px;
}

ul#yahooQA {
	margin-bottom: 20px;
}
ul#yahooQA li {
	list-style-type: none;
	padding: 15px 0;
	background: url(/img/line.gif) 0 0 repeat-x;
}
ul#yahooQA li h3 {
	background: url(/img/q.gif) 0 0 no-repeat;
	padding: 0 0 0 25px;
	min-height: 20px;
	line-height: 20px;
	font-weight: normal;
}

ul#yahooQA li div.summary {
	margin-left: 40px;
	line-height: 160%;
}

ul#yahooQA li div.info {
	margin-left: 40px;
	color: #666;
	font-size: 10px;
	line-height: 140%;
}

/* -------------------------------------------------------------------
QA Detail
------------------------------------------------------------------- */
div#yahooQADetail {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

div#yahooQADetail h3 {
	min-height: 20px;
	line-height: 20px;
	font-weight: normal;
	background: url(/img/q.gif) 0 0 no-repeat;
	padding: 0 0 0 25px;
}

div#yahooQADetail div.info {
	color: #666;
	font-size: 10px;
	line-height: 140%;
	margin-top: 10px;
}
div#yahooQADetail dl {
	margin-top: 10px;
	line-height: 160%;
	color: #333;
}

div#yahooQADetail dl dd {
	margin-top: 10px;
	background: url(/img/a.gif) 0 0 no-repeat;
	padding: 0 0 0 25px;
}

/* -------------------------------------------------------------------
page
------------------------------------------------------------------- */
p#pageComment {
	font-size: 10px;
	text-align: right;
}
div#page {
	margin-bottom: 20px;
	text-align: center;
}
div#page ul {
	margin: 0 auto;
}
div#page ul li {
	list-style-type: none;
	float: left;
	display: block;
	text-align: center;
	line-height: 20px;
	margin: 2px;
}
div#page ul li.pagemove a {
	display: block;
	padding: 3px 7px;
	border: 1px solid #0088ff;
	color: #0088ff;
	text-decoration: none;
}
div#page ul li.pagemove a:visited {
	color: #0062B9;
	border: 1px solid #0062B9;
}
div#page ul li.pagemove a:hover {
	color: #AFDAFF;
	border: 1px solid #AFDAFF;
}
div#page ul li.pagetitle {
	width: 40px;
	text-align: left;
	padding: 3px 7px;
}
div#page ul li.this,
div#page ul li.arrow {
	padding: 4px 7px;
	margin: 2px;
}
div#page ul li.arrow a {
	text-decoration: none;
}

/* -------------------------------------------------------------------
Category
------------------------------------------------------------------- */
ul#category li {
	list-style-type: none;
	background: url(/img/icon.gif) 0 6px no-repeat;
	padding-left: 13px;
	line-height: 21px;
	min-height: 21px;
}
ul#category li.parent {
	background: url(/img/icon_parent.gif) 0 6px no-repeat;
}
ul#category li.open {
	background: url(/img/icon_open.gif) 0 6px no-repeat;
}
/* -------------------------------------------------------------------
Client
------------------------------------------------------------------- */
div#clientArea {
	margin-bottom: 30px;
	line-height: 160%;
	color: #333;
	width: 150px;
	float: left;
	margin: 20px 0;
}
div#clientArea dd {
	margin-bottom: 15px;
	margin-left: 20px;
}


/* -------------------------------------------------------------------
Blog
------------------------------------------------------------------- */
div#blogArea {
	float: left;
	width: 250px;
}
div#blogArea h2 {
	font-size: 14px;
	font-weight: normal;
}
ul#blog {
	margin-bottom: 30px;
}
ul#blog li {
	list-style-type: none;
	color: #333;
	padding: 10px 0;
	background: url(/img/line.gif) 0 0 repeat-x;
}
ul#blog li h3 {
	background: url(/img/x.gif) 0 0 no-repeat;
	padding: 0 0 0 25px;
	min-height: 20px;
	line-height: 20px;
	font-weight: normal;
}

ul#blog li div.summary {
	margin-left: 25px;
	line-height: 160%;
}

ul#blog li div.info {
	margin-left: 25px;
	color: #666;
	font-size: 10px;
	line-height: 140%;
}
p.no_result {
	color: #333;
	padding: 20px;
	line-height: 160%;
	background: url(/img/line.gif) 0 0 repeat-x;
}

/* -------------------------------------------------------------------
NewQuestionArea
------------------------------------------------------------------- */
div#NewQuestionArea ul li {
	color: #333;
	list-style-type: none;
}
div#NewQuestionArea ul li div.summary {
}
div#NewQuestionArea ul li div.info {
	margin-left: 40px;
	color: #666;
	font-size: 10px;
	line-height: 140%;
}

/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */
ul#footerArea {
	text-align: center;
	list-style-type: none;
	margin: 0;
}