/*********************************************/
/********** -基本設定 ************************/
/*********************************************/

/********** --ボディ **********/

body {
	padding: 0px;
	text-align: center;
	background-color:#ffffff;
/*behavior:url("http://www.harasanshin.or.jp/shared/js/csshover2.htc");*/
/* フォントサイズリセット */
font-size: 13px;
/* *font-size: small;
*font: x-small;
*/
}
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/shared/img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
#base {
	margin: 0;
	text-align: left;
	width:778px;
	background-image:url(/shared/img/background.gif);
	background-repeat: repeat-y;
	border-top:solid 3px #896144;
	border-right:solid 1px #896144;
	border-bottom:solid 1px #896144;
	border-left:solid 1px #896144;
 }

#base2 {
	margin: 0;
	text-align: left;
	width:778px;
	background-repeat: repeat-y;
	border-top:solid 3px #896144;
	border-right:solid 1px #896144;
	border-bottom:solid 1px #896144;
	border-left:solid 1px #896144;
 }
/********** --テキスト **********/
body, td, th, input, select, option, textarea { color: #333333;}

/********** --リンクスタイル **********/
a:link {	color: #FF0000; text-decoration:underline;}
a:visited {	color: #FF0000; text-decoration:underline;}
a:active {	color: #FF0000; text-decoration:underline;}
a:hover {	color: #FF0000; text-decoration:underline;}

/***** ---パターンA *****/
.link_style1{
margin:0px;
margin-left:10px;
padding-left:0px;
background-image:url(shared/img/arrow_a01.gif);
background-repeat:no-repeat;
padding-left:20px;
font-size:80%;
margin-bottom:0.5em;
vertical-align:middle;
font-weight:bold;
padding-bottom:7px;
padding-top:0px;
}

.link_style1 ul{

}
.link_style1 li{

}

/********** --ボタン **********/

/***** ---パターンA *****/
.bn_a_td {
background-image:url(shared/img/bn_a_bg.gif);
background-repeat:no-repeat;
font-weight:bold;
color:#333333;
padding:3px;
text-align:center;
height:32px;
}
.bn_a_td a:link{
	text-decoration:none;
	color:#896144;
}
.bn_a_td a:visited{
	text-decoration:none;
	color:#896144;
}
.bn_a_td a:hover{
	text-decoration:underline;
	color:#896144;
}
.bn_a_td a:active {
	color:#896144;
	text-decoration:none;
}

/***** ---パターンB *****/
.bn_b_td {
background-color:orange;
font-weight:bold;
color:#ffffff;
padding:3px;
text-align:center;
border-top:solid 1px #fca8ad;
border-left:solid 1px #fca8ad;
border-bottom:solid 1px #ba6e16;
border-right:solid 1px #ba6e16;
}

.bn_b_td a:link{
	text-decoration:none;
	color:#ffffff;
}
.bn_b_td a:visited{
	text-decoration:none;
	color:#ffffff;
}
.bn_b_td a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.bn_b_td a:active {
	color:#ffffff;
	text-decoration:none;
}
/***** ---パターンC *****/
.bn_c_td {
background-image:url(shared/img/bn_c_bg.gif);
background-repeat:no-repeat;
font-weight:bold;
color:#c02366;
padding:3px;
text-align:center;
height:29px;

}

.bn_c_td a:link{
	text-decoration:underline;
	color:#c02366;
}
.bn_c_td a:visited{
	text-decoration:underline;
	color:#c02366;
}
.bn_c_td a:hover{
	text-decoration:underline;
	color:#c02366;
}
.bn_c_td a:active {
	color:#c02366;
	text-decoration:underline;
}

/***** ---原三信病院ホームページへ *****/
.link{
margin-top:20px;
margin-left:10px;
padding-left:0px;
list-style:none;
background-image:url(/shared/img/arrow_a01.gif);
background-repeat:no-repeat;
padding-left:5px;
font-size:100%;
margin-bottom:0.5em;
vertical-align:middle;
}
.link a:link{
	text-decoration:none;
	color:#896144;
}
.link a:visited{
	text-decoration:none;
	color:#896144;
}
.link a:hover{
	text-decoration:underline;
	color:#896144;
}
.link a:active {
	color:#896144;
	text-decoration:none;
}

/***** ---ページトップ*****/
.pagetop{
margin-top:40px;
text-align:right;}

.pagetop ul{
margin-top:20px;
margin-left:10px;
padding-left:0px
}

.pagetop li{

list-style:url(/shared/img/arrow_a02.gif);
padding-left:5px;
font-size:100%;
margin-bottom:0.5em;
vertical-align:middle;
}
.pagetop a:link{
	text-decoration:none;
	color:#896144;
}
.pagetop a:visited{
	text-decoration:none;
	color:#896144;
}
.pagetop a:hover{
	text-decoration:underline;
	color:#896144;
}
.pagetop a:active {
	color:#896144;
	text-decoration:none;
}


/*********************************************/
/********** -ボディコンテンツ ****************/
/*********************************************/
/** 引用 **/
blockquote{
	font-size:12px;
	line-height:130%;
	color:#000000;
	border: #cccccc 1px solid;
	background-color: #F4F1E9;
}

/********** --箇条書き **********/
/*ul li {	list-style-image: url(/template/1020/img/listicon_b2.gif);}*/
ul li {	list-style-image: url(/shared/img/listicon_global.png);}


/********** --水平線 **********/
hr {
	color:#cccccc;
	background-color:#cccccc;
	height: 1px;
	border: 0px;
}

/********** --見出し **********/
/***** ---h1 *****/
h1 {
	text-align: left ;
	text-valign:  middle;
	margin:0px;
	padding:0px;
	border:none;
	background-color:#FFFFFF;
	
	
}
#header h1{
	margin:0px;
	padding:0px;
	border:none;
	background-color:#FFFFFF;
}

/***** ---h2 *****/
h2 {
          background-color:#896144;
	color:#FFFFFF;
         font-weight:bold;
	padding-left: 10px;
	line-height:120%;
	font-size:100%;
	letter-spacing:normal;
	padding-top:6px;
	padding-bottom:6px;
               
}
h2 a:link, h2 a:visited { color:#ffffff; text-decoration:none; }
h2 a:hover  { color:#f6f6f6; text-decoration:underline; }

/***** ---h3 *****/

h3 {     background-color:#EB6DA1;
	color:#FFFFFF;
         font-weight:bold;
	padding-left: 10px;
	line-height:120%;
	font-size:100%;
	letter-spacing:normal;
	padding-top:6px;
	padding-bottom:6px;
}
h3 a:link, h3 a:visited { color:ffffff;text-decoration:none;}
h3 a:hover  { text-decoration:underline; }

/***** ---h4 *****/
h4 {
	background: url("/shared/img/bg_h4.gif") no-repeat left;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:7px;
                margin-left:0px;
	letter-spacing:normal;
	border-bottom:1px solid #896144;
}
h4 a:link, h4 a:visited { text-decoration:none;}
h4 a:hover  { text-decoration:underline; }

/***** ---h5 *****/
h5 {
	background: url("shared/img/bg_h5.gif") no-repeat left;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:7px;
                margin-left:0px;
	letter-spacing:normal;
	border-bottom:1px solid #E86DA1;
}
h5 a:link, h5 a:visited { text-decoration:none;}
h5 a:hover  { text-decoration:underline; }

/***** ---h6 *****/
h6 {
	background-color:#e9e9e9;
	color:#333333;
	padding-left:8px;
                margin-left:0px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:2px;
}
h6 a:link, h6 a:visited { text-decoration:none;}
h6 a:hover  { text-decoration:underline; }

/***** ---BLUE *****/
.m_blue {
	background: url("shared/img/m_bg_blue.gif") no-repeat left;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:7px;
                margin-left:0px;
	letter-spacing:normal;
	border-bottom:1px solid #0056B6;
}
.m_blue a:link, .m_blue a:visited { text-decoration:none;}
.m_blue a:hover  { text-decoration:underline; }

/***** ---LIGHT BLUE *****/
.m_lightblue {
	background: url("shared/img/m_bg_lightblue.gif") no-repeat left;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:7px;
                margin-left:0px;
	letter-spacing:normal;
	border-bottom:1px solid #4ba4bd;
}
.m_lightblue a:link, .m_lightblue a:visited { text-decoration:none;}
.m_lightblue a:hover  { text-decoration:underline; }

/***** ---GREEN *****/
.m_green {
	background: url("shared/img/m_bg_green.gif") no-repeat left;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:7px;
                margin-left:0px;
	letter-spacing:normal;
	border-bottom:1px solid #00b669;
}
.m_green a:link, .m_green a:visited { text-decoration:none;}
.m_green a:hover  { text-decoration:underline; }

/***** ---LIGHT GREEN *****/
.m_lightgreen {
	background: url("shared/img/m_bg_lightgreen.gif") no-repeat left;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:7px;
                margin-left:0px;
	letter-spacing:normal;
	border-bottom:1px solid #79b600;
}
.m_lightgreen a:link, .m_lightgreen a:visited { text-decoration:none;}
.m_lightgreen a:hover  { text-decoration:underline; }

/***** ---PURPLE *****/
.m_purple {
	background: url("shared/img/m_bg_purple.gif") no-repeat left;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:7px;
                margin-left:0px;
	letter-spacing:normal;
	border-bottom:1px solid #5700b6;
}
.m_purple a:link, .m_purple a:visited { text-decoration:none;}
.m_purple a:hover  { text-decoration:underline; }

/***** ---RED *****/
.m_red {
	background: url("shared/img/m_bg_red.gif") no-repeat left;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:7px;
                margin-left:0px;
	letter-spacing:normal;
	border-bottom:1px solid #b6002b;
}
.m_red a:link, .m_red a:visited { text-decoration:none;}
.m_red a:hover  { text-decoration:underline; }

/***** ---ORANGE *****/
.m_orange {
	background: url("shared/img/m_bg_orange.gif") no-repeat left;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:7px;
                margin-left:0px;
	letter-spacing:normal;
	border-bottom:1px solid #e96800;
}
.m_orange a:link, .m_orange a:visited { text-decoration:none;}
.m_orange a:hover  { text-decoration:underline; }

/***** --見出し（オレンジ) *****/
.midashi_orange {
	background-color:#f39538;
	font-weight:bold;
}

/********** --表 **********/
/***** ---パターンA *****/
.table_a {
	border:1px solid #aaaaaa;
	border-collapse: collapse;
}

.table_a caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;
}
.table_a_th {
	text-align: left;
	color: #333333;
	border-top: #ffffff 1px solid;
                border-right: 1px dotted #cccccc;
	border-bottom: 1px solid #aaaaaa;
	padding: 5px 10px 5px 10px;
	background:#dddddd;
	}
.table_a_th2 {
	text-align: left;
	border-bottom: 1px solid #aaaaaa;
	color: #333333;
	padding:3px 10px;
	background: url("shared/img/sidemenu.gif") #dddddd;


}
.table_a_td {
	text-align: left;
	border-bottom:1px solid #aaaaaa;
                border-right: 1px dotted #aaaaaa;
	color: #333333;
	padding:3px 10px;
	background-color: #ffffff;
}

/***** ---パターンB *****/
.table_b {
	padding: 0px;
	border-top: #896144 1px solid;
	border-right: #896144 1px solid;
	border-collapse: collapse;
}
.table_b caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;
}
.table_b_th {
	border-bottom: #896144 1px solid;
	border-left: #896144 1px solid;
	text-align: left;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #896144;

}

.table_b_th a:link {	color: #ffffff; text-decoration:none;}
.table_b_th a:visited {	color: #ffffff; text-decoration:none;}
.table_b_th a:active {	color: #ffffff; text-decoration:none;}
.table_b_th a:hover {	color: #ffffff; text-decoration:underline;}


.table_b_th2 {
	text-align: left;
	border-bottom: #896144 1px solid;
	border-left: #896144 1px solid;
	color: #000000;
	background-color: #EBE0C4;
	vertical-align:middle;

}
.table_b_td {
	text-align: left;
	border-bottom: #896144 1px solid;
	border-left: #896144 1px solid;
	color: #000000;
	background-color: #FFFFFF;
	padding:3px 5px;
	vertical-align:middle;
}


/***** ---パターンC *****/
.table_c {
	padding: 0px;
	border-top: #EB6DA1 1px solid;
	border-right: #EB6DA1 1px solid;
	border-collapse: collapse;
}
.table_c caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;
}
.table_c_th {
	border-bottom: #EB6DA1 1px solid;
	border-left: #EB6DA1 1px solid;
	text-align: left;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #EB6DA1;
}

.table_c_th a:link {	color: #ffffff; text-decoration:none;}
.table_c_th a:visited {	color: #ffffff; text-decoration:none;}
.table_c_th a:active {	color: #ffffff; text-decoration:none;}
.table_c_th a:hover {	color: #ffffff; text-decoration:underline;}


.table_c_th2 {
	text-align: left;
	border-bottom: #EB6DA1 1px solid;
	border-left: #EB6DA1 1px solid;
	color: #000000;
	background-color: #FDE1ED;
	vertical-align:middle;
}
.table_c_td {
	text-align: left;
	border-bottom: #EB6DA1 1px solid;
	border-left: #EB6DA1 1px solid;
	color: #000000;
	background-color: #FFFFFF;
	padding:3px 5px;
	vertical-align:middle;
}


/***** ---BLUE *****/
.blue{
}

.blue table {
	padding: 0px;
	border-collapse:collapse;
	margin:1em auto;
}

.blue table caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;

}
.blue td {
	text-align: left;
	border: #0056b6 1px solid;
	color: #000000;
	background-color: #e8eff8;
	padding:3px 5px;
}
.blue a:link {	color: #333333; text-decoration:underline;}
.blue a:visited {	color: #333333; text-decoration:underline;}
.blue a:active {	color: #333333; text-decoration:underline;}
.blue a:hover {	color: #333333; text-decoration:underline;}
/***** ---LIGHT BLUE *****/
.lightblue{
}

.lightblue table {
	padding: 0px;
	border-collapse:collapse;
	margin:1em auto;
}

.lightblue table caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;

}
.lightblue td {
	text-align: left;
	border: #4ba4bd 1px solid;
	color: #000000;
	background-color: #e2f1f5;
	padding:3px 5px;
}
.lightblue a:link {	color: #333333; text-decoration:underline;}
.lightblue a:visited {	color: #333333; text-decoration:underline;}
.lightblue a:active {	color: #333333; text-decoration:underline;}
.lightblue a:hover {	color: #333333; text-decoration:underline;}

/***** ---GREEN *****/
.green{
}

.green table {
	padding: 0px;
	border-collapse:collapse;
	margin:1em auto;
}

.green table caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;

}
.green td {
	text-align: left;
	border: #00b669 1px solid;
	color: #000000;
	background-color: #e8f8f1;
	padding:3px 5px;
}
.green a:link {	color: #333333; text-decoration:underline;}
.green a:visited {	color: #333333; text-decoration:underline;}
.green a:active {	color: #333333; text-decoration:underline;}
.green a:hover {	color: #333333; text-decoration:underline;}

/***** ---LIGHT GREEN *****/
.lightgreen{
}

.lightgreen table {
	padding: 0px;
	border-collapse:collapse;
	margin:1em auto;
}

.lightgreen table caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;
}
.lightgreen td {
	text-align: left;
	border: #79b600 1px solid;
	color: #000000;
	background-color: #eef6e0;
	padding:3px 5px;
}
.lightgreen a:link {	color: #333333; text-decoration:underline;}
.lightgreen a:visited {	color: #333333; text-decoration:underline;}
.lightgreen a:active {	color: #333333; text-decoration:underline;}
.lightgreen a:hover {	color: #333333; text-decoration:underline;}


/***** ---PURPLE *****/
.purple{
}

.purple table {
	padding: 0px;
	border-collapse:collapse;
	margin:1em auto;
}

.purple table caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;
}
.purple td {
	text-align: left;
	border: #5700b6 1px solid;
	color: #000000;
	background-color: #f0e8f8;
	padding:3px 5px;
}
.purple a:link {	color: #333333; text-decoration:underline;}
.purple a:visited {	color: #333333; text-decoration:underline;}
.purple a:active {	color: #333333; text-decoration:underline;}
.purple a:hover {	color: #333333; text-decoration:underline;}


/***** ---RED *****/
.red{
}

.red table {
	padding: 0px;
	border-collapse:collapse;
	margin:1em auto;
}

.red table caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;
}
.red td {
	text-align: left;
	border: #b6002b 1px solid;
	color: #000000;
	background-color: #f8e8eb;
	padding:3px 5px;
}
.red a:link {	color: #333333; text-decoration:underline;}
.red a:visited {	color: #333333; text-decoration:underline;}
.red a:active {	color: #333333; text-decoration:underline;}
.red a:hover {	color: #333333; text-decoration:underline;}


/***** ---ORANGE *****/
.orange{
}

.orange table {
	padding: 0px;
	border-collapse:collapse;
	margin:1em auto;
}

.orange table caption {
	color:#333333;
                font-weight:bold;
	padding: 3px 3px 3px 18px;
	background: url(shared/img/tablecaption.gif) no-repeat 0px  5px;
}
.orange td {
	text-align: left;
	border: #e96800 1px solid;
	color: #000000;
	background-color: #fdede0;
	padding:3px 5px;
}
.orange a:link {	color: #333333; text-decoration:underline;}
.orange a:visited {	color: #333333; text-decoration:underline;}
.orange a:active {	color: #333333; text-decoration:underline;}
.orange a:hover {	color: #333333; text-decoration:underline;}


/** その他 **/
.table_d caption, .table_e caption, .table_f caption {
 color:#333333;
                font-weight:normal;
	padding: 3px 3px 3px 18px;
	background: url(/template/1020/img/tablecaption.gif) no-repeat 0px  5px;

 padding-left:18px;
}

.table_f_th a:link {	color: #f6f6f6; text-decoration:none;}
.table_f_th a:visited {	color: #f6f6f6; text-decoration:none;}
.table_f_th a:active {	color: #f6f6f6; text-decoration:none;}
.table_f_th a:hover {	color: #f6f6f6; text-decoration:underline;}

.table_f_th2 a:link {	color: #f6f6f6; text-decoration:none;}
.table_f_th2 a:visited {	color: #f6f6f6; text-decoration:none;}
.table_f_th2 a:active {	color: #f6f6f6; text-decoration:none;}
.table_f_th2 a:hover {	color: #f6f6f6; text-decoration:underline;}




/********** --パーツ挿入 **********/
/***** ---ベースA *****/
.listbox_a {
	padding: 0px 0px;
	border-bottom: #896144 2px solid;
	background: #ffffff;
	}

.listset_a1_li {
	color:#333333;
	font-size:12px;
	list-style-image: url(/shared/img/listicon_a1.gif);
	line-height:160%;
}


.listset_a2_li {
	color:#333333; 
	font-size:12px;
	list-style-image: url(/shared/img/listicon_a2.gif);
	line-height:160%;
}

/***** ---ベースB *****/
.listbox_b {
	padding: 0px 10px;
	background-color: #eeeeee;
	border: #cccccc 1px solid;
	}

.listset_b1_li {
	color:#333333;
	font-size:12px;
	list-style-image: url(/template/1020/img/listicon_b1.gif);
	line-height:160%;
}


.listset_b2_li {
	color:#333333;
	font-size:12px;
	list-style-image: url(/template/1020/img/listicon_b2.gif);
	line-height:160%;
}

/***** ---トピックリスト *****/
/** パターン5 **/
.pagetitle_a {
 background:URL(/template/1020/img/listicon_a1.gif) no-repeat 0px 2px;
 padding:5 0 3 23px;
 margin-left:10px;}

/** パターン6 **/
.pagetitle_b {
 background:URL(/template/1020/img/listicon_b1.gif) no-repeat 0px 3px;
 padding:5 0 3 20px;
 margin-left:10px;}

/***** ---サイトマップ *****/
/** パターン3・4 **/
.titletext_level1{
 background:URL(/template/1020/img/listicon_b2.gif) no-repeat 0px 1px;
 padding-left:15px;}
.titletext_level2{
 background:URL(/template/1020/img/listicon_b2.gif) no-repeat 0px 1px;
 padding-left:15px;}


/***** ---フレームA *****/
.frame_a_outer {
 	background: #896144;
 	padding:1px;
}
.frame_a_inner {
	background: #ffffff;
	margin:5px;
	padding:2px;
}


/***** ---フレームB *****/
.frame_b_outer {
	padding: 3px 1px 3px 1px;
 	background: #507FAA ;
}
.frame_b_inner {
	background: #ffffff;
	margin:0px;
	padding:2px;
}
/********--いちにのさんしん用*****************/
.ichini_nendo{
padding-left:1.5em;
background-color:#fdd;
color:#600;
margin-top:1em;
font-size:130%;
font-weight:bold;
}

/********--お知らせ用*************************/
#oshirase a{
float:left;
display:block;
margin-right:2em;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #666;
border-bottom:1px solid #666;
padding:2px 1em;
background-color:#fc6;
font-weight:bold;
color:#666;
text-decoration:none;
}
#oshirase a:hover{
color:white;
background-color:orange;
}

/*********--外来メニュー用********************/
#gairaihyou_top_menu {
font-size:120%;
line-height:2em;
}
#gairaihyou_top_menu a{
color:red;
font-size:120%;
border-bottom:2px dotted red;
text-decoration:none;
}
#gairaihyou_top_menu a:hover{
color:red;
border-bottom:2px solid red;
background-color:#fcc;
}
#my-border { padding:20px; width:30%; margin:200px auto; color:#fff; }
#my-border, #my-border .sb-inner { background:#444; }
#waku{
width:20em;
color:black;
padding:60px;
background:blue;
}
#waku .sb-inner{
background:blue;
}
#waku .sb-border{
background:green;
}
#kensyu_boshu{
border:0px;
padding:0px;
}
/********** --研修医募集 *********************/
#kenshu_boshu h1{
font-size:120%;
color:black;
border:1px solid #666;
border-left:5px solid #555;
border-right:5px solid #555;
width:8em;
text-align:center;
background:#ddd;
}
#kenshu_boshu #kenshu_cont1 {
margin-top:2em;
}
#kenshu_boshu #kenshu_cont1 li{
list-style-image:url(/shared/img/list_icon.gif);
vertical-align:center;
}
#kenshu_boshu #kenshu_cont2 li{
list-style-type:none;
list-style-image:none;
}
#kenshu_boshu #kenshu_cont2 h2{
border:1px solid #999;
border-left:5px solid #999;
border-right:5px solid #999;
width:9em;
text-align:left;
padding:0 0 0 1.5em;
font-size:100%;
background-color:#eee;
color:#333;
}
#hovertest li{
display:block;
width:300px;
height:100px;
background:#999;
}
#hovertest li:hover{
background:#ccc;
}
/********** --泌尿器科研修医募集 *************/
#hinyoukenshu_boshu h1{
border:1px solid #ff6600;
border-left:5px solid #ff6600;
font-size:120%;
font-weight:bold;
border-right:5px solid #ff6600;
width:11em;
text-align:center;
background:#ffd9b3;
margin-top:1.5em;
}
#hinyoukenshu_boshu h2{
font-size:100%;
font-weight:bold;
border-bottom:2px solid #ff6600;
background:transparent;
color:black;
}
#hinyoukenshu_boshu{
line-height:1.5em;
}
#hinyoukenshu_boshu table{
border:2px solid #666;
border-collapse:collapse;
}
#hinyoukenshu_boshu th{
border:1px solid #666;
text-align:center;
font-weight:bold;
background:#ffd9b3;
}
#hinyoukenshu_boshu td{
border:1px solid #666;
}
#hinyoukenshu_boshu li{
list-style-image:url(/shared/img/hinyou_list_icon.gif);
list-style-type:square;
}
/********** --採用画面用 *********************/
#saiyo_list li{
list-style:none;
display:block;
float:left;
width:8em;
text-align:center;
border:1px solid #bbb;
}
/********** --診療実績******/
#clinical_indicator #menu_box div{
width:170px;
padding-left:10px;
float:left;
}
#clinical_indicator #menu_box a:hover{
background:#fcc;
font-weight:bold;
}
#graph img{
width:550px;
}
#graph h1{
cursor:default;
font-size:120%;
font-weight:bold;
margin-top:3em;
border-bottom:2px solid #896144;
background:#DECABB;
padding:5px 0px 0px 10px;
color:#894B44;
margin-bottom:1em;
}
/********** --DPC************/
#dpc h1{
cursor:default;
font-size:120%;
font-weight:bold;
margin-top:3em;
border-bottom:2px solid #896144;
background:#DECABB;
padding:5px 0px 0px 10px;
color:#894B44;
margin-bottom:1em;
}
#dpc table{
border:2px solid #666;
border-collapse:collapse;
font-size:90%;
width:100%;
}
#dpc th{
font-weight:bold;
border:1px solid #666;
background:#ddd;
text-align:center;
}
#dpc td{
border:1px solid #666;
}
#dpc .cell1{
width:120px;
}
#dpc .cell2{
width:180px;
}
#dpc .cell3{
width:30px;
}
#dpc .cell4{
width:70px;
}
#dpc .cell5{
width:75px;
}
#dpc .cell6{
width:70px;
}
#dpc td.toright{
text-align:right;
}
#dpc td.tocenter{
text-align:center;
}
#dpc h2{
margin-top:2em;
font-size:100%;
border-left:10px solid #696;
border-right:10px solid #696;
width:10em;
color:#040;
text-align:center;
background-color:#beb;
}

/********** --登録医 *************************/
#renkei{
padding:0;
margin:0;
}
#renkei #renkei_menu{
margin-top:1.5em;
background:#fed;
padding:0;
padding-bottom:.5em;
width:550px;
height:10em;
}
#renkei #renkei_menu ul{
list-style-type:none;
padding-left:20px;
}
#renkei #renkei_menu li{
display:block;
padding:0;
padding-top:3px;
margin:5px .5em;
float:left;
width:150px;
}
#renkei #renkei_menu a{
display:block;
width:150px;
text-align:center;
border-bottom:1px dashed #ddd;
text-decoration:none;
background-color:#Fca;
color:#630;
} 
#renkei #renkei_shokai {
margin:2em 0;
line-height:1.7em;
}
#renkei #renkei_menu a:hover{
background:#ff9;
}
#renkei hr{
clear:both;
margin-top:1em;
}
#renkei table a{
text-decoration:none;
color:#44f;
border-bottom:1px dotted #44f;
}
#renkei table a:hover{
background:#ccf;
border-bottom:1px solid #006;
}
#renkei h2{
font-size:120%;
font-weight:bold;
padding:3px 0 3px 1.5em;
background-color:#fec;
color:#640;
margin-top:2em;
}
#renkei table{
font-size:80%;
width:560px;
border:2px solid #666;
border-collapse:collapse;
color:#999;
}
#renkei th, #renkei td{
border:1px solid #666;
}
#renkei th {
background:#EFB3A9;
}
#renkei td{
height:3em;
color:#666;
}
#renkei .cell1{
width:160px;
}
#renkei .cell2{
width:90px;
}
#renkei .cell3{
width:190px;
}

/********** --消化器 ************/
#shokaki { width: 560px; }
#shokaki h2 {
  margin-top: 1.5em;
  background: #bbbbbb;
  padding-left: 5px;
  font-size: 120%;
  padding: 5px 10px;
  border: 1px solid #999999;
}
#shokaki p {
  margin-left: 1em;
  padding-left: 1.5em;
  background: url(list.gif) top left no-repeat;
}
#shokaki ul {
  margin-left: 1em;
  padding-left: 0em;
}
#shokaki li {
  margin-top: 0.5em;
  padding-left: 1.5em;
  list-style: none;
  list-style-image: none;
  background: url(list.gif) top left no-repeat;
  line-height: 1em;
}
#shokaki dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#shokaki dt .dotted { border-bottom: 2px dotted #999999; }
#shokaki .notice {
  color: red;
  background-color: #ffdddd;
}
#shokaki .image-container {
  border: 1px solid #999999;
  padding: 3px;
  margin-bottom: 3px;
}
#shokaki .image-container p {
  text-align: center;
  font-size: 80%;
  background: none;
  margin: 0;
}
#shokaki .image-container img { border: 1px solid #999999; }
#shokaki .right {
  float: right;
  margin-left: 1em;
}
#shokaki .clear { clear: both; }
#shokaki #junkan_shosai_menu .head{
width:8em;
}


/********** --循環器詳細（各診療科共通) ********/
/*
#junkan_shosai h2{
border-left:10px solid #896144;
padding-left:.5em;
background:none;
color:#600;
clear:both;
}
*/
#junkan_shosai table {
width:550px;
border-collapse:collapse;
border:2px solid #aaa;
}
#junkan_shosai table td{
border:1px solid #aaa;
padding:3px;
}
#junkan_shosai table .head{
width:80px;
background:#FFC266;
text-align:center;
border:1px solid #aaa;
padding-top:3px;
font-weight:bold;
color:#633;
}
#junkan_shosai #junkan_shosai_menu .head{
	width:50%;
	text-align:left;
}
#junkan_shosai #junkan_shosai_menu a{
	color:#669;
	text-decoration:none;
	border-bottom:1px dashed #66f;
}
#junkan_shosai #junkan_shosai_menu a:hover{
border-bottom:2px solid red;
}
#junkan_shosai a.button_container{
display:block;
width:110px;
height:24px;
margin-left:440px;
margin-top:3px;
background:url(shosai_button2.gif) no-repeat;
}
#junkan_shosai a.button_container:hover{
background-position:0 -24px;
}
#junkan_shosai_cont h4{
font-size:100%;
margin-top:1em;
margin-bottom:.3em;
width:535px;
color:#600
padding:3px 0 3px 1em;
font-weight:bold;
border:0px;
}

/********** --診療科詳細ボタン用 **********/
a.button {
	width:100px;
	height:30px;
	display:block;
	background:url(/shared/img/shinryoka_buttons.png) no-repeat;
	margin-right:5px;
	float:right;
}
a.noactive{
filter: alpha(opacity=25);&nbsp; 
-moz-opacity:0.25;&nbsp; 
opacity:0.25;
}
a.shinryonaiyo{
	background-position:0 -30px;
}
a.shinryonaiyo_noactive{
	background-position:0 -30px;
	cursor: default;
}
a.shinryonaiyo:hover{
	background-position:0 -60px;
}
a.tokushoku{
	background-position:0 -120px;
}
a.tokushoku_noactive{
	background-position:0 -120px;
	cursor: default;
}
a.tokushoku:hover{
	background-position:0 -150px;
}
a.rinshoshihyo{
	background-position:0 -210px;
}
a.rinshoshihyo_noactive{
	cursor: default;
	background-position:0 -210px;
}
a.rinshoshihyo:hover{
	background-position:0 -240px;
}
a.kenshin_naiyo{
	background-position:0 -300px;
}
a.kenshin_naiyo_noactive{
	cursor: default;
	background-position:0 -300px;
}
a.kenshin_naiyo:hover{
	background-position:0 -330px;
}

/*********************************************/
/********** -スキンデザイン*******************/
/*********************************************/


/********** --ヘッダー **********/
#header {
	background: #fff;
}

/*見出し１*/
#header h1{
	margin:0px;
	padding:0px;
	border:none;
	background-color:#FFFFFF;
}

/***** ---ロゴ *****/
.logo {
 padding:20px 0px 10px 15px;
 text-align:left;
}
.logo a:hover{ background: none; }
#sitemap_button, #search_button {
float:left;position:relative;z-index: 3;
}
#sitemap_button a, #search_button a {
display:block;
width:103px;
height:52px;
text-decoration: none;
}
#sitemap_button a {
background:url(/shared/img/sitemap_button.png);
}
#search_button a {
background:url(/shared/img/search_button.png);
}
#sitemap_button span, #search_button span {
position:relative;z-index: -1;
}
#sitemap_button a:hover, #search_button a:hover {
background-position: left bottom;
}
/***** ---ヘッダーメニュー *****/
.headermenu_text{
 font-size:10px; color:#333333;
 text-align: right;
 text-valign: middle;
 padding:1px 5px 1px 0px;
 background: url("/template/1020/img/headermenu_bg.jpg") left top repeat-y #cccccc;
}

.headermenu_text a:link{
 color: #333333;
 text-decoration:none;
}
.headermenu_text a:visited{
 color: #333333;
 text-decoration:none;
}
.headermenu_text a:hover{
 color: #333333;
 background-color:#C9DDEE;
 text-decoration:none;
}

/********** --メインナビゲーション **********/
/***** ---メインメニュー *****/
#mainmenubox{
 margin-top:0px;
  text-align: left;
 background: #ffffff;
}

.text_text{
 font-size:12px; 
 width: 100px;
 line-height:120%;
 padding: 10px 0px 8px;
}
/** メインメニュー通常時 **/
.mainmenu{
 background:#ffffff url(/template/1020/img/mainmenu_bg.gif) repeat-x bottom;
 border-left: 2px solid #ffffff;
 border-right: 2px solid #ffffff;
 border-bottom: 5px solid #FFFFFF;
 cursor: pointer;
}

.mainmenu a:link{
 color: #333333;
 text-decoration:none;
}
.mainmenu a:visited{
 color: #333333;
 text-decoration:none;
}
.mainmenu a:hover{
 color: #507FAA;
 text-decoration:none;
}

/** メインメニュー設定なし **/
.mainmenu_off{
 border-left: 2px solid #ffffff;
 border-right: 2px solid #ffffff;
 border-bottom: 5px solid #FFFFFF;
}

/** メインメニュー選択時 **/
.mainmenu_on{
 background:#ffffff url(/template/1020/img/mainmenu_bg_on.gif) repeat-x bottom;
 border-left: 2px solid #ffffff;
 border-right: 2px solid #ffffff;
 border-bottom: 5px solid #FFFFFF;
 color: #507FAA;
 text-decoration:none;
 cursor: pointer;
}

.mainmenu_on a:link{
 color: #507FAA;
 text-decoration:none;
}
.mainmenu_on a:visited{
 color: #507FAA;
 text-decoration:none;
}
.mainmenu_on a:hover{
 color: #507FAA;
 text-decoration:underline;
}
/** メインメニューマウスオーバー時 **/
.mainmenu_hover{
background:#ffffff url(/template/1020/img/mainmenu_bg_on.gif) repeat-x bottom;
 border-left: 2px solid #ffffff;
 border-right: 2px solid #ffffff;
 border-bottom: 5px solid #FFFFFF;
 color:#507FAA;
 cursor: pointer;
}
.mainmenu_hover a:link{
 font-size:12px; color:#507FAA;
 text-decoration:none;
}
.mainmenu_hover a:visited{
 font-size:12px; color:#507FAA;
 text-decoration:none;
}
.mainmenu_hover a:hover{
 font-size:12px; color:#507FAA;
 text-decoration:none;

}

/***** ---ぱんくず *****/
#crumb {
 width:100%; 
 font-size:75%;
 color:#333333; 
 text-align:left;
 background: #ededed;
border-bottom:#896144 1px solid;
padding-top:4px;
padding-bottom:3px;
}
.crumb_text {
 padding:2px 2px 2px 10px;
 color: #333333;
}
.crumb_text a{
color:#f60;
font-weight:bold;
}

.crumb_text a:link {
 /*color: #333333
 text-decoration:none;*/
color:#f60;
font-weight:bold;

}
.crumb_text a:visited {
 /*color: #333333
 text-decoration:none;*/
color:#f60;
font-weight:bold;
}
.crumb_text a:hover {
color: #333333;
 background-color:#CCCCCC;
 text-decoration:none;
}

/********** --ボディコンテンツ枠 **********/
.main_td {
 float:left;width:568px;
 /* border-left:1px solid #896144; */
padding: 12px 10px 20px 11px;}



/********** --サイド **********/
#side_menu { float:left;width:189px;  background: #F7F3E8;}
#side{
 width:190px;
 padding-bottom:20px;
}
#side li{
line-height:0;
}
*+html #side li{
margin-top: -3px;
}
#side a{
line-height:normal;
zoom: 1;
}
#side img{
zoom:1;
}
ul.smenu{
margin-left:0;
margin-top:0;
padding-left:0;
}
ul.smenu li {
list-style:none;
list-style-image:none;
border-bottom: 1px solid #896144;
position: relative;
z-index: 3;
zoom: 1;
}
ul.smenu li span {
position: relative;
z-index: -1;
}
.smenu2_on , .smenu2_off{
width: 170px;
}
.smenu3_on, .smenu3_off  {
width: 165px;
}
/***** ---サイドメニュー *****/

.sidemenu_cate{
	background-color:#896144;
	font-size:85%;
	text-align:left;
	width:190px;
	color:#ffffff;
	letter-spacing:0.1em;
}
.sidemenu_cate_text{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:12px;
}

#side ul{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	width:188px;
}
#side li{
	border-bottom:solid 1px #896144;
	margin:0px;
	list-style-image:none;
line-height:0px;
}
#smenu_on_gairai{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -68px; 
}
#smenu_on_nyuin{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -174px; 
}
#smenu_on_dokku{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -280px; 
}
#smenu_on_sitteokitai{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1234px; 
}
#smenu_on_koutsu{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -386px; 
}
#smenu_on_toiawase{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -492px; 
}
#smenu_on_shokai{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -598px; 
}
#smenu_on_shinryo_shokai{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -704px; 
}
#smenu_on_nurse{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -810px; 
}
#smenu_on_gijutu{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -916px; 
}
#smenu_on_renkei{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1022px; 
}
#smenu_on_saiyo{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1340px; 
}
#smenu_on_shinryo_jisseki{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1128px; 
}
#smenu_on_kensa{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1446px; 
background-repeat:no-repeat;
}
#smenu_on_chiken{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1552px; 
background-repeat:no-repeat;
}
#smenu_on_senmon{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1658px; 
background-repeat:no-repeat;
}


#smenu_off_gairai{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -30px;
}
#smenu_off_nyuin{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -136px;
}
#smenu_off_dokku{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -242px;
}
#smenu_off_sitteokitai{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1196px;
}

#smenu_off_koutsu{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -348px;
}
#smenu_off_toiawase{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -454px;
}
#smenu_off_shokai{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -560px;
}
#smenu_off_shinryo_shokai{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -666px;
}
#smenu_off_nurse{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -772px;
}
#smenu_off_gijutu{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -878px;
}
#smenu_off_renkei{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -984px;
}
#smenu_off_saiyo{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1302px;
}
#smenu_off_shinryo_jisseki{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1090px;
}
#smenu_off_kensa{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1408px;
background-repeat:no-repeat;
}
#smenu_off_chiken{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1514px; 
background-repeat:no-repeat;
}
#smenu_off_senmon{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1620px; 
background-repeat:no-repeat;
}


#smenu_off_gairai:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -68px; 
}
#smenu_off_nyuin:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -174px; 
}
#smenu_off_dokku:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -280px; 
}
#smenu_off_sitteokitai:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1234px; 
}
#smenu_off_koutsu:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -386px; 
}
#smenu_off_toiawase:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -492px; 
}
#smenu_off_shokai:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -598px; 
}
#smenu_off_shinryo_shokai:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -704px; 
}
#smenu_off_nurse:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -810px; 
}
#smenu_off_gijutu:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -916px; 
}
#smenu_off_renkei:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1022px; 
}
#smenu_off_saiyo:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1340px; 
}
#smenu_off_shinryo_jisseki:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1128px; 
}
#smenu_off_kensa:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1446px; 
background-repeat:no-repeat;
}
#smenu_off_chiken:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1552px; 
background-repeat:no-repeat;
}
#smenu_off_senmon:hover{
background-image:url(/shared/img/menu_roll.gif);
background-position:0px -1658px; 
background-repeat:no-repeat;
}
/*
.smenu_off a:hover{
background-position:0px -38px;
}
*/
.smenu_on{
	background-image:url(/shared/img/smenu_on2.gif);
	display:block;
	width:188px;
	height:38px;
	font-size:100%;
}
.smenu_on a{
display:block;
width:188px;
height:38px;
line-height:normal;
}
.smenu_on a:link{
	text-decoration:none;
	color:#FFFFFF;
}
.smenu_on a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
.smenu_on a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
.smenu_on a:active {
	color:#FFFFFF;
	text-decoration:none;
}


.smenu_off{
	background-image:url(/shared/img/smenu_off2.gif);
	font-size:100%;
	width:188px;
	height:38px;
}
.smenu_off a{
display:block;
width:188px;
height:38px;
line-height:normal;
}
.smenu_off a:link{
	text-decoration:none;
	color:#333333;
}
.smenu_off a:visited{
	text-decoration:none;
	color:#333333;
}
.smenu_off a:hover{
	text-decoration:none;
	color:#333333;
}
.smenu_off a:active {
	color:#333333;
	text-decoration:none;
}

.smenu2_on{
	background-image:url(shared/img/smenu2_on.gif);
	font-size:85%;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:18px;

}
.smenu2_on a:link{
	text-decoration:none;
	color:#FFFFFF;
}
.smenu2_on a:visited{
	text-decoration:none;
	color:#333333;
}
.smenu2_on a:hover{
	text-decoration:none;
	color:#f60;
}
.smenu2_on a:active {
	color:#333333;
	text-decoration:none;
}

.smenu2_off{
	background-image:url(shared/img/smenu2_off.gif);
	font-size:85%;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:18px;

}
.smenu2_off a:link{
	text-decoration:none;
	color:#333333;
}
.smenu2_off a:visited{
	text-decoration:none;
	color:#333333;
}
.smenu2_off a:hover{
	text-decoration:none;
	color:#F60;
}
.smenu2_off a:active {
	color:#333333;
	text-decoration:none;
}

.smenu3_on{
	background-image:url(shared/img/smenu3_on.gif);
	font-size:85%;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:24px;
}
.smenu3_on a:link{
	text-decoration:none;
	color:#FFFFFF;
}
.smenu3_on a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
.smenu3_on a:hover{
	text-decoration:none;
	color:#F60;
	
}
.smenu3_on a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.smenu3_off{
	background-image:url(shared/img/smenu3_off.gif);
	font-size:85%;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:24px;
}
.smenu3_off a:link{
	text-decoration:none;
	color:#333333;
}
.smenu3_off a:visited{
	text-decoration:none;
	color:#333333;
}
.smenu3_off a:hover{
	text-decoration:none;
	color:#f60;
	
}
.smenu3_off a:active {
	color:#333333;
	text-decoration:none;
}


.sidemenu {
 width:168px;
background: url(/template/1020/img/side_border.gif) no-repeat bottom center;
}
.sidemenu_header {
 margin-bottom:15px;
}
.sidemenu_footer {
 margin-bottom:30px;
}

.sidemenu_txt{
 width:100px;
}

.sidemenu_td{
}
.sidemenu_table {
 cursor: pointer;
 width:168px;
}
.sidemenu_table_on {
 cursor: pointer;
 width:168px;
}
.sidemenu_table_hover {
 cursor: pointer;
 width:168px;
}
/** サイドメニューtop **/
.sidemenu_top{
 height:10px;

}
.sidemenu_on_top{
 height:10px;
 
}
.sidemenu_hover_top{
 height:10px;
}

/** サイドメニューbottom **/
.sidemenu_btm{
 height:10px;
}
.sidemenu_on_btm{
 height:10px;
 }
.sidemenu_hover_btm{
 height:10px;
 }

/** サイドメニューmiddle **/
.sidemenu_mdl{
 padding:0 30 0 30px;
 font-size:12px;
 font-weight:normal;
 color:#333333; text-align:left;
}
.sidemenu_mdl a:link{
 font-size:12px;
 font-weight:normal;
 color:#333333; text-align:left;
 text-decoration:none;
}
.sidemenu_mdl a:visited{
 font-size:12px;
 font-weight:normal;
 color:#333333; text-align:left;
 text-decoration:none;
}

.sidemenu_on_mdl{
 padding:0 30 0 30px;
 font-size:12px;
 font-weight:bold;
 color:#507FAA; text-align:left;
 }
.sidemenu_on_mdl a:link{
 font-size:12px;
 font-weight:normal;
 color:#507FAA; text-align:left;
 text-decoration:none;
}
.sidemenu_on_mdl a:visited{
 font-size:12px;
 font-weight:normal;
 color:#507FAA; text-align:left;
 text-decoration:none;
}

.sidemenu_hover_mdl{
 padding:0 30 0 30px;
 font-size:12px;
 font-weight:normal;
 color:#507FAA; text-align:left;
 }
.sidemenu_hover_mdl a:link{
 font-size:12px;
 font-weight:normal;
 color:#507FAA; text-align:left;
 text-decoration :none;
}
.sidemenu_hover_mdl a:visited{
 font-size:12px;
 font-weight:normal;
 color:#507FAA; text-align:left;
 text-decoration :none;
}
.sidemenu_hover_mdl a:hover{
 font-size:12px;
 font-weight:normal;
 color:#507FAA; text-align:left;
 text-decoration :none;

}

/***** ---サイドバー *****/
.child_side { 
  width:160px; margin-top:10px; margin-bottom:10px; 
 }

.child_side ol { margin:0px; padding:0px; list-style:none outside; }
.child_side li { margin:0px 2px 0px 5px; padding:2px 0px 5px 13px;
  background:url(/template/1020/img/listicon_a2.gif) no-repeat top left; }

.child_side_header { margin:0; padding:0; background: url(/template/1020/img/side_border.gif) bottom no-repeat; }

.child_side_title {
  width:160px; text-align:center; font-weight:bold; font-size:10px;
  color:#666666; padding:3px 0; overflow:hidden; word-break:break-all; letter-spacing:1px; }
  
.child_side_box { width:148px; margin:3px 5px; padding:0; overflow:hidden; word-break:break-all;}

.child_side_text { margin:0; padding:0; font-weight:normal; font-size:10px;
  color:#333333; line-height:1.2; text-align:left; }
.child_side_text a:link { color:#4C9CBF; text-decoration:none; }
.child_side_text a:visited { color:#4C9CBF; text-decoration:none; }
.child_side_text a:hover { color:#4C9CBF; text-decoration:none; }


/********** --フッター **********/
#footer {
text-align:left;
 background: #FFFFFF;
 border-top: 1px solid #896144;
}

.footer_banner{
padding-top:15px;
padding-bottom:15px;
text-align:center;
width: 550px;
margin: 0 auto;
}

.footer_text{
 font-size:75%;
 color:#FFFFFF;
 text-align: center;
 background-color:#896144;
 padding-top:4px;
 padding-bottom:3px;
 letter-spacing:0.1em;
}
.footer_text a:link{
 color: #666666;
 text-decoration:none;
}
.footer_text a:visited{
 color: #666666;
 text-decoration:none;
}
.footer_text a:hover{
 color: #666666;
 background-color:#eeeeee;
 text-decoration:none;
}

/********** --ポップアップ **********/
.popup_header {
 height:30px;
 font-size:12px; font-weight:bold; letter-space:1px; color:#333333;
 padding:6px 10px 5px 20px;
background-color:#F7F3E8;
border-bottom:1px solid #896144;
border-top:1px solid #896144;
}

.popup_footer {
/*padding: 10px 10px 5px 10px;*/
 text-align:center;
 background: #FFFFFF;
 color: #cccccc;
 border-top: 1px solid #896144;
 border-bottom: 1px solid #896144;
}
.popup_footer .footer_text a:link{
 color: #666666;
 text-decoration:none;
}
.popup_footer .footer_text a:visited{
 color: #666666;
 text-decoration:none;
}
.popup_footer .footer_text a:hover{
 color: #666666;
 background-color:#CCCCCC;
 text-decoration:none;
}

.popup_main{
 padding:10px;
 background: #ffffff;
 
}

.popup_range{
 width:100%;
 border-top: 1px solid #896144;
 border-left: 1px solid #896144;
 border-right: 1px solid #896144;
 background: #ffffff;
}

.popup_body {
 padding:10px 10px 20px 10px;
}


