@charset 'UTF-8';

/* Cascading Style Sheet For DICOM Solution Web Site */
/* Auth: Infocom West */

/* タグプロパティ */
body {
	margin: 5px auto;
	width: 750px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 80%;
	letter-spacing: 0.05em;
}
h1 {
	margin: 10px 0px;
	font-size: 140%;
	color: #274E74;
}
h2 {
	font-size: 120%;
	font-weight: 400;
	line-height: 120%;
	margin: 10px 0px;
}
h3 {
	width: 110px;
	background-image: url(../img/sub_tit_bak.jpg);
	background-repeat: repeat-y;
	padding-top: 0.6em;
	padding-bottom: 0.7em;
	text-align: center;
	font-size: 95%;
	color: #000000;
}
h4 {
	font-size: 100%;
	margin-bottom: 5px;
}
img {
	border-width: 0;
}
strong {
	color:#FF0000;
}
em {
	color:#FF0000;
	font-style: normal;
}

/* ヘッダー */
#header {
	margin: 0 auto 12px;
}
#header-top {
	margin-bottom: 2px;
}
#header-hyper-menu {
	margin-top: -1.3em;
	margin-bottom:0.05em;
	text-align: right;
	vertical-align: baseline;
	word-spacing: 0.3em;
}
div#header-hyper-menu ul {
	margin: 0px;
}
div#header-hyper-menu li {
	display: inline;
	list-style-type: none;
}

/* コンテンツ（コンテンツ領域） */
#contents {
	width: auto;
	margin: 0 auto;
}

/* メインコンテンツ */
#main-contents {
	float: left;
	width: 525px;
	margin-right:15px;
}
#main-contents ul li {
	padding: 3px 0px;
	list-style-image: url(../img/list_marker.gif);
}
#main-contents ul.note li {
	list-style-image: none;
	list-style-type: none;
}

/* サブコンテンツ */
#sub-contents {
	float: right;
	width: 210px;
}

/* パンくずリスト */
#bread-list {
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}

/* フッター */
#footer {
	clear: both;
	margin: 1em auto 0 auto;
	width: 100%;
	text-align: center;
}
#copyright {
	padding: 1px 5px;
	background-color: #003399;
	color: #ffffff;
}
#footnavi {
	padding-top: 10px;
	padding-bottom: 3px;
}
#footnavi ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	word-spacing: 10px;
}
#footnavi li {
	display: inline;
}

/* 通常メニュー */
div.menu {
	margin-bottom: 10px;
	border: solid 1px #4D284D;
}
div.menu h3 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/menu_tit_bak.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
div.menu ul {
	margin: 1em 0.5em 1em 2em;
	padding-left: 0;
}
div.menu ul li {
	list-style-image: url(../img/menu_marker.gif);
	line-height: 150%;
	letter-spacing: 0.05em;
}
.menu ul li.thispage {
	font-weight:bold;
}
div.menu ul li ul {
	margin-left: 5px;
	padding-left: 5px;
}
div.menu ul li ul li {
	list-style-image: url(../img/menu-marker-lev2.gif);
	letter-spacing: 0.05em;
}
#inquiry {
	margin: 0.4em 0.2em;
	padding: 0 0.2em;
}
#inquiry div.company {
	margin-bottom: 0.1em;
	letter-spacing: 0.05em;
}
#inquiry div.office {
	margin-bottom: 0.1em;
	letter-spacing: 0.05em;
}
#inquiry div.post {
	margin-bottom: 0.4em;
	letter-spacing: 0.05em;
}
#inquiry div.zip-code {
	margin-bottom: 0.1em;
}
#inquiry div.address {
	margin-bottom: 0.4em;
}
#inquiry div.tel {
	margin-bottom: 0.1em;
	letter-spacing: 0.05em;
}
#inquiry div.fax {
	margin-bottom: 0.4em;
	letter-spacing: 0.05em;
}
#inquiry div.mail {
	margin-bottom: 0.1em;
	letter-spacing: 0.04em;
}
#banner img {
	margin-top: 5px;
}

/* サブコンテンツの情報 */
#sub-info {
	margin-bottom: 5px;
	border: solid 1px #4D284D;
	padding: 0.3em;
	text-align: center;
}
div#sub-info div.product-info {
	margin: 15px 0px;
}
#sub-info div.title {
	margin-bottom: 15px;
	color: #274E74;
}

#sub-info div.section {
	font-weight:bold;
	margin-bottom: 0.1em;
	text-align: center;
}
#sub-info div.company {
	margin-bottom: 0.1em;
	text-align: center;
}
#sub-info div.banner {
	text-align: center;
}
#sub-info div.url {
	margin-bottom: 0.1em;
	text-align: center;
}

/* 回り込み解除 */
.clear {
	clear: both;
}
