body{ 
	font-family: Arial;
	font-weight : normal;
	background-color : white;
	text-decoration : none;
	font-size : 9pt;
	margin:0;
}
ul, ol, li{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	border: none;
}

p.footer{
	font-size:11pt;
}

td {
	font-size:9pt;
}

/* add */

div.layout {
	background-color: #FFFFFF;
	margin-left: 45px;
	font-size: 12px;
	width: 650px;
}

div.layout h1{
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #849EDB;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	padding-left:5px;
}

div.layout h2 {
	padding: 0px 0px 0px 18px;
	background: url(../images/square.jpg) no-repeat 0px 3px;
	clear:left;
	font-size:10pt;
	font-weight:bold;
	color :#44405b;
}
.textArea{
	line-height:130%;
}
img.imgRight {
	float: right;
	margin-left: 15px;
}


.product{
	border:solid 1px #C0C0C0;
	width:300px;
	float:left;
}
.productTitle{
	border-bottom:solid 1px #C0C0C0;
	background-color:#443F5C;
	color:white;
	padding:6px;
	font-weight:bold;
	text-align:center;
	font-size:10pt;
}

.productText {
	margin-top: 0px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}


.productImg{

}
div.productImg img {
	border: 1px solid #c0c0c0;
	padding: 1px;
}

table.productList {
	border-collapse:collapse;
	border: solid 1px #c6e3f7;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
table.productList th,
table.productList td {
	padding:0;
	border-right: solid 1px #c6e3f7;
	border-bottom: solid 1px #c6e3f7;
}
table.productList th {
	color:#ffffff;
	background-color:#443f5c;
	font-weight:normal;
	padding:1px;
}
table.productList td {
	color:#000000;
	background-color:#f3faff;
	text-align:center;
	padding:1px;
}

table.productList td.squareTd {
	padding: 0px 0px 0px 5px;
	background: url(../images/square.gif) no-repeat 9px 6px;
	background-color:#f3faff;
}

table.productList td.circleTd {
	padding: 0px 0px 0px 5px;
	background: url(../images/circle.gif) no-repeat 9px 6px;
	background-color:#f3faff;
}

.alignRight  { text-align: right; }
.alignCenter { text-align: center; }

a:link.color    { color: #000000; text-decoration: none; font-size: 9pt ;}
a:visited.color { color: #000000; font-style: normal; font-variant: normal; text-decoration: none; font-size: 9pt ;}
a:active.color  { color: #000000; font-style: normal; font-variant: normal; text-decoration: none; font-size: 9pt ;}
a:hover.color   { color: #000000; font-style: normal; font-variant: normal; text-decoration: none; background-color: #ffffff; font-size: 9pt ;}

.summary{
	float:left;
	padding-top:20px;
}

.square {
	padding: 2px 0px 0px 10px;
	background: url(../images/square.gif) no-repeat 0px 5px;
}

.squareTitle{
	border-top:solid 1px #cccccc;
	padding: 0px 0px 0px 18px;
	background: url(../images/square2.jpg) no-repeat 0px 3px;
	font-size:10pt;
	font-weight:bold;
	color :#44405b;
}

/* *など 付き数字リスト */
ul.listAster {
	margin-top:10px;
	margin-left: 15px;
}
ul.listAster li {
	list-style: none;
	text-indent: -0.75em;
}

/*  common
------------------------------------- */
.alignRight  { text-align: right; }
.alignCenter { text-align: center; }

.floatLft {float:left}
.floatRgt {float:right}
.clearBth {clear:both}
.cleaLft  {clear:left;}

.paddingTop10 {padding-top: 10px;}
.paddingTop25 {padding-top: 25px;}



