@charset "shift_jis";
/*
-------------------------------------------------------------------
◎基本スタイルシート
製作者：株式会社アルゴ
更新日：2008年9月11日
-------------------------------------------------------------------
[目次]

・基本設定
・リンク
・マージン設定
・余白設定
・テキスト設定
・ヘッダーコンテンツ
・フリースペース
・フッターコンテンツ

-------------------------------------------------------------------
*/

/* 基本構造 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
img {
	border: none;
}
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clear {
	clear: both;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
/* リンク */
a {
	color: #418CF2;
	text-decoration: none;
}
a:hover {
	color: #646464;
}
/* マージン設定 */
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mr10 {
	margin-right: 10px;
}
/* 余白設定 */
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
/* テキスト設定 */
h1 {
	font-size: 85%;
	font-weight: normal;
	line-height: 1.8em;
}
p,li {
	color: #3C3C3C;
	font-size: 85%;
	line-height: 1.8em;
}
/* ヘッダーコンテンツ */
div#header {
	background: url(../images/bg_header.jpg) repeat-x;
}
div#header a {
	color: #969696;
	text-decoration: none;
}
div#header a:hover {
	color: #418CF2;
	text-decoration: none;
}
div#header div#header-inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div#header-inner div#logo {
	clear: both;
	height: 85px;
	padding-top: 5px;
}
/* トップメニュー */
#header-inner ul {
	display: block;
	width: 895px;
	height: 36px;
	padding-left: 5px;
	list-style: none;
	text-indent: -9999em;
	background: url(../images/bg_topmenu.gif) no-repeat;
}
div#header-inner ul li {
	display: block;
	float: left;
}
div#header-inner ul li a {
	display: block;
	height: 31px;
	margin-top: 5px;
}

#header-inner ul li.toppage a {width: 111px;}

#header-inner ul li.toppage a:hover {background: url(../images/bg_topmenu.gif) -5px -41px no-repeat;}

#header-inner ul li.group a {width: 110px;}

#header-inner ul li.group a:hover {background: url(../images/bg_topmenu.gif) -602px -41px no-repeat;}

#header-inner ul li.site-map a {width: 91px;}

#header-inner ul li.site-map a:hover {background: url(../images/bg_topmenu.gif) -712px -41px no-repeat;}

#header-inner ul li.english a {width: 97px;}

#header-inner ul li.english a:hover {background: url(../images/bg_topmenu.gif) -803px -41px no-repeat;}

#header-inner ul li.space {width: 486px;}

/* グローバルメニュー */
div#global-container {
	clear: both;
	height: 35px;
	background: url(../images/bg_global-container.gif) repeat-x;
}
div#global-inner {
	width: 900px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 30px;
	background: url(../images/bg_global-inner.gif) center no-repeat;
}
div#global-inner ul {
	display: block;
	width: 895px;
	height: 32px;
	padding-top: 3px;
	padding-left: 5px;
	list-style: none;
	text-indent: -9999em;
	background: url(../images/bg_global-menu.gif) no-repeat;
}
div#global-inner ul li {
	display: block;
	float: left;
}
div#global-inner ul li a {
	display: block;
	width: 90px;
	height: 32px;
}
div#global-inner ul li.company a:hover {
	background: url(../images/bg_global-menu.gif) -5px -38px no-repeat;
}
div#global-inner ul li.products a:hover {
	background: url(../images/bg_global-menu.gif) -95px -38px no-repeat;
}
div#global-inner ul li.management a {
	width: 160px;
}
div#global-inner ul li.management a:hover {
	background: url(../images/bg_global-menu.gif) -185px -38px no-repeat;
}
div#global-inner ul li.support a {
	width: 160px;
}
div#global-inner ul li.support a:hover {
	background: url(../images/bg_global-menu.gif) -345px -38px no-repeat;
}
div#global-inner ul li.ir-info a {
	width: 80px;
}
div#global-inner ul li.ir-info a:hover {
	background: url(../images/bg_global-menu.gif) -505px -38px no-repeat;
}
div#global-inner ul li.social a {
	width: 111px;
}
div#global-inner ul li.social a:hover {
	background: url(../images/bg_global-menu.gif) -585px -38px no-repeat;
}
div#global-inner ul li.group a {
	width: 116px;
}
div#global-inner ul li.group a:hover {
	background: url(../images/bg_global-menu.gif) -696px -38px no-repeat;
}
div#global-inner ul li.recruit a {
	width: 82px;
}
div#global-inner ul li.recruit a:hover {
	background: url(../images/bg_global-menu.gif) -812px -38px no-repeat;
}
/* カテゴリーラベル */
div#category-container {
	clear: both;
	height: 132px;
	background: url(../images/bg_category-container.gif) repeat-x;
}
div#category-inner {
	width: 900px;
	height: 132px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 30px;
}
div#category-inner h2 {
	display: block;
	width: 900px;
	height: 80px;
	text-indent: -9999em;
}
div#category-inner p.navigation {
	height: 29px;
	padding-top: 5px;
}
div#category-inner p.navigation a {
	color: #646464;
}
div#category-inner p.navigation a:hover {
	color: #418CF2;
}
/* コンテンツ */
div#contents {
	width: 900px;
	margin: 16px auto 20px;
	background: url(../images/bg_left-container.gif) left repeat-y;
}
div#contents p.pagetop {
	clear: both;
	text-align: right;
}
div#contents p.pagetop a {
	display: block;
	padding-right: 18px;
	font-size: 75%;
	color: #646464;
	background: url(../images/icon_pagetop.gif) no-repeat right center;
}
div#contents p.pagetop a:hover {
	color: #418CF2;
}
/* レフトメニュー */
div#left-container {
	float: left;
	width: 210px;
}
div#left-container h2 {
	display: block;
	height: 50px;
	text-indent: -9999em;
}
div#left-container p {
	line-height: 1.4em;
	border-bottom: 1px dotted #969696;
}
div#left-container p a {
	display: block;
	padding: 7px 5px 7px 25px;
	color: #646464;
	background: url(../images/bg_left-a.gif) no-repeat;
}
div#left-container p.no-border {
	line-height: 1.4em;
	border-bottom: none;
}
div#left-container p a {
	display: block;
	padding: 7px 5px 7px 25px;
	color: #646464;
	background: url(../images/bg_left-a.gif) no-repeat;
}
div#left-container p a:hover {
	background: url(../images/bg_left-a-on.gif) no-repeat;
}
div#left-container p.no-link {
	display: block;
	padding: 7px 5px 7px 25px;
	background: url(../images/bg_left-p.gif) no-repeat;
}
div#left-container p.link-end {
	border-bottom: 1px solid #969696;
}
/* メインコンテンツ */
div#main-container {
	float: right;
	width: 650px;
	padding-right: 20px;
}
div#main-container h3 {
	margin-bottom: 40px;
	font-size: 150%;
}
/* フッターコンテンツ */
div#footer-container {
	height: 40px;
	padding-top: 22px;
	background: url(../images/bg_footer.gif) repeat-x;
}
div#footer-inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div#footer-inner p.copyright {
	float: left;
	padding-left: 170px;
	padding-right: 50px;
	color: #FFF;
	font-size: 70%;
	line-height: 1.2em;
	border-right: 1px solid #FFF;
	background: url(../images/logo_hoshizaki-footer.gif) no-repeat left center;
}
div#footer-inner p.bottom-menu {
	float: left;
	padding-left: 10px;
	color: #FFF;
	line-height: 1.8em;
}
div#footer-inner p.bottom-menu a {
	color: #FFF;
}
div#footer-inner p.bottom-menu a:hover {
	color: #418CF2;
}
/* トップページ */
body#index div#contents {
	margin-top: 0px;
	background: none;
}
div#index-container {
	clear: both;
	height: 290px;
	background: url(../images/bg_index-container.gif) repeat-x;
}
div#index-inner {
	width: 900px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 30px;
	background: url(../images/bg_index-inner.gif) center top no-repeat;
}
div#index-inner h2 {
	display: block;
	width: 900px;
	height: 265px;
	padding: 0px;
}
div#index-inner h2 img {
	display: block;
	border: 2px solid #FFF;
}
div#index-inner p.navigation {
	height: 17px;
	padding-top: 5px;
}
/* トップページ レフトメニュー */
/* レフトメニュー */
div#index-news {
	width: 880px;
	padding: 10px;
	font-size: 85%;
	background: #FFF;
	border: 1px solid #C8C8C8;
	line-height: 1.5em;
	margin-bottom: 20px;
	
}
div#index-news a {
	color: #1D51A1;
}

div#index-left {
	float: left;
	width: 202px;
	padding: 4px;
	background: #EBEBEB;
}
div#whatsnew {
	width: 196px;
	padding: 2px;
	background: #FFF;
	border: 1px solid #C8C8C8;
	border-bottom: 4px solid #C8C8C8;
	;
}
div#whatsnew h2 {
	display: block;
	width: 196px;
	height: 25px;
	text-indent: -9999em;
	background: url(../images/bg_h2-whatsnew.gif) no-repeat;
}
div#whatsnew p {
	text-align: right;
}
div#whatsnew p a {
	color: #666;
}
div#whatsnew-list {
	width: 180px;
	padding: 0px 10px;
	margin-bottom: 20px;
	background: #FFF;
	border: 1px solid #C8C8C8;
	font-size: 85%;
}
div#whatsnew-list p {
	padding: 10px 0px;
	line-height: 1.5em;
	border-bottom: 1px dotted #C8C8C8;
}
div#whatsnew-list p.news-end {
	border-bottom: none;
}
div#banner-block {
	margin-bottom: 30px;
}
div#banner-block img {
	margin-bottom: 5px;
}
/* メインコンテンツ */
body#index div#main-container {
	float: right;
	width: 670px;
	padding-right: 0px;
}
body#index div#main-container table#contents-menu {
	width: 670px;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
}
body#index div#main-container table#contents-menu th {
	padding: 2px;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
table#contents-menu th a {
display: block;
width: 218px;
height: 28px;
text-indent: -9999em;
}
table#contents-menu th.company-link a {
background: url(../images/tib_company.gif) no-repeat;
}
table#contents-menu th.company-link a:hover {
background: url(../images/tib_company.gif) left -28px no-repeat;
}
table#contents-menu th.product-link a {
background: url(../images/tib_products.gif) no-repeat;
}
table#contents-menu th.product-link a:hover {
background: url(../images/tib_products.gif) left -28px no-repeat;
}
table#contents-menu th.ir-info-link a {
background: url(../images/tib_ir-info.gif) no-repeat;
}
table#contents-menu th.ir-info-link a:hover {
background: url(../images/tib_ir-info.gif) left -28px no-repeat;
}
table#contents-menu th.group-link a {
background: url(../images/tib_group.gif) no-repeat;
}
table#contents-menu th.group-link a:hover {
background: url(../images/tib_group.gif) left -28px no-repeat;
}
table#contents-menu th.social-link a {
background: url(../images/tib_social.gif) no-repeat;
}
table#contents-menu th.social-link a:hover {
background: url(../images/tib_social.gif) left -28px no-repeat;
}
table#contents-menu th.koukoku-link a {
background: url(../images/tib_koukoku.gif) no-repeat;
}
table#contents-menu th.koukoku-link a:hover {
background: url(../images/tib_koukoku.gif) left -28px no-repeat;
}
table#contents-menu th.recruit-link a {
background: url(../images/tib_recruit.gif) no-repeat;
}
table#contents-menu th.recruit-link a:hover {
background: url(../images/tib_recruit.gif) left -28px no-repeat;
}
body#index div#main-container table#contents-menu td {
	padding: 0px 10px 10px;
	vertical-align: top;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
body#index div#main-container table#contents-menu td.recruit {
padding: 0px;
}
body#index div#main-container table#contents-menu td.recruit table th {
border-right: none;
}
body#index div#main-container table#contents-menu td.recruit table td {
border-bottom: none;
border-right: none;
}

table#contents-menu td.bg_company {
background: url(../images/bg_company.jpg) no-repeat right top;
}
table#contents-menu td.bg_product {
background: url(../images/bg_product.jpg) no-repeat right top;
}
table#contents-menu td.bg_ir-info{
background: url(../images/bg_ir-info.jpg) no-repeat right top;
}
body#index div#main-container table#contents-menu td p {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 1.3em;
	background: url(../images/bg_p-index.gif) left 1px no-repeat;
}
body#index div#main-container table#contents-menu td p.menu_s {
	font-size:smaller;
	margin: 10px 0px;
	padding-left: 30px;
	line-height: 1em;
	background-image:none;
}
body#index div#main-container table#contents-menu td p.no-link {
	padding: 20px;
	background: url(../images/bg_p-index.gif) left center no-repeat;
}
body#index div#main-container table#contents-menu td p a {
}
body#index div#main-container h2 {
	position: relative;
	display: block;
	width: 670px;
	height:43px;
	margin-top: 30px;
	font-size: 100%;
	line-height: 12px;
	vertical-align: middle;
	font-weight: normal;
}
body#index div#main-container h2 p {
	position: absolute;
	right: 10px;
	bottom: 18px;
}
body#index div#main-container h2 p a {
	color: #646464;
}
div#main-container div#topick-block {
	overflow: auto;
	height: 270px;
}
div#main-container div#topick-block table#topic-list {
	width: 100%;
	font-size: 86%;
	border-top: 1px dotted #C8C8C8;
}
div#main-container div#topick-block table#topic-list th, div#main-container div#topick-block table#topic-list td {
	line-height: 1.3em;
	padding: 5px 5px 5px 0px;
	vertical-align: top;
	border-bottom: 1px dotted #C8C8C8;
}
div#main-container div#topick-block table#topic-list td img {
margin-top: 2px;
}
/* フッターコンテンツ */
div#network-container {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #646464 url(../images/bg_network.gif) top center no-repeat;
}
div#network-inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div#network-inner p {
	padding-left: 170px;
	color: #FFF;
	line-height: 1.8em;
font-size: 75%;
}
div#network-inner .international {
margin-top: 25px;
}
div#network-inner .international--link {
	padding-right: 10px;
	word-break: keep-all;
}

div#network-inner p a {
	color: #FFF;
	padding-left: 7px;
	background: url(../images/icon_network.gif) no-repeat left center;
}
div#network-inner p a:hover {
	color: #CCC;
	padding-left: 7px;
	background: url(../images/icon_network-on.gif) no-repeat left center;
}
 #image-search{
	border: 0px;
	width: 64px;
	height: 19px;
	background-image: url(../../p/images/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* 東北太平洋沖地震 */
#msg {
	border: 1px solid #cccccc;
	padding: 10px 80px;
	margin-bottom: 10px;
}

#msg p{
	color: #666666;
	font-weight: bold;
	line-height: 160%;
}

#msg h2{
	color: #666666;
}

#tel_tohoku{
	color: #666666;
	font-weight: normal;
	font-size: 90%;
	line-height: 100%;
	border: 1px solid #cccccc;
	padding: 15px 40px;
	margin-bottom: 10px;
}

#tel_tohoku h2{
	color: #666666;
	font-size: 110%;
	line-height: 150%;
	text-align: center;
	margin-bottom: 20px;
}

#tel_tohoku h3{
	color: #666666;
	font-size: 100%;
	line-height: 130%;
	text-align: center;
	margin-bottom: 5px;
}
div#tel_tohoku a {
	color: #1D51A1;
}
