@CHARSET "UTF-8";

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*	Copylight (C) Fultex / このファイルの著作権はFultexに帰属します。無断で転用することを禁じます。
/*--------------------------------------------------------------------------------------*/
/*タイトル：サイト汎用 - ページ共通
/*準拠	：Fultex Framework CSS
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*グローバルタグ
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

*
{
	margin : 0px;
	padding : 0px;
}

div
{
	display : block;
	float : left;
	position : relative;
}

img
{
	border : none;

	/*バグ対策：IE6.0で隙間が2px程できる*/
	vertical-align : bottom;

	display : block;
	float : left;
	position : relative;
	
	font-size : 0px;
	line-height : 0px;
	text-indent : 0px;
}

a
{
	color       : rgb(153, 0, 0);
font-size   : 12px;
font-weight : lighter;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

a:link,
a:visited
{
	text-decoration: none;
}
a:hover,
a:active
{
	text-decoration: underline;
}

ul
{
	position :relative;
	list-style-type : none;
}

ol
{
	position :relative;
	list-style-type : decimal;
}

li
{
	text-align	: left;
	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;	
}

table
{
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	border-style: solid;	
}

td
{
	text-align	: left;
	line-height : 30px;

	border-width: 0px;
	border-style: solid;
	
	color       : rgb(96, 56, 19);
font-size   : 12px;
font-weight : lighter;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
	
	text-align	: left;
}

th
{
	text-align	: left;
	line-height : 30px;

	border-width: 0px;
	border-style: solid;
	
	color       : rgb(96, 56, 19);
font-size   : 12px;
font-weight : bold;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
	
	text-align	: left;
}

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*インライン配置
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

div.inline-center
{
	float : none;
	clear : both;
	
	width : 100%;
	
	text-align : center;
}

div.inline-left
{
	float : none;
	clear : both;
	
	width : 100%;
	
	text-align : left;
}

div.inline-right
{
	float : none;
	clear : both;
	
	width : 100%;
	
	text-align : right;
}

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*テーブル
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*==================================================*/
/*スマートテーブル
/*--------------------------------------------------*/
/*テーブルの外枠と中枠の色を変えるセット*/
/*==================================================*/
table.smart
{
	border-width: 3px;	
	border-collapse : separate;
	border-spacing : 0px;
	
	border-color: rgb(96, 56, 19);
}

table.smart td
{
	border-width: 0px;
}

table.smart tr
{
	border-width: 0px;
}

table.smart tr.headrow td
{
	border-top-width: 0px;
	border-collapse : separate;
	border-spacing : 0px;
}

table.smart tr.row td,
table.smart tr.row th
{
	border-top-width: 1px;
	border-collapse : separate;
	border-spacing : 0px;
	
	border-color: rgb(96, 56, 19);
}

table.smart th,
table.smart td.headcol
{
	border-left-width: 0px;
	border-collapse : separate;
	border-spacing : 0px;
}

table.smart td,
table.smart td.col
{
	border-left-width: 1px;	
	border-collapse : separate;
	border-spacing : 0px;
	
	border-color: rgb(96, 56, 19);
}

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*フラグ
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

span.flg-anchor
{
	display : block;
	position : relative;
	float	: left;
	
	width : 30px;
	height : 30px;
	
	background-repeat : no-repeat;
	background-position : center center;
	background-image : url(http://www.katuko.com/images/flg-anchor-30px.jpg);
}

li.contents-main span.flg-anchor
{
	position : absolute;
	
	top : 0px;
	left : -30px;	
}
	
span.flg-default
{
	display : block;
	position: relative;
	float	: left;
	
	width	: 30px;
	height	: 30px;
	
	background-repeat : no-repeat;
	background-position : center bottom;
	background-image : url(http://www.katuko.com/images/flg-list-30px.jpg);
}

li.contents-main span.flg-default
{
	position : absolute;
	
	top : 0px;
	left : -30px;	
}

span.flg-default-compact
{
	display	: block;
	position: relative;
	float	: left;
	
	width	: 20px;
	height	: 20px;
	
	background-repeat : no-repeat;
	background-position : center bottom;
	background-image : url(http://www.katuko.com/images/flg-list-20px.jpg);
}


span.pickup
{
	color       : rgb(147, 39, 143);
font-size   : 12px;
font-weight : bold;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*フォトフレーム
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

div.contents-photo
{
	float : left;
	
	padding : 10px;
}

div.contents-photo img
{
}

div.contents-photo div.frame
{
	position : absolute;
	float : none;
	
	left : 0px;
	top : 0px;
		
	width : 180px;
	height : 245px;
	
	background-repeat : no-repeat;
	background-position : left top;
	background-image : url(http://www.katuko.com/images/photoframe.gif);		
}

div.contents-photo a
{
	display : block;
	position : absolute;
	float : none;
	
	left : 0px;
	top : 0px;
		
	width : 180px;
	height : 245px;	
}


/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*フォーム
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

table.inputgroup-simple,
tr.inputgroup-simple,
td.inputgroup-simple,
colgroup.inputgroup-simple,
col.inputgroup-simple
{
	background-color : rgb(231, 255, 220);
}

span.input
{
	color       : rgb(96, 56, 19);
font-size   : 12px;
font-weight : bold;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;		
}

/*==================================================*/
/*サブミットボタン
/*==================================================*/
input.submit
{
	height : 20px;
	line-height : 20px;	

	color       : rgb(255, 255, 255);
font-size   : 12px;
font-weight : bold;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
	
	border-width : 0px;
/*	border-color: #707070; */
		
	background-repeat : repeat-x;
	background-position : left top;	
/*	background-image : url(http://www.katuko.com/images/input-btn-bg.jpg);*/
	background-color : rgb(77,77,77); /*K70%*/
	
}

/*==================================================*/
/*テキストインプット
/*==================================================*/
input.text
{
	height : 20px;
	line-height : 20px;	
	
	color       : rgb(96, 56, 19);
font-size   : 12px;
font-weight : bold;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
	
	border-width : 1px;
	border-color: #707070;

	background-color : rgb(255, 249, 238);
	background-image : none;
}

/*==================================================*/
/*ラジオインプット
/*==================================================*/
input.radio
{
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 10px;
			
	border-width : 1px;
	border-color : rgb(77,77,77);

	background-color : rgb(255, 249, 238);
	background-image : none;
}

/*==================================================*/
/*チェックボックスインプット
/*==================================================*/
input.checkbox
{
	border-width : 1px;
	border-color : rgb(77,77,77);

	background-color : rgb(255, 249, 238);
	background-image : none;
}

/*==================================================*/
/*セレクト
/*==================================================*/
select.select
{
	color       : rgb(96, 56, 19);
font-size   : 12px;
font-weight : bold;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
			
	border-width : 1px;
	border-color : rgb(77,77,77);


	background-color : rgb(255, 249, 238);
	background-image : none;
}

/*==================================================*/
/*テキストエリア
/*==================================================*/
textarea.textarea
{
	line-height : 30px;	
	color       : rgb(96, 56, 19);
font-size   : 12px;
font-weight : bold;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
	
	border-width : 1px;
	border-color : rgb(77,77,77);

	background-color : rgb(255, 249, 238);
	background-image : none;
}
