@charset "utf-8";
/* CSS Document コンテンツ部にテーブルを使用*/

a	{color: #017acd}

/* コンテナ */
div#container	{
	width: 876px;
	margin-left: auto;
	margin-right: auto
}
#container #main #content p {
	color: #666;
	line-height: 1.5em;
}
#container #main #content h2 {
	font-size: 1em;
	color: #666;
	line-height: 1.5em;
}



/* ヘッダー */
div#header	{
	background-color: #FFF;
	background-image: url(../../images/parts/topPage_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}

div#header h1	{margin: 0}

div#header p	{
	color: #999;
	font-size: 0.65em;
	margin: 0
}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px}


/* メイン */
div#main	{
	width: 876px;
	float: none;
}

/* コンテンツ */
div#content	{
	width: 680px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px
}


/* サイドバー */
div#sidebar	{width: 166px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #017acd}

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: #ffffff;
	color: #000000;
	border-bottom: solid 1px #aacfff;
	line-height: 24px}

ul.sidemenu ul li a:hover 	{background-color: #faffda}


/* フッター */
div#footer	{background-image: url(file:///D|/03-02/line-blue.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}
