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

/* コンテナ */
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-radius:5px;
		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	{background-color: #e0e0e0;
	background-image: url(../img/bar-blue.png);
	background-repeat: repeat-x;
	font-size: 1.0em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}



article h3	{background-color: #e0e0e0;
	background-image: url(../img/gazou/bar-green.png);
	background-repeat: repeat-x;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom:0px}

article p	{font-size: 0.9em;
		line-height: 1.6;
		margin-top: 10px;
		text-align: justify}



p#summary	{font-size:0.90em;
		color:#000000;
		line-height:2.5;
		border:dotted 2px #ff0000;
		border-radius:10px;
		padding:5px;
		background-color:#ffffff;
		text-align: justify}

article section h2	{background-color: #e0e0e0;
	background-image: url(../img/gazou/bar-blue.png);
	background-repeat: repeat-x;
	font-size: 1.0em;
	color: #ffffff;
	line-height: 16px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 10px}

p.kumi	{font-size:1.1em;
	color:#990033;
	border:solid 1px #ff0000;
	background-color:#ffffff;
	padding-left:1em;
	text-indent:-1em;
	}
p.samu	{font-size:0.75em
	color:green}

/* フッター */
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}

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

/* 画像の配置 */
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}
img.waku	{border:solid 5px #ffffff;
		border-radius:20px;
		float:left;
		margin-right:55px;
		box-shadow:1px 2px 18px #000000}
img.gaiyou	{padding-top:3px}
