@charset "utf-8";

/*-----------　設定-------------*/

/*---共通設定---*/

body {
	background-color: #ccc;
}

#container {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

div#header {
	width: 760px;
	border-bottom: 1px solid #ff6600;
	margin: 0 20px 2px;
}

#content{
	width:768px;
	padding: 0 16px;
}

.info-txt {
	font-weight: bold;
	color: #ff6600;
	
}

.center_c {
	text-align: center;
}


.li-cat li {
	padding-left: 1em;
	background: url(../img/arrow01.gif) no-repeat 0% 6px;
}

.li-pd li {
	padding-left: 1em;
	background: url(../img/arrow02.gif) no-repeat 0% 6px;
}

.li-btn li a {
	display: block;
	width: 112px;
	height: 29px;
	padding-top: 12px;
	background: url(../img/ind_btn_search03.gif) no-repeat;
	text-align: center;
	color: #fff;
}

.li-btn li a:hover {
	background: url(../img/ind_btn_search03.gif) no-repeat 0 -41px;
	text-decoration: none;
	color: #fff;
}


/*--トップページ設定---*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */



div.logo-area {
	width: 520px;
	float: left;
}

div#header #ttl-txt {
	padding-top: 10px;
	text-align: right;
}

div.logo-area .info-txt {
	padding-top: 10px;
	color: #656565;
}

#mainlogo{
	width:240px;
}

ul.topicpath {
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	padding: 5px 0 5px 10px;
}

#content ul.topicpath {
	background-color: #f3f3f3;
	border-bottom: 1px solid #ff6600;
}

ul.topicpath li {
	display: inline;
}


h1 {
	line-height:2.5;
	font-size:100%;
}


div.box-search_area {
        width: 765px;
        height: 92px;
        margin-bottom: 15px;
        background: url(../img/ind_btn_bg.gif) no-repeat left bottom;
}

div.box-search_area ul {
        padding-left: 12px;
        padding-right: 8px;
}


div.box-search_area li {
        float: left;
        padding-left: 7px;
}



div.box-baiter {
        margin-bottom: 10px;
        background: url(../img/ind_box_bg01.gif) no-repeat 0 39px;
}

div.box-baiter div.leftBox {
        float: left;
        width: 475px;
        padding-top: 2px;
        padding-left: 5px;
}

div.box-baiter div.leftBox dl {
        background: url(../img/ind_box_bg03.gif) no-repeat 11px 14px;
}

div.box-baiter div.leftBox dl dt {
        float: left;
        width: 63px;
}


div.box-baiter div.leftBox dl dd {
        padding-left: 68px;
        padding-top: 20px;
}




dl#search-syokusyu ul li, dl#search-kodawari ul li {
	width: 116px;
	float: left;
	padding-bottom: 2px;
}

dl#search-kyuyo ul li {
	width: 150px;
	float: left;
	padding-bottom: 15px;
}

* html dl#search-kyuyo ul li {
	width: 150px;
	float: left;
	padding-bottom: 11px;
}

*:first-child+html dl#search-kyuyo ul li {
	padding-bottom: 11px;
}


dl#search-kikan ul li, dl#search-shift ul li {
	width: 116px;
	padding-bottom: 5px;
	float: left;
}


dl#search-osusume {
	width: 767px;
	float: left;
	border-bottom: 1px solid #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

dl#search-osusume dd {
	padding: 8px 0 10px;
	background-color: #f3f3f3;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}


/*02100215追加*/
dl#search-osusume dd ul{
	width:650px;
	margin-left:110px;
}
/*02100215追加*/

dl#search-osusume dd ul li {
	display: inline;
	padding: 0 5px;
	margin: 2px 0;
	border-right: 1px solid #666;
}

dl#search-osusume dd ul li.last {
	border-right: none;
}

/*02100215修正*/
dl#search-osusume dd span {
	float: left;
	padding-left: 10px;
}
/*02100215修正*/

dl#search-osusume dd span img {
	vertical-align: top;
}

#footer .foot-key {
	text-align: right;
}


/* ad space */
div#adpic {
	width:100px;
}

div#ad {
	background:url(../img/info.gif) no-repeat;
	text-decoration:underline;
	color:#36F;
	width:500px;
	margin:5px 0px 10px 150px;
	padding-top:1px;
	padding-left:100px;
	text-align: left;
}
/* ad space */
