/* SoyoHospital Design Style Sheet 2008 */

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background:url(../wall/body_wall.gif);
	font-family: "ヒラギノ丸ゴ ProN W4", "メイリオ";
}

a{color:#006699;text-decoration:underline;}
a:link{color:#006699;text-decoration:underline;}
a:visited{text-decoration:underline;}
a:active{} 
a:hover{color:#006699;text-decoration:none;}


h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 10pt;
	color: #334d55;
	font-style: italic;
	margin: 0px;
	padding: 10px 0px 0px;
	font-weight: bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

.R8 {
	font-size: 8px;
	line-height: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.R10 {
	font-size: 10px;
	line-height: 15px;
}

.R12 {
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.R14 {
	font-size: 14px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.R10b {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.R12b {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.R12-25 {
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


/* container style */	

#container{
    background:url(../wall/pagetop_wall.gif) repeat;
	width:800px;
	margin:0;
	text-align:center;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/* pagetop style */	

#pagetop{
	width: 800px;
	float: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../wall/pagetop_wall.gif);
	background-repeat: repeat-x;
}

#cut{
	margin:0px;
	padding: 0px;
	float: left;
	height: 85px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
}

#banner{
	margin: 9px 0px 0px;
	padding: 0px;
	width: 650px;
	height: 65px;
	float: right;
	text-align: left;
	vertical-align: middle;
}

#menu{
	float: right;
	height: 11px;
	text-align: right;
	width: 630px;
	font-size: 10px;
	margin-right: 20px;
	color: #999999;
}

#menu img{
 display: block;
}

#menu a{
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#titlebar{
	margin:0px;
	padding: 0px;
	height: 15px;
	width: 800px;
	clear: both;
	background-image: url(../wall/pagetop_bar.gif);
	background-repeat: repeat-x;
}

.title{
	margin:0px;
	padding: 0px;
}



/* sidebar style */

#sidebar{
	width: 120px;
	float: left;
	text-align: center;
	height: auto;
	padding: 0px;
}


/*********** #sidebarlink styles ***********/

#sidebar ul a:link, #navBar ul a:visited {display: block;}

#sidebar ul {list-style: none; margin: 0; padding: 0;}

#sidebar li {border-bottom: 1px solid #EEE;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	text-indent: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: left;
}

#sectionLinks a:link{
	padding: 5px 0px 2px;
	border-top: 1px solid #cccccc;
	width: auto;
	background-position: center bottom;
	display: block;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 5px 0px 2px;
	display: block;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 5px 0px 2px;
	display: block;
}

/*********** .relatedLinks styles ***********/

#relatedLinks{
	margin: 50px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-style: italic;
	text-indent: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: left;
}

#relatedLinks a:link {
	padding: 5px 0px 2px;
	border-top: 1px solid #cccccc;
	width: auto;
	background-position: center bottom;
	display: block;
}

#relatedLinks a:visited {
	border-top: 1px solid #cccccc;
	padding: 5px 0px 2px;
	display: block;
}

#relatedLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 5px 0px 2px;
	display: block;
}

/*********** sidebar blank styles ***********/

.blank{
	width: auto;
	margin-top: 50px;
	height: 50px;
}


/*********** content styles ***********/

#content{
	background-image: url(../wall/contents_wall.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: auto;
	width: 680px;
	float: right;
	margin: 0px;
	background-color: #FFFFFF;
}

.main{
	font-size:12px;
	padding:10px;
	text-align: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}

.main_wide{
	font-size:12px;
	padding:10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.maintitle{
	font-size:14px;
	padding:0px 0px 5px;
	text-align: center;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

.mainsub{
	font-size:12px;
	padding:10px;
	text-align: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	border: 1px solid #999999;
	line-height: 25px;
}

.mainsubtitle{
	font-size:14px;
	padding:0px 0px 5px;
	text-align: center;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-weight: bold;
}


/*********** footbody styles ***********/

#footbody{
	margin:0px;
	clear: both;
	padding: 0px;
	height: 45px;
	width: auto;
}

#sidebar_footbody{
	background:url(../wall/pagetop_wall.gif) repeat;
	width: 120px;
	float: left;
	text-align: center;
	padding: 0px;
	height: 45px;
}

#content_footbody{
	padding: 0px;
	background-color: #FFFFFF;
	height: 40px;
	width: 680px;
	float: right;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* bc_content
----------------------------------------------- */
#bc_content {
  width:680px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#bc_main {
	width:450px;
	float:left;
	margin-left: 13px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  }

/***********  bc_sidebar bc_content styles ***********/

#bc_sidebar {
	width:200px;
	float:right;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
  }
  
.bc_sidebar2 {
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 5px;
  }

.bc_sidebar-title{
	font-size: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FAFAFA;
  }

#bc_sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  list-style:none;
  }
#bc_sidebar li {
	padding:0 0 3px 0px;
	line-height:1.5em;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-indent: 15px;
  }
  
#bc_sidebar p {
  color:#666;
  line-height:1.5em;
  }
  
.archive-list{
  }
  
  


#links{
	width:200px;
	float:right;
	text-align:left;
	padding-top:25px;
}





.sidebar_sub{
	text-align: center;
	margin: 0px 0px 0px 18px;
	padding: 20px 0px 0px;
	width: 80px;
}

.pict{
	margin: 10px;
}



label{
	color:#333;
	font-size:12px;
}




.sidetitle{
	width:200px;
	font-size:10px;
	font-weight:bold;
	color:#000;
	text-align:center;
	line-height:21px;
	margin-top: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}


.sidebody{
	padding:4px 0px 4px 12px;
}

.sidebody2{
	padding:4px 4px 0px 4px;
	font-size: 10px;
}

.sidebody3{
	padding:4px 12px 0px 12px;
	font-size: 10px;
        line-height: 150%;
}

.photo{
	text-align:center;
}

.logo{
	text-align: center;
	width: 118px;
	margin-top: 0px;
	height: auto;
	bottom: 1px;
}

/************** #advert styles **************/

#advert{
	font-size: 10px;
	line-height: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}





/* bc_header
----------------------------------------------- */
#bc_header {
	width:450px;
	margin:0 0px 10px;
	border:1px solid #ccc;
	float: left;
	padding: 0px;
  }
#blog-title {
	margin:10px 0px;
	padding:0px;
	color:#000000;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size: 14px;
	text-align: center;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#bc_description {
	margin:0 5px 5px;
	padding:10 10px 10px;
	max-width:700px;
	color:#000000;
	text-align: left;
	font-family: "ヒラギノ丸ゴ ProN W4", "メイリオ";
	font-size: 12px;
  }



/* Posts
----------------------------------------------- */
.date-bc_header {
	margin:2px 0;
	font-size: 10px;
	text-align: right;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.post-title {
  margin:5px 0 0;
  padding:0 0 4px;
  font-size:12px;
  font-weight:normal;
  color:#c60;
  }
  
.post-body{
	font-size: 12px;
   }
   
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-bc_footer {
	margin:-.25em 0 0;
	color:#ccc;
	font-size: 10px;
  }
.post-bc_footer em {
	padding-left: 20px;
  }
.post-bc_footer em {
	font-style:normal;
	color:#999;
	margin-right:.6em;
  }
.comment-link {
	padding-left: 15px;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  font:bold 78%/1.6em;
  margin:1em 0;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:10px/1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }





/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em ;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* bc_footer
----------------------------------------------- */
#bc_footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#bc_footer hr {
  display:none;
  }
#bc_footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em ;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


 /*
-----------------------------------------------
Quick Edit and Delete Comment Icons
----------------------------------------------- */

/* Hide it now, show it later with dynamically-generated CSS */
.item-control {
   display:none;
}

.item-control a, .item-action a {
   text-decoration:none !important;
}

.quick-edit-icon {
   background: url("http://www.blogger.com/img/icon18_edit_allbkg.gif") no-repeat left;

   /* makes an 18x18 box */
   padding:9px;

   margin:0 0 0 .5em;
}

.delete-comment-icon {
   background: url("http://www.blogger.com/img/icon_delete13.gif") no-repeat left;

   /* makes a 14x14 box */
   padding:7px;
}

.email-post-icon { 
   background: url("http://www.blogger.com/img/icon18_email.gif") no-repeat left;

   /* makes an 18x18 box */
   padding:9px;

   margin:0 0 0 .5em;
}
