
/* Main スタイルシート*/

/*------------------------------------------------------------------------------*/
/* font関連	class																*/
/*------------------------------------------------------------------------------*/

/* 基本的にリンクにアンダーラインは引かない */
a{ 
	text-decoration:none; 
}

/* 見出し用 */
.lab_str_1 {
	font-size: 1.5em;
	font-weight: bold;
	color:#FFFFFF;
    font-family: Microsoft Sans Serif,Arial, Tahoma, sans-serif;
}

.lab_str_2 {
	font-size: 1.0em;
	font-weight: bold;
	color:#cc0000;
    font-family: Microsoft Sans Serif,Arial, Tahoma, sans-serif;
}

.font_style {
	font-size: 0.9em;
	font-family:Roman;
}


/* ページリンク指定(件数-ページ数) */
.link_str_1{
	font-size: 1.0em;
}

.link_str_1:link{
	color: #3300FF;
}

.link_str_1:visited {
	color: #3300FF;
}

.link_str_1:hover{
	color: #AA00FF;
}

/*------------------------------------------------------------------------------*/
/* table/iframe関連	class														*/
/*------------------------------------------------------------------------------*/

/* テーブル */
table.product{
	table-layout: fixed;
	font-size: 10pt;
}

.product th{
	text-align: left;
	font-size: 13pt;
	font-weight: normal;
	color:#222222;
    font-family: Arial, Tahoma, sans-serif;
	border-width: 1PX 1PX 1PX ;
	border-bottom: dotted 1PX #6a5acd;
	margin: 10px;
}

iframe {
	border: 1PX #6a5acd dotted;
}

/*------------------------------------------------------------------------------*/
/* div関連	class														*/
/*------------------------------------------------------------------------------*/
.main{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}



