@charset "UTF-8";

h1{
	border:none;
	width:648px;
	height: 92px;
	background: url(/faq/images/title.gif) no-repeat;
	margin:0;
	padding:0;
	border:1px solid;
}
h1 span{
	width:1px;
	display:block;
	position: absolute;
	top:-2000px;
}

/* delete yoshi-o 2009/11/28 */
/* yoshi-o 2009/11/13 */
/*
h2 {
	margin-top:30px;
}
*/
/*----------------------------------------------------------------------
/		index 質問一覧
/----------------------------------------------------------------------*/
div.contents#index div.main ul.f{
	padding-left:0;
	margin-left:0;
	margin-top: 15px;
}
div.contents#index div.main ul.f li{
	margin-bottom: 8px;
	padding-left: 24px;
	list-style-type:none;
	background: url(/faq/images/icon_hatena.gif) no-repeat 0 2px;
}

/*----------------------------------------------------------------------
/		detail 詳細ページ
/----------------------------------------------------------------------*/
div.contents#detail div.main h2.hatena{
	background-image:url(/faq/images/icon_hatena_bar.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 29px;
	margin-bottom: 18px;
}

/*----------------------------------------------------------------------
/		detail 図版挿入
/----------------------------------------------------------------------*/

div.detailPicture{
	border:1px solid #cccccc;
	margin:0 0 20px;
	padding:10px;
	text-align: center;
}
div.detailPicture img{
	margin: 0 auto 5px;
}
div.detailPicture p{
	text-align: left;
}

/* for image with 300 width */
div.detailPicture#image300{
	margin: 0px auto;
	width: 300px;
}

/*----------------------------------------------------------------------
/		2009/11/13 yoshi-o 新着の質問ボックス for Indexページ
/----------------------------------------------------------------------*/
div#latestBox{
	margin: 0 0 30px 0;
	padding: 0px 10px 0 10px;
	border: 1px solid #428400;
}

img#latestTab {
	border-bottom-style : none;
	padding-bottom : 0px;
	border-right-style : none;
	margin : 0px;
	padding-left : 0px;
	display : block;
	border-top-style : none;
	border-left-style : none;
	padding-top : 0px;
}
