@charset "utf-8";
/*
Theme Name: karlstorz
Theme URI: http://www.karlstorz-industrial.jp/
Description: カールストルツ・エンドスコピー・ジャパン株式会社
Author: 利根川印刷株式会社
*/


/* CSS Document */

/*-------------------------
	全体共通項目
-------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック", Osaka;
	color: #666666;
}

.cboth {
	clear: both;
}

/* For WordPress's TinyMCE Editor */
.alignnone {
	float:none;
}
.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
}
img.aligncenter {
	display: block;
	margin: auto;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

ul,ol,dl {
	padding-left: 2em;
	padding-bottom: 1em;
}


p {
	margin-bottom: 1em;
}

a:link,
a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #33CCFF;
	text-decoration: none;
}

/*	見出しタグ	*/

h1 {
	background: url(images/common/h1_bg.jpg) no-repeat;
	width: 577px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 29px;
	padding-top: 7px;
	padding-left: 23px;
}

#contents h2 {
	background: url(images/common/h2_bg.gif) no-repeat;
	width: 576px;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
	padding-top: 5px;
	padding-left: 24px;
	margin-bottom: 20px;
}


#contents * h2 {
	background: url(images/common/category-index_marker.gif) no-repeat right top;
	padding: 0 22px 0 0;
	margin: 0;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	
}

/*	強調	*/
#contents h3,
.emphasis {
	background: url(images/common/emphasis_icon.gif) no-repeat;
	font-size: 14px;
	color: #ff9900;
	font-weight: bold;
	min-height: 23px;
	height: auto !important;
	height: 23px;
	padding-left: 40px;
	padding-top: 7px;
	margin-bottom: 1em;
}
/*-------------------------
	ヘッダー
-------------------------*/

#header {
	width: 800px;
	height: 65px;
	padding-top: 5px;
}

#logo {
	margin-bottom: 0;
	width: 118px;
	height: 53px;
	float: left;
}

#logo a {
	background: url(images/common/logo.gif) no-repeat;
	width: 118px;
	height: 53px;
	text-indent: -9999px;
	display: block;
}

/*	検索ボックス	*/
#search-box {
	float: right;
	width: 225px;
	margin-bottom: 25px;
}

#search-box img {
	float: left;
	margin-right: 6px;
	vertical-align: middle;
}

#search-box input {
	vertical-align: middle;
}

#search-box input.search-text {
	width: 154px;
	margin-right: 7px;
}

#search-box form {
	float: left;
}

/*	ヘッダーナビ	*/
#header-navi {
	clear: right;
	float: right;
	width: auto;
}

#header-navi ul {
	padding: 0 5px 0 0;
	list-style-type: none;
}

#header-navi ul li {
	display: inline;
	border-right: solid #888888 1px;
}

#header-navi ul li a {
	margin: 0 10px;
	color: #888888;
	text-decoration: none;
}

#header-navi ul li.last-navi {
	border: none;
}

#header-navi ul li.last-navi a {
	margin-right: 0;
}
/*-------------------------
	グローバルナビ
-------------------------*/

#gloabl-navi {
	width: 800px;
	height: 34px;
}

#gloabl-navi ul {
	width: 800px;
	height: 34px;
	padding: 0;
}

#gloabl-navi li {
	width: 160px;
	height: 34px;
	overflow: hidden;
	float: left;
}

#gloabl-navi li a {
	display: block;
	width: 160px;
	height: 34px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}


#gloabl-navi li a:hover,
#gloabl-navi li a.on-menu {
	background-position: 0 -34px;
}

#gloabl-navi li.gmenu01 a {
	background-image: url(images/common/gmenu01.jpg);
}

#gloabl-navi li.gmenu02 a {
	background-image: url(images/common/gmenu02.jpg);
}

#gloabl-navi li.gmenu03 a {
	background-image: url(images/common/gmenu03.jpg);
}

#gloabl-navi li.gmenu04 a {
	background-image: url(images/common/gmenu04.jpg);
}

#gloabl-navi li.gmenu05 a {
	background-image: url(images/common/gmenu05.jpg);
}

/*-------------------------
	ページイメージ
-------------------------*/
#page-image {
	width: 800px;
	clear: both;
}
/*-------------------------
	パンくずリスト
-------------------------*/
#bread-box {
	width: 800px;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
}

/*-------------------------
	メイン
-------------------------*/

#main {
	width: 780px;
	padding-right: 20px;
	clear: both;
}


/*-------------------------
	コンテンツ
-------------------------*/

#contents {
	width: 600px;
	float: right;
}

#contents .content-box {
	width: 580px;
	padding-left: 20px;
	margin-bottom: 40px;
}

.content-box p {
	line-height: 1.5;
}

.content-box ul.topics-list {
	width: auto;
	padding: 10px 0;
	list-style-type: none;
}


.content-box ul.topics-list li {
	background: url(images/common/topics-list_marker.gif) no-repeat;
	margin: 15px 0;
	width: auto;
	padding: 0 0 0 20px;
}

.content-box ul {
	padding-left: 1em;
}

.content-box ul li {
	padding: 5px 0;
}
/*-------------------------
	サイドバー
-------------------------*/

#sidebar {
	width:	148px;
	float: left;
}

#subnavi {
	background: url(images/common/sidebar/subnavi_bg.gif) no-repeat left bottom;
	width: 148px;
	padding-bottom: 1px;
}

#subnavi ul {
	list-style-type: none;
	padding: 0;
}

#subnavi li {
	width: 148px;
	height: 34px;
}

#subnavi li a {
	display: block;
	width: 128px;
	height: 23px;
	background: url(images/common/sidebar/subnavi_menu_bg.gif) no-repeat;
	color: #888888;
	padding: 11px 0 0 20px;
}

#subnavi li.on-menu a,
#subnavi li a:hover {
	background-position: 0 -34px;
	color: #33CCFF;
}


/*-------------------------
	ページトップ
-------------------------*/
#page-top {
	text-align: right;
	width: auto;
	padding: 50px 32px 18px 0;
}

/*-------------------------
	フッター
-------------------------*/

#footer {
	width: 790px;
	padding: 5px 0 15px 10px;
	border-top: solid 1px #3293da;
	font-size: 11px;
}

/*---------------------------
	下層
	カテゴリインデックスページ
---------------------------*/

.category-index {
	width: 600px;
	background: url(images/common/category-index_top.gif) no-repeat;
	padding-top: 7px;
	margin-bottom: 14px;
}


.category-index .inner {
	width: 600px;
	background: url(images/common/category-index_bottom.gif) no-repeat bottom;
	padding-bottom: 7px;
}

.category-index .inner .category-index-content {
	width: 583px;
	border-left: solid 1px #cbcbcb;
	border-right: solid 1px #cbcbcb;
	padding: 0 8px 0 7px;
}

.category-index-content .category-index-img {
	width: 80px;
	height: 80px;
	float: left;
	padding-left: 13px;
	background: url(images/common/blue_bar.jpg) no-repeat left;
}

.category-index-content p {
	margin-bottom: 0;
}

.category-index-content .category-index-text {
	float: right;
	width: 472px;
}

.category-index-text p {
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 0;
}

.category-index-text span.title {
	background: url(images/common/category-index_marker.gif) no-repeat right center;
	padding-right: 22px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;	
}


/*---------------------------
	トップページ・カテゴリ
	ニュース＆トピックス 共通部
---------------------------*/
ul#news-topics-list {
	padding: 0;
	list-style-type: none;
	width: auto;
}

ul#news-topics-list li {
	padding-left: 66px;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-image: url(images/top/topic_icon.gif);
	min-height: 42px;
	height: auto !important;
	height: 42px;
	margin-bottom: 17px;
}

ul#news-topics-list li.new-product {
	background-image: url(images/top/new-product_icon.gif);
}

ul#news-topics-list li.media {
	background-image: url(images/top/media_icon.gif);
}

ul#news-topics-list li.update {
	background-image: url(images/top/update_icon.gif);
}

ul#news-topics-list li.topic {
	background-image: url(images/top/topic_icon.gif);
}


ul#news-topics-list li span.date {
	font-size: 12px;
	font-weight: bold;
	color: #0099CC; /* #2181B8 */
	line-height: normal;
}

ul#news-topics-list li span.more {
	margin-left: 5px;
}

ul#news-topics-list li p {
	margin: 10px 0 0;
}
#wrapper #main #contents form #inq-table tr th {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
