/* フィデリ全体の共通スタイル 2008.04.01 */
/*
「fideli.css」はフィデリ・ガイドラインを基にサイト全般的なスタイルを統一をはかるものです。

 ■INDEX
 1.基本スタイル （body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,form,img,label,table）
 2.テキストリンク部スタイル
 3.ヘッダー部スタイル　（タグライン(h1),ロゴ,ユーティリティ,バナー含む）
 4.コンテナー部スタイル
 5.パンくずリスト部スタイル　(#bread)
 6.ソーシャルブックマーク部スタイル　(#sbm)
 7.フッター部スタイル　(フィデリ・リンク,コピーライト含む)
 8.フォーム関連スタイル (th,td,.sample,.required)
 9.CSSロールオーバー処理を施した背景画像がIE6でちらつく対策
 ※フォームを形成するtable要素には、class="form"を設定してください。
*/



/* 1.基本スタイル設定 start */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:small;
	color:#333;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,li,form{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:small;
}
img{
	border:none;
	vertical-align:bottom;
}
label{
	cursor:pointer;
}
table{
	border-collapse:collapse;
	font-size:small;
}

/* 1.基本スタイル設定 end */




/* 2.テキストリンク部スタイル start */

a:link{color:#00E;}
a:visited{color:#909;}
a:hover{color:#E00;}
a:active{color:#F00;}

/* 2.テキストリンク部スタイル end */




/* 3.ヘッダー部スタイル start */

h1{
	width:100%;
	text-align:right;
	font-size:8pt;
	font-weight:normal;
	color:#666;
	margin:0px auto;
}
#header{
	display:block;
	width:100%;
	margin:0px auto 5px auto;
	padding-bottom:6px;
	background:#FFF url(/image/header/bg_separator.gif) repeat-x 0% 100%;
}
#header h2{
	display:block;
	width:470px;
	height:35px;
	margin-right:10px;
	float:left;
	text-align:left;
}
#utility{
	display:block;
	width:250px;
	float:right;
	text-align:right;
}
#utility li{
	display:block;
	float:right;
	margin-right:5px;
}
#utility p{
	width:240px;
	font-size:12px;
	text-align:right;
	margin:3px 10px 3px 0px;
}
#rotation{
	display:block;
	width:740px;
	margin:0px auto;
	text-align:center;
}

#fideli_infofmation {
	text-align:center;
	color:red;
	padding-bottom:5px;
}

/* 3.ヘッダー部スタイル end */




/* 4.コンテナー部スタイル start 2008.11.12追加 */
#container{
	margin:0px auto;
	padding:15px 0px 20px 0px;
	line-height:130%;
	background-color:#FFF;
}
/* 4.コンテナー部スタイル end 2008.11.12追加 */




/* 5.パンくずリスト部スタイル start */

#pnavi{
	padding:0px 0px 8px 5px;
}
#pnavi li{
	float:left;
	margin:0px 5px 8px 0px;
}

/* 5.パンくずリスト部スタイル end */




/* 6.ソーシャルブックマーク部スタイル start */

#sbm{
	display:block;
	width:90px;
	height:16px;
	float:right;
	margin-bottom:10px;
}
#sbm li{
	float:right;
	margin-left:5px;
}

/* 6.ソーシャルブックマーク部スタイル end */




/* 7.フッター部スタイル start */

#footer{
	display:block;
	width:100%;
	margin:20px auto 0px auto;
	text-align:center;
	font-size:x-small;
	clear:both;
}
#footerlink_ttl h3{
	text-align:left;
	float:left;
	width:200px;
	font-weight:normal;
}

#footerlink_ttl {
	color:#999;
	border-bottom:3px double #999;
	padding:0px 5px 2px 5px;
	font-size:small;
	margin-bottom:2px;
}
#footerlink_ttl li {
	float:right;
	margin-left:5px;
}
#footerlink{
	border-bottom:1px solid #CCC;
	background-color:#F9F9F9;
	padding:3px 10px 6px 10px;
}
#footerlink li{
	display:block;
	float:left;
	white-space:nowrap;
	font-size:90%;
	line-height:150%;
	margin-right:2px;
	color:#666;
}
#footerlink a:link{color:#666;}
#footerlink a:visited{color:#999;}
#footerlink a:hover{color:#F00;}
#footerlink a:active{color:#C00;}

#foot-box{
	display:block;
	clear:both;
	width:670px;
	padding-top:10px;
	margin:0px auto 10px auto;
}
#foot-box .ec-logo a{
	display:block;
	width:125px;
	height:50px;
	float:left;
	margin-right:10px;
	text-indent:-10000px;
	background:url(/image/footer/footer_logo.jpg) no-repeat 0% 50%;
}
#foot-menu{
	display:block;
	width:520px;
	float:left;
}
#foot-menu li{
	display:block;
	float:left;
	white-space:nowrap;
	font-size:small;
	line-height:140%;
	padding-right:5px;
}
p.copylight{
	color:#666;
	font-size:small;
	clear:both;
}

#foot-ad {
	padding:10px 0px;
	border-bottom:1px solid #CCC;
	text-align:center;
}

/* 7.フッター部スタイル end */




/* 8.フォーム関連スタイル start */
/* ※フォームを形成するtable要素にclass="form"を設定してください。 */
table.form{
	margin:10px auto;
}
.form th{
	border:1px solid #CCC;
	background-color:#F0F0F0;
	padding:5px;
	font-weight:normal;
	text-align:left;
}
.form td{
	border:1px solid #CCC;
	background-color:#FFF;
	padding:5px;
	text-align:left;
}
.sample{
	font-size:90%;
	color:#369;
	margin-left:5px;
}
.required{
	font-size:small;
	color:#C00;
	margin-left:5px;
}
/* エラー表示部のスタイル */
#form-error{
	display:block;
	width:90%;
	border:1px solid #C00;
	background-color:#FFEDED;
	padding:15px;
	margin:15px auto;
	color:#C00;
	text-align:left;
}
#form-error h4{
	font-size:medium;
	margin-bottom:10px;
}
#form-error li{
	line-height:150%;
}
/* エラー表示部のスタイル */

/* 8.フォーム関連スタイル end */




/* 9.CSSロールオーバー処理を施した背景画像がIE6でちらつく対策 start */
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* 9.CSSロールオーバー処理を施した背景画像がIE6でちらつく対策 end */



/* 10.LGA部分スタイル start */

.leadAdBox{
	margin:0px auto;
	padding:0px;
	width:680px;
	clear:both;
}
#leadAd{
	margin:5px auto 0px;
	padding:10px;
	width:680px;
	clear:both;
}

#leadAd3{
	margin:30px auto 0px;
	padding:0px;
	clear:both;
	border:#ccc 1px solid;
}

.leadAdBox3{
	clear:both;
	margin:5px auto 0px;
	padding:0px;
	width:720px;
}

.leadAdOne3{
	border:1px solid #aaa;
	background:#fff;
	padding:0px;
	margin:0px 4px 5px;
	width:350px;
	float:left;
	display:inline;
}

.leadAdTitle{
	background:#eee;
	padding:10px;
	text-align:left;
	margin-bottom:5px;
}
.leadAdTitle p{
	font-size:medium;
	font-weight:bold;
}
.leadAdTitleText{
	text-align:center;
	padding:5px 10px;
}

.leadAdOne{
	border:1px solid #aaa;
	background:#fff;
	padding:0px;
	margin:0px 4px 15px;
	width:330px;
	float:left;
	display:inline;
}

.lc_right{
	float:left;
	width:215px;
}

.lc_catch_copyNew {
	padding:4px 3px 4px 27px;
	color:#333;
	text-align:left;
	font-size:small;
	background:url(/root/image/login/pointo_osusume.gif) no-repeat 0px 3px;
}

.lc_company {
	text-align:right;
	color:#777;
	font-size:80%;
	line-height:90%;
	padding-right:5px;
}

.lc_catch_box {
	background-color:#F0F0F0;
	padding:0px 0px 3px;
	border-bottom:1px dotted #999999;
}

.lc_tokuten {
	height:25px;
	padding:10px 0px 0px 5px;
	background:url(/root/image/login/pointo_tokuten.gif) no-repeat right;
	background-color:#FFFDD6;
	border:2px solid #FF5252;
	font-weight:bold;
	font-size:14px;
	color:#FF1200;
	text-align:left;
}

.lc_svName{
	text-align:left;
	margin:3px 5px;
	font-weight:bold;
	font-size:small;
	color:#333;
}

.lc_both {
	margin:0px 5px 5px;
}

.lc_image{
	margin:0px auto;
	padding-right:5px;
	float:left;
}

.lc_image img{
	width:100px;
	height:60px;
}

.lc_company_name{
	padding:0px;
	color:#333;
	font-size:11px;
	line-height:115%;
	text-align:left;
}

.lc_exposition{
	padding:3px 0px 3px;
	margin:0px 4px 0px;
	text-align:left;
	color:#333;
	clear:both;
	border-top:dashed 1px #ccc;
}

.lc_check_text{
	margin:5px 4px 7px;
	text-align:center;
	border:2px solid #DDDDDD;
}

.lc_checkbox_both{
	padding:2px 0px;
}

.lc_checkbox_text {
	width:235px;
	float:left;
	text-align:left;
	padding-top:2px;
}

.lc_checkbox{
	background:url(/root/image/login/pointo_check.gif) no-repeat 0px 3px;
	color:#333333;
	text-align:left;
	float:left;
	width:80px;
}

.submitBtn2{
	text-align:center;
}

/*.lc_checkbox input{
	margin:10px 0px 0px;
	padding:0px;
}*/

.lc_checkbox input{
	float:right;
}

.submitBtn{
	padding:20px 0px 20px;
	text-align:center;
}

.attention{
	background:#EEEEEE none repeat scroll 0%;
	color:#333333;
	padding:5px 0px;
	clear:both;
	margin:10px 0px;
	text-align:center;
}

.format_access2{
	text-align:center;
	margin:10px 0px 0px;
}

/* 会員情報を出す、不足分が記入してもらう */

#nonData table {
	width:400px;
	margin:0px auto;
}

#nonData th,#nonData td {
	border:1px solid #999;
	padding:10px;
}

#nonData th {
	background-color:#F0F0F0;
	text-align:left;
	width:150px;
}

#nonData h5 {
	color:#D70000;
}

/* LGA上部の文言部分 */

.lc_reco{
	width:678px;
	background:#fff;
	padding:5px 0px;
	font-size:medium;
	margin:0px auto 10px;
	color:#333;
	font-weight:bold;
	text-align:center;
	border:#ccc 1px solid;
}

.lc_checkImg{
	text-align:left;
	margin:2px 0px;
}

.attention{
	background-color:#EEEEEE;
	color:#333333;
	padding:5px 0px;
	clear:both;
	margin:10px 0px;
	text-align:center;
}

/* 会員登録ボタン部分 */

#flont{
	margin:0px 10px 0px 271px;
	width:200px;
	float:left;
	display:inline;
}
.upup{
	margin:18px 10px 0px;
	width:30px;
	float:left;
	display:inline;
}

.lga_stopImg {
	background:url("/image/stopImg_repeat.gif") repeat-x;
	height:45px;
	text-align:center;
}



/* 10.LGA部分スタイル end */


/* 2008年11月25日追加　フッターライフ様アンケート枠 */
#footer_enq {
	clear:both;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:20px 0px 10px;
	padding:4px 6px;
	text-align:left;
}

/* フッターライフ様アンケート枠　ここまで */



