/* 安曇野市医師会 */
/* リンク色 */

a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
    color: #663366;
	text-decoration: underline;
}
a:active {
    color: #CC3300;
	text-decoration: underline;
}
a:hover {
	color: #6738D1;
	text-decoration: underline;
}

/* レイアウト設定 */

#center-container {
	text-align: center;
}
#background-box {
	background-image: url(index-image/backgrnd.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#contents-container {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
body {
    margin: 0px;
	padding: 0px;
}
p, div {
	padding-top: 0px;
	margin-top: 0px;
}
img, map, q, sub, sup, i, strong, cite, abbr, em, ins, del, blockquote, address {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#pankuzu a,#pankuzu a:link{
	/*padding-top: 20px;*/
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
}
#pankuzu a:hover {
    color:#6738D1;
	background-color:#FFFFFF;
}

#header {
    margin-top: 0px;
}
.category {
    padding-left: 55px;
}
#info {
	width: 800px;
	top: 99px;
	padding-top: 25px;
}
#navi {
    position: absolute;
	visibility: visible;
	width: 800px;
	top: 75px;
}
#main {
	width: 800px;
	top: 99px;
	padding-top: 25px;
	background-image: url(images/page-areaback.jpg);
	background-repeat: no-repeat;
}
#category {
    padding-left: 55px;
}
.syosai01 {
	margin-left: 65px;
	margin-right: 65px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #3B4794;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.syosai02 {
	margin-left: 65px;
	width: 420px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #3B4794;
	line-height: 1.5em;
}

#footer {
    background-image: url(index-image/footer-back.jpg);
	color: #FFFFFF;
	height: 25px;
	font-size: small;
	padding-top: 5px;
	background-color: #333366;
}
.image {
	margin-left: 0px;
	margin-right: 10px;
	float: left;
}
.image-r {
    margin-right: 0px;
	margin-left: 10px;
	float: right;
}

/* テーブル設定 */

table {
    margin-bottom: 10px;
	width: 520px;
	text-align:left;
	margin-left:150px;
}
th,td {
    padding: 3px;
}
caption {
	color:#000000;
	font-size: small;
	font-weight:bold;
	text-align:left;
	margin-left:200px;
	padding-left:5px;
	padding-top:2px;
	border-top:solid 2px #3B4794;
	border-left:solid 2px #3B4794;
	border-right:solid 2px #3B4794;
	background-color: #FFFFFF;
}
.design01 {
	/* [disabled]border-collapse: collapse; */
	border: 2px solid #3B4794;
	width: 540px;
	margin: 0 auto;
}	
.design01 th {
    color:#FFFFFF;
	background-color:#3B4794;
}
.blueback {
	background-color: #EAEDFE;
}
.grnback {
	background-color: #D7FFCE;
}
.cobaltback {
	background-color: #C2FEF8;
}
.pinkback {
	background-color: #FFE7FB;
}
.blue2back {
	background-color: #BED3F9;
}
.perpleback {
	background-color: #ECE2F9;
}
.border-l {
    border-left: 2px solid #EAEDFE;
}

/* 文字設定 */

.pankuzu {
	font-weight: normal;
	font-size: x-small;
}
.honbun01 {
    font-weight: normal;
	font-size: small;
}
.honbun02 {
	font-weight: normal;
	font-size: small;
	text-indent: 1em;
	line-height: 1.5em;
}
.info-title {
    font-size: small;
	font-weight: bold;
}
.hos-name {
    letter-spacing: 2.0em;
}
.hos-name2 {
    letter-spacing: 1.0em;
}
.hos-name3 {
    letter-spacing: 0.5em;
}
.hos-name4 {
    letter-spacing: 0.25em;
}
#title {
	font-size: small;
	margin-left: 10px;
	margin-right: 15px;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(images/titleback.jpg);
	height: 24px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	font-weight: bold;
}
.textspace {
	width: 1em;
}
.nmaruc {
    font-size:medium;
}

/* マージン設定 */
.mb8p {
	margin-bottom: 8px;
}
