@charset "utf-8";
/*------------------
初期化
------------------*/h1,h2,h3,h4,h5,h6,p,ol,ul{
	border-collapse:collapse;
	border-spacing:0;
	font-style: normal;
	margin:0;
	padding:0;
}
address,em{
	font-style: normal;
}
#contents p{
	margin-top: 0em;
	clear: both;
}
p,dd{
	text-justify: distribute;
}
p,li,address,table{
	line-height: 150%;
}
p {
	margin-top: 1em;
}
dt{
	font-weight: bold;
	padding: 5px 0px;
}
dd{
	padding-bottom: 10px;
	padding-left: 12px;
	line-height: 130%;
}
img{
	vertical-align: top;
	border: 0;
}
ul,ol{
	list-style: none;
}
tbody th{
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
}
th,td{
	vertical-align: top;
}
table{
	border-collapse: collapse;
}
hr{
	display: none;
}
ul.list{
	margin-left: 20px;
	list-style: disc;
}
ol.list{
	margin-left: 30px;
	list-style: decimal;
}
br{
	line-height: 0px;
}
.fst {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.pic-lft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.pic-rgt {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*------------------
基本
------------------*/
a{
	color: #1598cf;
	text-decoration: underline;
}
a:hover{
	color: #55d8cf;
	text-decoration: none;
}
body,table{
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #fff2dc;
}

/*------------------
テキスト系
------------------*/
.txt-bold {
	font-weight: bold;
}
.txt-boldRed {
	color: #c2272d;
	font-weight: bold;
}


/*------------------
レイアウト系
------------------*/
h2 {
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 620px;
	padding-left: 40px;
	font-size: medium;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-top: 20px;
	color: #333333;
}
#contents {
	padding-bottom: 40px;
}


/*------------------
間隔系
------------------*/
.sec {
	padding-left: 20px;
	padding-right: 20px;
	width: 620px;
}
.sec-10 {
	margin-top: 10px !important;
}
.sec-20 {
	margin-top: 20px !important;
}
.sec-30 {
	margin-top: 30px !important;
}


/*------------------
カテゴリ系
------------------*/


/*------------------
共通部品系
------------------*/
/*IE table隙間対策*/
.cmn-padd {
	font-size: 5px;

}
/*width*/
.rank-menu {
	width: 90px;
	font-size: medium;
	height: 25px;
}

/*button blue*/
.cmn-btnblue {
	background-image: url(../img/btn_blue_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 194px;
}
.cmn-btnblue a {
	background-image: url(../img/btn_blue_up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 194px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

/*button orange*/
.cmn-btnorange {
	background-image: url(../img/btn_orange_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 194px;
}
.cmn-btnorange a {
	background-image: url(../img/btn_orange_up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 194px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.cmn-btnorange2 {
	background-image: url(../img/btn_orange_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 160px;
}
.cmn-btnorange2 a {
	background-image: url(../img/btn_orange_up2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 160px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}

/*table type1*/
.cmn-table th {
	background-image:url(../img/table_th.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.cmn-table {
	margin-top: 1px;/*FireFoxで上線表示されない対策*/
}
.cmn-table th, .cmn-table, .cmn-table td {
	border: 1px solid #b0d9eb;
	border-collapse: collapse;
	vertical-align: middle;
}
.cmn-table td , .cmn-table th{
	padding: 10px;
}
.cmn-table .rgt {
	text-align: right;
}
.cmn-table .lft {
	text-align: left;
}
.cmn-tablepadd5 td, .cmn-tablepadd5 th{
	padding: 5px;
}



/*table type2*/
.cmn-table2 th {
	background-image:url(../img/table2_sepa.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.cmn-table2 {
	border-collapse: separate;
}
.cmn-table2 td, .cmn-table2 th {
	border: 1px solid #FFFFFF;
	border-collapse: separate;
	vertical-align: middle;
	background-color: #ddf3f8;
}
.cmn-table2 th {
	border-right-width: 0px;
	border-right-style: none;
}
.cmn-table2 th, .cmn-table2 td {
	padding: 10px;
}
.cmn-table2 tr.border th {
	background-image:url(../img/table2_sepa2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.cmn-table2 tr.border td {
	background-image:url(../img/table2_sepa2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.cmn-table3 th, .cmn-table3 td {
	background-color: #d2edf9;
	vertical-align: middle;
}
.cmn-table3 th {
	text-align: left;
}
.cmn-cnt {
	text-align: center;
}
.cmn-cnt2 {
	margin-left: auto;
	margin-right: auto;
}
.cmn-imgFixLft {
	background-repeat: repeat-y;
	background-position: left top;
}
.cmn-imgFixRgt {
	background-repeat: repeat-y;
	background-position: right top;
}
.cmn-input {
	width: 234px;
	height: 20px;
	font-size: medium;
}

/*------------------
固有ページ系
------------------*/




.top-newlist {
	background-image: url(../img/top/new_list.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	overflow: hidden;
	height: 141px;
	width: 423px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-newlist ul {
	position: absolute;
	width: 385px;
	left: 30px;
	top: 25px;
	height: 82px;
	overflow:auto;
	overflow-x :hidden;
	
}
.top-newlist ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9923d;
	padding-top: 4px;
	padding-bottom: 4px;
}
.input-input {
	width: 330px;
	height: 20px;
	font-size: medium;
}
.kiyaku-list li {
	margin-top: 10px;
}
.first-toweb {
	background-color: #f4862c;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #d24c18;
	border-right-color: #d24c18;
	border-bottom-color: #d24c18;
	border-left-color: #d24c18;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
.first-toweb a {
	color: #c1272d;
	font-weight: bold;
	text-decoration: underline;
}
.howtouse-tableblue {
	background-color: #f0f8fd;
	border-collapse: collapse;
	border: 1px solid #d2edf9;
}
.howtouse-tableblue th {
	padding-left: 15px;
	padding-top: 15px;
}
.howtouse-tableblue td {
	padding-right: 15px;
	padding-top: 15px;
}
.howtouse-tableblue .lst {
	padding-bottom: 15px;
}

.tenpo-links {
	padding-left: 15px;
	width: 145px;
}
.tenpo-links li {
	width: 145px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #ccebf7;
	border-right-color: #ccebf7;
	border-bottom-color: #ccebf7;
	border-left-color: #ccebf7;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}

/*------------------
メンテナンスページ
------------------*/

body table#mainte{
	border-collapse: separate;
	}
#mainte_cont{
	background-color:#FFFFFF;
	background-image: url(../img/maintenance/cont_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	border:1px #a9a8a7 solid;
	width:600px;
	font-weight:bold;
	font-size:130%;
	padding:20px;
	padding-bottom:30px;
	}
#mainte_cont h1{
	padding:0; margin:0;
	margin-bottom:10px;
	}
#mainte_cont p{
	padding:0 20px ;
	}
#mainte_cont ul{
	padding-left:40px;
	padding-right:20px;
	list-style: disc;
	margin:20px 0;
	}
#mainte_L{
	background-image: url(../img/maintenance/mainte_bg1.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:170px;
	}
#mainte_R{
	background-image: url(../img/maintenance/mainte_bg3.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:200px;
	}

