﻿@charset "utf-8";
/***************************************************************

* H.I.S. style_temp.css

* COPYRIGHT(C)H.I.S.Co.,Ltd. ALL RIGHTS RESERVED.

***************************************************************/


/* Reset
***************************************************************/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
   margin: 0em 0px;
   padding: 0em 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
}
img {
	border: none;
}
ul, ol {
	list-style: none;
}


/* Body
***************************************************************/
body {
	color: #333;
	font: 75%/140% "ＭＳ Ｐゴシック", "Osaka" ,"Hiragino Kaku Gothic Pro", arial, helvetica, verdana ,sans-serif;
}


/* Link
***************************************************************/
a:link {color:#0000ff;}
a:visited {color:#0000ff;} 
a:hover {color:#ff0079;} 


/* Clearfix
***************************************************************/
.hidden {
	display: none;
}
.clearfix {
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* HIDE IEmac-5 */
* html .clearfix {height:1%;}
*+html .clearfix {height:1%;}
.clearfix {display:block;}
/* */


/* Header
***************************************************************/
/*#header {
	width: 950px;
	height: 85px;
	margin: 0 auto;
	position: relative;
	background: transparent url('/img_common/head_basePic.jpg') no-repeat 130px 0px;
}
#header-logo {
	position: absolute;
}
#header-text {
	position: absolute;
	left: 145px;
	bottom: 0px;
}
*:first-child+html #header-text {
	bottom: 20px;
}
#header-text h1 {
	font-size: 80%;
	line-height: 140%;
	font-weight: bold;
}
#header-text #header-caption {
	font-size: 80%;
	line-height: 140%;
	overflow: hidden;
	display: block;
}
#header-text #header-caption strong {
	font-weight: normal;
}
#header-search {
	position: absolute;
	right: 0px;
}
#header-search #search {
	margin-top: 5px;
	padding-left: 84px;
	float: right;
	background: transparent url('/img_common/head_search_tit.gif') no-repeat 0px 5px;
}
#header-search input#searchText {
	width: 180px;
	margin: 4px 7px 0 0;
	float: left;
}
#header-search input#searchBtn {
	float: left;
}
#header-search ul#headerLinks {
	margin-top: 5px;
	line-height: 140%;
	float: right;
}
#header-search ul#headerLinks li {
	display: inline;
}
*/

/* Breadcrumb
***************************************************************/
#breadcrumb {
	width: 950px;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 100%;
	line-height: 100%;
}
#breadcrumb a {
}
#breadcrumb a:hover {
}


/* Footer
***************************************************************/
/*ul#footer-top {
	width: 100%;
	margin: 5px 0 0;
	line-height: 22px;
	color: #FFF;
	text-align: center;
	background-color: #333399;
}
ul#footer-top li {
	display: inline;
}
ul#footer-top a:link  { color: #FFF; text-decoration: none; }
ul#footer-top a:visited  { color: #FFF; text-decoration: none; }
ul#footer-top a:hover  { color: #FFFF00; text-decoration: underline; }
#footer-links {
	width: 950px;
	font-size: 80%;
	text-align: center;
}
#footer-links li {
	display: inline;
}
p#footer-copy {
	width: 950px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}
*/