@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :hirasawa(admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("default.css");


/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("module.css");

/* all style
----------------------------------------------------------- */
@import url("style.css");


/* print style - 印刷用スタイル
----------------------------------------------------------- */
@import url("print.css");

#history iframe {
	width: 750px;
	height: 150px;
	margin-bottom: 10px;
}
.font-pink {
	color: #F06;
}
.font-red {
	color: #F00;
}
.left {
	float: left;
}
.border-0 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border-0 tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border-0 tr td p {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
.border-dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 20px;
}
.border-solid {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 0.5em;
	width: 80%;
}
.sinchaku tr td {
	width: 220px;
	margin-right: 10px;
}
.new {
	margin-right: 5px;
	margin-top: 10px;
}
.p_pink_setumei {
	font-size: medium;
	line-height: normal;
	color: #FF0066;
}
.chouki {
	font-weight: bold;
	color: #FF0;
	background-color: #F39;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.chouki_waku {
	border: 1px solid #F6C;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1em;
	padding-left: 1em;
	width: auto;
}
/*↓機器一覧見出し↓*/
h2.kiki {
	font-size: x-large;
	color: #03C;
	background-color: #FC6;
	text-indent: 1ex;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*↓左サイド機器種類一覧↓*/
.menu a {
	font-weight: bold;
	color: #000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39F;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.menu a:hover {
	background-color:#FFE4AC
#sinchaku img {
	height: 250px;
	width: 250px;
	border: 1px solid #999;
}
.osirase {
	line-height: 1em;
}
