@CHARSET "UTF-8";

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*	Copylight (C) Fultex / このファイルの著作権はFultexに帰属します。無断で転用することを禁じます。
/*--------------------------------------------------------------------------------------*/
/*タイトル：サイト固有 - センターパラグラフ
/*準拠	：Fultex Framework CSS
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*パラグラフレベル【h3】*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*==================================================*/
/*パラグラフレベル要素【h3】
/*--------------------------------------------------*/
/*管理用簡易タイトル
/*==================================================*/

div.pcenter h3.title_type2
{
	display : block;
	position : relative;
	
	float : none;
	clear : both;
	
	width : 100%;

	/*flex param*/
	height : 30px;
	padding-top    : 25px;
	padding-bottom : 5px;
	margin-top     : 0px;
	margin-bottom  : 10px;

	color       : rgb(145, 39, 39);
font-size   : 16px;
font-weight : bold;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
line-height : 30px;
text-indent : 40px;
	
	background:url(http://www.katuko.com/images/title_base.jpg) no-repeat left top;
	
}

/*==================================================*/
/*パラグラフレベル要素【h3】
/*--------------------------------------------------*/
/*シンプルテーブル
/*==================================================*/

div.pcenter div.contents-top_reply-question
{
	float : none;
	clear : both;
	
	width : 100%;
	height : 40px;
	
	background-repeat : no-repeat;
	background-position : left center;
	background-image : url(http://www.katuko.com/images/contents-top_reply-question.jpg);
	
	/*flex param*/
}

div.pcenter div.contents-top_reply-bbs
{
	float : none;
	clear : both;
	
	width : 100%;
	height : 40px;
	
	background-repeat : no-repeat;
	background-position : left center;
	background-image : url(http://www.katuko.com/images/contents-top_reply-bbs.jpg);
	
	/*flex param*/
}


div.pcenter ul.contents-main_reply
{
	float : none;
	clear : both;
	
	width : 100%;
	
	background-repeat : no-repeat;
	background-position : left center;
	background-image : url(http://www.katuko.com/images/contents-main_reply.jpg);
	
	/*flex param*/
	line-height : 30px;
	color       : rgb(96, 56, 19);
font-size   : 12px;
font-weight : lighter;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;	
	
}
div.pcenter ul.contents-main_reply li
{
	float : none;
	clear : both;
	
	padding-left : 70px;
	padding-right : 30px;
	
	background-repeat : repeat-y;
	background-position : left center;
	background-image : url(http://www.katuko.com/images/contents-main_reply.jpg);
	
	/*flex param*/
	line-height : 30px;
	color       : rgb(96, 56, 19);
font-size   : 12px;
font-weight : lighter;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;	
	
}

div.pcenter div.contents-bottom_reply
{
	float : none;
	clear : both;
	
	width : 100%;
	height : 40px;
	
	background-repeat : no-repeat;
	background-position : left center;
	background-image : url(http://www.katuko.com/images/contents-bottom_reply.jpg);
	
	/*flex param*/
}


/*==================================================*/
/*コンテンツ
/*--------------------------------------------------*/
/*ページ左
/*==================================================*/
div.page-left_index
{
	display : block;
	position : absolute;

	left : 0px;
	top : 0px;
		
	width : 90px;
	height : 350px;

	background-repeat : no-repeat;
	background-position : left center;
	background-image : url(http://www.katuko.com/images/page-left_index.jpg);
}

div.page-left
{
	display : block;
	position : absolute;

	left : 0px;
	top : 0px;
		
	width : 90px;
	height : 350px;

	background-repeat : no-repeat;
	background-position : left center;
	background-image : url(http://www.katuko.com/images/page-left.jpg);
}
