/* グローバル    */
li{
	padding: 5pt;
}

body{
	margin: 0px;
	padding:0px;
	text-align:center;
	background-color:#FFFFFF;
}

#layout{				
	width: 760px;
	padding: 0px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border: 1px solid #cccccc
	
	
}

#masthead{
	margin: 3px 0px 3px 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: left;
}
/*-------------------------------------------------------------*/

#menu{
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	background-color:#EEEEEE;
}
#menu  ul{
	margin: 0px 0px 0px 0px;
}


#menu li {
	float: left;
	border-width: 0px 0px 2px 0px;
	border-color:#009933;
	border-style:solid;
	width: 130px;
	text-align: center;
	font-size:12px;
	margin: 0px 4px 0px 4px;
	padding: 3px 2px 3px 2px;
	list-style: none;
	background-color:#EEEEEE;
	font-style: normal;

}

#menu a{
	color: #000000;
	text-decoration: none;
}
#menu a:link{
	color: #000000;
	padding: 0px;
	
}
#menu a:hover{
	color: #ff0000;
	padding: 0px;
	
}

/*-------------------------------------------------------------*/

#topphoto{
	margin: 3px 0px 3px 0px;
	padding: 0px;
	width: 100% 
}

#main{
	
}

/*-------------------------------------------------------------*/

#leftside{
	float: left;
	width: 205px;
	border-right: 1px solid #cccccc;
	padding: 0px;
}

.mList1 {

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:  #cccccc;
	width: 200px;
	background-color:#CCFFFF;
	color: #000000;
	/*text-align:center;  */
	font-size:small;
	margin: 2px 2px 2px 2px;
	padding: 2px 1px 2px 1px;
	list-style: none;
}
/*-------------------------------------------------------------*/

#rightside{
	float: right;
	width: 550px;
}

.bumonContainer{
	background-color:#ccffcc;
	border-color:#66ffcc;
	border-style:solid;
	border-width: 1px 1px 1px 1px;
	height:300px;
	margin: 3px 0px 3px 0px;
	padding: 2px 2px 2px 2px;	
}

.bumonBox{
	float: right;
	width: 90%;
	height: 30px;
	background-color:#FFFFFF;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 5px 2px;	
	line-height:110%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px 1px 1px 1px;

}

.bumonBox h1{
	line-height:100%;
	vertical-align:middle;
	height: 1px;
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	border-color:#cccccc;
	border-style:solid;
	border-width: 0px 0px 1px 0px;		
}
.bumonBox h2{
	height: 1px;
	padding: 2px 0px 0px 0px;
	margin: 3px;
	font-size: 90%;
	border-color:#cccccc;
	border-style:solid;
	border-width: 0px 0px 1px 0px;		
}
.bumonBox h3{
	padding:0px;
	margin:2px 2px 0px 20px;
	font-size:80%;
	text-align: left;
}
.bumonBox a         { color: black;	text-decoration: none;}
.bumonBox a:link    { color: black;   text-decoration: none; }
.bumonBox a:visited { color: black;   text-decoration: none; }
.bumonBox A:hover   { color: green;    text-decoration: underline; }


/*-----------------------------------------------------------
  Top Pageにある病院からのお知らせ・トピックスとか
----------------------------------------------------------*/

.infobox1, .infobox2, .infobox3{
	margin: 10px 0px 0px 0px;
	width: 99%;
	padding: 2px 2px 5px 2px;	
	line-height:110%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 0px 4px 4px 0px;
}
.infobox1{
	background-color:#ffffcc;	}
.infobox2{
	background-color:#CCFFCC;	}
.infobox3{
	background-color:#ffead5;	}

.infobox1 h1, .infobox2 h1, .infobox3 h1{
	height: 32px;
	padding: 6px 5px 3px 40px;
	margin: 0px;
	vertical-align: middle;
	text-align:left;
	font-size: 100%;
	border: 0px none;
	background-repeat: no-repeat;
/*	background-image: url(image/Box/Kado_MaskWhite32.gif);  */
	background-position: -32px 0px;	
}
.infobox1 h1{
	background-color: #ffff66;	}
.infobox2 h1{
	background-color: #00FF66;	}
.infobox3 h1{
	background-color: #FFCC66;	}

.infobox1 h2, .infobox2 h2, .infobox3 h2{
	padding: 6px 1px 1px 20px;
	margin: 0px;
	text-align:left;	
	font-size:100%;
	background-repeat: no-repeat;
	background-position:left;
}
.infobox1 h2{
	background-image: url(image/Puti/fg2.gif);	}
.infobox2 h2{
	background-image: url(image/Puti/putiTri.gif);	}
.infobox3 h2{
	background-image: url(image/Puti/MarkRound.gif);	}


.infobox1 p, .infobox2 p, .infobox3 p{
	padding: 1px 1px 1px 20px;
	margin: 0px;
	text-align:left;
	font-size:90%	
}

.infobox1 a:link, a:visited, .infobox2 a:link, a:visited, .infobox3 a:link, a:visited {
	color: #000000;
	padding: 0px;
	text-decoration: underline; 
}
.infobox1 a:hover, .infobox2 a:hover, .infobox3 a:hover{
	color: #00cc00;
	padding: 0px;
	text-decoration: underline; 
}


/*-------------------------------------------------------------*/
#footer
{
	clear: both;
	margin: 40px 0px 0px 30px;
	padding: 20px 10px 5px 10px;
	width: 100%;
	border-top: 1px solid #cccccc;	
}
/*-------------------------------------------------------------*/



a         { color: black;	text-decoration: none;}
a:link    { color: black;   text-decoration: underline; }
a:visited { color: black;   text-decoration: underline; }
A:hover   { color: blue;    text-decoration: underline; }

img { border: 0px;}


/*------------------------------------------------------------------------------*/






.text12 {  font-size: 12px; line-height: 17px}
.text_XS150 {  font-size: x-small; line-height: 150%}







.text_tittle1 {
	font-size: large;
	line-height: 150%;
	font-weight: bold;
	border: solid;
	padding: 3px 10px 3px 10px;
	width: 100%;
	color: #006600;
	border-width: 0px 0px 1px 10px;
	border-color: black black #006600;
	float: none;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left-color: #006600;
}
.text_tittle2 { font-size: small; line-height: 150% ; font-weight: normal; background-repeat: no-repeat; color: #000000; background-color: #99FF99; float: none}
.RepeatZukei {  background-repeat: repeat-y; background-image: url(image/line_tate.gif); background-position: center}
.TopBB1 {  font-size: small; overflow: hidden; clip:  rect(   ); line-height: 130%}
.RepeatDotYoko1 { background-repeat: repeat-x; background-image: url(image/line_tate.gif)}
.floatRight {  clip:   rect(   ); float: right; margin-left: 20px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px}
.floatOff {  float: none}
.menuBg1 {  background-repeat: no-repeat}
.cText1 {
	font-size: small;
	line-height: 150%;
	border-color: #00CC00;
	border-width: 1px;
	text-align:left;
}
.mText1 {
	font-size: small;
	line-height: 130%;
	height: auto;
	margin-left: 5px;
}
.floatRight2 { clip: rect( ); float: right; margin-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px }
.floatRight3 {
clip: rect( ); float: right; margin-left: 10px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px
}
.floatRight0 {

clip: rect( ); float: right; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px
}
.text_tittle2Pink {
	font-size: 18px;
	line-height: 150%;
	font-weight: normal;
	background-repeat: no-repeat;
	color: #000000;
	background-color: #FFD4E5;
	float: none;
}


.text_tittle3Pink {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	background-repeat: no-repeat;
	color: #000000;
	background-color: none;
	float: none;
	border-width: 0px 0px 1px 10px;
	border-left-color: #FFD4E5;
	border-style:solid;
	border-bottom-color: #CCCCCC;
}
.cText2 {
font-size: small; line-height: 150%
}
.floatL3 {

clip: rect( ); float: left; margin-left: 0px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px
}
