@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	background:#ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
}
#container {
	width: 100%;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: none;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#header {
	background: #ffffff url(../img/title_gradation.gif) repeat-x top; /
	padding: 0 0px 0 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
}

#loginUser {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #F0F0F0;
}

#mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}

#mainContent table .login{
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:14px;
	color:#0099CC;

}table {
}
table,th,td {
}

th {
	padding:5px;
	color:#666666;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:14px;
}



td {
	padding:5px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:14px;
}

.nav {
width: 180px; /* ナビゲーションの幅 */
margin-top:15px;
font-size: 80%;
padding-bottom:30px;
}

/* --- メニューエリア --- */
.nav .nl {
margin: 0;
padding: 0;
border-top: 1px #cccccc solid; /* 最上部の枠線 */
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
.nav .nl li {
background: #ffffff url(../img/ver_menu3_back.gif) repeat-x top; /* 項目の背景 */
border-bottom: 1px #cccccc solid; /* 項目の下枠線 */
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 11px 10px 11px 12px; /* リンクエリアのパディング（上右下左） */
background: url(../img/ver_menu3_off.gif) no-repeat 3px; /* 左側の三角マーク */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
background: url(../img/ver_menu3_on.gif) no-repeat 3px; /* ポイント時の三角マーク */
}


/* --- 業務内容リスト --- */
.job {
	margin: 0 0 0 20px;
}
.job2 {
	padding: 5px 0 5px 35px;
	background: url(../img/arrow.gif) no-repeat 0% 50%;
	list-style-type: none;
	font-size:12px;
}

.detail {
	width: 980px; /* ナビゲーションの幅 */
	height:460px;
	margin-top:10px;
	padding-bottom:30px;
	max-height:465px;
	max-width:825;
	overflow:scroll;
	text-align:left;
}

.scroll_record {
	width: 80%; /* ナビゲーションの幅 */
	margin-top:15px;
	padding-bottom:30px;
	overflow:scroll;
	overflow-x: hidden;
}


/*リンク文字色指定*/
a:link {/*未訪問のリンク*/
    color: #0099CC;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color: #0065cc;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color: #6699FF;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

/* --- 全体のボタン色指定 --- */


/* --- パンクズ文字指定 --- */
.pan {
	font-size:15px;
	color:#000000;
}


/

.clearLeft {
clear: left;
}

.clear {
clear: both;
}


/* -------------------左右の両端に項目を並べる　ここから-------------------*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* --hrはブラウザごと指示の仕方が異なるので注意　例：border-colorがOpera用　colorがIE＆ネスケ用など--*/
hr.line{
	border-color:#999999;
	color:#999999;
	border-width:1px;
	border-style:dotted;
	margin-bottom:2px;
	margin-top:2px;
}

/*------------------------------------使用CSSをひたすら入れてく所-----------------------------------*/

/*指示者選択用*/

div.side {
float: left;
margin-left: 5px;
padding: 2px;
text-align: center;
}

div.side li {
margin-right: 5px;
padding: 2px;
text-align: left;
}

ul.side {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.side li {
float: left;
width: 8em;
margin-right: 5px;
padding: 2px;
text-align: center;
}
/*/指示者選択用*/


#square {
	background-color:#ffffff;
	height:20px;
	width:100%;
	margin:5px 0 0 0;
}

#square_left {
	float:left;
	height:20px;
	width:800px;
	padding:2px 0 0 20px;
	color:#555555;
}

#square_right{
	background-color:#ffffff;
	width:auto;
	height:20px;
	float:right;
	text-align:right;
 }



#header{
	height:67px;
	background:url(../img/blue_square.jpg) left top no-repeat;
	width:100%;
	padding:0px;
	}

#header_logoarea{
	height:37px;
	width:100%;
	padding-left:20px;
	background:#ffffff;
	text-align:left;
	}

#mainContent h1{
	margin:10px 0;
	padding:8px 0 0 17px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:20px;
	height:37px;
	color:#555555;
	text-align:left;
	background:url(../img/back_head01.gif) left top no-repeat;
	display:none;/*20120921　石川さんから、タイトルを消して、上に詰めて欲しいとの要望を受けて、消去。*/
}

/*ここの上下、h1とh2は同じものです。tplファイル書き換えに時間がかかるため、これで対応しています*/

#mainContent h2{
	margin:10px 0;
	padding:8px 0 0 17px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:20px;
	height:37px;
	color:#555555;
	text-align:left;
	background:url(../img/back_head01.gif) left top no-repeat;
	display:none;/*20120921　石川さんから、タイトルを消して、上に詰めて欲しいとの要望を受けて、消去*/
}

#mainContent h1.h_image{
	margin:0;
	padding:0;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:20px;
	width:382px;
	height:80px;
	color:#555555;
	text-align:left;
	background:none;
	display:block;
}
/* --- 赤ボタン（追加系） --- */
/* ---.button02 {
	color: #1f1f1f;
	background-color: #ffab59;
	border-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #feb064 #ac6119 #7a5129 #fdaa5a;
	padding:2px 2px 1px 2px;
	cursor: pointer;
}--- */

/* --- ピンクボタン（確認・修正） --- */
/* ---.button01 {
	color: #1f1f1f;
	background-color: #feb7d9;
	border-width: 1px;
	border-style: solid;
	border-color: #fcbedc #a16280 #81546a #fdb5d8;
	padding:2px 1px 1px 1px;
	cursor: pointer;
}--- */

/* --- オレンジボタン（検索・追加系） --- */
/* ---.button03 {
	color: #1f1f1f;
	background-color: #ffa0a0;
	border-width: 1px;
	border-style: solid;
	border-color: #ffcfcf #ba7575 #7e5757 #ffb9b9;
	padding:2px 1px 1px 1px;
	cursor: pointer;
}--- */
/* --- 黄色ボタン（登録系） --- */
/* ---.button04 {
	color: #1f1f1f;
	background-color: #ffe76f;
	border-width: 1px;
	border-style: solid;
	border-color: #feed9a #ae9c48 #797040 #fde156;
	padding:2px 1px 1px 1px;
	cursor: pointer;
}--- */
/* --- 緑ボタン（その他） --- */
/* ---.button05 {
	color: #1f1f1f;
	background-color: #b8ff9c;
	border-width: 1px;
	border-style: solid;
	border-color: #dbffcd #80b46d #648457 #caffb6;
	padding:2px 1px 1px 1px;
	cursor: pointer;
}--- */

/* --- グレーボタン（その他普通のボタン） --- */
/* ---.button06  {
	color: #1f1f1f;
	background-color: #ebebeb;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1 #9b9797 #797979 #e8e8e8;
	padding:2px 1px 1px 1px;
	cursor: pointer;
}--- */

/* --- 青ボタン（未だ役目を決めていません）--- */
/* ---.button07 {
	color: #1f1f1f;
	background-color: #c8e4ff;
	border-width: 1px;
	border-style: solid;
	border-color: #e3f2ff #899aac #616e7a #d1e8ff;
	padding:2px 1px 1px 1px;
	cursor: pointer;
}--- */

/* --- 白ボタン（ログインボタン） --- */
/* --- .button08  {
	color: #1f1f1f;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #f1f1f1 #9b9797 #797979 #e8e8e8;
	padding:2px 3px;
	padding:2px 3px 1px 3px;
}--- */

.button_area{
	text-align:left;
	margin-bottom:10px;
	}
	
.left_mgb10{
	text-align:left;
	margin-bottom:10px;
	}

table.kihon_table{
	margin:0;
	padding:0;
	border:1px solid #999999;
	border-width:0px 0px 1px 1px;
	}

table.kihon_table th{
	background-color:#FFD6A5;
	border:1px solid #999999;
	border-width:1px 1px 0 0;
	}

table.kihon_table td{
	background-color:none;
	border:1px solid #999999;
	border-width:1px 1px 0px 0;
	}


table.basic_table{
	margin:0;
	padding:0;
	border:1px solid #999999;
	border-collapse:collapse;
	}

table.basic_table th{
	background-color:#FFD6A5;
	border:1px solid #999999;
	font-size:14px;
	text-align:center;
	}

table.basic_table td{
	background-color:transparent;
	border:1px solid #999999;
	text-align:left;
	font-size:13px;
	}

table.kihon_table_c{
	margin:0;
	padding:0;
	border:1px solid #999999;
	border-width:0px 0px 1px 1px;
	}

table.kihon_table_c th{
	background-color:#FFD6A5;
	border:1px solid #999999;
	border-width:1px 1px 0 0;
	font-size:14px;
	text-align:center;
	}

table.kihon_table_c td{
	background-color:none;
	border:1px solid #999999;
	border-width:1px 1px 0px 0;
	text-align:left;
	font-size:13px;
	}

table.kihon_table_c td.tac{
	background-color:none;
	border:1px solid #999999;
	border-width:1px 1px 0px 0;
	text-align:center;
	}
	
table.kihon_table_yoko_c{
	padding:0;
	border:1px solid #999999;
	border-width:0px 1px 1px 1px;
	border-collapse: collapse;
	}

table.kihon_table_yoko_c th{
	background-color:#FFD6A5;
	border:1px solid #999999;
	border-width:1px 1px 0 0;
	text-align:center;
	}

table.kihon_table_yoko_c td{
	background-color:#ffffff;
	border:1px solid #999999;
	border-width:1px 1px 0px 0;
	text-align:left;
	}
	
table.kihon_table_yoko_c th.toumei{
	background-color:#ffffff;
	border:1px solid #999999;
	border-width:1px 0 0 0;
	text-align:center;
	padding:16px 0 3px 0;
	}
	
table.kihon_table_toumei{
	background-color:transparent;
	margin:0;
	padding:0;
	border:0px;
	border-width:0px 0px 1px 1px;
	}

table.kihon_table_toumei th{
	background-color:transparent;
	border:0px;
	text-align:center;
	color:#555555;
	padding:3px;
	}

table.kihon_table_toumei td{
	background-color:transparent;
	border:0px;
	text-align:left;
	padding:3px;
	}
	
table.kihon_table_toumei th.login_tit{
	background-color:none;
	border:0px;
	text-align:left;
	padding-left:10px;
	}
	
table.kihon_table_separate {
	line-height:normal;
	border-collapse: collapse;
	background-color:none;
	border: 0px;
}

table.kihon_table_separate th, table.kihon_table_separate td {
	text-align: left;
	padding: 2px 4px 2px 4px;
/*	width: 100px; */
	border-style: solid;
	border-color: #444;
}
table.kihon_table_separate th {
	background-color:#FFD6A5;
	border: 1px solid #999999;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 4px;
}
table.kihon_table_separate td {
	background-color:none;
	border: 1px solid #999999;
	margin: 0px;
	padding: 4px;
	text-align:left;
}

.cell_white{
	background-color:#FFFFFF;
	border:1px #FFFFFF solid;
	}
	
table.riyosha_add_table {
	line-height:normal;
	border-collapse: collapse;
	background-color:none;
	border: 0px;
}

table.riyosha_add_table th {
	background-color:#FFD6A5;
	border: 1px solid #999999;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 4px;
}

table.riyosha_add_table td {
	background-color:none;
	border: 1px solid #999999;
	margin: 0px;
	padding: 4px;
	text-align:left;
}


.w_kihon{
	width:620px;
	}
	
.m_shozoku_tit{
	width:150px;
	}
	
.m_shokushu_tit{
	width:150px;
	}
	
.m_file_tit{
	width:200px;
	}
	
.m_nyuryoku_tit{
	width:150px;
	}
	
.m_vital_tit{
	width:150px;
	}
	
.m_shokimm_tit{
	width:100px;
	}
	
.m_shokuin_in input{
	width:200px;
	}


table.kihon_shokuin_masta{
	padding:0;
	border:1px solid #999999;
	border-width:0px 0px 1px 1px;
	}

table.kihon_shokuin_masta th{
	background-color:#FFD6A5;
	border:1px solid #999999;
	border-width:1px 1px 0 0;
	text-align:right;
	}

table.kihon_shokuin_masta td{
	background-color:#ffffff;
	border:1px solid #999999;
	border-width:1px 1px 0px 0;
	text-align:left;
	}

.w_pas_acunt_sentaku{
	height:21px;
	padding-left:6px;
	}

.m_shokuin_in{
	height:50px;
	}
	
.m_shokuin_in2{
	height:50px;
	}

.w_shozoku_sentaku{
	width:226px;
	height:21px;
	padding-left:6px;
	}

.mini{
	width:80px;
	}

.w_3part1{
	width:366px;
	float:left;
	margin:0;
	}

.w_3part2{
	width:326px;
	float:left;
	margin:0 10px;
	}

.w_3part3{
	width:406px;
	float:left;
	margin:0;
	}
	
.w_riyosha_file{
	width:100px;
	margin:0;
	}

/*　入力フォーム横のエラー用ＣＳＳ　ここから */

.eror_text{font-size:12px;color:#555555;}
	
#kana_msg{font-size:12px;color:#555555;}
	
#kana2_msg{font-size:12px;color:#555555;}

#katakana_msg{font-size:12px;color:#555555;}

#kana_no_check_msg{font-size:12px;color:#555555;}

#num_msg{font-size:12px;color:#555555;}

#num2_msg{font-size:12px;color:#555555;}

#alpha_num_msg{font-size:12px;color:#555555;}
	
#alpha_num2_msg{font-size:12px;color:#555555;}
	
#select_msg{font-size:12px;color:#555555;}
	
#select2_msg{font-size:12px;color:#555555;}
	
#select3_msg{font-size:12px;color:#555555;}

#select4_msg{font-size:12px;color:#555555;}

#select5_msg{font-size:12px;color:#555555;}
	
#zip_msg{font-size:12px;color:#555555;}
	
#tel_msg{font-size:12px;color:#555555;}

#fax_msg{font-size:12px;color:#555555;}

#celtel_msg{font-size:12px;color:#555555;}

#mail_msg{font-size:12px;color:#555555;}

/*　入力フォーム横のエラー用ＣＳＳ　ここまで */

.kihon_area{
	margin:0 auto;
	width:1130px;
	}
	
.red{
	color:#ff0000;
	}

.red_big{
	color:#ff0000;
	font-size:20px;
	font-weight:bold;
	}

.ken{
	color:#777777;
	font-weight:bold;
	font-size:9.5pt;
	}

.mikakunin_waku {
	width: 90%;
	height:460px;
	margin-top:0px;
	padding:0 5px 15px 15px;
	overflow-y:scroll;
	overflow-x: hidden;
	text-align:left;
	border:5px solid #FFD7BC;
}

hr{color:#ffffff;
background:#cccccc;
border:#ffffff;
height:2px;
}

*:first-child+html hr{color:#cccccc;
background:#cccccc;
border:#cccccc;
height:2px;
}

table.menu_kaigo_kiroku {
	width:auto;
	margin:0;
	padding:0;
	border:#feceb0 2px solid;
	border-width:2px;
	}

table.menu_kaigo_kiroku th{
	background-color:#feceb0;
	font-size:14px;
	text-align:left;
	padding:0 3px;
	color:#333333;
	font-size:13px;
	width:auto;
	font-weight:normal;
    border:0;
	}

table.menu_kaigo_kiroku td{
	background-color:none;
	text-align:left;
	padding:3px;
	color:#333333;
	font-size:13px;
	width:auto;
    border:0;
	}


.menu_namae{
	background:#feceb0;
	padding:2px 4px;
	border:#feceb0 2px solid;
	color:#333333;
	}

.menu_nakami{
	background:#ffffff;
	padding:2px 4px;
    margin:0 -4px 0 0;
	border:#feceb0 2px solid;
	}

.menu_sikaku{
	height:20px;
    margin:0;
	}

.kekka_hiduke{/*経過記録（職員）の検索結果テーブル、左セルの中で使用*/
	background-color:#feefce;
	height:16px;
	padding-top:4px;
	margin:5px 0;
	}
	
.kekka_hiduke_gray{/*経過記録（職員）の検索結果テーブル、左セルの中で使用 削除レコード用*/
	background-color:#D3D3D3;
	height:16px;
	padding-top:4px;
	margin:2px 0;
	}

/*　来所予定者一覧　カレンダーの中の、入れ子テーブルの中の、時間とタイトル表示 */

.calender_cell_waku{
	width:100%;
	height:15px;
	overflow:hidden;
	}

.calender_cell_jikan{
	width: 30%; font-size:9.5pt;
	height:15px;
	float:left;
	text-align:right;
	}

.calender_cell_daimei{
	width: 65%; font-size:9.5pt;
	height:15px;
	float:right;
	}
	
/*　/来所予定者一覧　カレンダーの中の、入れ子テーブルの中の、時間とタイトル表示 */

.planlist-addbtn{
	margin: 10px auto;
	text-align: left;
	width: 1130px;
}

.planlist_titdata_waku{
	width: 1130px;
	margin:10px 0 10px 0;
}

.compbtn_rit{
		width:1130px;
		text-align:right;
		margin:-10px 0 10px 0;
}

.scrol_waku_riyosha{
	margin:0 auto;
	text-align:left;
	width:auto;
	height:300px;
	overflow-x:hidden;
	overflow-y:scroll;
	border:5px solid #FFD7BC;
}

.scrol_waku{
	margin:0 auto;
	text-align:left;
	width:auto;
	height:300px;
	overflow-x:hidden;
	overflow-y:scroll;
	border:5px solid #FFD7BC;
}

/*　汎用ＣＳＳ */

.ml5{
		margin-left:5px;
}

.ml10{
		margin-left:10px;
}

.ml20{
		margin-left:20px;
}

.mb10{
		margin-bottom:10px;
}

.mb20{
		margin-bottom:20px;
}

/*　/汎用ＣＳＳ */

/*　マスタ管理画面系 */

.master_shozoku_wid{
	width:600px;
}

.master_shokushu_wid{
	width:600px;
}

.master_file_wid{
	width:600px;
}

.master_nyu_wid{
	width:650px;
}

.master_vita_wid{
	width:650px;
}

.master_group_wid{
	width:650px;
}

.master_room_wid{
	width:650px;
}


.master_i_btn{
	margin:5px 0 10px 0;
}

.master_touroku{
	margin:5px 0;
	text-align:right;
}

.base_800_0at{
	width:800px;
	margin:0 auto;
}

.base_800{
	width:800px;
}

.master_2btn{
	margin:6px auto;text-align:left;
}

.master_md{
	margin:0 auto;
	}
	
/*　/マスタ管理画面系 */
	
/* 検索結果　指示・経過内容テーブル ここから */

table.job_detail {
	margin:0 0 22px 0;
	padding:0;
	border:solid #feceb0;
	border-width:3px 3px 3px 3px;
	border-collapse:collapse;
	}

table.job_detail th{
	background-color:#ffffff;
	border:1px solid #999999;
	border-width:1px 1px 1px 0;
	font-size:14px;
	text-align:left;
	padding:5px;
	color:#666666;
	font-size:14px;
	width:20%;
	font-weight:normal;
	}

table.job_detail td{
	background-color:none;
	border:1px solid #999999;
	border-width:1px 1px 1px 0;
	text-align:left;
	padding:5px;
	color:#333333;
	font-size:14px;
	width:60%;
/*	text-align:justify;
	text-justify:inter-idepgraph;*/
	word-break:break-all;
	}
	
table.kihon_table_waku_yoko {
	border:1px solid #999999;
	border-width:0px 0px 1px 1px;
	padding:0;
	border:solid #feceb0;
	border-width:3px 3px 3px 3px;
	}

table.kihon_table_waku_yoko th{
	background-color:#ffffff;
	border:1px solid #999999;
	border-width:1px 1px 0px 0;
	font-size:14px;
	text-align:center;
	padding:5px;
	color:#666666;
	font-size:14px;
	width:20%;
	font-weight:normal;
	}

table.kihon_table_waku_yoko td{
	background-color:none;
	border:1px solid #999999;
	border-width:1px 1px 0px 0;
	text-align:left;
	padding:5px;
	color:#333333;
	font-size:14px;
	width:60%;
	text-align:justify;
	text-justify:inter-idepgraph;
	}

.up_file_list{
	margin-top:7px;
	}
	
.login_gamen{
	width:382px;
	height:145px;
	margin:0;
	padding:0;
	background:url(../img/login_back_02.jpg) no-repeat center top;
	font-size:14px;
	color:#555555;
	}

.chek_soroe{
	vertical-align:middle;
	margin-right:3px;
	}
	
.w_close{
	font-size:13px;
	color:#333333;
	margin-top:15px;
	}
	
ul.list-style{
	margin:0;
	padding:0;
	}
	
ul.list-style li{
	margin:0 0 3px 2px;
	padding:0;
	list-style-type:none;
	display:block;
	}
	
ul.list-style li.title{
	width:90px;
	margin:0 0 3px 2px;
	padding:0;
	list-style-type:none;
	display:block;
	float:left;
	text-align:center;
	}

ul.list-style li.text{
	margin:0 0 3px 2px;
	padding:0;
	list-style-type:none;
	display:block;
	float:left;
	}

#user_auto_input_98 input[type="text"]{
	width:98%;
}

#user_auto_text_99 textarea{
	width:99%;
}

.selectstaff_table{
	margin:0;
	padding:0;
	border-collapse:collapse;
	}

.selectstaff_table th{
	background:url(../img/selectstaff_title.jpg) repeat-x;
	font-size:12px;
	text-align:center;
	height:31px;
	border:1px solid #cccccc;
	padding:0;
	font-weight:normal;
	color:#555555;
	}
	
.selectstaff_table td{
	background:#ffe6b4;
	font-size:13px;
	padding:10px;
	text-align:center;
	border:none;
	}
	
.selectstaff_table td.arrow{
	background:#ffffff;
	font-size:0px;
	padding:0px;
	text-align:center;
	border:none;
	}

.list{
	margin:0;
	padding:0;
	}
	
.list ul{
	margin:0 10px;
	padding:0;
	float:left;
	text-align:left;
	}
	
.list ul li{
	list-style-type:none;
	margin:0px 0 4px 0;
	}

/*--------------------------------------/使用CSSをひたすら入れてく所---------------------------------*/

.is_custom{margin:5px auto 10px; text-align:left; width:1000px; clear:both;}

.is_btn_rightset{position:relative;float:right;}

.is_btn_rightset_nonfl{position:relative;}

.is_custom_800{margin:5px auto 10px; text-align:left; width:800px; clear:both;}

.is_custom_890{margin:5px auto 10px; text-align:left; width:890px; clear:both;}

.is_custom_left_area{
	width:100px;
	float:left;}

.is_custom_right_area{
	position:relative;
	width:100px;
	height:;}

.is_custom_k_btn_left{
	width:90px;
	text-align:center;
	float:left;
	}

.is_custom_k_btn_right{
	width:40px;
	text-align:center;
	position:absolute;
	bottom:-22px;
	right:-50px;
	}
	
.is_custom_k_btn_right_800{
	width:40px;
	text-align:center;
	position:absolute;
	bottom:-10px;
	right:-50px;
	}
