/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*CLASS初期指定*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.special {
	padding-bottom: 40px;
}
#header {
	height: 75px;	
}
#content #left a:link { color: #333; text-decoration:none;}
#content #left a:hover { color: #eddb39; 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: #eddb39;
	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;
}

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




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*大枠部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#wrapper #left {
	float: left;
	width: 640px;
}
#wrapper #right {
	float: left;
	width: 150px;
	margin-left: 40px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*レフト部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#entry{
	
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*タイトル部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#left .head{
	padding-bottom: 8px;
	margin-bottom: 40px;
}

#left .head span{
	display:none;
}
#left .head h1{
	text-indent: -9999px;
	display: block;
	height: 69px;
	width: 133px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	float: left;
}
#left .head p {
	float: right;
	height: 30px;
	width: 414px;
	margin-top: 39px;
	background-image: url(../img/read.gif);
	background-repeat: no-repeat;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*タイトル部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.title {
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	width:620px;
	margin-bottom: 5px;
	padding-left: 20px;
}
.title h3 {
	display: block;
	font-size: 138.5%;
	color: #333333;
	font-weight: bold;
	float: left;
	line-height: 1.1em;
}
.title .admin-area {
	float: right;
	background-image:none;
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}
.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;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*タイトル部のadmin部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.admin-area {
	float: right;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*エントリーボディ部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#entrybody{
	padding-top: 10px;
	margin-left:20px;
	border-top: 1px dotted #CCCCCC;
	width:620px;
}
#left p{
	font-size: 108%;
	line-height: 1.7em;
	color: #333333;
	font-weight: normal;
	display: block;
}
#left p img {
	border: 1px solid #CCCCCC;
	margin-top:20px;
}
#left .pagetop {
	border-top: 1px dotted #CCCCCC;
	display: block;
	clear:both;
	width:620px;
	padding-top: 8px;
	margin-left:20px;
	margin-top: 20px;
}
#left .pagetop a {
	float: right;
	background-image: url(../img/icon2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
	display: block;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*カテゴリーページリスト部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#left h4 {
	font-weight: bold;
}
.list{
	padding: 10px 0px 8px 0px;
	border-bottom: 1px dotted #CCC;
	position:relative;
	z-index: 5;
}
.list a{
	display:block;
	color: #333333;
	text-decoration:none;
}
.list a:hover{ color: #333333;}
.list h3 {
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	font-size: 138.5%;
	font-weight: bold;
	float: left;
	display: block;
}
.list h6{
	display: block;
	font-size: 108%;
	line-height: 1em;
	color: #999;
	font-weight: normal;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}
.list .admin{
	position:relative;
	float:right;
	z-index: 5;
	margin-top: 3px;
	font-size: 116%;
	line-height: 1em;
	
}
.list .admin a,.list .admin span{
	float:left;
	display:block;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*ページネクスト部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.page{
	border-top: 1px dotted #ccc;
	float: right;
	width:620px;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 10px;
}
.page p{
	float: right;
	display: block;
	margin-left: 10px;
}
.btn-back a{
	background-image: url(../img/btn-back.gif);
	background-repeat: no-repeat;
	display: block;
	width: 104px;
	height: 28px;
}
.btn-next a{
	background-image: url(../img/btn-next.gif);
	background-repeat: no-repeat;
	display: block;
	width: 104px;
	height: 28px;
}
.btn-back a:hover,.btn-next a:hover { 
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*ライト部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#wrapper #right {
	float: right;
	width: 150px;
	padding-bottom: 10px;
	color: #333333;
}
#right h2 {
	background-image: url(../img/badge.gif);
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	width: 150px;
	margin-bottom:15px;
}
#right h2 a{
	background-image: url(../img/badge.gif);
	height: 150px;
	width: 150px;
	display:block;
}
#right h2 a:hover{ background-position: 0px -150px; }
#right h2 a:active{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#right h2 span{	display:none; }
#right h6 span{	display:none; }

#right h3{
	font-size: 116%;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 15px;
	display: block;
	background-color: #e5e5e5;
	margin-top: 1px;
	border-bottom: 1px solid #CCC;
}
#right ul{
	background-color: #e5e5e5;
	display: block;
	text-align: center;
	font-size: 108%;
	line-height: 1.2em;
	margin: 1px 0px 0px 0px;
	padding: 15px 0px 3px 0px;
	border-bottom: 1px solid #CCC;
}
#right ul li {
	margin-bottom: 14px;
}
#right h5{
	background-color:#e5e5e5;
	width: 130px;
	text-align: center;
	height: 30px;
	margin: 1px 0px 0px 0px;
	padding: 10px;
}
#right h5 a {
	background-image: url(../img/btn-old.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 130px;
}
#right h5 a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#right h5 a:active {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#right h6{
	width: 150px;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*タブ部分*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#tabarea .nav {
	position: relative;
	z-index: 20;
}
#tabarea .nav li {
	float: left;
	margin-right: -1px;
}
#tabarea .nav li a{
	display: block;
	padding: 10px 20px 8px 20px;
	border: 2px solid #e9e9e9;
	font-size: 108%;
	line-height: 1.1em;
	margin-right: 5px;
	text-decoration:none;
	background-color:#FFFFFF;
}
#tabarea .nav li a:hover{
	color: #333333;
}
#tabarea .nav li .selected{
	border-bottom: 1px solid #FFFFFF;
	float: left;
	font-weight:bold;
}

#tabarea {
	margin-top: 30px;
	position: relative;
}
#tab1{
	padding: 20px 10px 5px 20px;
	border: 2px solid #e9e9e9;
	margin-top: -2px;
}
#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;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*タブ部分ここまで*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

