@charset "utf-8";

/*		Styles for all
----------------------------------------------------------*/
body,div,ul,li,h1,h2,h3,p,blockquote
{
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	background-color:FFFFFF;
	background-image:none;
}

img {
		border: 0;
		vertical-align: bottom;
}

/* MacIE begin \*/
*+html #wapper {height: 1%;}
* html #wapper {height: 1%;}
#wapper {display: block;}
/* MacIE end */



#container {
	width:520px;
	margin:0;
	padding:0;
}

#header {
	display:none;
}

#bread {
	display:none;
}

#headImage {
	display:none;
}

#nav {
	display:none;
}

#contentsLeft {
	display:none;
}

#itmBack {
	display:none;
}
/* ------ contents ----- */
#main {
	width:700px;
}

#main h2 {
	background-image:url(../images/h2print.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:28px;
	padding:0.5em 0 0 0.8em;
	font-size:1em;
	line-height:1em;
}

/* ------ footer ----- */
#footer {
	width:700px;
	margin:15px auto;
	padding-top:15px;
	font-size:60%;
	text-align:center;
	clear:both;
}

/*-- 製品案内一覧 --*/
.itmArea {
	width:700px;
	margin:5px 0;
	float:left;
}

.itmBox {
	width:250px;
	padding:5px;
	float:left;
}

.itmBox h3 {
	background-image:url(../images/itmh3.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:238px;
	font-size:1em; line-height:120%;
	padding:0 0 2px 12px;
	border-bottom:solid 1px #AAAAAA;
}

.itmBox ul {
	padding:5px 0 0 0;
	width:250px;
	overflow:hidden;
}

.itmBox li {
	list-style:none;
	padding:3px 0 0 0;
}

.itmBoxImg {
	width:75px;
	float:left;
	margin-top:3px;
}

.itmBoxText {
	width:155px;
	margin-top:3px;
	padding-left:10px;
	font-size:75%;
	line-height:120%;
	float:left;
}

/*-- 製品案内詳細 --*/
#itmMain {
	width:700px;
	margin-top:10px;
	float:left;
}

#itmMain p {
	font-size:10pt;
	line-height:1.3em;
	padding:0 0 0.6em 0;
}

#itmMain h3 {
	font-size:10pt;
	line-height:1em;
	padding:0 0 0 0.5em;
	border-left:solid 5px #9CBBD0;
	margin:0.3em 0 0.3em 0;
}

#itmMain li {
	font-size:10pt;
	line-height:120%;
	padding:0 0 0.4em 0;
	list-style:disc;
}

#itmMain ul {
	padding:0 0 0 1.2em;
}

#itmSub {
	width:700px;
	margin-top:10px;
	float:left;
}

#itmSub h3 {
	font-size:10pt;
	line-height:1em;
	padding:0 0 0 0.5em;
	border-left:solid 5px #9CBBD0;
	margin:0.3em 0 0.3em 0;
}

#itmSub p {
	font-size:10pt;
	line-height:120%;
	padding:0.5em 0;
}

#itmSub li {
	font-size:10pt;
	line-height:120%;
	padding:0 0 0.4em 0;
	list-style:disc;
}

#itmSub ul {
	padding:0 0 0 1.2em;
}

#itmImg {
	width:160px;
	float:left;
}

#itmImg p {
	font-size:75%;
	line-height:120%;
	padding:0 0 0.8em 0;
}

#itmText {
	width:520px;
	float:right;
}

/**itmSubテーブル**/
#itmSub table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #888888;
	font-size:75%; line-height:120%;
}

#itmSub th {
	text-align: center;
	font-weight: normal;
	background: #f4ddde;
	padding: 0.5em;
}

#itmSub td {
	padding: 0.5em;
	text-align:center;
}

#itmSub th,
#itmSub td {
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}

/**itmTextテーブル**/
#itmText table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #888888;
	font-size:75%; line-height:120%;
}

#itmText th {
	text-align: center;
	font-weight: normal;
	background: #f4ddde;
	padding: 0.5em;
}

#itmText td {
	padding: 0.5em;
	text-align:center;
}

#itmText th,
#itmText td {
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}

.sText {
	font-size:10pt;
}

