@charset "UTF-8";
/* ================================================================================
	widget
================================================================================ */
.widget-area {
	font-size:13px;
	line-height:1.4;
	color:rgb(51,51,51);
}
.widget-area p {
	margin:0 0 1em;
}
.widget-area ul {
	margin:0 0 0 1.3em;
}
.widget-area ul li {
	margin:0 15px 5px;
	list-style: square outside none;
}
.widget-area a {
	color: rgb(25,130,209);
}



.widget_search {
	text-align:right;
	position: absolute;
	top: 55px;
	right: 300px;
}
.widget_search #s {
	width: 15em;
	height: 1.5em;
	border-radius		: 16px;
	padding: 0 0 2px 10px;
}
.widget_search label {
	display: none;
}
#searchsubmit {
	color:rgb(255,255,255);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(120,120,120) ),
		color-stop( 1, rgb(0,0,0) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(120,120,120) 0%,
		rgb(0,0,0) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgb(120,120,120) 0%,
		rgb(0,0,0) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#787878',
		endColorstr='#000000'
	);
	border:none;
	border-radius			:16px;
	padding:0em 0.8em;
	text-shadow:-1px -1px 0 rgba(255,255,255,0.2);
	position:relative;
}
#searchsubmit:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(0,0,0) ),
		color-stop( 1, rgb(120,120,120) )
	);
	background-image: -moz-linear-gradient(
		180deg,
		rgb(0,0,0) 0%,
		rgb(120,120,120) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgb(0,0,0) 0%,
		rgb(120,120,120) 100%
	);
}
#searchsubmit:active {
	top:1px;
}
#header-widget-area {
	margin:55px 0 10px;
	float:right;
	vertical-align: bottom;
	display: block;
}
#header-widget-area aside {
	margin-right: 0px;
	margin-left: 30px;
}
#search-2,#text-3,#text-4 {
	float: left;
}

/* English */

#header-widget-area a {
	color:rgb(0,0,0);
	-webkit-box-shadow	: 1px 1px 0px rgba(0,0,0,0.8) inset;
	box-shadow			: 1px 1px 0px rgba(0,0,0,0.3) inset;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0.2, rgba(255,255,255,1) ),
		color-stop( 1, rgba(204,204,204,1) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgba(255,255,255,1) 10%,
		rgba(204,204,204,1) 80%
	);
	background-image: linear-gradient(
		180deg,
		rgba(255,255,255,1) 10%,
		rgba(204,204,204,0.8) 80%
	);
	/*filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#787878',
		endColorstr='#000000'
	);*/
	border:none;
	border-radius			:15px;
	padding:5px 1em 4px;
	display: block;
	text-decoration: none;
	height: 18px;
	/*text-shadow:-1px -1px 0 rgba(0,0,0,0.2);*/
}
#header-widget-area a:hover {
	color:rgb(0,0,0);
	background: #FF9;	
	text-decoration: none;
	/*background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0.5, rgba(255,255,153,1) ),
		color-stop( 1, rgba(0,0,0,0) )
	);
	background-image: -moz-linear-gradient(
		180deg,
		rgba(255,255,153,1) 50%,
		rgba(0,0,0,0.2) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(255,255,153,1) 50%,
		rgba(0,0,0,0.2) 100%
	);*/
}

/* 拡大/標準ボタン */
#txt-size {
	position: absolute;
	top: 55px;
	left: 660px;
	width: 240px;
}
#txt-size input {
	line-height: 15px;
	font-size: 15px;
	vertical-align: top;
}

.form-cap {
	float: left;
	font-size: 12px;
	padding-top: 6px;
}


#txt-size input.btn {
	color:rgb(0,0,0);
	-webkit-box-shadow	: 1px 1px 0px rgba(0,0,0,0.8) inset;
	box-shadow			: 1px 1px 0px rgba(0,0,0,0.3) inset;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0.2, rgba(255,255,255,1) ),
		color-stop( 1, rgba(204,204,204,1) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgba(255,255,255,1) 10%,
		rgba(204,204,204,1) 80%
	);
	background-image: linear-gradient(
		180deg,
		rgba(255,255,255,1) 10%,
		rgba(204,204,204,0.8) 80%
	);
	/*filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#787878',
		endColorstr='#000000'
	);*/
	border:none;
	display: block;
	text-decoration: none;
	/*text-shadow:-1px -1px 0 rgba(0,0,0,0.2);*/
	height: 28px;
}
#txt-size input.btn:hover {
	color:rgb(0,0,0);
	background: #FF9;	
}

#txt-size input.b-l {
	padding:5px 5px 5px 14px;
	border-radius			:15px 0px 0px 15px;
	float: left;
	margin-right: 3px;
}
#txt-size input.b-r {
	padding:5px 14px 5px 7px;
	border-radius			:0px 15px 15px 0px;
}

#sidebar .widget-container {
	border:1px solid rgb(153,153,153);
	border-radius			:6px;
	padding:0 0px 10px;
	margin:0 0 20px;
	background: #EEE;
}
#sidebar #secondary .widget-container {
	border:1px solid rgb(153,153,153);
	border-radius			:6px;
	padding:0 0px 10px;
	margin:0 0 20px;
}
#sidebar .widget-title {
	color: rgb(0,0,0);
	font-size: 16px;
	font-weight: bold;
	padding:7px 0px 5px 40px;
	margin: 0px 0px 15px;
	border-bottom:1px solid rgb(153,153,153);
	background:url(../img/bg-side-h2.png) no-repeat 0px 0px;
}

#sidebar .widget-container h2 {
	padding:0 0px 5px 15px;
	margin:0 15px 0px;
	background:url(../img/pochi-g1.png) no-repeat 0px 2px;
}

#sidebar .widget-container .textwidget {
	margin:0 15px 0px;
}

/*banner-list*/
#banner-list {
	margin:0;
}
#banner-list li {
	list-style:none;
	text-align:center;
	margin: 0 0 10px;
}
#banner-list li a {
}
#banner-list li a img {
	padding:0;
	border:none;
}
/*#secondary .widget-container {
	border:none !important;
}
*/

/* #home-widget-area */
#home-widget-area {
	font-size:12px;
	line-height:1.4;
	margin:0 0 0px -20px;
}
#home-widget-area #text-13 {
	margin-bottom: 30px;
}
#home-widget-area .widget-container{
	float:left;
	margin-left:20px;
}
#home-widget-area .widget-title {
	font-size:16px;
	color:rgb(130,45,0);
	border:none;
}
#home-widget-area p {
	margin-bottom:4px;
}
/* メニュー均等割 */
.widgets-1 .widget-container { width:700px; }
.widgets-2 .widget-container { width:340px; }
.widgets-3 .widget-container { width:220px; }
.widgets-4 .widget-container { width:160px; }
.widgets-5 .widget-container { width:124px; }


/* #footer-widget-area */
#footer-widget-area {
	margin:0px 0 50px -30px;
}
#footer-widget-area .widget-container{
	float:left;
	margin:70px 0px 0 30px;
}
.home #footer-widget-area .widget-container{
	margin:110px 0px 0 30px;
}
#footer-widget-area.area-widgets-1 .widget-container { width:940px; }
#footer-widget-area.area-widgets-2 .widget-container { width:460px; }
/*#footer-widget-area.area-widgets-3 .widget-container { width:300px; }*/
#footer-widget-area.area-widgets-3 #first .widget-container { width:360px; }
#footer-widget-area.area-widgets-3 #second .widget-container { width:360px; }
#footer-widget-area.area-widgets-3 #third .widget-container {width:160px;}
#footer-widget-area.area-widgets-4 .widget-container {
	width:940px;
}

#footer-widget-area .widget-container h2 {
	font-size: 14px;
	padding-bottom: 5px;
}
#footer-widget-area.area-widgets-3 #second .widget-container .textwidget {
	padding-left: 20px;
	border-left: 7px solid #39C;
	margin-top: 37px;
}
#footer-widget-area.area-widgets-3 #third .widget-container .textwidget {
	font-weight: bold;
	color: #FFF;
	background: #39C;
	padding: 10px;
	border-radius:6px;
	margin-top: 21px;
}
#footer-widget-area.area-widgets-3 #third .widget-container .textwidget a {
	color: #FFF;
	text-decoration: none;
}
.widget-container img {
	/*border:1px solid rgb(230,230,230);*/
	padding:0px 10px 0px 0;
	vertical-align: middle;
}

.widget-title {
	color: rgb(0,0,0);
	font-size: 16px;
	font-weight: bold;
	padding-bottom:5px;
	margin-bottom: 10px;
	/*border-bottom:2px solid rgb(10,150,90);*/
}

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: rgb(34,34,34);
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
    font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: rgb(170,170,170);
}
#wp-calendar tbody td {
	background: none repeat scroll 0 0 rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	padding: 2px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none repeat scroll 0 0 transparent;
}
#wp-calendar tfoot #next {
	text-align: right;
}


/* ================================================================================
	Google カスタム検索　http://delaymania.com/201308/web/gsc_css_custom/　参考
================================================================================ */

#gsc{
	width: 300px;
	position: absolute;
	left: 400px;
	top: 56px;
	margin: 0px;
	padding: 0px 0 0;
}
#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
    vertical-align: top !important;
}
/* テキスト入力フォーム */
#gsc input[type="text"]{
    border: 1px solid #DDDDDD !important;
    height:24px !important;
    /*border-radius:15px 0px 0px 15px;*/
}
#gsc input[type="text"]:focus {
    border: 1px solid #999999 !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
    border:none !important;
    margin:0 15px 0 0 !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
    background-position:5px 5px;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
	-webkit-box-shadow	: 1px 1px 0px rgba(0,0,0,0.3) inset;
	box-shadow			: 1px 1px 0px rgba(0,0,0,0.3) inset;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgba(153,153,153,0.1) ),
		color-stop( 1, rgba(0,0,0,0.8) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgba(255,255,255,0.1) 0%,
		rgba(102,102,102,1) 80%
	);
	background-image: linear-gradient(
		180deg,
		rgba(255,255,255,0.1) 0%,
		rgba(102,102,102,1) 80%
	);
	/*filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#787878',
		endColorstr='#000000'
	);*/
}
/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
	border:none;
	border-radius			:0 15px 15px 0;
	display: block;
	text-decoration: none;
	/*text-shadow:-1px -1px 0 rgba(0,0,0,0.7);*/
	margin:-3px 0 0 -24px;
	padding:6px 22px 6px 18px;
    height:14px;
}
/* 入力時に出る「×」ボタンの位置調整 */
#gsc .gsib_b a{
    position:absolute;
    top:3px;
    left:185px;
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}


/* ================================================================================
	公社会員企業リンク集
================================================================================ */
#links_name {
	color:#333;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
}
#links_comment_s {
	color:#333;
	padding-bottom: 0px;
}
