/* *******************************************
     中ページ用スタイル 2
******************************************* */

#header {
	position:relative;
	height: 100px;
}

#header li {
	list-style-type:none;
}

#header li img {
	vertical-align:bottom;
}


/*
	文字サイズセレクタ (トップページ以外) 
		表示位置をヘッダ画像内へ移動
 */

#header #textresizer {
	clear: right;
	float:right;
	margin-top: 20px;
/*
	position: absolute;
	right: 0px;
*/
}

#sitesearch .gsib_a {
	padding-top: 2px !important;
}

#sitesearch .gsc-control-cse {
	background-color: transparent !important;
	border: 1px !important;
	padding: 0px 0px !important;
}

#sitesearch .gsc-input {
    padding-right: 3px !important;
}

#sitesearch input.gsc-input {
    font-size: 13px !important;
}

#sitesearch .gsc-input-box {
    height: 20px !important;
}

#sitesearch .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
    height: 13px;
    min-width: 6px;
    padding: 4px 6px;
}

#sitesearch table.gsc-search-box td {
    vertical-align: bottom !important;
}

#sitesearch {
	clear: right;
	float:right;
	position:relative;
	margin-top: 1px;
	border: 1px;
	right: 0px;
	top: 0px;
	height: 29px;
	width: 200px;
}

/*
 *	トップページへ戻る
 *		画像の縦サイズを縮小
 *		表示位置をヘッダ画像内へ移動させ本文エリアへのはみ出しを抑える
 *		左側を少し開け、タブらしく見えやすいように
 */

#topback {
	clear: left;
	float: left;
	margin:0 auto;
	position:relative;
	text-align:left;
	top: -3px;
	left: 2px;
	width:170px;
}


/*
 *	h1 〜 h4 までを再デザインしたもの。
 *	CSSだけで表現し画像は使わない。
 *	IEは角丸、グラデーション、影に対応しないが、内容に影響はないので
 *	気にしないことにする。
 */

h1, h2, h3, h4 {
	clear: both;
	position:relative;
    margin: 10px auto 10px;
}

/*
 *	<div id="contents"> の 「外」で使うこと
 */
h1 {
	width:875px;
	font-size:22px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:13px 0px 13px 25px;
	text-align:left;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(30%, #ededed), color-stop(75%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 30%, #dfdfdf 75% );
	background:-ms-linear-gradient( top, #ededed 30%, #dfdfdf 75% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
h1:after {
    background: none repeat scroll 0 0 #002A98;
    border-radius: 10% 10% 10% 10%;
    box-shadow: 1px 1px 1px #777777;
    content: "";
    height: 43px;
    left: 7px;
    margin-top: -9px;
    position: absolute;
    width: 14px;
}


h2 {
	font-size:18px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:8px 0px 8px 24px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(30%, #ededed), color-stop(75%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 30%, #dfdfdf 75% );
	background:-ms-linear-gradient( top, #ededed 30%, #dfdfdf 75% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
h2:after {
    background: none repeat scroll 0 0 #002A98;
    border-radius: 10% 10% 10% 10%;
    box-shadow: 1px 1px 1px #777777;
    content: "";
    height: 33px;
    left: 9px;
    margin-top: -6px;
    position: absolute;
    width: 11px;
}


h3 {
	background: none;
    border-bottom: 3px solid #4164C0;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 0 7px 20px;
}
h3:after {
    background: none repeat scroll 0 0 #002A98;
    border-radius: 10% 10% 10% 10%;
    box-shadow: 1px 1px 1px #777777;
    content: "";
    height: 23px;
    left: 5px;
    margin-top: -2px;
    position: absolute;
    width: 8px;
}


h4 {
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:4px 0px 4px 17px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(30%, #ededed), color-stop(75%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 30%, #dfdfdf 75% );
	background:-ms-linear-gradient( top, #ededed 30%, #dfdfdf 75% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#777777;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

/* This css button was generated by css-button-generator.com */


#contents ul {
	margin-top:0.5ex;
}


/*
 * リスト項目に ▲印を付ける
 */

ul.BlueTriangle li {
	margin-bottom:0.5ex;
	padding-left:1.3em;
	background: url(../images/ic01.gif) no-repeat 3px 3px;
}
