@charset "utf-8";

/*レフナビカテゴリ一覧　レイアウト*/
div#left_cat_menu
{
	width:					230px;
	margin-top:				30px;
	margin-bottom:			30px;
	padding:				0px;
	background:				url(../img/txt/top_r3_c3.gif) repeat-x top;
}

div#left_cat_menu ul
{
/*	margin:					0px;*/
	padding:				15px 0px;
	background:				url(../img/txt/top_r3_c3.gif) repeat-x bottom;
}

div#left_cat_menu li
{
/*	list-style-type:		none;*/
	margin-left:			5px;
	padding-left:			15px;
	font-size:				14px;
	font-family:			"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:			180%;
	background:				url(../img/txt/top_r6_c1.gif) no-repeat left center;
}
/*レフナビカテゴリ一覧　レイアウト*/

/*記事レイアウト*/
div.article
{
	width:					620px;
/*	margin:					0px;
	padding:				0px;*/
}

h1.article_title
{
	clear:					both;
	width:					605px;
	margin:					5px 0px 20px 5px;
	padding:				15px 5px 18px 5px;
	background:				url(../img/category/cat_cont_bg_1.jpg) no-repeat center;
	text-align:				center;
	font-size:				16px;
	font-family:			"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* リンクエリアを背景幅に広げる */
h1.article_title span
{
	display:				block;
	width:					100%;
	font-weight:			bold;
}

div.article_frame
{
	width:					605px;
	margin-left:			10px;
	margin-bottom:			20px;
	text-align:				left;
}

div#container_1 #test_title_2
{
	margin-left:			15px;
	margin-right:			5px;
	font-size:				16px;
	font-weight:			500;
	font-family:			"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:			150%;
	text-align:				center;
	color:					#666666;
	background:				url(../img/txt/title2.gif) repeat-x center;
}

div#container_1 #text_title_3
{
	margin-left:			15px;
	padding-left:			15px;
	font-size:				16px;
	font-weight:			500;
	font-family:			"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:					#666666;
	background:				url(../img/txt/title3.gif) no-repeat left center;
}

div#container_1 .text_txt
{
	width:					549px;
	margin-left:			20px;
	margin-bottom:			30px;
}
/*記事レイアウト*/
