@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
a {
	text-decoration: none;
	outline: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


body {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "・ｭ・ｳ ・ｰゴシチEけ", "MS PGothic", sans-serif;
	font-size: 1em;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
/* IE7でpadding持Eｮ・*/
*:first-child+html body {
padding-left: 1px;
}
 
/* IE6以下でpadding持Eｮ・*/
*html body {
padding-left: 1px;
}

/* Common */

.clearBoth {
	clear: both;
}
.imageNoBoarder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: none;
}
.display_none {
	display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* Font Size Common */

.text10 {
	font-size:77%;
}
.text11 {
	font-size:85%;
}
.text12 {
	font-size:93%;
}
.text13 {
	font-size:100%;
}
.text14 {
	font-size:108%;
}
.text15 {
	font-size:116%;
}
.text16 {
	font-size:123.1%;
}
.text17 {
	font-size:131%;
}
.text18 {
	font-size:138.5%;
}
.text19 {
	font-size:146.5%;
}
.text20 {
	font-size:153.9%;
}
.text21 {
	font-size:161.6%;
}
.text22 {
	font-size:167%;
}
.text23 {
	font-size:174%;
}
.text24 {
	font-size:182%;
}
.text25 {
	font-size:189%;
}
.text26 {
	font-size:197%;
}




/* ContentsCage */
#contentsCage {
	text-align: center;
}

/* header */
#headerContents {
	margin-bottom: 15px;
}
#headerArea {
	width: 980px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	z-index: 1000;
}
#headerArea  h1 {
	position: absolute;
	left: 0px;
	top: 35px;
}
#headerAdArea {
	position: absolute;
	right: 0px;
	top: 15px;
}
#globalnaviArea {
	background-image: url(images/gmenu_bg.gif);
	background-repeat: repeat-x;
}
#globalnavi {
	width: 980px;
	height: 45px;
	border-left: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: url(images/gmenu_bg.gif);
	background-repeat: repeat-x;
}
#globalnavi ul.topMenu {
}
#globalnavi ul.topMenu li {
	display: block;
	float: left;
	width: 20%;
	border-right: 1px solid #CCCCCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	z-index: 1000;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}
/*for IE7 */  
*:first-child+html #globalnavi ul.topMenu li {
	width: 19.9%;
}
/*for IE6 */  
*html #globalnavi ul.topMenu li {
	width: 19.8%;
}
#globalnavi ul.topMenu li a {
	display: block;
	font-weight: bold;
}
#globalnavi ul.topMenu li a:hover,#globalnavi ul .current {
	background-image: url(images/gmenu_hover_bg.gif);
	background-repeat: repeat-x;
}
#globalnavi ul.topMenu li ul.subMenu {
	position: absolute;
	left: -1px;
	top: 39px;
	z-index: 1500;
	display: none;
	background-image: url(images/gmenu_submenu-arrow.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#globalnavi ul.topMenu li ul.subMenu li {
	float: none;
	text-align: left;
	width: 197px;
	font-size: 90%;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 0px;
}
/*for IE7 */  
*:first-child+html #globalnavi ul.topMenu li ul.subMenu li {
	width: 195px;
}
#globalnavi ul.topMenu li ul.subMenu li a {
	display: block;
	background-color: #F6F6F6;
	padding-left: 10px;
	font-weight: normal;
}
#globalnavi ul.topMenu li ul.subMenu li a:hover {
	background-color: #FFFFFF;
	background-image: none;
}


/* main */
#ContentsArea {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#mainContents {
	width: 660px;
	float: left;
	margin-bottom: 20px;
}
#topicPath {
	clear: both;
	display: block;
	margin-top: 3px;
	margin-bottom: 17px;
}
#topicPath li {
    color: #333333;
    display: inline;
    font-size: 65%;
    list-style-type: none;
    padding-top: 3px;
}
#topicPath li a {
    font-size: 100%;
}
#topicPath li.home {
	background-image: url("images/topicpath_home.gif");
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#topicPath li {
	background-image: url("images/topicpath_arrow.gif");
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
.contentsBoxwrap {
	clear: both;
}
.contentsBox {
	margin-bottom: 50px;
}
.contentsBox h2 {
	background-image: url(images/h2_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 44px;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 90%;
	overflow: hidden;
	position: relative;
}
.contentsBox h2 img {
	vertical-align: middle;
}
.contentsBox h2 span {
	position: absolute;
	display: block;
	right: 5px;
	top: 15px;
	text-align: right;
}
/*for IE7 */  
*:first-child+html .contentsBox h2 span {
	top: 10px;
}
.contentsBox h3 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentsBox h3 a {
	font-size: 100%;
	font-weight: bold;
}
.contentsBox p {
	position: relative;
	font-size: 85%;
	overflow: hidden;
}
.contentsBox p img {
	width: 100%;
}
.contentsBox p span.imgCopyright {
     background-color: #000000;
     box-sizing: border-box;
     color: #ffffff;
     display: block;
     opacity: 0.8;
     padding: 15px 10px;
     width: 100%;
}
.Box420px {
	width: 420px;
}
.Box220px {
	width: 220px;
}
.Box320px {
	width: 320px;
}
.BoxLeft {
	float: left;
}
.BoxRight {
	float: right;
}
.newsListBox {
	border-bottom: 1px solid #ececec;
}
.newsListBox dt {
	border-top: 1px solid #ececec;
	clear: left;
	color: #999999;
	float: left;
	font-size: 80%;
	width: 4em;
	padding-top: 10px;
}
.newsListBox dt span {
	font-size: 72%;
}
.newsListBox dd {
	border-top: 1px solid #ececec;
	margin-left: 0.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
}
.bookListBox {
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}
.bookListBox ul li {
	display: inline-block;
	vertical-align: top;
}
/*for IE7 */  
*:first-child+html .bookListBox ul li {
	display: inline;
}
.bookBox {
	width: 116px;
	margin-left: 7px;
	margin-right: 7px;
	text-align: center;
}
.bookBox h3 {
	margin: 0px;
	padding: 0px;
}
.bookBox p.bookData {
	color: #1058A3;
	font-weight: bold;
	font-size: 70%;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: left;
}
.bookBox p.bookHeadline {
	font-size: 70%;
	text-align: left;
	margin-top: 7px;
}
.contentsBox .clip {
	text-align: center;
}

.contentsBox .clip span.mvCopyright {
	display: block;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 85%;
	text-align: left;
}
/*for IE7 */  
*:first-child+html .contentsBox .clip span.mvCopyright {
	width: 400px;
}

.goodsListBox {
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.goodsListBox ul .goodsBox {
	border: 1px solid #ddd;
	height: 127px;
	margin-bottom: 5px;
	text-align: center;
	width: 127px;
	background-color: #FFFFFF;
}
.goodsListBox ul li {
    display: block;
    width: 127px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-left: 15px;
}
/*for IE7 */  
*:first-child+html .goodsListBox ul li {
	display: inline;
}
.goodsListBox ul .goodsBox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 125px;
    margin: 1px;
    width: 125px;
}
.goodsListBox ul .goodsBox a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.goodsListBox h3 {
	font-size: 70%;
	text-align: left;
	margin-top: 7px;
	font-weight: bold;
}
.goodsListBox h3 a {
	font-weight: bold;
	text-decoration: none  ! important;
}
.goodsListBox p.goodsPrice {
	font-size: 75%;
	text-align: right;
	margin-top: 7px;
}


/* side */
#sideContents {
	width: 300px;
	float: right;
	margin-bottom: 20px;
}
#sideAdArea,
#sideHouseAdArea,
#sideContents .contentsBox {
	margin-bottom: 20px;
}
/* sideSearchArea */
#sideSearchArea form {
	margin: auto;
	overflow: hidden;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	width: 300px;
}
#sideSearchArea .search_field {
    display: block;
    float: left;
    width: 271px;
}
#sideSearchArea .search_field input {
    border: 1px solid rgb(170, 170, 170);
    height: 23px;
    padding: 2px;
    width: 260px;
}
#sideSearchArea .btn_search {
    display: block;
    float: left;
    width: 29px;
}
.sidegoodsListBox {
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
}
.sidegoodsListBox .rss_shop {
	padding-right: 1px;
	padding-left: 1px;
}
.sidegoodsListBox .rss_shop ul .goodsBox {
	border: 1px solid #ddd;
	height: 127px;
	margin-bottom: 5px;
	text-align: center;
	width: 127px;
	background-color: #FFFFFF;
}
.sidegoodsListBox .rss_shop ul li {
    display: block;
    width: 127px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 12px;
}
/*for IE7 */  
*:first-child+html .sidegoodsListBox .rss_shop ul li {
	display: inline;
}
.sidegoodsListBox .rss_shop ul .goodsBox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 125px;
    margin: 1px;
    width: 125px;
}
.sidegoodsListBox .rss_shop ul .goodsBox a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.sidegoodsListBox .rss_shop h3 {
	font-size: 70%;
	text-align: left;
	margin-top: 7px;
	font-weight: bold;
}
.sidegoodsListBox .rss_shop h3 a {
	font-weight: bold;
}
.sidegoodsListBox .rss_shop p.goodsPrice {
	font-size: 75%;
	text-align: right;
	margin-top: 7px;
}
.sidegoodsListBox ul li {
	margin-top: 3px;
}

.sidegoodsListBox ul li img {
	width: 100%;
}


#rss_shop {
	margin-left: 0px;
}



/* footer */
#footerArea {
	clear: both;
	min-width: 980px;
}
#footerArea .bnrList {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 50px;
}
#footerArea .bnrList ul {
}
#footerArea .bnrList li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
/*for IE7 */  
*:first-child+html #footerArea .bnrList li {
	display: inline;
}
/*for IE6 */  
*html #footerArea .bnrList li  {
	display: inline;
	zoom: 1;
}
#footerAdArea {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
#footerLinkArea {
	background-color: #F6F6F6;
	border-top: 1px solid #999999;
	margin-bottom: 10px;
	width: 100%;
}
#footerLinkArea .footerLinkList {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	height: 160px;
}
#footerLinkArea .footerLinkList ul {
	float: left;
	font-size: 17px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	line-height: 25px;
}
#footerLinkArea .footerLinkList ul a {
	color: #009933;
}
#footerLinkArea .footerLinkList ul.subList {
	float: left;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 30px;
	border-left: 1px solid #CCCCCC;
	height: 65%;
	width: 190px;
	line-height: 25px;
}
#footerLinkArea .footerLinkList ul.subList  a {
	color: #333333;
}
#footerLinkArea .footerLinkList ul li {
	
}
#pageTop {
	position: absolute;
	top: -24px;
	right: 0px;
	cursor: pointer;
	font-size: 80%;
}
#pageTop:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#pageTop img {
	vertical-align: middle;
}
#footerArea address {
	text-align: right;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 70%;
	position: relative;
}
#footerArea address img {
	position: absolute;
	left: 0px;
	border: 1px solid #DEDEDE;
}

/* blog 上書ぁE*/
.asset-body {
	font-size: medium;

}

#beta {
	width: 190px;

}

#blog-title {
	margin-bottom: 15px;
}

.widget-header, .widget-content {
	margin-right:2px;
	margin-left: 15px;

}

.widget-header {
	font-size: small;
}

.widget-content {
	font-size: small;
}

#Frame a {
     text-decoration: underline;
}

#Frame a:hover {
     text-decoration: none;
}

#Frame #blog-title img {
     margin-bottom: 15px;
     width: 100%;
     height: auto;
}

#Frame img.mt-image-right,
#Frame img.mt-image-left {
     height: 50%;
     width: 50%;
}
#Frame img.mt-image-none {
     display: inline;
     margin-left: 2px;
     margin-right: 2px;
}


.entry-asset .asset-header {
     margin-bottom: 0px;
}

.entry-asset .asset-name {
     background-color: #f6f6f6;
     border-bottom: 1px solid #cccccc;
     border-top: 2px solid #009900;
     font-size: 24px;
     line-height: 1.2em;
     margin-bottom: 0px;
     padding: 8px;
}

.entry-asset .asset-meta {
     border-color: -moz-use-text-color;
     border-style: none;
     border-width: medium;
     margin: 0px;
     padding: 5px 0px 0px;
}

.entry-asset .byline {
     float: right;
}

.entry-asset .byline abbr {
     border-bottom: medium none;
}

.entry-asset p {
     font-size: 100%;
     line-height: 1.6em;
     margin-bottom: 12px;
     margin-top: 12px;
}

.entry-asset .mt-enclosure-image {
    
}

.entry-asset .mt-enclosure-image img {
     border: 1px solid #cccccc;
     display: block;
     margin: 12px auto;
     box-sizing: border-box;
}

.asset-footer {
     border-top: 1px dotted #cccccc;
     color: #999999;
     font-size: 13px;
     margin-bottom: 10px;
     padding-top: 10px;
}

.widget-header {
     background-color: #f6f6f6;
     border-bottom: 1px solid #cccccc;
     border-top: 1px solid #cccccc;
     margin-left: 12px ! important;
     padding-bottom: 5px;
     padding-left: 8px;
     padding-top: 5px;
}

#Frame .widget-content li img {
    height: auto;
    width: auto;
    margin-bottom: 0px;
}

#Frame p img.bod_0 {
  width:auto;
  height:auto;
  margin:0px;
}


