@charset "UTF-8";

/* ========================================================== */
BODY {
    word-break: break-all;
}

TABLE {
    word-break: break-all;
}

/* ========================================================== */


/* 以下、共通に格納して良い部分 */

/* 簡易ページ テンプレート */
.stdtemplate_clear {
	clear: both;
}

.stdtemplate_img_left {
  float: left;
  border: 0px none;
 }

.stdtemplate_img_none {
  border: 0px none;
 }

/* ---- Navigation ---- */
#naviArea {
	width: 172px;
	overflow: hidden;
}

#naviArea a {
	display: block;
	padding-top:8px;
	padding-bottom:6px;


/* 8px 2px 6px 18px;*/
}

#naviArea ul {
	list-style-image: url(../../images/issk_r12_c8.gif);
}


/* ---- Feed Back ---- */
#feedback {
	border: 1px solid #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#feedback div.pcfb_question {
	padding: 5px 5px 5px 5px;
/*	color: #000000;*/
}

#feedback div.pcfb_title {
	border: 0px solid #000000;
	color: #000000;
	background-color: #e9f1dc;
	padding: 11px 11px 11px 11px;
	text-align: center;
}

#feedback div.comment {
	border: 0px solid #000000;
/*  	background-color: #FFFFFF;*/
	padding: 5px 1px 1px 5px;
}

#feedback ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

#feedback li {
	display: inline;
	margin: 0px;
	padding: 0 10px 5px 0;
}

#feedback textarea {
	margin: 5px;
 	width : 500px;
 	height : 100px
}

#feedback p.pcfbSubmit {
	margin: 10px 0px 10px 0px;
	text-align: center;
}




/*-----------------------------*/
/*---- 追加定義 ----*/
/*-----------------------------*/

th.portlet_title {
	display: none;
}

#pankuzu a {
/*	font-size: smaller;*/
}

#rightnavitd {
width:188px;
vertical-align:top;
}

#isskmaincontentstable {
clear:both;
width:100%;
}


#isskmaincontentstd {
vertical-align:top;
}

.portlet_contents {
	padding-left: 8px;
	padding-right:4px;
	line-height: 1.4;
	letter-spacing: 1px;
}



/* 見出し関係 */
.portlet_contents h1,.portlet_contents h2,.portlet_contents h3,.portlet_contents h4,.portlet_contents h5,.portlet_contents h6 {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	letter-spacing: 2px;
}

.portlet_table h1 {
	background-image: url(../../images/h1bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 2px solid #7ed8ff;
}
.portlet_contents h2 {
	background-image: url(../../images/h2bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 2px solid #ffdbca;
}
.portlet_contents h3 {
	background-image: url(../../images/h3bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 2px solid #bee9cd;
}
.portlet_contents h4 {
	background-image: url(../../images/h4bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 2px solid #c8d8f0;
}
.portlet_contents h5 {
	background-image: url(../../images/h5bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.portlet_contents h6 {
}


/* 以下、メインコンテンツ部分の定義リストスタイル */
.portlet_contents dl {
	clear: both;
}
.portlet_contents dt {
	float: left;
	clear: both;
	display: block;
	width: 140px;
	padding: 4px;
	font-weight: bold;
}
.portlet_contents dd {
	display: block;
	padding: 4px;
	margin-left: 152px;
}
/* 以上、メインコンテンツ部分の定義リストスタイル */


/* テーブル関係 */
.portlet_contents table {
	background-color:#c1ecff;
	border:0px;
}
.portlet_contents th {
	background-image: url(/images/h1bg.gif);
	background-color:#7ed8ff;
	background-repeat: repeat-x;
	background-position: center;
	text-align:left;
	border:0px;
	padding:4px;
}

.portlet_contents td {
	background-color: #fdfddd;
	border:0px;
	padding:4px;
}


/* カテゴリページのテーブル向け定義（定義返し※色味はinternalに定義） */
table.portlet_contents {
	border:0px;
}
table.portlet_contents td {
	border:0px;
	padding-left:8px;
	padding-right:24px;
	padding-bottom:8px;
/*	width:50%;*/
/* 新着情報の幅に気をつけること */
}

/* カテゴリページのリンク設定 */
table.portlet_contents td a {
	font-size:112% !important;
	font-weight:bold;
}