@charset "shift_jis";

/* red ---------------------------------------------------------------------------*/

body {
	color: #D00E5E;	/*全般の文字色 変更 #717c6e→#FF8B9C→#D00E5E 2013/03/22 */
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	/*background: #ebeae9 url(http://www.ft-cc.com/images/bg.jpg) repeat-x center top;*/	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置 削除 2013/03/22*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FF2943;	/*変更 #717c6e→#FF2943 2013/03/22*/
}
a:hover {
	color: #579D39;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック）右サブメニューがある場合
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}


/*コンテナー（HPを囲むブロック）右サブメニューがない場合 追加 2013/03/28
---------------------------------------------------------------------------*/
#container_nosub {
	text-align: left;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴなどが入っているブロック）右サブメニューがある場合 
---------------------------------------------------------------------------*/
#header {
	text-align: center;	/*ヘッダー内をセンタリング*/
	width: 100%;
	background: url(http://www.ft-cc.com/header_bg.jpg) no-repeat center top;	/*ヘッダー背景画像の読み込み*/
	height: 80px;		/*ヘッダーの高さ*/
	padding-top: 10px;
	color: #A0C38B;		/*文字色*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字の太さを標準にする。hタグのデフォルトの太字がいいならこの１行削除。*/
	line-height: 10px;		/*行間*/
}
#header h1 a {
	text-decoration: none;
	color: #FFD5D5;	/*文字色 変更 #A0C38B→#FF2943→#FFD5D5 2013/03/23 */
}



/*ヘッダー（ロゴなどが入っているブロック）右サブメニューが無い場合 2013/03/28 追加
---------------------------------------------------------------------------*/
#header_nosub {
	text-align: center;	/*ヘッダー内をセンタリング*/
	width: 718px;
	background: url(http://www.ft-cc.com/images/header_bg.jpg) no-repeat center top;	/*ヘッダー背景画像の読み込み*/
	height: 80px;		/*ヘッダーの高さ*/
	padding-top: 10px;
	color: #A0C38B;		/*文字色*/
}
/*h1見出しタグ設定*/
#header_nosub h1 {
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字の太さを標準にする。hタグのデフォルトの太字がいいならこの１行削除。*/
	line-height: 10px;		/*行間*/
}
#header_nosub h1 a {
	text-decoration: none;
	color: #FFD5D5;	/*文字色 変更 #A0C38B→#FF2943→#FFD5D5 2013/03/23 */
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 50px;
}
#top ul#menu {
	padding-top: 0px;
}
ul#menu li {
	float: left;
	padding-right: 2px;
}
ul#menu li.last {
	padding-right: 0px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(http://www.ft-cc.com/images/contents_bg.gif) repeat-y;	/*背景画像の読み込み＆Y軸(縦軸)にリピート*/
	overflow: hidden;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 696px;	/*メインコンテンツ幅*/
	border-top: 5px solid #FF2943;	/*各部の上部画像の線の幅、線種、色 変更 #5A9C38→#FF2943 2013/03/22 */
	background: #FFF;
	display: inline;
	margin-left: 1px;
	padding: 10px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;
	clear: both;
	width: 692px;
	color: #FFF;	/*文字色*/
	padding: 0px 0px 0px 10px;	/*左から、上、右、下、左への余白*/
	background: url(http://www.ft-cc.com/images/bg2.gif) no-repeat;	/*背景画像の読み込み*/
	line-height: 46px;	/*背景画像の高さをここに設定*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 206px;	/*サブコンテンツ幅*/
	border-top: 5px solid #FF2943;	/*各部の背景画像上部の線の幅、線種、色 変更 #5A9C38→#FF2943 */
	background: #FFF;
	display: inline;
	margin-right: 1px;
	padding: 10px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	background: #FF8090 url(http://www.ft-cc.com/images/bg1.gif) repeat-x right bottom;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆右側下部を配置  #BAC4B6→#FF8090 2012/03/22 */
	padding: 10px 5px;	/*左から、上下、左右への余白*/
	border-bottom: 5px solid #FFB0C0;	/*各部の背景画像下部の線の幅、線種、色 変更 #D67889→#FFB0C0 2012/03/22 */
}
/*段落タグの余白設定*/
#sub p {
	padding: 0em 5px 0.5em;	/*左から、上、左右、下への余白 変更*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu li a {
	display: block;
	width: 201px;
	text-decoration: none;
	border-bottom: 1px dashed #FF8B9C;	/*各メニューごとの下部の線幅、線種、色 変更 #96A390→#FF8B9C 2013/03/22*/
	padding: 3px 0px 3px 5px;	/*左から、上、右、下、左への余白*/
}
ul.submenu li a:hover {
	background: #e9e9e5;			/*マウスオン時の文字色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 140px;	/*ブロックの高さ*/
	width: 680px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main .new dl {
	clear: left;
	width: 660px;
	border-bottom: 1px solid #ccc;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 560px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター（標準）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 968px;
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.2em;	/*文字間を少しあける設定。通常がいいならこの１行削除。*/
	font-size: 11px;		/*文字サイズ*/
	background: url(http://www.ft-cc.com/images/footer_bg.gif) no-repeat center top;	/*背景画像の読み込み＆リピートしない＆中央上部に配置*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
}

/*フッター（左部のみ、サブメニューが無い場合）
---------------------------------------------------------------------------*/
#footer_l {
	clear: both;
	width: 968px;
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.2em;	/*文字間を少しあける設定。通常がいいならこの１行削除。*/
	font-size: 11px;		/*文字サイズ*/
	background: url(http://www.ft-cc.com/images/footer_l_bg.gif) no-repeat center top;	/*背景画像の読み込み＆リピートしない＆中央上部に配置*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer_l a {
	text-decoration: none;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 686px;
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px dotted #A04953;	/*テーブルの枠線の幅、線種、色　変更 #717c6→#BAC4B6→#A04953 solid→dotted 2013/03/21 */
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 483px; /*443→483 変更*/
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 120px; /*200→120 変更*/
	padding: 10px;
	text-align: center;
	background: #FFBABB;	/*文字色 変更 #e1dfd8→#DBEAD3→＃ffccff→＃FFBABB 2013/03/21、22 */
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #FF8090 url(http://www.ft-cc.com/images/bg1.gif) no-repeat left bottom;	/*背景色、背景画像の読み込み＆リピートしない＆左・下部を配置 変更 #BAC4B6→#f895aa→＃FF8090 2013/03/22 */
	color: #FFF;	/*文字色*/
}

/*shoppingページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 5px;	/*ボックス内の余白*/
	overflow: hidden;
	margin-bottom: 10px;
	border: 3px solid #f895aa;	/*ボックスの線幅、線種、色 変更 #BAC4B6→#f895aa 2013/03/21 */
	width: 315px;	/*ボックスの幅*/
	height: 140px;	/*ボックスの高さ*/
	float: left;	/*ボックスを左に回り込みさせる*/
	margin-left: 10px;	/*ボックスの右側にスペースを作る*/
	font-size: 11px;	/*文字サイズ*/
}
/*写真*/
#main .box1 p.photo {
	float: left;	/*写真を左に回り込み*/
	padding: 0px;
}
#main .box1 p.photo a img {
	border: 1px solid #f895aa;	/*写真のフチの線幅、線種、色 変更 #BAC4B6→#f895aa 2013/03/21 */
	padding: 3px;				/*写真の余白*/
}
#main .box1 p.photo a:hover img {
	border: 1px solid #666;	/*マウスオン時の写真のフチの線幅、線種、色*/
}
/*おすすめマーク*/
#main .box1.osusume {
	background: url(http://www.ft-cc.com/images/mark_osusume.gif) no-repeat right bottom;	/*背景画像の読み込み＆リピートしない＆右下に配置*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 100%;		/*文字サイズ*/
	margin-left: 143px;		/*左の写真とバランスをとって設定*/
	background: #DADADA;	/*背景色*/
	border-bottom: 3px solid #A0C88C;	/*下部の線の幅、線種、色*/
	border-top: 1px solid #DADADA;		/*上部の線の幅、線種、色*/
	border-right: 1px solid #DADADA;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #DADADA;		/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	padding: 3px 0px 3px 5px;	/*左から、上、右、下、左への余白*/
}
/*段落タグ*/
#main .box1 p.text {
	padding: 0px 0px 0px 5px;	/*左から、上、右、下、左への余白*/
	margin-left: 143px;	/*左の写真とバランスをとって設定*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	position: relative;
	height: 275px;
	width: 964px;
	padding-bottom: 2px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*FAQページ
---------------------------------------------------------------------------*/
dl.faq {
	padding-right: 10px;
	padding-left: 10px;
}
/*Q(質問)*/
dl.faq dt {
	font-weight: bold;	/*文字を太字に*/
	color: #5A9C38;		/*文字色*/
	background: url(http://www.ft-cc.com/images/faq_q.png) no-repeat left top;	/*Qアイコンの読み込み*/
	padding-left: 25px;
}
/*A(回答)*/
dl.faq dd {
	background: url(http://www.ft-cc.com/images/faq_a.png) no-repeat left top;	/*Aアイコンの読み込み*/
	padding-left: 25px;
	border-bottom: 1px dashed #96A390;	/*下線の幅、線種、色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #DCDCDC;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #5A9C38;
}
.pr {
	font-size: 10px;
}
.c {
	text-align: center;
}
.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.pagetop {
	clear: both;
	padding: 0px 0px 0px 558px !important;
}
