a { color: #017acd }
 
/* コンテナ */
div#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto }
 
/* ヘッダー */
h1.button img { border: none }
 
div#header {
	background-color: #017acd;
	background-image: url(../material/icon/sky.jpg);
	padding: 28px 20px 95px }
 
	div#header h1 { margin: 0 }
 
	div#header p {
		color: #ffffff;
		font-size: 0.75em;
		margin: 0 }
 
/* パンくずリスト */
p#bread {
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 10px }
 

/* PRボックスの指定 */
div.prbox {
	margin-left: auto; /* 左側のマージン */
	margin-right: auto; /* 右側のマージン */
	margin-bottom: 10px;
	text-align: left; /* 左寄せ */
	background-color: #EBFAFF; /* 背景色 */
	border: solid 1px #888888 } /* 枠線（スタイル・太さ・色） */
 

/* コンテンツ */
div#content {
	width: 590px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px}
 
	div#content h1 {
		font-size: 0.8em;
		padding-left: 6px;
		margin-top: 0;
		margin-bottom: 20px }
 
	div#content h2 {
		background-color: #014471;
		background-image: url(../material/icon/bar-blue.png);
		background-repeat: no-repeat;
		font-size: 0.875em;
		color: #ffffff;
		line-height: 28px;
		padding-left: 6px;
		margin-top: 0;
		margin-bottom: 20px }
 
	div#content h3 {
		background-color: #e0e0e0;
		background-image: url(../material/icon/bar-green.png);
		background-repeat: no-repeat;
		font-size: 0.875em;
		line-height: 23px;
		padding-left: 30px;
		margin-top: 0;
		margin-bottom: 20px }
 
	div#content p {
		font-size: 0.75em;
		line-height: 1.6;
		margin-top: 10px }
 
/* サイドバー */
div#sidebar {
	float: left;
	margin-bottom: 15px }
 
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 {
			width: 140px;
			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: 30px }
 
			ul.sidemenu ul li a:hover { background-color: #FFCCCC }
 


/* フッター */
div#footer {
	background-image: url(../material/icon/line-blue.png);
	background-repeat: repeat-x;
	width: 750px;
	margin-top: 0;
	padding-top: 8px;
	clear: both;
	text-align: center }
 
 /* フッターメニュー */
ul#footermenu {
	font-size: 0.75em;
	margin: auto;
	padding: 0;
	margin-bottom: 7px;
	text-align: center }
 
	ul#footermenu li {
		list-style-type: none;
		display: inline }
 
		ul#footermenu li a {
			text-decoration: none;
			border-left: solid 1px #888888;
			padding: 3px 10px }
 
		ul#footermenu li.menulast a { border-right: solid 1px #888888 }
 
		ul#footermenu li a:hover {
			background-color: #BAFFFD;
			background-position: left bottom }
 
address {
	font-size: 0.75em;
	font-style: normal }