body	{background-image: url(image/sky-large.jpg);
	background-repeat: repeat-x;
	background-position: left -50px;
	margin: 0;
	padding: 0}

a	{color: #017acd}

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

/* ヘッダー */
div#header	{padding: 28px 20px 0px}

div#header h1	{margin: 0}

div#header p	{
	color: #FFF;
	font-size: 0.75em;
	margin: 0
}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 60px;
	margin-left: 20px;
	margin-right: 20px}

/* コンテンツ */
div#content	{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#content h2	{background-image: url(image/bar-darkblue.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	color: #ffffff;
	line-height: 45px;
	padding-left: 12px;
	margin-bottom: 0}

div#content h3	{background-image: url(image/maru-skyblue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0.875em;
	line-height: 22px;
	padding-left: 26px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px;
	clear:both}

div#content p	{font-size: 0.75em;
	line-height: 2.0;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px}

div#content li	{font-size: 0.75em;
	line-height: 0.75;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	
}

div#content img.photo-right	{
	float:right;
	margin-left:15px;
	margin-bottom:15px}

div#content img.photo-left	{
	float:left;
	margin-right:15px;
	margin-bottom:15px}

div#content img.photo-center	{
	float:center;
	margin-right:15px;
	margin-bottom:15px}


/* フッター */
div#footer	{
	background-image: url(image/line-skyblue.png);
	background-repeat: repeat-x;
	margin-top: 25px;
	padding-top: 8px;
	width: 600px;
	margin-left: auto;
	margin-right: auto
}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}
