@charset "shift-jis";
*{
	margin:0;
	padding:0;
}
body,form,fieldset,td,th{
	font-family: Arial,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;

/*	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;*/
}


/* all ************************************************************************/
body{
	background-color:#ffffff;
	background-image:url(../img/bg.gif);
	font-size:14px;
}

div#all{
	margin:0 auto;
	width:760px;
	background-color:#ffffff;
}


div#logo {
	padding-bottom:10px;
}
/*header************************************************************************/

/*contents**********************************************************************/
div#cont{
	margin:0 auto;
	width:671px;
	background-color:#ffffff;
}
div#cont h1{
	position:relative;
	padding-bottom:12px;
}
div#cont div.lead{
	position:relative;
	padding:20px 0;
}
div#cont div#main {
}
div#cont div#main p.exp {
	text-align:right;
	padding:0 0 20px 0;
}

div#cont div#menu {
	background-image:url(../img/bar_menu.gif);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:20px;
}
div#cont div.relation {
	background:#e2f1f5;
	padding:12px;
	margin-bottom:50px;
}
div#cont div.relation dt {
	display:inline;
	float:left;
}
div#cont div.relation dd {
	display:inline;
	float:left;
}
div#cont div.relation dd ul {
	margin-left:3.0em;
}
div#cont div.relation dd li {
	margin-bottom:8px;
}
div#cont h2{
	line-height:0;
	margin:15px 0
}
div#cont h3{
	width:530px;
	color:#006699;
	font-size:102%;
	margin:15px 0;
	padding:5px;
	border-left:5px solid #006699;
	background:#f2f2f2;
	margin:20px auto;
}
div#cont div.exp p {
	padding:10px;
}

div#cont div.expansion {
	padding-top:10px;
	padding-bottom:10px;
}

div#cont div.recomend {
	padding-top:20px;
	padding-bottom:10px;
}
div#cont div.recomend dl {
	margin-bottom:0;
	padding-bottom:0px
}
div#cont div.recomend dt {
	line-height:0;
}
div#cont div.recomend dd {
	border:3px solid #ffcbaf;
	padding:12px;
}

div#cont table.specification {
	width:540px;
	border-collapse:separate;
	margin:0 auto;
}
div#cont table.specification th {
	border-bottom:1px dotted #c8c8c8;
	padding:5px;
	text-align:left;
	color:#006699;
	width:110px;
	line-height:140%;
	
}
div#cont table.specification td {
	border-bottom:1px dotted #c8c8c8;
	padding:5px;
	text-align:left;
	line-height:140%;
	
	
}
p {
	line-height:140%;
}

div#cont table.application {
	width:540px;
	border-collapse:collapse;
	margin:15px auto;
}
div#cont table.application th {
	border-left:5px solid #990000;
	background:#fff3ed;
	padding:5px;
	text-align:center;
	width:110px;
	line-height:140%;
	
}
div#cont table.application td {
	background:#fff3ed;
	padding:5px;
	text-align:left;
	line-height:140%;
	
	
}
div#cont table.application td img {
	float:left;
	margin: 3px 3px 0 0;
}
div#cont table.application div.getpdf {
	font-size:80%;
	padding:5px;
	color:#333333;
}
div#cont div.info {
	width:540px;
	margin:0 auto;
}
div#cont div.info span {
	color:#990000;
	font-weight:bold;
}

div.top {
	text-align:right;
	margin:10px 0
}
div.top img {
	margin:0 3px -3px 0
}
div.top a {
	padding-bottom:10px;
}


/*footer************************************************************************/
div#footer{
	padding:5px;
	border-top:1px solid #666666;
}
div#footer p{
	padding:0 0 5px 10px;
	clear:both;
	font-size:10px;
	text-align:center;
	color:#666666;
}
div#footer a{
	text-decoration:none;
}
div#footer a:hover{
	text-decoration:underline;
}

/*sample************************************************************************/
div#sample{
	width:760px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	background:#ffffff;
}
div#sample img {
	border:1px solid #666666;
}
/*other************************************************************************/
.hidden{
	visibility:hidden;
}
img {
	border:none;
}
.clear{
	clear:both;
}
.r10{
	padding-right:10px;
}
.r30{
	padding-right:30px;
}
/* img */
img.photo_right{
	float:right;clear:right;
	padding-left:5px;
}
img.photo_left{
	float:left;clear:left;
	padding-right:5px;
}


/*clearfix*/
.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
  width:152px;
  height:48px;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

