@charset "utf-8";

/* ******************************************************************************** */
/*  Ｋビジョン On The Web info.css                                                  */
/*                                                                        14.06.05  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      0.外部CSS読み込み設定                                                       */
/* ================================================================================ */

/* ---- 0.共通 ---- */
@import url("./common.css");

h1{
	margin: 20px auto;
	padding-bottom: 20px;
	font-size: 16px;
	text-align: center;
	border-bottom: dotted 2px #cccccc;
}


/* ================================================================================ */
/*      2-1.新着情報                                                                */
/* ================================================================================ */

#news{
	margin: 0px;
	padding: 0px;
}
#news .news_title{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#news .news_main{
	margin: 0px;
	padding: 10px 10px 15px 10px;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
}
#news .news_main ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#news .news_main ul li{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../img/common/ico/ico_red01.gif) no-repeat 0px 4px;
}
#news .news_main .news_date{
	margin: 3px 0px 30px 0px;
	padding: 0px;
	text-align: right;
}
/* line-heightをpxで指定しない場合、テキストが下がっていくずれが発生 */
#news .news_main .main-text{
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 22px;
	background: url(../img/common/bcg_p01.gif) repeat 0 0;
}
#news .news_main p{
	margin: 0px;
	padding: 0px 5px 0px 5px;
	line-height: 22px;
	background: url(../img/common/bcg_p01.gif) repeat 0 0;
}


/* ================================================================================ */
/*      2-2.インフォメーション                                                      */
/* ================================================================================ */

#info{
	margin: 0px;
	padding: 0px;
}
#info .info_title{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ---- メイン ---- */
#info .info_main{
	margin: 0px;
	padding: 10px 10px 15px 10px;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
}

/* ---- メイン／タイトル ---- */
#info .info_main ul.main-title{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	list-style-type: none;
}
#info .info_main ul.main-title li.li01{
	margin: 0px;
	padding: 0px 0px 0px 69px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../img/info/ico_failure.gif) no-repeat 0px 2px;
}
#info .info_main ul.main-title li.li02{
	margin: 0px;
	padding: 0px 0px 0px 69px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../img/info/ico_mainte.gif) no-repeat 0px 2px;
}
#info .info_main ul.main-title li.li03{
	margin: 0px;
	padding: 0px 0px 0px 69px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../img/info/ico_caution.gif) no-repeat 0px 2px;
}

/* ---- メイン／日付 ---- */
#info .info_main .main-date{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

/* ---- メイン／本文 ---- */
/* line-heightをpxで指定しない場合、テキストが下がっていくずれが発生 */
#info .info_main .main-text{
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 22px;
	background: url(../img/common/bcg_p01.gif) repeat 0 0;
}
#info .info_main .main-text p{
	line-height: 22px;
}

/* ---- メイン／本文／リスト ---- */
/* line-heightをpxで指定しない場合、テキストが下がっていくずれが発生 */
#info .info_main .main-text ul.ul-list{
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	list-style-type: none;
}
#info .info_main .main-text ul.ul-list li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 19px;
	background: url(../img/common/ico/ico_red01.gif) no-repeat 3px 7px;
}
#info .info_main .main-text ol.ol-list{
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
#info .info_main .main-text ol.ol-list li{
	margin: 0px 0px 0px 19px;
	padding: 0px 0px 0px 0px;
	background: none;
}

/* ---- メイン／本文／過去の履歴 ---- */
#info .info_main .main-text ul.text-list{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#info .info_main .main-text ul.text-list li.li01{
	margin: 0px;
	padding: 0px 0px 0px 77px;
	line-height: 22px;
	background: url(../img/info/ico_failure.gif) no-repeat 6px 3px;
}
#info .info_main .main-text ul.text-list li.li02{
	margin: 0px;
	padding: 0px 0px 0px 77px;
	line-height: 22px;
	background: url(../img/info/ico_mainte.gif) no-repeat 6px 3px;
}
#info .info_main .main-text ul.text-list li.li03{
	margin: 0px;
	padding: 0px 0px 0px 77px;
	line-height: 22px;
	background: url(../img/info/ico_caution.gif) no-repeat 6px 3px;
}