@charset "UTF-8";

/* ----色---- */

body {
color:#333333;
/*background-color: #000000; */
}

.AccordionPanelContent {
	background-color: #FFFFFF;
}

	
A:link{
	COLOR: #0066FF;
}
A:visited{
	COLOR: #AD0773;
	} 
A:active{
	COLOR: #FF0000;
	}
A:hover{
	COLOR: #FF0000;
	}


/* カテゴリページのテーブル向け定義（定義返し） */
table.portlet_contents {
	background-color:#FFFFFF;

}
table.portlet_contents td {
	background-color:#FFFFFF;
}


/* ----フォントサイズ---- */
/* 基本的な段落のフォントサイズ（トップページも含む） */
#isskmaincontents p,
#isskmaincontents ul,
#isskmaincontents ol,
#isskmaincontents dl,
.portlet_contents p,
.portlet_contents table,
.portlet_contents ul,
.portlet_contents ol,
.portlet_contents dl {
	font-size:90%;
}


.portlet_contents h1 {
	font-size:148%;
/*	background-image: url(../../images/h1bgdot.gif);*/
/*	background-repeat: no-repeat;*/
/*	background-position: 0px center;*/
	padding-left: 22px;
}

.portlet_contents h2 {
	font-size:124%;
/*	background-image: url(../../images/h2bgdot.gif);*/
/*	background-repeat: no-repeat;*/
/*	background-position: 0px center;*/
	padding-left: 22px;
}

.portlet_contents h3 {
	font-size:112%;
/*	background-image: url(../../images/h3bgdot.gif);*/
/*	background-repeat: no-repeat;*/
/*	background-position: 0px center;*/
	padding-left: 22px;
}

.portlet_contents h4 {
	font-size:106%;
/*	background-image: url(../../images/h4bgdot.gif);*/
/*	background-repeat: no-repeat;*/
/*	background-position: 0px center;*/
	padding-left: 22px;
}

.portlet_contents h5 {
	font-size: 100%;
}
.portlet_contents h6 {
font-size: 100%;
}
