﻿@charset "utf-8";
@media print {
	body { display:none; }
}
body	{background-color:#CCCC99;
	color:#000000}
td	{vertical-align:top;
	padding-right:20px}
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: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	{color:#ffffff;
		border:solid 1px #000000;
		background-color:green;
		margin-top:0px;
		margin-left:0px;		
		padding:2px;
		font-size:1.2em;
		text-align:center}

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 section p	{font-size: 0.9em;
		line-height: 1.6;
		margin-top: 0px}



p#summary	{font-size:0.90em;
		color:#000000;
		line-height:2.0;
		border-color:#cc3300;
		border-bottom-style:dotted;
		border-left-style:solid;
		border-bottom-width:2px;
		border-left-width:13px;
		border-right-style:dotted;
		border-right-color:#330099;
		border-right-width:2px;
		border-top-style:dotted;
		border-top-color:#339900;
		border-top-width:2px;
		padding:8px;
		margin-left:45px;
		margin-bottom:15px;
		width:600px;
		background-color:#ffffff;
		letter-spacing: 0.04em}

article section h1	{font-size:1.0em;
		background-color:green;
		color:#ffffff;
		border:solid 1px #ffffff;
		padding:10px;
		margin-bottom:-7px;
		}

article section h2	{color:#003366;
		border:solid 1px #336633;
		background-color:#009900;
		background-image: url(../img/gazou/hidari.jpg);
		background-repeat: repeat-x y;
		margin-top:0px;
		margin-left:0px;		
		padding:10px;
		font-size:1.3em;
		border-top-style:outset;
		border-left-style:outset;
		border-bottom-width:6px}
				
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: 0px;
	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}

img.waku	{border:solid 5px #ffffff;
		border-radius:20px;
		float:left;
		margin-right:55px;
		box-shadow:1px 2px 18px #000000}

img.waku01	{border:solid 8px #ffffff;
		border-radius:20px;
		box-shadow:1px 2px 18px #000000;
		margin-bottom:15px}
 
img.midasi	{padding-left:0px}

img.hanabi	{float:right;
		margin-top:10px;
		margin-right:10px;
		margin-left:15px;
		margin-bottom:5px
                }

img.hanbi-left	{float:left;
		margin-top:10px;
		margin-right:25px;
		margin-left:0px;
		margin-bottom:5px
                }

 
