﻿@charset "utf-8";

/*--------------------------------------------------------------------------------
	container：本文箱

----------------------------------------------------------------------------------*/
#container {
	clear: both;
	margin: 0 auto;
	margin-top: 16px;
	text-align: left;
	width: 960px;
}

/* パンくずリスト */
#container ol.crumbs {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding: 6px 0;
}
#container ol.crumbs li {
	display: inline;
}

/* リスト */
#container ul {
	margin-bottom: 10px;
	margin-left: 30px;
}
#container ol {
	margin-bottom: 10px;
	margin-left: 30px;
}
#container p {
	margin-bottom: 10px;
	margin-left: 5px;
}
#container em {
	font-style: oblique;
}
#container img {
	border: medium none;
	vertical-align: top;
}
.page_list, .genre_list {
	list-style: none;
}

/* 見出しh1～h6 */
#container h1 {
	border-bottom: 6px solid #0c5e93;
	border-top: 1px dashed #0c5e93;
	font-size: 172%;
	margin-bottom: 10px;
	padding: 20px 0 16px 10px;
}

#container h2 {
	background-color: #0c5e93;
	border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	color: #FFF;
	font-size: 158%;
	margin-bottom: 10px;
	padding: 12px 0 12px 10px;
}
#container h2 a:link { text-decoration: underline; color: #ffffff;}
#container h2 a:visited { text-decoration: none; color: #ffffff;}
#container h2 a:active { text-decoration: none; color: #ffffff;}
#container h2 a:hover { text-decoration: none; color: #ffffff;}

#container h3 {
	border-bottom: 1px solid #0c5e93;
	border-left: 10px solid #0c5e93;
	border-right: 1px solid #0c5e93;
	border-top: 1px solid #0c5e93;
	font-size: 143%;
	margin-bottom: 10px;
	padding: 10px 0 8px 10px;
}

#container h4 {
	background-color: #eef9ff;
	border-bottom: 1px dotted #0c5e93;
	font-size: 129%;
	margin-bottom: 10px;
	padding: 10px 0 8px 20px;
}

#container h5 {
	background: url(/images/matsue/kurashi/arrow04.gif) no-repeat;
	border-bottom: 2px solid #0c5e93;
	font-size: 129%;
	margin-bottom: 10px;
	padding: 8px 0 8px 30px;
}
#container h3 a:link, h4 a:link, h5 a:link {text-decoration: underline; color: #000000;}
#container h3 a:visited, h4 a:visited, h5 a:visited {text-decoration: none; color: #000000;}
#container h3 a:active, h4 a:active, h5 a:active {text-decoration: none; color: #000000;}
#container h3 a:hover, h4 a:hover, h5 a:hover {text-decoration: none; color: #000000;}

#container h6 {
	color: #0c5e93;
	font-size: 129%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 8px 0;
}
#container h6 a:link {text-decoration: underline; color: #0c5e93; font-weight: bold;}
#container h6 a:visited {text-decoration: none; color: #0c5e93; font-weight: bold;}
#container h6 a:active {text-decoration: none; color: #0c5e93; font-weight: bold;}
#container h6 a:hover {text-decoration: none; color: #0c5e93; font-weight: bold;}

/* 仕切り線 */
#container hr {
	clear: both;
	height: 1px;
	margin: 10px 0px;
	background: none repeat scroll 0% 0% #cdd5da;
	border: medium none;
}

/* テーブル */
#container table {
border: 1px solid #333;
empty-cells: show;
margin-bottom: 10px;
margin-left: 14px;
}
#container th {
border: 1px solid #333;
padding: 6px;
text-align: center;
}
#container td {
border: 1px solid #333;
padding: 6px;
}

/* フォーム */
#container p.enquete {
	margin: 10px 5px 10px 10px;
}
#container fieldset.enquete {
	margin-left: 10px;
}
#container fieldset, img {
	border: 0 none;
}
#container label.enquete {
	display: block;
	margin-left: 10px;
}
#container input {
	margin: 2px 0px 0px;
}

/* お問い合わせ */
.contact {
	border: 1px solid #4d4e4f;
	margin: 20px 0;
}
.contact dt {
	background: url(/images/matsue/kurashi/arrow05.gif) no-repeat;
	background-color: #4d4e4f;
	border: none;
	color: #FFF;
	font-size: 100%;
	padding: 7px 0 7px 40px;
}
.contact dd {
	margin-top: 10px;
	padding: 0 40px 10px;
}

/* Nacl */
#content-wrapper {
        clear: both;
        margin: 0 auto;
        margin-top: 16px;
        text-align: left;
        width: 960px;
}


/* パンくずリスト */
#content-wrapper ol.crumbs {
        list-style: none;
        margin-bottom: 0;
        padding: 6px 0;
}
#content-wrapper ol.crumbs li {
        display: inline;
}

/* リスト */
#content-wrapper ul {
	margin-bottom: 10px;
	margin-left: 25px;
}
#content-wrapper ol {
	margin-bottom: 10px;
	margin-left: 25px;
}
#content-wrapper p {
	margin-bottom: 10px;
	margin-left: 5px;
}
#content-wrapper em {
	font-style: oblique;
}
#content-wrapper img {
	border: medium none;
	vertical-align: top;
}
.page_list, .genre_list {
	list-style: none;
}

/* 見出しh1～h6 */
#content-wrapper h1 {
	border-bottom: 6px solid #0c5e93;
	border-top: 1px dashed #0c5e93;
	font-size: 172%;
	margin-bottom: 10px;
	padding: 20px 0 16px 20px;
}

#content-wrapper h2 {
	background-color: #0c5e93;
	border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	color: #FFF;
	font-size: 158%;
	margin-bottom: 10px;
	padding: 12px 0 12px 20px;
}
#content-wrapper h2 a:link { text-decoration: underline; color: #ffffff;}
#content-wrapper h2 a:visited { text-decoration: none; color: #ffffff;}
#content-wrapper h2 a:active { text-decoration: none; color: #ffffff;}
#content-wrapper h2 a:hover { text-decoration: none; color: #ffffff;}

#content-wrapper h3 {
	border-bottom: 1px solid #0c5e93;
	border-left: 10px solid #0c5e93;
	border-right: 1px solid #0c5e93;
	border-top: 1px solid #0c5e93;
	font-size: 143%;
	margin-bottom: 10px;
	padding: 10px 0 8px 10px;
}

#content-wrapper h4 {
	background-color: #eef9ff;
	border-bottom: 1px dotted #0c5e93;
	font-size: 129%;
	margin-bottom: 10px;
	padding: 10px 0 8px 20px;
}

#content-wrapper h5 {
	background: url(/images/matsue/kurashi/arrow04.gif) no-repeat;
	border-bottom: 2px solid #0c5e93;
	font-size: 129%;
	margin-bottom: 10px;
	padding: 8px 0 8px 30px;
}
#content-wrapper h3 a:link, h4 a:link, h5 a:link { text-decoration: underline; color: #000000;}
#content-wrapper h3 a:visited, h4 a:visited, h5 a:visited { text-decoration: none; color: #000000;}
#content-wrapper h3 a:active, h4 a:active, h5 a:active { text-decoration: none; color: #000000;}
#content-wrapper h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: none; color: #000000;}

#content-wrapper h6 {
	color: #0c5e93;
	font-size: 129%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 8px 0;
}
#content-wrapper h6 a:link { text-decoration: underline; color: #0c5e93; font-weight: bold;}
#content-wrapper h6 a:visited { text-decoration: none; color: #0c5e93; font-weight: bold;}
#content-wrapper h6 a:active { text-decoration: none; color: #0c5e93; font-weight: bold;}
#content-wrapper h6 a:hover { text-decoration: none; color: #0c5e93; font-weight: bold;}


/* 仕切り線 */
#content-wrapper hr {
	clear: both;
	height: 1px;
	margin: 10px 0px;
	background: none repeat scroll 0% 0% #cdd5da;
	border: medium none;
}

/* テーブル */
#content-wrapper table {
border: 1px solid #333;
empty-cells: show;
margin-bottom: 10px;
margin-left: 14px;
}
#content-wrapper th {
border: 1px solid #333;
padding: 6px;
text-align: center;
}
#content-wrapper td {
border: 1px solid #333;
padding: 6px;
}
