body   { 
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	background: #c1d7f0;
	color: #000;
}

/*for Firefox*/
input:-moz-placeholder,textarea:-moz-placeholder  {
    color:    #999;
}
/* bootstrap overwrite */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
label {
	font-weight: normal;
}
.btn-default {
	color: #000;
	border-color: #999;
}
.form-control {
	color: #000;
	border-color: #999;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding:3px 10px;
}
a:link { color: #265284; }
a:visited { color: #265284; text-decoration: underline }
a:hover { color: #5b89d5; text-decoration: underline }

.alert-default {
	background-color: #FFF;
	border-color: #999;
}

/*
////////////////////////////////////////////////////////////////////////////////////////// コモンメッセージ */


.tar{

	text-align:right;

}


.tal{

	text-align:left;

}


.tac{

	text-align:center;

}


.centering{

	margin-left: auto;

	margin-right: auto;

}


p.message{
	padding :15px;
}

.small {
	font-size: 11px;
}


.large {
	font-size: 16px;
}


div#info{
	padding :5px 15px;
	background-color: #EEEEFF;
	color:blue;
	font-weight:bold;
}


div#error{
	padding :5px 15px;
	background-color: #FFEEEE;
}


div.error{
	font-size:140%;
	font-weight:bold;
	line-height:200%;
	color:red;
	background: url(../../help%20-%20Copy/images/ico_err.png) 0px 8px no-repeat;
	padding-left :20px;
}

.clear {
	clear:both;
}

ul.rice-symbol{
	padding-left:10px;
}
ul.rice-symbol li{
	list-style:none;
	padding-left: 1em;
	margin: 8px 0;
}

ul.rice-symbol li:before{
	content:"※";
	display: block;
	float: left;
	margin-left: -1em;
	width: 1em;
	text-align: center;
}


table.common-form{
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	margin: 5px 0;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 2px;
}

table.common-form thead th{
	background: #d2deed;
	border-right: 1px #666 solid;
	border-bottom: 1px #999 dotted;
	padding: 10px 10px 10px 10px;
}

table.common-form tbody th{
	border-bottom: 1px #999 dotted;
	border-right: 1px #666 solid;
	width: 25%;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	background: #c1d7ef;
	padding: 10px 10px 10px 10px;
}

table.common-form .select_box .genre_title{
	display: block;
	background: #d2deed;
	font-weight: bold;
	padding: 3px 10px;
	margin-top: 20px;
	margin-bottom: 12px;
}

table.common-form .modal-box{
	width: 600px;
	height: 500px;
	padding: 30px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	overflow-y: auto;
}

table.common-form .modal-box div.idx{
	clear:both;
	font-weight: bold;
	border-bottom: 1px #999 solid;
	margin-top: 10px;
}

table.common-form .select_box div.cell{
	float:left;
	min-width: 20%;
	margin-left: 10px;
}

table.common-form .select_box div.cell-two-line{
	float:left;
	min-width: 45%;
	margin-left: 20px;

}

table.common-form .select_box label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}


table.common-form tbody td{
	border-bottom: 1px #999 dotted;
	border-right: 1px #666 solid;
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
}

table.common-form-sub{
	border: 1px #666 solid;
	margin: 5px 0;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 2px;
}

table.common-form-sub thead th{
	background: #d2deed;
}


table.common-form-sub tbody th{
	background: #e1e4e9;
}

table.common-form-sub tbody td{
}

table.common-form-sub tbody th.head{
	background: #d2deed;
}

.common-form-buttons {
	background-color: #f3f9ff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}


.main_title {
	padding: 5px;
	width: 100%;
	border: 1px #CCC solid;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.main_title span{
	padding-left: 5px;
	border-left: 8px #4488FF solid;
	font-weight: bold;
}

.gray_gradient {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}

/* container */
#container {
	background-color:#FFF;
	border-left:1px #929292 solid;
	border-right:1px #929292 solid;
	width:950px;
	padding:4px 2px;
	margin-right: auto;
	margin-left: auto;
}

#container2 {
	position:relative;
}

/* header */
.header {
	text-align: left;
	width:100%;
}

.header h1 {
	margin: 0 3px;
}
.header h2 {
	font-size: 11px;
	color: #006633;
	margin-top: 2px;
	margin-left: 8px;
	padding: 0px;
}

.header_right a.square {
	font-size: 11px;
	border: 2px #006633 solid;
	background-color:#CCFFCC;
	padding:3px 5px;
	color: #006633;
}

.header_left{
	float:left;
}

.header_left h1 {
	float:left;
}

.header_left .link {
	float: left;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.header_left .count {
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.header_left .count span{
	font-size: 16px;
	font-weight:bold;
	color: #006633;
}

.header_left .pagetoptitle {
	width: 550px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: 10px;
}
.header_left .pagetoptitle p {
	font-size: 10px;
	color: #ACACAC;
	margin: 0px;
	padding: 0px;
}
.header_left .logo {
	width: 250px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
}

.header .title h2{
	display:block;
	float:right;
	margin: 15px 30px auto auto;
}

.header_right{
	float:right;
	text-align:right;
}


.header_right p {
	font-size: 9px;
	color: #666;
}

#applicant_box{
	text-align: left;
	font-size: 14px;
	border:1px #1b1e6f solid;
	border-radius:5px;
	padding: 10px 20px;
	margin-top: 10px;
	margin-right: 5px;
}

/* navi */
#navi {
	text-align: left;
	width: 100%;
	background-image: url(../../help%20-%20Copy%20%5B2%5D/image/top_2_01_1.gif);
}

#navi ul {
}
#navi .navigation li {
	padding: 0px;
	float: left;
	list-style-type: none;
}
#navi .navigation {
	margin: 0px;
	padding: 0px;
}
#navi .tool {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin: 0px;
}

#navi .tool li {
	padding: 0px;
	float: left;
	list-style-type: none;
}

#navi .tool li img {
	margin-right: 15px;
}

.path{
	font-size: 12px;
	background-color:#000066;
	padding:3px 5px;
	color: #FFF;
}


.path a{
	color: #FFF;
}

/* contents_left,right */
#contents {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

#contents_left {
	width: 68%;
	margin-left:2%;
	margin-bottom:20px;
	float: left;
}
#contents_right {
	margin-top:10px;
	margin-right:5px;
	margin-bottom:20px;
	width: 28%;
	float: right;
}
#contents_noside {
	width: 709px;
	padding-bottom:30px;
}

/* title */
#title h1 {
	width: 100%;
	text-align: right;
	font-size: 10px;
	color: #999999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#title h2 {
	width: 100%;
	text-align:left;
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: 8px #F00 solid;
}

#title .keywd {
	margin: 10px 5px;
	padding: 5px;
	text-align:left;
	font-size: 11px;
	background-color:#265284;
	border-radius:5px;
	position:relative;
	color:#FFF;
}
 
#title .keywd:after {
	border:10px solid transparent;
	border-bottom-color:#265284;
	border-top-width:0;
	top:-10px;
	content:"";
	display:block;
	right:80px;
	position:absolute;
	width:0;
}

#description .keywd {
	margin: 10px 5px;
	padding: 5px;
	text-align:left;
	font-size: 11px;
	background-color:#265284;
	border-radius:5px;
	position:relative;
	color:#FFF;
}

#description .keywd .name {
	font-size: 13px;
	display:block;
}


/* page_navi */
.page_navi {
	width: 100%;
	margin: 10px 0;
}

.page_navi .count{
	width: 25%;
	float: left;
}

.page_navi .count .total{
	padding: 0 3px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.page_navi ul.pagination{
	float: right;
	text-align: right;
	list-style: none;
	margin:0;
	padding:4px 0;
}

/* login */
#login {
	height: 100px;
}
#login .space {
	padding: 15px;
}
#login .space p img {
	display:block;
	margin-left: auto;

	margin-right: auto;

}
#login .graybox {
	background-color: #E9E9E9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#login .box1 {
	width: 382px;
	margin-left: 20px;
	float: left;
	padding: 0px;
	margin-right: 20px;
	border: 1px solid #09F;
}
#login .box2 {
	width: 382px;
	margin-left: 20px;
	float: right;
	margin-right: 20px;
	border: 1px solid #09F;
	margin-bottom: 30px;
}

/* search_tabs */
#search_tabs {
	margin-top: 10px;
}


#search_tabs .box {
	width: 48%;
	text-align:left;
	border-radius:5px;
	border:1px #9999dd solid;
	margin: 5px;
	padding: 8px 10px;
}


#search_tabs .box a{
	display:block;
	font-size: 11px;
}


#search_tabs .box a.two-line{
	min-width: 48%;
	float:left;
}

#search_tabs .box a.category{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px #FF8844 solid;
	margin-bottom: 4px;
}


#search_tabs .box span.count{
	font-size: 11px;
	background-color:#EEE;
	padding:3px 5px;
	color: #333;
	margin-left: 10px;
	border-radius:2px;
}

#search_tabs .tag a{
	display:block;
	font-size: 14px;
	float: left;
	background-color:#FFF;
	border: 1px #CCC solid;
	padding: 3px 10px;
	margin: 5px;
}

#search_tabs .search_table{
	margin: 10px 0;
	font-size: 13px;
	border-spacing: 3px;
}

#search_tabs .search_table th{
	border: 1px #999 solid;
	width: 20%;
	text-align:center ;
}

#search_tabs .search_table td{
	border: 1px #999 solid;
	padding: 5px 10px;
	background-color:#FFF;
	padding-left:5px;
}

#search_tabs li{
	font-size: 12px;
}

#search_tabs button.multiselect{
	overflow-x:hidden;
	text-align:left ;
	font-size: 12px;
}

#search_tabs label.category{
	padding-left: 5px;
	border-left: 8px #FF8844 solid;
	float: left;
	width: 100%;
}

#search_tabs .ui-state-default{
	background-color:#FFF;
	text-indent: -9999px;
	background-position: top left;
	border: none;
	width: 102px;
}

#search_tabs .ui-state-default a{
	width: 102px;
	height: 59px;
}

#searchtab1.ui-state-default{
	background-image:url(../../help%20-%20Copy/images/search01.png);
}
#searchtab1.ui-state-active{
	background-image:url(../../help%20-%20Copy/images/search01_on.png);
}
#searchtab2.ui-state-default{
	background-image:url(../../help%20-%20Copy/images/search02.png);
}
#searchtab2.ui-state-active{
	background-image:url(../../help%20-%20Copy/images/search02_on.png);
}
#searchtab3.ui-state-default{
	background-image:url(../../help%20-%20Copy/images/search03.png);
}
#searchtab3.ui-state-active{
	background-image:url(../../help%20-%20Copy/images/search03_on.png);
}
#searchtab4.ui-state-default{
	background-image:url(../../help%20-%20Copy/images/search04.png);
}
#searchtab4.ui-state-active{
	background-image:url(../../help%20-%20Copy/images/search04_on.png);
}
#searchtab5.ui-state-default{
	background-image:url(../../help%20-%20Copy/images/search05.png);
}
#searchtab5.ui-state-active{
	background-image:url(../../help%20-%20Copy/images/search05_on.png);
}
#searchtab6.ui-state-default{
	background-image:url(../../help%20-%20Copy/images/search06.png);
}
#searchtab6.ui-state-active{
	background-image:url(../../help%20-%20Copy/images/search06_on.png);
}

#search_tabs .parent{
	font-weight:bold;
	text-decoration:underline;
}

.genrebox_title{
	font-size:16px;
	margin-top:10px;
}

/* search_table */
.search_table {
	margin-top: 10px;
}


.search_table .box {
	width: 47%;
	text-align:left;
	border-radius:5px;
	border:1px #9999dd solid;
	margin: 5px;
	padding: 8px 10px;
}


.search_table .box a{
	display:block;
	font-size: 11px;
}

.search_table .box a.category{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px #FF8844 solid;
	margin-bottom: 2px;
}

.search_table label.category{
	padding-left: 5px;
	border-left: 8px #FF8844 solid;
	float: left;
	width: 100%;
}

.search_table label.subcategory{
	margin-left: 10px;
	min-width: 30%;
	font-weight: normal;
	float: left;
}

.search_table .tag a{
	display:block;
	font-size: 14px;
	float: left;
	background-color:#FFF;
	border: 1px #CCC solid;
	padding: 3px 10px;
	margin: 5px;
}

/* work */
#work {
	margin-bottom: 10px 0;
}

#work table.box{
	border: 1px #666 solid;
	width: 100%;
	font-size: 12px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-collapse: separate;
	border-spacing: 3px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#work table.box caption h3{
	border-top-right-radius:10px;
	border: 1px #666 solid;
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #1b1e6f;
	color: #FFF;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

#work table.box caption h3.public0{
	color: #333;
	background-color: #ffab53;
}

#work table.box caption h3.public1{
	color: #333;
	background-color: #a0a0a0;
}

#work table.box caption h3.process0{
	color: #333;
	background-color: #ff6353;
}

#work table.box caption h3.process1{
	color: #333;
	background-color: #ffab53;
}

#work table.box caption h3.process3{
	color: #333;
	background-color: #B3B9D5;
}

#work table.box caption h3.process2,
#work table.box caption h3.process4,
#work table.box caption h3.process5{
	color: #333;
	background-color: #a0a0a0;
}

#work table.box caption h4{
	border: 1px #666 solid;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #c1d7f0;
	color: #1b1e6f;
	margin: 0;
	padding: 5px 10px;
}

#work table.box tbody th{
	width: 20%;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	background: #e1e4e9 url(../../help%20-%20Copy/images/arrow_03.gif) 3px 8px no-repeat;
	padding: 5px 15px;
}

#work table.box tbody td{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px #999 dotted;
	padding: 3px;
}

#work table.box tfoot td{
	padding: 3px;
}

#work table.box .image{
	width: 180px;
	text-align: center;
}

#work table.box .image img{
	margin: 5px 0;
}

#work table.box img.work_link{
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}

#work table.com{
	border: 1px #666 solid;
	margin: 5px 0;
	width: 100%;
	font-size: 12px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-collapse: collapse;
	border-spacing: 2px;
}

#work table.com caption{
	border-top-right-radius:10px;
	border: 1px #666 solid;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #cccccc;
	margin: 0;
	padding: 5px 10px 3px 10px;
}

#work table.com tbody th{
	width: 20%;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	background-color: #c1d7ef;
	padding: 5px 15px;
	border-bottom: 1px #999 dotted;
}

#work table.com tbody td{
	padding: 5px 15px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px #999 dotted;
}


#work .social{
	float: right;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
}


#work .social div{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* similar */
.similar {
	
}

.similar table.cell{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 10px;
	border: 1px #999 solid;
}

.similar table.cell:nth-of-type(5),
.similar table.cell:nth-of-type(9){
	clear:both;
}

.similar table.cell caption{
	padding: 5px 0;
	vertical-align:middle;
	font-size: 12px;
	font-weight: bold;
	min-height: 40px;
	border: 1px #999 solid;
}

.similar table.cell td{
	padding: 5px 5px;
	font-size: 11px;
}

.similar table.cell .tac{
	text-align: center;
}

/* .entry */
.entry {
	background-color: #f3f9ff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align:center;
}
.entry img {
	margin-left: 20px;
	margin-bottom: 10px;
}
.entry .guidance {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}

/* keyword */
.keyword {
	margin-top: 20px;
}

.keyword .tag span{
	display:block;
	font-size: 15px;
	font-weight:bold;
	margin-left: 50px;
	float: left;
	padding: 3px 10px;
	margin: 5px;
}

.keyword .tag a{
	display:block;
	font-size: 14px;
	float: left;
	background-color:#EEE;
	border: 1px #CCC solid;
	padding: 3px 10px;
	margin: 5px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 0px rgba(128,128,128,0.4);
}

.keyword .tag a:hover{
	background-color:#FFE;
}

/* info */
#contents_right .info{
	border: 1px #CCC solid;
	font-size: 12px;
	padding:3px 5px;
	color: #333;
	border-radius:5px;
	margin-bottom: 10px;
}

#contents_right .info .introduction p {
	font-size: 11px;
	line-height: 150%;
	margin: 0px;
}

#contents_right .info .introduction {
	padding: 7px 3px;
}

#contents_right .info .scout-box {
	padding: 7px 3px;
}

#contents_right .info .scout-box a.scout{
	background: url(../../help%20-%20Copy/images/arrow_03.gif) 0px 3px no-repeat;
	padding-left: 15px;
	display:block;
}

#contents_right .info .scout-box div.text{
	margin-left:10px;
	margin-bottom:5px;
	font-size: 11px;
}

#contents_right .info .count-box {
	padding: 7px 3px;
}

#contents_right .info .count-box .count{
	padding: 0 3px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

/* search-area */
.search-area {
	margin-top: 20px;
}

.search-area .cell{
	float: left;
	width: 45%;
	margin: 5px;
}

.search-area .cell a.item{
	background: url(../../help%20-%20Copy/images/arrow_03.gif) 0px 3px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}

.search-area .cell a.item2{
	float: right;
}

/* search-town */
.search-town {
	margin-top: 10px;
}

.search-town .cell{
	float: left;
	min-width: 45%;
	margin: 5px;
}

.search-town .cell a.item{
	background: url(../../help%20-%20Copy/images/arrow_03.gif) 0px 3px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}

/* search-station */
.search-station {
	margin-top: 20px;
}

.search-station .cell{
	float: left;
	width: 23%;
	margin: 5px;
}

.search-station .cell a.item{
	background: url(../../help%20-%20Copy/images/arrow_03.gif) 0px 3px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}
/* search-keyword */
.index-keyword .idxblock{
  display:table;
  padding:0px;
  font-size:12px;
  list-style-type:none;
  float:left;
}
.index-keyword .alphablock {
  width:100%;
  margin:0px 3px 8px 0px;
}
.index-keyword .kanablock {
  width:115px;
  margin:0px 3px 8px 0px;
}
.index-keyword .idxblock li {
  margin:0px 1px 1px 0px;
  padding:0px;
  float:left;
  border:1px solid #CCC;
}
.index-keyword .idxblock li.sp {
  width:20px;
  border:none;
}
.index-keyword .idxblock li a {
  padding:2px 0px;
  width:18px;
  display:block;
  text-align:center;
  background-color: white;
}
.index-keyword .idxblock li a:hover {
  color:#039;
  border-color:#B5D4FE;
  text-decoration:none;
  background-color: yellow;
}
.index-keyword .idxblock li span {
  padding:2px 0px;
  width:18px;
  display:block;
  text-align:center;
  background-color: pink;
}
.index-keyword .idxblock li span.non {
  background-color: gray;
}
.search-keyword {
	margin-top: 20px;
}

.search-keyword .cell{
	float: left;
	width: 23%;
	margin: 5px;
}

.search-keyword .cell a.item{
	background: url(../../help%20-%20Copy/images/arrow_03.gif) 0px 3px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}


/* side_search */
#side_search{
	border: 1px #CCC solid;
	font-size: 12px;
	padding:3px 5px;
	color: #333;
	border-radius:5px;
	margin-bottom: 10px;
}

#side_search .title{
	border: 1px #CCC solid;
	font-size: 12px;
	color: #993333;
	font-weight: bold;
	padding:8px 3px;
	margin:10px 0 5px 0;
}

#side_search .search_all{
	float: right;
	font-size: 11px;
}

#side_search ul{
	list-style: none;
	margin:0;
	padding:0;
}

#side_search ul li{
	margin: 3px 0;
	font-size: 11px;
}

#side_search ul li.category{
	background: url(../../help%20-%20Copy/images/arrow_03.gif) 0px 3px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	display: block;
}

#side_search ul li.selected{
	font-weight: bold;
	background-color: #FDD;
}

#side_search ul li.search_clear{
	font-weight: bold;
	background-color: #DDF;
}

#side_search ul li.subcategory{
	margin-left: 20px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

#side_search ul li.subsubcategory{
	margin-left: 30px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* social_links */
#social_links {
}


#social_links div{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}


/* pickup */
#contents_right .pickup{
	border: 1px #CCC solid;
	color: #333;
	margin-bottom: 10px;
}

#contents_right .pickup .title{
	border-bottom: 1px #CCC solid;
	color: #993333;
	font-weight: bold;
	padding:3px 15px;
}

#contents_right .pickup ul{
	list-style: none;
	margin:0;
	padding:0;
}

#contents_right .pickup ul li{
	padding:5px 10px;
	font-size: 12px;
	display: inline-table;
	width: 100%;
	border-bottom: 1px #CCC dotted;
	overflow: hidden;
	height: auto;
}

#contents_right .pickup ul li:last-child{
	border-bottom: none;
}

#contents_right .pickup ul .img{
	width: 50px;
	min-height: 20px;
	float: left;
	margin: 0 3px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

#contents_right .pickup ul img{
	width: 50px;
}

#contents_right .pickup ul p{
	overflow: hidden;
	height: auto;
	margin: 0;
}

#contents_right .pickup ul a{
	display: block;
}

/* tag_list_area */
table.tag_list_area{
	width: 100%;
}

table.tag_list_area th{
	border: 1px #999 solid;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	padding: 5px 15px;
}

table.tag_list_area td{
	border: 1px #999 solid;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

/* footer */
.footer{
	width: 100%;
	padding: 0 2%;
}

/* area_search */
#area_search{
	padding-bottom: 10px;
	width: 100%;
	background-image: url(../../help%20-%20Copy/images/background_02.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding-top: 20px;
}


#area_search ul{
	list-style: none;
	margin:0;
	padding:0;
}

#area_search ul li{
	clear: both;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../../help%20-%20Copy/images/background_03.gif);
	background-repeat: repeat-x;
	background-position: 0px 3px;
	line-height: 200%;
}

#area_search ul li .left{
	width: 20%;
	float :left;
}

#area_search ul li .right{
	width: 79%;
	float :right;
}

#area_search ul li a{
	padding-left: 10px;
	margin-left: 8px;
	background-image: url(../../help%20-%20Copy/images/arrow_03.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

/* gate */
.scout .gate{

}

.scout .gate .notice{
	border-bottom: 1px gray dotted;
	margin-bottom: 10px;
	background-image: url(../../help%20-%20Copy/images/icon2.gif);
	background-repeat: no-repeat;
	padding: 5px 20px;
	background-position: 0px 5px;
}
.scout .gate .attention{
	background-color: #e7f2fb;
	padding: 5px 20px;
	border: 1px #c0cce1 dotted;
}

#work table.scout0 caption h3 {
	background-color: #ff6353;
}

#work table.scout1 caption h3 {
	background-color: #A3A3A3;
}

/* connect */
#connect{
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	background-image: url(../../help%20-%20Copy/images/background_02.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

#connect a{
	font-size: 11px;
	float : left;
	display: block;
	margin-top: 5;
	margin-right: 10px;
	margin-bottom: 5;
	margin-left: 10px;
}

/* company_links */
#company_links{
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	background-image: url(../../help%20-%20Copy/images/background_02.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

/* copyright */
#copyright{
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	background-image: url(../../help%20-%20Copy/images/background_02.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

#copyright span{
	font-size: 11px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

/* login_modal */
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

#login_modal {
	width: 404px;
	padding-bottom: 2px;
	display:none;
    background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#login_modal .header { 
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#login_modal .header .title {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

#login_modal .header p {
	color: #444;
	font-size: 12px;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: none;
}

#login_modal .txt-fld {
	position: relative;
	width: 100%;
	padding: 5px 10px;
	border-bottom: 1px solid #EEE;
	text-align: right;
}

#login_modal .btn-fld {
	width: 254px;
	overflow: hidden;
	padding: 5px 10px 5px 130px;
}

#login_modal .txt-fld label {
	display: block;
	padding-top: 8px;
	padding-bottom: 3px;
	color: #222;
	font-size: 14px;
	text-align: left;
}

#login_modal .txt-fld input {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	color: #222;
	background: #F7F7F7;
	outline: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
}

#login_modal .btn {
	float: right;
	background: #FF8844;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 16px;
	color: #FFF;
	padding: 7px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
}

#login_modal .modal_close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	display: none;
	width: 16px;
	height: 16px;
	background: url(../../help%20-%20Copy%20%5B2%5D/extra/modal_close.png);
	z-index: 2;
}

#container #footer #company_links .list {
	float: right;
	width: 650px;
	background-image: url(../../help%20-%20Copy/images/background_03.gif);
	background-repeat: repeat-x;
	background-position: 0px 49px;
}
#container #footer #company_links .logo {
	float: left;
	width: 100px;
	padding-top: 2px;
}
#container #footer #company_links .text {
	float: right;
	width: 650px;
}
#container #footer #company_links .list dl {
	margin-top: 0px;
	padding-top: 2px;
	background-image: url(../../help%20-%20Copy/images/background_03.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container #footer #company_links .list dl dt {
	font-size: 0px;
	line-height: 0px;
	background-color: #f7f7f7;
	width: 110px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#container #footer #company_links .list dl dd ul li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-left: -8px;
	padding-left: 8px;
	background-image: url(../../help%20-%20Copy/images/background_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 49%;
	font-size: 12px;
}
#container #footer #company_links .list dl dd ul {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#container #footer #company_links .list dl dd {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	vertical-align: middle;
	display: table-cell;
}

.pagetop {
	text-align: right;
	margin-top: 45px;
	padding-right: 55px;
}

.pagetop a {
	font-size: 10px;
	color: #333;
}

.footertxt {
	font-size: 9px;
	color: #999999;
	text-align: left;
	margin-left: 20px;
}

a.gototop {
	position:absolute;
	bottom:0px;
	right:20px;
	display:block;
}

#company_explanation div.company_main_title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(../image/midashi.png);
	color: #FFF;
	height: 54px;
	width: 909px;
	line-height: normal;
	margin-left: 10px;
}

#company_explanation p {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 25px;
	color: #333;
}

#company_explanation .saiyoujudge {
	padding-left: 20px;
}

#company_explanation ul {
	font-size: 12px;
	line-height: 25px;
	color: #333;
	padding-top: 5px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 50px;
}

table.price_table {
	border: 2px solid #039;
	font-size: 14px;
	margin-top: 30px;
	border-collapse: collapse;
	width: 850px;
	text-align: center;
	margin-left: 30px;
}

table.price_table th {
	border: 1px solid #00F;
	background-color: #39F;
	text-align: center;
	padding: 10px;
	color: #FFF;
}

table.price_table td {
	border: 1px solid #039;
	padding: 10px;
}
#container #header #header_left .pagetoptitle {
	width: 550px;
	margin-bottom: 10px;
	padding-right: 2px;
}
#container #header #header_left .pagetoptitle p {
	font-size: 10px;
	color: #999999;
}
#header_left {
	float: left;
}
#header_right {
	float: right;
}
#container #header #header_left .logo {
	float: left;
	width: 250px;
	padding-right: 3px;
	padding-left: 3px;
}
#container #header #header_left .link {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
.contents01 {
	padding-bottom: 50px;
	padding-left: 50px;
}
