﻿/*-----------------------------------------------------------
 * (c)2006 http://takeda-orth.com
 *-----------------------------------------------------------*/
#top_image
{
    width: 512px;
    height: 333px;
    margin: 20px 0;
    background-image: url(../image/top/topimg.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/*-----------------------------------------------------------
 * お知らせ関連
 *-----------------------------------------------------------*/
#news 
{
	width: 512px;
	height: 300px;
	margin-bottom: 10px;
	background-color: #E4FAF5;
	border: solid 1px #C0C0FF;
}

/*-----------------------------------------------------------
 * 診察時間関連
 *-----------------------------------------------------------*/
.time_table
{
	width: 512px;
	margin: 0px 10px 30px 0;
	padding: 0;
	/* background-color: #ff9999; */
	/* background-color: #a8fda6; */
	background-color: #C0C0FF;
}
.time_table td 
{
	width: 60px;
	height: 1em;
	background-color: White;
	text-align: center;
}
.time_table td.head
{
	width: 110px;
	background-color: #dadcfe;
	text-align: left;
}
.time_table td.wd
{
	background-color: #c4dffd;
}
.time_table td.sat
{
	width: 70px;
	background-color: #c4dffd;
	text-align: center;
}
.time_table td.note
{
	background-color: #fafec2;
}
.time_table_note_h
{
	width: 500px;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #ff0080;
	text-align: left;
}
.time_table_note_p
{
	width: 450px;
	margin: 0 0 5px 0;
	padding-top: 2px;
	padding-left: 10px;
	margin-left: 2em;
	font-size: 9pt;
	color: #800040;
	text-align: left;
}

/*-----------------------------------------------------------
 * 診療科目関連
 *-----------------------------------------------------------*/
.subjects 
{
    width: 500px;
    margin: 0 0 20px 0;
    padding: 5px;
    border: solid 1px #C0C0FF;
    background-color: #FEFFB9;
}

.subjects h2 
{
	float: left;
	width: 120px;
	margin-top: 5px;
	font-size: 12px;
	color: #DE0000;
	text-align: right;
}
.subj_text {
	margin-left: 130px;
	margin-bottom: 1em;
	padding-left: 5px;
	padding-top: 1px;
	border-left: 10px solid #000268;
}
.subjects h3
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px 0 1px 3px;
    font-size: 12px;
    border: solid 1px #000268;
    background-position: bottom left;
    background-image: url(../image/common/bg_item_header2.gif);
    background-repeat: repeat-x;
}
.subjects.subj_text p {
	margin-top: 0;
	padding-left: 10px;
	font-size: 12px;
}
