body	{margin: 0;
		padding: 0;
		color:#333333;
		font-family:"ＭＳ Ｐゴシック",Osaka;}


a	{color: #017acd}


/* コンテナ */
div#container	{background-image: url(../menu/menu_back.gif);
	background-repeat: repeat-y;
	border-right: solid 1px #666666;
	width: 760px;
	margin-top: 5px;
	margin-left: 0;
	margin-right: auto}

/* コンテナ２ */
div#container2	{background-image: url(../menu/back.gif);
	background-repeat: repeat-x;
	border-right: solid 1px #666666;
	width: 760px;
	margin-top: 5px;
	margin-left: 0;
	margin-right: auto}


/* ヘッダー */
div#header	{
			background-image: url(../menu/header_back.gif);
			background-position: right bottom;
			background-color: #c17e2c;
			background-repeat: no-repeat;
			border-bottom: solid 1px #666666;
			padding: 0px 20px 50px}

/* ヘッダートップリンク */
p#bread	{font-size: 0.75em;
	padding: 5px 5px 0px;
	text-align:right;}


p#bread a{color:#ffffff;
		text-decoration: none;
		font-weight:bold;}

p#bread a:hover{color:#000000;}

div#header h1	{margin: 30px 0px 0px;
				text-align:center;
				font-family:"ＭＳ Ｐ明朝";
				line-height:1.3}

div#header h1 strong	{color:#362A0E;
						font-size: 0.8em;}

/* コンテンツ */
div#content	{width: 568px;
	float: right;
	display: inline}

div#content h2 img{
	width:569px;
	margin-top: 0;
	margin-left:-2px;
	margin-bottom: 0}

div#content h3	{
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 10px}

div#content h4	{
	color:#fc9d67;
	line-height: 13px;
	padding-left: 40px;
	margin-bottom: 10px}

div#content p	{font-size: 0.75em;
	padding-left: 40px;
	margin-top: -5px}


/* ページトップへのリンク*/
.ptop{	text-align:right;
		padding-top:20px;
		padding-right:10px;
		padding-bottom:20px;
		}

.ptop a{	
		text-decoration: none;
		color:red;
		font-size: 0.8em;
		}

/* サイドバー */
div#sidebar	{width: 190px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{border-top: solid 1px #666666;
	font-size: 0.75em;
	margin: 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: #fc9d67;
	background-color: transparent;
	border-bottom: dashed 1px #666666;
	padding-left: 5px}

ul.sidemenu li.bborder a		{border-bottom: dashed 0px #666666;}

ul.sidemenu li a:hover	{background-color: #F4AD82;
						color: #ffffff}

div#sidebar p	{width: 189px;
		text-align:center;
		line-height: 35px;
		background-color:#fc9d67;
		color:#ffffff;
		margin: 0;
		padding-top: 3px;}

div#sidebar p.tborder		{border-top: solid 1px #666666;}

/* フッター */
div#footer	{background-image: url(../menu/back.gif);
			background-color: #c17e2c;
			border-top: solid 1px #666666;
			width: 100%;
			padding-top: 3px;
			padding-bottom: 3px;
			clear: both}

div#footer p, address	{font-size: 0.75em;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	padding-left:50px;}

address strong	{font-size: 1.75em;
	margin-left:-20px;}

/*点線の位置設定*/
div.ten_sen	{text-align: center;}

