@charset "UTF-8";

/* ################################################################################ */
/*        　                                                                        */
/*        ●コンテンツページ共通のスタイル                                          */
/*       　 1.パンくずリスト                                                        */
/*        　2.コンテンツ部                                                          */
/*        　3.フッタ                                                                */
/*        　                                                                        */
/* ################################################################################ */



/* ================================================================================ */
/*      1.パンくずリスト                                                            */
/* ================================================================================ */

/* グローバルナビゲーションとパンくずリストの間のマージン */
div.container div.header ul li {
	margin-bottom: 30px;
}

#breadClumbs ul {
	overflow: hidden;
	clear: left;
	width: 800px;
}

#breadClumbs ul li {
	margin-right: 5px;
	padding-top: 1px;
	padding-left: 15px;
	float: left;
	background-image: url(../images/shared/marker_bread.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-size: 12px;
}

#breadClumbs ul li.home {
	background-image: none;
}

#breadClumbs ul li a {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
}

#breadClumbs ul li a:hover {
	color: #4978C0;
	background-color: #FFFFFF;
	text-decoration: underline;
}

/* ================================================================================ */
/*      2.コンテンツ部                                                              */
/* ================================================================================ */

#contents {
	margin-top: 10px;
	margin-left: 20px;
	clear: left;
	width: 800px;
}

*html #contents {
	margin-top: 30px;
}



/* ================================================================================ */
/*      3.フッタ                                                                    */
/* ================================================================================ */

/* コピーライト表記 */
div.footer p {
	padding: 5px 15px 15px 0px;
	margin: 0;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}

div.footer ul li {
	vertical-align: top;
}