﻿@charset "utf-8";
@media print {
	body { display:none; }
}
body	{background-color:#ffffff}
a	{color:017acd;
	text-decoration:none}
p	{line-height:1.6;
	font-size:0.75em}

/* コンテナ */
div#container	{width: 950px;
	margin-left: auto;
	margin-right: auto}

/* パンくずリスト */
nav#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 5px}


/* ヘッダー */
header	{background-image: url(../img/gazou/jinjyakarakanayama.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		padding:30px 0px 0px;
		margin-top:0px;
		margin-bottom:0;
                border:solid 1px #ffffff}

header h1	{margin:0px;
		padding-top:10px;
		padding-bottom:0px;
		padding-left:18px}

header h2	{font-size:0.8em;
		color:#ffffff;
		font-weight:normal;
		padding-left:20px}

p.santyou	{font-size:0.85em;
		color:yellow;
		padding-left:700px}

/*メニュー */
nav ul	{font-size:0.85em;
	margin-top:0;
	margin-left:0;
	padding-left:0;
	height:30px;
	background-color:#005087;
	margin-bottom:30px;
	border-radius:5px}
	


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

nav ul li a  {display:block;
		width:134px;
		line-height:30px;
		text-decoration:none;
		text-align:center;
		color:#ffffff;
		background-color:#005087;
		border-right:solid 1px #ffffff}

nav ul li a:hover	{background-color:#cc9933}


/* コンテンツ */
article	{width: 730px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

article h2	{
	font-size: 1.0em;
	color: #ff0000;
	line-height: 40px;
	padding-left:8px;
	margin-top: 0;
	margin-bottom: 0;
	border:solid 1px #009900;
		background-color:yellow;
		text-align:center}
		

p#summary	{font-size:0.96em;
		color:#000000;
		line-height:1.6;
		border:dotted 2px #ff0000;
		border-radius:10px;
		padding:5px;
		background-color:#ffffff}

article section h3	{background-color: #660000;
	background-image: url(../img/gazou/hidari.jpg);
	background-repeat: repeat-x;
	color:#ffffff;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 0;
	border:solid 1px yellow}
article section  p	{font-size: 0.9em;
		line-height: 1.6;
		margin-top: 7px;
		margin-bottom:0}

article section	{border:dotted 2px #3300ff;
		border-radius:20px;
		padding:10px;
		background-color:#ffffff;
		margin-top:-10px}	
p.kumi01	{padding-left:1em;
		text-indent:-1em}

p.kumi02	{padding-left:2em;
		text-indent:-1em}
		
img.tonarigumi	{float:left;
		margin-right:15px}
img.izumi17	{float:right;
		margin-left:5px}

.001		{text-align:center}

div.sentou	{color:#000000;
		font-size:0.75em;
		text-align:right;
		margin-top:5px}

img.kosyou	{padding-top:3px}
p.irasu		{text-align:center}

/* フッター */
footer	{background-image: url(../img/gazou/line-blue.png);
	background-repeat: repeat-x;
	width: 950px;
	margin-top:0;
	padding-top:15px;
	clear: both}

small	{font-size: 0.75em;
	font-style: normal;
	text-align: center;
	display: block}

/* 画像の配置 */
figure	{margin-top:-8px;
	margin-left:0px;
	margin-bottom:15px;
	}

article section:nth-of-type(odd) figure
	{float:left;
	margin-left: 15px;
	margin-bottom: 15px}

