﻿@charset "UTF-8";

/* --------------------------------------------
CSS Information

File name: layout.css
Summary: layout style
Created: 2009-07-05
Last update: 2009-07-05
-------------------------------------------- */


/* 共通
--------------------------------------------------*/

div.faq {
	width: auto;
}

div#right div#menuFaq {
	width: 212px;
	height: 103px;
	background: url(../../img_illust/bg_right.jpg) left top no-repeat;
	padding: 0 10px 0 11px;
}

div#right div#menuFaq img {
	display: block;
}

div.faq div.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #B79848;
}

div.faq div.listTitle {
	padding: 0 0 0 20px;
	background: url(../../img_illust/icon_pink.jpg) 0 2px no-repeat;
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
	margin-top: 15px;
}

div.faq p.list {
	font-size: 1.2em;
	font-weight: bold;
	color: #EE7E8C;
	margin-top: 10px;
}









