﻿/*
 **css for gyogyotto**
*/

/* 基本 */
body	{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
		font-size: 10px;
		color: #000000;
		margin: 0;
		}

a		{text-decoration: none;
		}

a img	{border: none}


/* ヘッダー */

header	{background-color: #000000;
		width: 960px;
		height:500px;
		margin:0 auto;
		background-image: url(gyogyotto_top.jpg);
		}

header h1 {
		color: #ffffff;
		margin: 0 0 0 20px;
		font-size: 40px;
		}

header p {
		color: #ffffff;
		margin: 0 0 0 20px;
		font-size: 20px;
		}

nav		{
		margin-top: 350px;
		}

nav ul	{
		font-size: 20px;
		}

nav ul li:hover {
		background-color: #14192f;
		}

nav ul li {
		float: left;
		border: 1px solid #ffffff;
		width: 200px;
		height: 30px;
		margin-left: 20px;
		list-style-type: none;
		text-align: center;
		}

nav ul li a {
		color: #ffffff;
		}

article {
		width: 960px;
		margin: 0 auto;
		}

article h2 {
		font-size: 25px;
		color: #134f83;
		border-bottom: 1px dotted #134f83;
		}

article p {
		font-size: 15px;
		}

.fig th {
		font-size: 20px;
		}

.specification {
		border-collapse: collapse;
		}

.specification td {
		font-size: 15px;

		border: 1px solid #999999;
		}

.member {
		list-style-type: none;
		font-size: 15px;
		}

footer	{
		width: 960px;
		margin: 0 auto;
		font-size: 10px;
		color: #ffffff;
		background-color: #134f83;
		padding-top: 5px;
		padding-bottom: 5px;
		}

small	{
		text-align: center;
		display: block;
		}
