@charset "utf-8";
/* ===================================================================
CSS information

 file name  :gseries.css
 author     :PCBrain
 style info :G series用
 
=================================================================== */


/* -----------------------------------------------------------
	#footer
		フッター
#footer {
	background:url(../img/share/bg_foot.gif) top center repeat-x #98ceef ;
	clear:both;
}
----------------------------------------------------------- */
#footer ul {
	background:url(../../img/share/bg_foot_ul_black.gif) top center no-repeat;
}
#page .pageTop {
	background:url(../../img/share/ico_pageup_black.gif) right center no-repeat;
}

#main {
	color: #fff;
	background: #000;
}
#main #breadCrumbs a{
	color:#fff;
}
#main h3{
	color:#fff;
	background:#98753f;
	padding:2px 15px;
}
#main h4{
	background-image:url(../../img/share/bg_h4_black.gif);

}
#page {
	background:url(../../img/share/bg_page_black.gif) right repeat-y;
}

#main .thumbnail a{
	background:#000;
}

/*----------------------------------------------------
	リンクリスト
----------------------------------------------------*/
ul.linkList li a{
	background-image:url(../../img/share/icon_rightarw_black.gif);
}

/*----------------------------------------------------
	Table
----------------------------------------------------*/

table.simple td,
table.simple th {
	border-color: #fff;
}

table.simple thead td,
table.simple th {
	background: #000;
}

table.simple tfoot th {
	background: #000;
}

table.simple thead th,
table.simple thead td {
	border-bottom-color:#fff;
}

table.simple tfoot th,
table.simple tfoot td {
	border-top-color:#fff;
}

