
a	{color: #017acd}

/* コンテナ */

/* ヘッダー */
div#header	{
	background-color: #ff6000;
	padding: 28px 20px 150px;
}

div#header h1	{margin: 0}

div#header p	{
	color: #ffffff;
	font-size: 0.75em;
	margin: 0;
}

.menu em	{
	color: #aaaaaa;
	margin-right:4px;
	margin-left:4px;
	padding:6px 25px;
	font-style:normal;
}
/* パンくずリスト */
p#bread	{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}


/* コンテンツ */
div#content	{
	width: 720px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div#content h2	{
	background-color: #e0e0e0;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	padding: 3px 15px 0px;
	margin-top: 0;
	margin-bottom: 15px;
	border-left-style: solid;
	border-left-width: 15px;
	border-color: #017acd;
}

div#content h3	{
	font-family:Verdana;
	font-size: 18px;
	color:#0000ff;
	line-height: 28px;
	padding: 1px 15px 0px;
	margin-top: 0;
	margin-bottom: 0;
}

div#content p	{font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;
}

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

.recommend_s	{
	background-color: #991100;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	padding: 1px 0px 1px;
	margin-top: 0;
	margin-bottom: 5px;
	text-align:center;
}

ul.sidemenu	{
	font-size: 14px;
	font-family:'HG丸ｺﾞｼｯｸM-PRO',Verdana;
	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: #ff8000;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
}

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

/* メインメニュー */
ul.menubar	{
	font-size: 14px;
	font-family:'HG丸ｺﾞｼｯｸM-PRO',Verdana;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
}

ul.menubar li	{
	list-style-type: none;
	float:left;
}

ul.menubar li a	{
	display: block;
	width: 180px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #ff8000;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

ul.menubar li a:hover	{
	background-color: #991100;
}


/* フッター */
div#footer	{
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both;
}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center;
}
