@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL *
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:##646464;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background: #93CAEB;
}

div#headtext {
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#646464;
   line-height:3.0;
   text-align:left;
}

div#content {
	width:950px;
	margin:0 auto;
	text-align:left;
	background: #FFFFFF;
}

br {
   letter-spacing:normal;
}

a {
   /*color:#646464;*/
   color:#0000aa;
   text-decoration:none;
   
}

a:hover {
   /*color:#000000;*/
   color:#0000aa;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.clear{
	clear:both;
}
/* ========TEMPLATE LAYOUT======== */
div#top {
   width:826px;
   margin:0 auto;
   padding:0;
}

div#header {
   position:relative;
   width:826px;
}

div#menu {
   float:left;
   width:826px;
   margin-top:10px;
}

div#icatch {
   width:780px;
   margin-top:40px;
}

div#footMenu {
   float:left;
   width:826px;
   margin-top:10px;
}

div#footer {
   clear:both;
   width:826px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0px 0 0 0;
   font-size:200%;/* 32px相当 */
   line-height:1.0;
}

div#header h1 a:hover {
   color:#f1f1f1;
}


div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:70%;/* 11px相当 */
}

div#header #gnavi li a {
   display:block;
}


/* ========MENU CUSTOMIZE======== */
/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	height30px;
	background:url(img/g_navi_bg.gif) no-repeat;
	margin:0 0 0 0px;
}
#g_navi ul {
	padding:6px 0 0 0px;
}
#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:30px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/
#g_navi li.g_navi01 a {
	background:url(img/g_navi.png) no-repeat 0px 0px;
	width:165px;
}
#g_navi li.g_navi02 a {
	background:url(img/g_navi.png) no-repeat -165px 0px;
	width:165px;
}
#g_navi li.g_navi03 a {
	background:url(img/g_navi.png) no-repeat -330px 0px;
	width:165px;
}
#g_navi li.g_navi04 a {
	background:url(img/g_navi.png) no-repeat -495px 0px;
	width:165px;
}
#g_navi li.g_navi05 a {
	background:url(img/g_navi.png) no-repeat -660px 0px;
	width:166px;
}

/*------hover*/
#g_navi li.g_navi01 a:hover {
	background:url(img/g_navi.png) no-repeat 0px -60px;
}
#g_navi li.g_navi02 a:hover {
	background:url(img/g_navi.png) no-repeat -165px -60px;
}
#g_navi li.g_navi03 a:hover {
	background:url(img/g_navi.png) no-repeat -330px -60px;
}
#g_navi li.g_navi04 a:hover {
	background:url(img/g_navi.png) no-repeat -495px -60px;
}
#g_navi li.g_navi05 a:hover {
	background:url(img/g_navi.png) no-repeat -660px -60px;
}


/*------on*/
#g_navi li.g_navi01_on a {
	background:url(img/g_navi.png) no-repeat 0px -30px;
	width:165px;
}
#g_navi li.g_navi02_on a {
	background:url(img/g_navi.png) no-repeat -165px -30px;
	width:165px;
}
#g_navi li.g_navi03_on a {
	background:url(img/g_navi.png) no-repeat -330px -30px;
	width:165px;
}
#g_navi li.g_navi04_on a {
	background:url(img/g_navi.png) no-repeat -495px -30px;
	width:165px;
}
#g_navi li.g_navi05_on a {
	background:url(img/g_navi.png) no-repeat -660px -30px;
	width:166px;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   border-top:1px solid #ddd;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a:hover {
   color:#000000;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#646464;
   line-height:3.0;
   text-align:center;
}





/* ========CONTENTS CUSTOMIZE======== */

/*パンくず*/
#content #top .pankuzu {
	/*font-style:normal;*/
	font-size:75%;/* 12px相当 */
	color:#646464;
	text-align:left;
	margin-top: 40px;
}

#content #top .homeproduct {
	background-color: #FFFFFF;
	background-image: url(img/shiino_img002.png);
	margin-top: 10px;
	border: thin solid #646464;
	height:110px;
}

#content #top .homeproduct p {
	/*margin-left: 30px;*/
	font-size:75%;/* 12px相当 */
	color:#646464;
}

.homeproduct_left {
	float:left;
	width:590px;
	padding-left: 30px;
	font-size:75%;/* 12px相当 */
	color:#646464;
}

.homeproduct_right {
	float:left;
	width:200px;
}


.h2_border{
	border-left:4.5px solid #646464;
}

h2 {
	color:#000000;
	font-size:100%;/* 16px相当 */
	margin-left:10px;
}

h3 {
	font-size:88%;/* 14px相当 */
	margin-top: 8px;
	margin-left: 22px;
	color:#323232;
}

h4 {
	margin-top: 8px;
	font-size:88%;/* 14px相当 */
	color:#323232;
}

h5 {
	margin-bottom: -10px;
	font-size:88%;/* 14px相当 */
	color:#323232;
}

#content #top .column01 {
	/*height: 200px;*/
	width: 826px;
	border: 1px solid #C8C8C8;
	margin-top:10px;
	padding: 10px;
}

#content #top .column02 {
	/*height: 100px;*/
	width: 826px;
	border: 1px solid #C8C8C8;
	margin-top:10px;
	padding: 10px;
}

#content #top .column03 {
	/*height: 140px;*/
	width: 826px;
	border: 1px solid #C8C8C8;
	margin-top:10px;
	padding: 10px 10px 20px 10px;
}

#content #top .column04 {
	/*height: 2800px;*/
	width: 826px;
	border: 1px solid #C8C8C8;
	margin-top:10px;
	padding: 10px;
}

#content #top .column05 {
	/*height: 600px;*/
	width: 826px;
	border: 1px solid #C8C8C8;
	margin-top:10px;
	padding: 10px;
}

#content #top .column06 {
	/*height: 600px;*/
	width: 826px;
	border: 1px solid #C8C8C8;
	margin-top:10px;
	padding: 10px;
}

.img_left {
	float: left;
	margin-right: 10px;
}

.img_right {
	float: right;
	margin-left: 10px;
}

.float_clear {
	clear: both;
}

.column_text {
	font-size:82%;/* 13px相当 */
	margin-top:10px;
	margin-left: 30px;
}

#content #top .column02 .jigyosho_tb {
	width: 130px;
	text-align: center;
	font-size:75%;/* 12px相当 */
}

.com_tb {
	font-size:75%;/* 12px相当 */
	color:#323232;
	width: 786px;
	margin-top:10px;
}

.com_tb_left {
	text-align: left;
	vertical-align: top;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A8A8A8;
	padding:10px 0px;
}

.com_tb_left2 {
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding:10px 0px;
}

.com_tb_right {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A8A8A8;
	padding:10px 0px;
}

.inqu_tb {
	background-color: #CCCCCC;
	padding: 8px;
}

.text_left {
	padding-left:6px;
}

.text_left2 {
	padding-left:22px;
}

.text_left3 {
	padding-left:14px;
}

.space_top {
	margin-top: 10px;
}



/*検索ボタン*/

.search_index{
	position: relative;
	left: 0px;
	top: 10px;
}

.search_index a{
	display: block;
	background-image: url(img/shiino_search.png);
	width:197px;
	height:37px;
}

.search_index a:hover{
	background-image: url(img/shiino_searchover.png);

}




/* 作成者:eirianman */
/* ========id:search-strategy======== */
#search-strategy-title{
	font-size:125%;
	font-weight:bold;
	margin:0 auto;
	padding-top:15px;
	text-align:center;
	width:800px;
}
span#highlight{
	background-color:#ffff00;
	font-weight:bold;
}
#search-strategy-content{
	margin:0 auto;
	padding-top:5px;
	width:800px;
}
/* ========id:search-notes======== */
#search-notes{
	margin:0 auto;
	width:800px;
	padding-top:10px;
	padding-bottom:10px;
	color:#c00000;
}
/* ========id:search-contents======== */
#search-contents{
	width:100%;
}
/* ========id:search-pankuzu======== */
#search-midashi{
}
#search-midashi .search-title{
	text-align:center;
	padding:5px 0 5px 0;
	border:1px solid black;
}
#search-midashi .search-kekka{
	font-size:12px;
	padding:3px 0 8px 0;
}
#search-midashi .search-back{
	width:200px;
	font-weight:bold;
	float:left;
	font-size:25px;
	text-align:left;
}
#search-midashi .search-pdf{
	width:480px;
	float:right;
	padding-left:120px;
}
#search-midashi .search-count{
	text-align:right;
}
#search-midashi .search-count span#count-s{
	font-size:94%;
	font-weight:bold;
	color:red;
}
#search-midashi .search-count span#hit{
	font-size:100%;
}
/* ========検索ボックス(search.html)======== */
#searchTable-search {
	margin:0 auto;
	padding-top:10px;
	width:400px;
}

#searchTable-search table{
	border-collapse: collapse;
	width:500px;
}

#searchTable-search th {
	background:#D4E5F9;
}
#searchTable-search td {
	font-size:75%;
	padding:5px 5px 5px 10px;;
	border:1px solid #ffffff;
	font-weight:bold;
}
#searchTable-search td#input-select {
	padding:15px 5px 5px 10px;;
}
#searchTable-search th{
	font-size:75%;
	padding:5px;
	border:1px solid #666666;
}
#searchTable-search input#search-submit{
	margin-top:20px;
	width:350px;
	height:50px;"
}

#searchTable-search #in_length,
#searchTable-search #in_width,
#searchTable-search #in_depth{
	width:50px;
}
/* ========検索結果ボックス(search_ichiran.html)======== */
.searchBoxLeft{
	width:350px;
	padding-left:30px;
	float:left;
}
.searchBoxRight{
	width:350px;
	padding-right:30px;
	float:right;
}
/* ========id:searchTable======== */
#searchTable-searchIchiran{
	margin-bottom:40px;
}

#searchTable-searchIchiran table {
	border-collapse: collapse;
	width:826px;
}

#searchTable-searchIchiran th {
	background:#D4E5F9;
}
#searchTable-searchIchiran td {
	font-size:75%;
	border:1px solid #666666;
}
#searchTable-searchIchiran th{
	background:#D4E5F9;
	font-size:10px;
	padding:2px;
	font-weight:normal;
	border:1px solid #666666;
	text-align:center;
}
/* ========table .pager======== */
table.pager {
	margin:0 auto;
}

/* ========id:text-○○○======== */
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}




.search_list1{
	position: relative;
	left: 0px;
	top: 10px;
	float:left;
}

.search_list1 a{
	display: block;
	background-image: url(img/shiino_list1.png);
	width:181px;
	height:31px;
}

.search_list1 a:hover{
	background-image: url(img/shiino_list1m.png);

}

.search_list2{
	position: relative;
	left: 0px;
	top: 10px;
	float:left;
	margin-left:10px;
}

.search_list2 a{
	display: block;
	background-image: url(img/shiino_list2.png);
	width:181px;
	height:31px;
}

.search_list2 a:hover{
	background-image: url(img/shiino_list2m.png);

}

.search_list3{
	position: relative;
	left: 0px;
	top: 10px;
	float:left;
	margin-left:10px;
}

.search_list3 a{
	display: block;
	background-image: url(img/shiino_list3.png);
	width:181px;
	height:31px;
}

.search_list3 a:hover{
	background-image: url(img/shiino_list3m.png);

}

.search_list4{
	position: relative;
	left: 0px;
	top: 10px;
	float:left;
	margin-left:10px;
}

.search_list4 a{
	display: block;
	background-image: url(img/shiino_list4.png);
	width:181px;
	height:31px;
}

.search_list4 a:hover{
	background-image: url(img/shiino_list4m.png);

}

