/*clearfix初期指定：floatをしている内容がはみ出さないように、外の要素を調整*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}

/*clearfix：ここまで*/


/*CLASS初期指定*/

.special {
	padding-bottom: 40px;
}
#header {
	height: 75px;	
}
#content #left a:link { color: #333; text-decoration:none;}
#content #left a:hover { color: #8c584d; text-decoration:none;}
#content #left a:active {
	color: #666;
	text-decoration:none;
}

#content #left .entry-txt a{
	color: #333;
	text-decoration:underline;
}
#content #left .entry-txt a:hover { 
	color: #8c584d;
	text-decoration:underline;
}
#content #left .entry-txt a:active { 
	color: #666;
	text-decoration:none; 
}

#content #right a:link { color: #333; text-decoration:underline;}
#content #right a:hover { color: #666; text-decoration:none;}
#content #right a:active { color: #666; text-decoration:none;}

.clear {
	clear: both;
}
h2 {
	background-image: url(../img/logo.gif);
	height: 138px;
	width: 138px;
	text-indent: -9999px;
	padding: 0px;
	margin: 0px 0px 0px 6px;
	display: block;
}
#content #wrapper {
	margin: 0px;
	width: 830px;
	text-align: left;
}

#contents {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	width: 790px;
}
/*ここから*/
#right #detail {
	font-size: 100%;
	color: #333333;
	line-height: 1.5em;
	font-weight: normal;
}
#detail .profile {
	padding-bottom: 15px;
}
.section .more span {
	float: right;
}
#wrapper #left {
	float: left;
	width: 640px;
}
#wrapper #right {
	float: left;
	width: 150px;
	margin-left: 40px;
}
#left .title {
	display: block;
	float: left;
}
#left .entryarea {
	padding-bottom: 25px;
}
.entry-title {
	display: block;
	font-size: 138.5%;
	color: #333333;
	font-weight: bold;
	float: left;
}
.on {
	display: block;
	font-size: 138.5%;
	color: #333333;
	font-weight: bold;
	float: left;
}
.entry-list {
	display: block;
	font-size: 138.5%;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.entry-title-detail {
	display: block;
	font-size: 138.5%;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	background-image: url(../img/icon_2.gif);
	background-repeat: no-repeat;
	background-position: 12px top;
	padding-left: 55px;
}
.entry-title a,.entry-list .titlelink ,.on {
	background-image: url(../img/icon_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration:none;
	padding-left: 20px;
	display: block;
	float: left;
}
*+html .entry-title .titlelink {
	background-position: 0px 4px;
}
* html .entry-title .titlelink {
	background-position: 0px 4px;
}
.entry-txt {
	display: block;
	padding-left: 20px;
	font-size: 108%;
	line-height: 1.7em;
	color: #333333;
	font-weight: normal;
}
.entry-txt img {
	border: 1px solid #CCCCCC;
	margin-top:20px;
}
#left p{
	font-size: 108%;
	line-height: 1.7em;
	color: #333333;
	font-weight: normal;
}




#right .backnumber {
	padding-bottom: 10px;
	background-color: #e5e5e5;
}

.brdr_t{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.brdr_b{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.backnumber .title {
	font-size: 116%;
	line-height: 1em;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 15px;
	display: block;
}
.backnumber .backtit {
	font-size: 116%;
	line-height: 1em;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 19px;
	display: block;
}
.backnumber .edit {
	padding-left: 22px;
	font-size: 108%;
	line-height: 2.1em;
	color: #333333;
	padding-top: 10px;
	display: block;
	padding-bottom: 10px;
}
.backnumber .list {
	font-size: 108%;
	line-height: 1.2em;
	color: #333333;
	padding-top: 10px;
	display: block;
	text-align: center;
}
.backnumber .list li {
	margin-bottom: 10px;
}
.backnumber .oldnews {
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.backnumber .oldnews a{
	background-image: url(../img/btn-old.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
}
.backnumber .oldnews a:hover{
	background-position: 0px -30px;
}
#left .pagetop {
	float: right;
	clear: both;
	display: block;
	text-align: right;
}
#left .pagetop a {
	background-image: url(../img/icon2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	display: block;
}
.entryarea  .entry-date span{
	float: right;
}
#left .page{
	float: right;
	margin-top: 10px;
}
#left .page p{
	float: right;
	display: block;
}
.btn-back a{
	background-image: url(../img/btn-back2.gif);
	background-repeat: no-repeat;
	display: block;
	width: 104px;
	height: 28px;
}
.btn-next a{
	background-image: url(../img/btn-next2.gif);
	background-repeat: no-repeat;
	display: block;
	width: 104px;
	height: 28px;
}
.btn-back a:hover, .btn-next a:hover{
	background-position: 0px -28px;
}
.entryarea .entry-head {
	display: block;
}
.entry-head .admin-area {
	float: right;
}
#content h1 {
	background-image: url(../img/main2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 212px;
	width: 829px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
#left h4 {
	font-size: 108%;
	line-height: 1.1em;
	font-weight: normal;
	color: #999999;
	width:640px;
	margin-bottom: 16px;
	display: block;
}
*+html #left h4 {
	margin-bottom: 8px;
}
* html #left h4 {
	margin-bottom: 8px;
}
#left .top h4{
	font-size: 93%;
	line-height: 1.1em;
	font-weight: normal;
	color: #999999;
	display: block;
	width:500px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	border-bottom: none;
	float: left;
}
#right .treat {
	display: block;
	height: 322px;
	width: 150px;
	margin-top: 40px;
	background-image: url(../img/treatment.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#tabarea .nav li {
	float: left;
	margin-right: -1px;
}
#tabarea .nav li a{
	display: block;
	padding: 10px 20px 8px 20px;
	border: 1px solid #CCCCCC;
	font-size: 108%;
	line-height: 1.1em;
	margin-right: 5px;
	text-decoration:none;
}
#tabarea .nav li a:hover{
	color: #333333;
}
#tabarea {
	margin-top: 30px;
	position: relative;
}
#tab1{
	padding: 20px 10px 5px 20px;
	border: 1px solid #CCCCCC;
	margin-top:-1px;
}
#tab2{
	padding: 20px 10px 5px 20px;
	border: 1px solid #CCCCCC;
	margin-top:-1px;
}
*+html #tab1,*+html #tab2{
	padding: 20px 10px 15px 20px;
	border: 1px solid #CCCCCC;
	margin-top:-1px;
}
* html #tab1,* html #tab2 {
	padding: 20px 10px 15px 20px;
	border: 1px solid #CCCCCC;
	margin-top:-1px;
}
#tab1 p {
	font-size: 108%;
	font-weight: bold;
	color: #333333;
	display: block;
	float: left;
	padding-top: 25px;
	padding-right: 10px;
}
#tab1 ul {
	display: block;
	margin-bottom: 15px;
}
#tab1 li {
	display: block;
	float: left;
	margin-right: 10px;
}
#tab1 li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#tab2 div{
	border: none;
	float:left;
}
#tab2 h4 {
	width: 250px;
	font-size: 108%;
	line-height:1.1em;
	font-weight: bold;
	padding-bottom:10px;
	margin-top:5px;
	display: block;
	color: #333333;
}
#tab2 p{
	color: #666666;
	width: 250px;
	line-height:1.6em;
	font-weight:normal;
	margin-bottom: 15px;
	margin-right: 15px;
	display: block;
}
.noborder {
	border-bottom-style: none;
}
.admin p{
	float: right;
}
.entryarea .titlearea {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.entry-list .admin-area {
	float: right;
	background-image:none;
	font-size: 85%;
	font-weight: normal;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.titlearea .admin-area {
	float: right;
	background-image:none;
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}
#tabarea .nav li .selected{
	border-bottom: 1px solid #FFFFFF;
	float: left;
	font-weight:bold;
}
.nav {
	position: relative;
	z-index: 20;
}
.sidebar_top, .sidebar_btm {
	background-color:#CCCCCC;
}
.sidebar_btm a {
	background-image: url(../img/sidebar_btn2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 150px;
	margin-bottom: 20px;
}
.sidebar_top a {
	background-image: url(../img/sidebar_btn1.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar_top a:hover, .sidebar_btm a:hover{background-position: 0px -70px;
}.page {
	float: left;
	width: 640px;
	margin-bottom: 20px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.page .btn-back, .page .btn-next{
	float: right;
	margin-left: 10px;
}
#btm_info {
	width: 795px;
	border: 2px solid #efefef;
	padding: 16px;
	clear: both;
}
.info-txt {
	font-size: 93%;
	color: #515151;
	line-height: 1.9em;
}
.entry-date {
	font-size: 108%;
	line-height: 1em;
	color: #999999;
	display: block;
	float: left;
	width: 620px;
	padding-left: 20px;
	margin-bottom: 7px;
}

