@charset "utf-8";
/*---base---*/

html {
	font-size: 62.5%;
}

.sp_mode {
	display:none;
}
body{
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:125%;
	line-height: 15px;
	margin-left:auto;
	margin-right:auto;
	color:#555555;
	background-image:url(../images/background_st.png);
	background-repeat:repeat-x;
}
body#common {
	background-image:url(../images/background-common.jpg);
}
body#common2 {
	background-image:url(../images/background_st.jpg);
}
*{
	margin:0px;
	padding:0px;
}
img { border:none;}
/*---文字サイズ---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#font {
	width: 120px;
	float:left;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 120px;
	background-image:url(../images/header-font.jpg);
}

#font li {
	float:left;
	list-style:none;
	margin-left:10px;
	padding:5px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	line-height:1.0;
	background:#036EB8;
	border-bottom: 2px solid #003a74;
	cursor:pointer;
}

#font li.hover {
	background:#2a95eb;
}

#font li.active {
	  background:#ff7010;
}


/*---header---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#header {
	width: 960px;
	height: 70px;
	padding: 13px 0px 5px 0;
	margin: auto;
	z-index: 2;
}

#header a:hover{
	color:#ff0000;
}



#submenu{
	position:absolute;
}


#header-left {
	width:400px;
	float:left;
	color:#ff7010;
}
#header-left h1 {
	font-size:110%;
}
#header-left p {
	font-size:110%;
}
#header-left img {
	vertical-align: middle;
}
#header-left a {
	text-decoration: none;
}
#header-left a:hover {
	color:#ff7010;
}
#header-left a:link {
	color:#ff7010;
}
#header-left a:visited  {
	color:#ff7010;
}
#header-left a:active  {
	color:#ff7010;
}


#header-center1 {
	width:240px;
	float:left;
	margin-top:35px;
}

#header-center2 {
	width:240px;
	float:left;
	margin-top:30px;
}

#header-center {
	width:240px;
	float:left;
	margin-top:39px;
}

#header-right {
	width:80px;
	float:right;
	margin-top:35px;
}


#header-right1 {
	width:320px;
	float:left;
	text-align:right;
	margin-top:0px;
}
#header-right2 {
	width:240px;
	float:left;
	margin-top:-5px;
}
#header-right3 {
	width:80px;
	float:right;
	margin-top:0px;
}



.header-flat li{
	float:left;
	list-style:none;
	text-align:center;
	margin: 50px 0px 0px 0px;
}

.header-flat ul{
	clear: both;
}




#header form{
	width:240px;
	height:30px;
	float:right;
	background-image:url(../images/header-serch.jpg);
	background-repeat:no-repeat;
	top:12px;
}

#header input.words{
	width:100px;
	float:left;
	margin-top: 7px;
	margin-left: 80px;
}

#header input.btn{
	margin:5.5px 0px 0 10px;
}


#wrapper{
	width:960px;
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#nav {
float: right;
list-style-type: none;
margin: 56px 0 0;
}

#nav li{
float:left;
margin:0 0 0 0px;
color:#666666;
letter-spacing:1px;
}

#nav li a:link,
#nav li a:visited{
color:#CCCCCC;
}

#nav li a:active,
#nav li a:hover{
color:#ffffff;
}




/*---dropmenu---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#dropmenu{
  z-index: 100;
  list-style-type: none;
  width: 960px;
  height: 36px;
  margin: 0px 0 0 0;
  padding: 0;
  background: #036EB8;
  border-bottom: 4px solid #003a74;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 192px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 13px 0 11px;
  color: #fff;
  font-size: 14px;

  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  z-index: 100;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}

#dropmenu li ul li{
	z-index: 100;
  overflow: hidden;
  width: 192px;
  height: 0;
  color: #fff;
}
#dropmenu li ul li a{
  padding: 10px 10px;
  background: #036EB8;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li ul li:hover > a{
  background: #2a95eb;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 30px;
  border-top: 1px solid #003a74;
  border-bottom: 1px solid #003a74;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
#dropmenu li a:hover,  #dropmenu a#hover{
  background: #2a95eb;
  border-bottom: 2px solid #003a74;
  height: 12px;
  color: #eff7b1;
}

/*--slidewrapper---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#slider_main {
	z-index: 0;
	margin: 8px auto 5px auto;
	width: 900px;
	height: 260px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#slider_main ul {
	position: absolute;
	overflow: hidden;
	list-style:none;
}
#slider_main ul li {
	width: 900px;
	height: 260px;
	float: left;
}

#slider_thumb {
	z-index: 10;
	width: 19%;
	height: 20px;
	float: none;
	margin: 0px auto 20px auto;
}
#slider_thumb ul {
	width: 100%;
	list-style:none;
	margin: 0 auto;
}
#slider_thumb ul li {
	width: 30px;
	height: 37px;
	cursor: pointer;
	float: left;
}
#slider_thumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
#slider_main ul:after,
#slider_thumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slider_main ul,
#slider_thumb ul {
	display: inline-block;
	overflow: hidden;
}


.kensaku_box {
	width: 32%;
	height: 120px;
	float:left;
	font-size:100%;
	line-height:125%;
	border: 1px solid #d8d8d8;
	margin: 5px;
	/* border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    /* -moz-border-radius: 5px; */
}
.kensaku_box dl{
	overflow: hidden;
}
.kensaku_box dl p{
	width:470px;
	font-size:120%;
	line-height:30px;
}
.kensaku_box dt{
	float: left;
	width: 100px;
	padding: 10px;
}
.kensaku_box dd{
}
.kensaku_box dd a{
	display: block;
	background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 20px;
	border-bottom: 2px solid #999999;
	padding: 20px 38px 20px 10px;
	text-decoration: none;
	height: 80px;
	color: #393939;
}
.kensaku_box a img:hover {
	opacity: 0.6;
}
.kensaku_box a:hover {
	opacity: 0.6;
	color: #ff0000;
}
.kensaku_box span {
	font-size: 120%;
	font-weight: bold;
	color:#ff7010;
}

.hajimete_box {
	width: 31%;
	height: 85px;
	float: left;
	font-size:100%;
	line-height:125%;
	border: 1px solid #d8d8d8;
	margin: 5px 5px 5px 8px;
}
.hajimete_box dl{
	overflow: hidden;
}
.hajimete_box dl p{
	width:470px;
	font-size:120%;
	line-height:30px;
}
.hajimete_box dd a{
	display: block;
	background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 15px;
	padding: 35px 38px 35px 10px;
	text-decoration: none;
	height: 15px;
	color: #393939;
	border-bottom: 2px solid #999999;
}
.hajimete_box a img:hover {
	opacity: 0.6;
}
.hajimete_box a:hover {
	opacity: 0.6;
	color: #ff0000;
}
.hajimete_box span {
	font-size: 139%;
	font-weight: bold;
	color:#000000;
}

.hajimete_box img {
    width: 30px;
    height: 30px;
    /* display: block; */
    line-height: 28px;
    margin: -10px 0;
}

#search {
	display:none;
}


/*---パンくず---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header2 {
	width:960px;
	overflow:hidden;

	list-style-type: none;
}

#header2-left {
	width:560px;
	float:left;
}


#header2-right {
	width:400px;
	float:right;
	margin:10px 0 10px 0;
}


#bcLink {
	padding-top: 10px;
	padding-bottom: 15px;	
	margin:0 0 10px 0;
}
#bcLink li {
	display: inline;
}

#bcLink li a{
	color: #ff0000;
}



#sns {
	float:right;
}

iframe.twitter-share-button {
    width: 85px!important;
}

/*---サイドナビ---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#side-nav {
	width:220px;
	float:left;
	overflow:hidden;
	border :#003a74;
}


#side-nav ul{
	width:220px;
	float:left;
	list-style-type:none;
	margin:0 0 20px 0;
}

#side-nav ul li{
	width:100%;
	float:left;
}
#side-nav p a{
	width:100%;
	height:40px;
	line-height:40px;
	background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 8px;
	background-color:#036EB8;
	border-bottom: 1px solid #cccccc;
	color:#ffffff;
	float:left;
	text-indent: 5px;
	text-decoration: none;
}
#side-nav ul li a{
	width:100%;
	background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 8px;
	border-bottom: 1px solid #cccccc;
	float:left;
	text-indent: 5px;
	text-decoration: none;
	padding: 11px 0;
}
#side-nav .sub a{
	background-color:#8ccbf6;
	border-bottom: 1px solid #cccccc;
	color:#000000;
}


#side-nav ol{
	width:220px;
	float:left;
	list-style-type:none;
	margin:0 0 30px 0;
}

#side-nav ol li{
	margin:0 0 10px 0;
}

#side-nav ul li a:hover{
	background-color:#2a95eb;
	color: #eff7b1;
}
#side-nav p a:hover{
background-color:#2a95eb;
  color: #eff7b1;
}



/*---layout---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#main{
	width:960px;
	float:left;
	line-height: 150%;
	margin-top: 15px;
}

.section {
	width:710px;
	float:left;

}

#top-left {
	width:220px;
	float:left;
}

#top-left ol li{
	list-style:none;
	margin-bottom: 10px;
}

#top-left h2{
margin:0 0 10px 0;
}


#side-menu {
	width:220px;
	float:left;
}

#side-menu ol li{
	list-style:none;
	margin-bottom: 10px;

}

#side-menu h2{
margin:0 0 10px 0;
}





#top-right {
	width:720px;
	float:right;
}

.left-box {
width:450px;
float:left;
}

.right-box {
width:230px;
margin:0 0 0 10px;
float:right;
display:inline;
text-align:center;
font-size:85%;
}

.right-box2 {
width:200px;
margin:0 0 0 10px;
float:right;
display:inline;
text-align:left;
font-size:85%;
}


.main-2 .main-left {
	width:50%;
	height:100%;
	float:left;
}

.main-2 .main-right {
	width:50%;
	height:100%;
	float:right;
}

.main-3 .main-left {
	width:33%;
	height:100%;
	float:left;
}

.main-3 .main-center {
	width:33%;
	height:100%;
	margin:0 2px 30px 2px;
	float:left;
}

.main-3 .main-right {
	width:33%;
	height:100%;
	margin:0 0 30px 0;
	float:right;
}

#link-list  {
	padding-bottom: 30px;
}

#link-list dl {
	width:100%;
	font-size:100%;
	overflow: hidden;
	margin:20px 0px 0px 10px;
}
#link-list dt{
	width:300px;
	float: right;
	margin-right:5px;
}

#link-list dd{
	width:55%;
	float: left;
}

#link-list dd a:hover {
	color: #ff0000;
}

.linknav{
	background-image:url(../images/icon02_st.jpg);
	background-position:7px 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}

.external{
	background-image:url(../images/icon04_st.gif);
	background-position:7px 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}

.pdf{
	background-image:url(../images/pdficon_small.png);
	background-position:7px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}


#top-news {
	width:710px;
	float:left;
	font-size:100%;
	line-height:125%;
}

#top-news2 {
	width:470px;
	float:left;
	font-size:100%;
	line-height:125%;
}

#top-news dl{
	overflow: hidden;
	margin:10px 0px 0px 0px;
}


#top-news2 dl p{
	width:470px;
	font-size:120%;
	line-height:30px;
}
#top-news dt{
	float: left;
	width: 11em;
	padding: 15px 0 0 1em;
}

#top-news dd{
	padding: 0 0 0 14em;
	margin: 0 0 0 0px;
	background-image:url(../images/icon02_st.jpg);
	background-repeat:no-repeat;
	background-position:12.5em 15px;
	border-bottom: 1px dotted #696969;
}

#top-news dd a{
	display: block;
	background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 8px;
	text-decoration: none;
	padding: 15px 18px 15px 0;
}

#top-news .pdf{
	padding: 0 0 10px 14em;
	margin: 0 0 0px;
	background-image:url(../images/pdficon_small.png);
	background-repeat:no-repeat;
	background-position:12.5em 0px;
}
#top-news .external{
	padding: 0 0 0 14em;
	margin: 0 0 0 0px;
	background-image:url(../images/icon04_st.gif);
	background-repeat:no-repeat;
	background-position:12.5em 15px;
}
#top-news .normal{
	padding: 0 0 10px 14em;
	margin: 0 0 0px;
	background-image:url(../images/icon02_st.jpg);
	background-repeat:no-repeat;
	background-position:12.5em 2px;
}
#top-news .list{
	padding: 15px 0 15px 14em;
	margin: 0 0 0px;
	background-image:url(../images/icon03_st.gif);
	background-repeat:no-repeat;
	background-position:12.7em 18px;
}
#past-news {
	width:710px;
	float:left;
	font-size:100%;
	line-height:125%;
}
#past-news dl{
	overflow: hidden;
	margin:10px 0px 0px 0px;
	border-top: 1px dotted #696969;
}
#past-news dt{
	float: left;
	width: 11em;
	padding: 15px 0 15px 1em;
}
#past-news dd{
	padding: 0 0 0px 14em;
	margin: 0 0 0px;
	background-image:url(../images/icon02_st.jpg);
	background-repeat:no-repeat;
	background-position:12.5em 15px;
	border-bottom: 1px dotted #696969;
}

#past-news dd a {
  display: block;
  background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
  background-size: 8px;
  text-decoration: none;
  padding: 15px 24px 15px 0;
}

#past-news .pdf{
	padding: 0 0 10px 14em;
	margin: 0 0 0px;
	background-image:url(../images/pdficon_small.png);
	background-repeat:no-repeat;
	background-position:12.5em 15px;
}
#past-news .external{
	padding: 0 0 0 14em;
	margin: 0 0 0px;
	background-image:url(../images/icon04_st.gif);
	background-repeat:no-repeat;
	background-position:12.5em 15px;
}
#past-news .normal{
	padding: 0 0 0px 14em;
	margin: 0 0 0px;
	background-image:url(../images/icon02_st.jpg);
	background-repeat:no-repeat;
	background-position:12.5em 15px;
}
#past-news .list {
	padding: 15px 0 15px 12em;
	margin: 0 0 0px;
	background-image: url(../images/icon03_st.gif);
	background-repeat: no-repeat;
	background-position: 12.7em 18px;
	text-indent: 25px;
}
.form {
	width:100%;
	float:left;
	font-size:100%;
	line-height:125%;
}
.form dl{
	overflow: hidden;
	margin:10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}
.form dt{
	float: left;
	width: auto;
	padding: 0 0 10px 1em;
}
.form dd{
	width: 70%;
	padding: 0 0 10px 18em;
	margin: 0 0 0px;
}
.form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-bottom: 15px;
}
.form input[type="text"],.form input[type="email"],.form input[type="tel"] {
	height: 25px;
}
.form input[type="submit"],.form input[type="reset"],.form input[type="button"] {
	width: 45%;
	height: 40px;
}
input[type="button"],input[type="submit"],input[type="reset"] {
	width: 45%;
	height: 40px;
}

.form input[type="radio"] {
	width: 20px;
	height: 20px;
}
table .linknav {
	background-image:url(../images/icon02_st.jpg);
	background-position:7px 2px;
	background-repeat:no-repeat;
	padding-left:25px;
}
.top-flat li{
	float:left;
	list-style:none;
	text-align:center;
	margin-right: 2px;
}
.top-flat ul{
	clear: both;
	margin-bottom: 20px;
}
#keyword {
	margin: 3px;
	padding: 5px;
	float: left;
	width: 690px;
	font-size:100%;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	color: #666;
}
a:hover img,a:active img{
	filter:Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


.subtitle01 {
	width:100%;
	height:33px;
	line-height:35px;
	font-size:190%;
	color:#ff7010;
	background: url(../images/heder_subtitle01.png) no-repeat 0;
	text-indent:3px;
	float:left;
	margin:0 0 15px 0;
	padding:13px 2px 10px 2px;
}


.subtitle02 .h_right {
	font-weight:normal;
	font-size:70%;
	color:#003a74;
	float:right;
}
.subtitle02 {
	font-weight:normal;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:150%;
	color:#ff7010;
	background: url(../images/icon05.gif) no-repeat 0;
	border-color: #003a74;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	text-indent:30px;
	float:left;
	margin:0 0 10px 0;
}
.subtitle02 .h_right {
	font-weight:normal;
	font-size:70%;
	color:#003a74;
	float:right;
}
.subtitle03 {
	clear: both;
	width: 100%;
	font-size: 15px;
	font-weight:normal;
	color: #000000;
	padding: 10px 0px;
	margin: 10px 0px;
	background: #f0efef;
	line-height: 20px;
	list-style: none;
	text-indent: 10px;
	float: left;
}
.subtitle04 {
	width:97%;
	height:47px;
	line-height:45px;
	font-size:120%;
	font-weight:normal;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #003a74;
	text-indent:15px;
	float:left;
	margin:0 0 10px 10px;
	color:#ff7010;
}
.subtitle04 .linknav {
	background: white;
	padding: 0;
	border-bottom: 0px solid ;
}
.subtitle04 a.linknav {
	height: 45px;
	display: block;
	font-size: 100%;
	background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 8px;
	text-decoration: none;
	padding: 0 0 0 0px;
	text-indent: 15px;

}
.subtitle05 {
	width:470px;
	height:30px;
	line-height:30px;
	font-size:140%;
	font-weight:bold;
	color:#ff7010;
	background-image:url(../images/line01.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-indent:5px;
	float:left;
	margin:0 0 10px 0;
}

.linktab li {
	width:100%;
	height:47px;
	list-style: none;
	line-height:45px;
	font-size:120%;
	font-weight:normal;
	border: 1px solid #cccccc;
	text-indent:5px;
	float:left;
	padding: 0px;
	margin:0 0 10px 0;
}
.linktab li a {
	height: 45px;
	display: block;
	font-size: 100%;
	background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 8px;
	text-decoration: none;
}
.linktab li.pdf {
	text-indent: 30px;
}
.linktab .pdf {
	background-image: url(../images/pdficon_small.png);
	background-position: 7px 13px;
	background-repeat: no-repeat;
	list-style: none;
}
.linktab li.external {
	background-image: url(../images/icon04_st.gif);
	background-position: 7px 15px;
	text-indent:20px;
}

.list01 {
width:100%;
list-style-type:none;
float:left;
margin:0 0 20px 0;
}

.list01 li{
background-image:url(../images/icon03_st.gif);
background-position:20px 6px;
background-repeat:no-repeat;
padding-left:35px;
}

.list02 {
list-style-type:none;
float:left;
margin:0 0 20px 0;
}

.list02 li{
background-image:url(../images/icon01_st.jpg);
background-position:20px 3px;
background-repeat:no-repeat;
padding-left:35px;
}

.list03 {
list-style-type:none;
float:left;
margin:0 0 0 0;
}

.list03 li{
background-image:url(../images/icon02_st.jpg);
background-position:20px 3px;
background-repeat:no-repeat;
padding-left:35px;
}

.list04 {
list-style-type:none;
float:left;
margin:0 0 0 0;
}

.list04 li{
background-image:url(../images/icon04_st.gif);
background-position:20px 3px;
background-repeat:no-repeat;
padding-left:35px;
}

.list05 {
list-style-type:none;
float:left;
margin:0 0 0 0;
}

.list05 li{
background-image:url(../images/icon03_st.gif);
background-position:20px 6px;
background-repeat:no-repeat;
padding-left:35px;
}

.list06 {
list-style-type:none;
float:left;
margin:0 0 0px 0;
background-image:url(../images/icon_asterisk.gif);
background-position:20px 3px;
background-repeat:no-repeat;
padding-left:35px;
}

.list06red {
list-style-type:none;
float:left;
margin:0 0 20px 0;
background-image:url(../images/icon_asteriskred.gif);
background-position:20px 3px;
background-repeat:no-repeat;
padding-left:35px;
}

.list_table01 li{
	background-image:url(../images/icon03_st.jpg);
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding-left:12px;
	list-style:none;
}
.list_table02 li{
	background-image:url(../images/icon_asterisk.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:13px;
	list-style:none;
}
.list_none {
	list-style-type:none;
	float:left;
	margin:0 0 0px 0;
	background-image: none ;
	background-position:20px 3px;
	text-indent:35px;
}

.normal_list li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	list-style:none;
}
.normal_list2 li {
	padding-left: 2.5em;
	text-indent: -2.5em;
	list-style:none;
}
.normal_list3 li {
	padding-left: 3.0em;
	text-indent: -3.0em;
	list-style:none;
}
.normal_list4 li {
	padding-left: 4.5em;
	text-indent: -4.5em;
	list-style:none;
}
.normal_list5 li {
	padding-left: 5.5em;
	text-indent: -5.5em;
	list-style:none;
}

.table02  {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}

.table02 td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.table03 td {
	padding: 0 0 10px 0;
	border-width: 0px 0px 0px 0px;
}

.table04 {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
}

.table04 td {
	border-color: #cccccc;
	padding: 5px 5px 0px 5px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
}

.table05  {
	width:100%;    
    border-collapse: collapse;
	border: 1px solid #cccccc;
}

.table05 td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #cccccc;
}
.table05 td a {
}



.words td a {
	display: block;
	font-size: 100%;
	background: url(../images/bg_navi_arrow.png) no-repeat 100% center;
	background-size: 8px;
	text-decoration: none;
	padding: 10px 0;
}

.box01 {
	width:710px;
	float:left;
	margin:0 10px 30px;
	display:inline;
	padding:1px 0;
	border: 1px solid #cccccc;
}

.box01-inner {
width:710px;
float:left;
}

.box01-inner h3{
margin:10px 0 20px 15px;
}

.box01-inner h4{
margin:0 0 20px 15px;
}

.box01-inner p{
width:470px;
float:left;
margin:0 0 20px 15px;
display:inline;
}

.box01-inner div{
width:200px;
float:right;
margin:0 15px 0 0;
display:inline;
}

.box01-inner div img{
margin:0 0 10px 0;
}

.box01-inner ul{
width:710px;
float:left;
list-style-type:none;
margin-top:10px;
display:inline;
}

.box01-inner ul li{
width:270px;
height:30px;
line-height:30px;
font-size:115%;
font-weight:bold;
float:left;
text-align:center;
margin:0 0 0 15px;
padding-left:32px;
padding-right:32px;
padding-bottom:10px;
display:inline;
}

.box01-inner ul li a{
	width:270px;
	height:30px;
	display:block;
	background-repeat:no-repeat;
	text-decoration: none;
}

.box01-inner ul li a:link,
.box01-inner ul li a:visited{
color:#FFFFFF;
background-image:url(../images/list02.jpg);
}

.box01-inner ul li a:hover,
.box01-inner ul li a:active{
color:#ffffff;
background-image:url(../images/list02_ov.jpg);
}


#links-list  {
	padding-bottom: 30px;
}

#links-list dl {
	width:100%;
	font-size:100%;
	overflow: hidden;
	margin:20px 0px 0px 10px;
}
#links-list dt{
	width:250px;
	float: right;
}

#links-list dd{
	width:410px;
	float: left;
}

#links-list dd a:hover {
	color: #ff0000;
}



/*talent*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.talent-box {
	width:49%;
	float:left;
	margin:0 3px 15px 0;
	border: 1px #CCC solid;
}

.talent-box dt{
	width:110px;
	float:left;
	margin: 10px 10px;
}

.talent-box dd{
	width:60%;
	float:left;
	font-size:85%;
	line-height:125%;
	padding-top: 10px;
}

.talent-box dd strong{
font-size:14px;
}

.talent-box dd p{
margin:30px 5px 0;
}


/*facilities*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.facilities-left {
width:470px;
float:left;
overflow:hidden;
}

.facilities-right {
width:240px;
float:right;
text-align:center;
}


/*faq*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#faq {
	clear: both;
	width: 100%;
}


#faq ul {
	margin-bottom: 50px;
	width: 100%;
	margin-left: 0px;
}

.faq-q {
	list-style-type: none;
	background-image: url(../images/icon_q.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: bolder;
	color: #000;
	text-indent: 24px;
}
.faq-a {
	list-style-type: none;
	background-image: url(../images/icon_a.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #000;
	text-indent: 24px;
}



/*other*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.inner {
 padding: 0px 15px 15px 15px;
}

.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}

.color_ffcccc {
	background-color: #FFCCCC;
}

.color_ffccff {
	background-color: #FFCCFF;
}

.color_ffddaa {
	background-color: #ffddaa;
}

.color_ccccff {
	background-color: #ccccff;
}

.color_glay01 {
	background-color: #b5b5b5;
}

.color_glay02 {
	background-color: #d2d2d2;
}

.color_glay03 {
	background-color: #e8e8e8;
}

.color_glay04 {
	background-color: #f5f5f5;
}

.color_white {
	background-color: #ffffff;
}
.color_b9cde5 {
	background-color: #b9cde5;
}

.color_b9cd96 {
	background-color: #b9cd96;
}

.color_d19392 {
	background-color: #d19392;
}

.color_3a95ad {
	background-color: #3a95ad;
}
.red {
	color: #ff0000
}
.blue {
	color: #0033ff
}
.style1 {
	color: #FF9900
}
.style2 {
	color: #FF9900;
	font-weight: bold;
}
.style4 {
	color: #009900;
	font-weight: bold;
}
.bluetext {
color:#3F7EBD;
}
.fs_small {
	font-size:small;
}
.fs_big {
	font-size:150%;
}

.clear {
	clear: both;
}

.mb20 { margin-bottom: 20px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb45 { margin-bottom: 45px;}
.mb50 { margin-bottom: 50px;}

.mt20 { margin-top: 20px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt35 { margin-top: 35px;}
.mt40 { margin-top: 40px;}
.mt45 { margin-top: 45px;}
.mt50 { margin-top: 50px;}

.ml20 { margin-left: 20px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml35 { margin-left: 35px;}
.ml40 { margin-left: 40px;}
.ml45 { margin-left: 45px;}
.ml50 { margin-left: 50px;}

.mr20 { margin-right: 20px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr35 { margin-right: 35px;}
.mr40 { margin-right: 40px;}
.mr45 { margin-right: 45px;}
.mr50 { margin-right: 50px;}



#pagetop p{
	float:right;
	background-image:url(../images/icon07_st.jpg);
	background-position:20px 0px;
	background-repeat:no-repeat;
	padding-left:35px;
}

#pagetop a:active,
#pagetop a:hover{
	color:#ff0000;
}

.pagetop p{
	float:right;
	background-image:url(../images/icon07_st.jpg);
	background-position:20px 0px;
	background-repeat:no-repeat;
	padding-left:35px;
}

.pagetop a:active,
.pagetop a:hover{
	color:#ff0000;
}


/*--footer---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer{
	width:auto;
	height:200px;
	float:center;
	background-image:url(../images/background-footernavi.jpg);
	background-repeat:repeat-x;
	clear: both;
}

.address {
	height:60px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	margin:0px 0 0 0;
	padding-top: 30px;
	text-align:center;
}
address {
	height:60px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	margin:0px 0 0 0;
	padding-top: 30px;
}



/*--footer_navi---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer_navi {
	width:960px;
	overflow:hidden;
	text-align:left;
	list-style-type: none;
	padding-top: 40px;
	margin:0 auto;
	font-size:109%;
}


#footer_navi ul{
	width:160px;
	float:left;
	position:relative;
	overflow:hidden;
	list-style-type: none;
}

#footer_navi .company{
	width:120px;
}
#footer_navi .group{
	width:200px;
}

#footer_navi li{
	padding:5px 5px 10px 5px;
}


#footer_navi  a:active,
#footer_navi  a:hover{
color:#ff0000;
}

/*--side_navi---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.side_content {
	border: 1px solid #003a74;
	margin: 10px 0;
	list-style-type:none;
}
.side_content p {
	background-color: #0055a8;
	color:#ffffff;
	text-align:center;
}
.side_content ul {
	background: #a0d5ff;
	padding: 10px 10px 10px;
	list-style-type:none;
}

/*--検索比較---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



#k-menu {
	padding: 0 10px 10px;
	line-height: 1.6;
	text-align: left;
	position: relative;
}
.captx {
	font-size: 0.8em;
	padding: 5px;
}
#k-menu table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin: 15px 0;
	text-align: center;
}
#k-menu table th,
#k-menu table td {
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	
}
#k-menu table th span {
	padding: 10px;
	display: block;
	vertical-align: middle;
	text-align: left;
}
#k-menu table .captx {
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
	background: #eef9ff;
}
.menu_point {
	background: #eef9ff;	
}
.mbg {
	background: #fafafa;
}
.graph {
	font-size: 0.8em;
	width: 139px;
	overflow: hidden;
	padding: 5px 5px 5px;
	color: #F60;
	text-align: left;
	background: #fafafa;
}
.graph dt {
	float: left;
	width: 8em;
}
.graph dd {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: #0085E2;
	margin: 0 0 3px 0;
}
.gp {
	width: 50px;	
}
.gp1 {
	width: 10px;	
}
.gp2 {
	width: 20px;	
}
.gp3 {
	width: 30px;	
}
.gp4 {
	width: 40px;	
}
#k-menu a {
	display: block;
	width: 150px;
}
#k-menu a#mb1 {	
	background: url(../menu/img/menu_bnr1.gif) no-repeat;
}
#k-menu a#mb2 {
	background: url(../menu/img/menu_bnr2.gif) no-repeat;
}
#k-menu a#mb3 {
	background: url(../menu/img/menu_bnr3.gif) no-repeat;
}
#k-menu a#mb4 {
	background: url(../menu/img/menu_bnr4.gif) no-repeat;
}
#k-menu a#mb5 {
	background: url(../menu/img/menu_bnr5.gif) no-repeat;
}
#k-menu a#mb1:hover, #k-menu a#mb2:hover, #k-menu a#mb3:hover, #k-menu a#mb4:hover, #k-menu a#mb5:hover, #k-menu a#mb1.bbon, #k-menu a#mb2.bbon, #k-menu a#mb3.bbon, #k-menu a#mb4.bbon, #k-menu a#mb5.bbon {
	background-position: 0 -30px;
}
.passt1 {
	background: #eef8ff;
	padding: 5px;
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 5px;
}

.passt2 {
	background: #f1ffcf;
	padding: 5px;
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 5px;
}
.pass_tx {
	margin: 0 0 10px;
	padding: 0 5px;
}
.pass_cate {
	float: left;
	width: 298px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 290px;
	border: 1px solid #eee;

}
.bcn {
	margin-right: 0px;	
}
.fb {
	font-weight: 700;	
}
.pointcolor {
	color: #0f67ac;	
}
.bgth {
	background: #fff7f7;	
}
.pushicon {
	position: absolute;
	z-index:99;
	left: 240px;
	top: -35px;
}
.pushbg {
	background: #fff4cd;
	font-weight: 700;
}

.bnr_contact {
  clear: both;
  margin: 40px 0;
  padding: 0px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
  background-size: 15px;
  background-color: #ff7200;
  width: 100%;
}
.bnr_contact img {
  width:  10px;
  height: 10px ;
}
.bnr_contact a {
  display: block;
  background-image: url(../images/icon_mail.png);
  background-position: 15px 15px;
  background-repeat: no-repeat;
  list-style: none;
  padding: 20px 20px 20px 25px;
  text-decoration: none;
  height: auto;
  color: #ffffff;
  font-size: 180%;
    text-indent: 43px;
}

/*--イリサーチ物件バナー---*//*-----------------*/

#side-menu iframe {
	border: 1px solid #d8d8d8;
}



/*--トップボックス---*//*-----------------*/

.top-box {
	float: left;
	margin: 0 12px 30px 0;
	border: 1px solid #d8d8d8;
	width: 23%;
}
.top-box dt {
	float: left;
}
.top-box dd {
	float: left;
	width: 100%;
	height: 80px;
}

.top-box dd a {
	display: block;
	background: url(../images/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 15px;
	padding: 15px 30px 40px 10px;
	text-decoration: none;
	height: 20px;
	color: #393939;
}



