@charset "utf-8";
/* CSS Document */

<style type="text/css">

a	{color: #017acd}

/* スマホ対応スタイル */
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }

  a {
    font-size: 16px;
  }

  div#container, div#content {
    width: 100%;
    padding: 0 10px;
  }

  ul#menu li a {
    width: auto;
  }
}



/* コンテナ */
div#container	{width: 759px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #06F;
   	padding: 28px 20px 30px}

div#header h1	{margin: 0;
    color:#FFF}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* メニュー */
ul#menu	{font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color:#005087}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{display: block;
	width: 188px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color:#FFF;
	background-color: #06F;
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #66F}

ul#menu li.menulast a	{border-right: none}

/* コンテンツ */
div#content	{width: 680px;
	margin-left: auto;
	margin-right: auto}

div#content h2	{background-color: #ffffff;
	background-image:url(../img/bar2.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 1.0em;
	line-height: 38px;
	padding-left: 45px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px}

div#content h3	{background-color: #ffffff;
    background-image:url(../img/bar.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 1.0em;
	line-height: 38px;
	padding-left: 45px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px}

/* フッター */
div#footer	{color: #ffffff;
	background-color: #06F;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

</style>
</head>
<body>

