@charset "utf-8";

/*　ポシェール　CSS　*/




td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS P Gothic";
	font-size: 100%;
	line-height: 120%;
	color: #666666;
	letter-spacing: 0.1em;
}





/* -------------------------
--     リンクテキスト     --
------------------------- */
/*デフォルト*/

a:link {
	color: #777576;
	text-decoration: underline;
}
a:visited {
	color: #777576;
	text-decoration: underline;
}
a:hover {
	color: #F6589A;
	text-decoration: none;
}
a:active {
	color: #777576;
	text-decoration: underline;
}



/*パンくずリンク*/

.kotira a:link {
	color: #666666;
	text-decoration: none;
}
.kotira a:visited {
	color: #666666;
	text-decoration: none;
}
.kotira a:hover {
	color: #666666;
	text-decoration: underline;
}
.kotira a:active {
	color: #666666;
	text-decoration: underline;
}

/*パンくずリンク*/

.sonota a:link {
	color: #666666;
	text-decoration: none;
}
.sonota a:visited {
	color: #666666;
	text-decoration: none;
}
.sonota a:hover {
	color: #666666;
	text-decoration: underline;
}
.sonota a:active {
	color: #666666;
	text-decoration: underline;
}

/*パンくずリンク*/

.pagetop a:link {
	color: #666666;
	text-decoration: none;
}
.pagetop a:visited {
	color: #666666;
	text-decoration: none;
}
.pagetop a:hover {
	color: #666666;
	text-decoration: underline;
}
.pagetop a:active {
	color: #666666;
	text-decoration: underline;
}





/* -------------------------
--     基本レイアウト     --
------------------------- */

#container_top {
	width: 100%;
	background-repeat: repeat-x;
	text-align: center;
	background-position: left top;
}

#mainimg {
	width: 943px;
	background-image: url(../images/main_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 141px;
}

#main_contents {
	width: 704px;
	margin-left: 0px;
	margin-top: 0px;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
}

#panlist {
	width: 500px;
}


/* コンテンツページ */


.sikaku {
	width: 400px;
	background-image: url(../../jubilant/images/jubi_sikaku.jpg);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-right: 0px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}







