﻿/*
Theme Name: megane-k.co.jp
Version: 1.0
Author: アミアンインターナショナル
Author URI: http://amiens.jp/
タグ: fixed width, right sidebar, two columns, valid XHTML, widgets
*/

/* begin Page */


body
{
  margin: 0 auto;
  padding: 0;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-size: 75%; /* Resets 1em to 12px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: #736359;
  color: #AA9A92;
  color: #222222;
}

h2
{
    font-size: 18px;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.PageBackgroundGradient
{
  background-image: url('images/Page-BgGradient.png');
  background-repeat: repeat-x;
  height: 900px;
}

table, th, td
{
  font-size: 1em; 
  padding: 0; 
  border-collapse: collapse;
}

a img
{ 
  border: 0; 
}

a
{
  color: #A16F0C;
}

a:link
{
  color: #A16F0C;
}

a:visited
{
  color: #6D4B08;
}

a:hover
{
  color: #DA9610;
}
/* end Page */

/* begin Box, Sheet */
.Sheet 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 980px;
  
  
}


* html .Sheet 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  width: 980px;
  zoom: 1;
}


.Sheet-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0px;
  text-align: left;
}




.Sheet-cc 
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #332C28;
}

* html .Sheet-cc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}
.Sheet
{
  margin-top: 10px !important;
  margin-bottom: 3em;
  padding: 0 0 1em 0;
}
/* end Box, Sheet */



/* begin ContentLayout
.contentLayout
{
	margin-bottom: 0px;
	width: 100%;
	position: relative;
}
 */
 /* end ContentLayout */

/* begin Button */
button.Button, a.Button
{
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  overflow: visible;
  width: auto;
  cursor: default;
  white-space: normal;
  text-decoration: none;
}

.Button .btn 
{
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 0;
  height: 30px;
  color: #342404;
}

.Button .t
{
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  text-align: left;
  font-family: 'Tahoma';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.Button .active
{
  color: #FFFFFF;
}

.Button .hover 
{
  color: #000000;
}

.Button .active .r 
{
  top: -60px;
}

.Button .hover .r 
{
  top: -30px;
}

.Button .r 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 5px;
  height: 90px;
}

* html .Button .r
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-5+'px');
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:407px;
  height: 90px;
}

* html .Button .r span
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-407+'px');
}

.Button .active .l 
{
  top: -60px;
}

.Button .hover .l 
{
  top: -30px;
}

.Button .l 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 5px;
  height: 90px;
}

* html .Button .l
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-5+'px');
}


.Button .l, .Button .r span  
{
  background-image: url('images/Button.png');
}

* html .Button .l, * html .Button .r span
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Button.png',sizingMethod='crop')");
}
/* end Button */


/* begin LayoutCell
.contentLayout .content
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 620px;
}
 */
/* end LayoutCell */

/* begin LayoutCell
.contentLayout .sidebar1
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 30%;
}
 */
/* end LayoutCell */



.sidebar1 ul, .sidebar2 ul, .sidebar3 ul
{
	margin-left: 0; 
	padding-left: 20px;
}

.sidebar1 ul li, .sidebar2 ul li, .sidebar3 ul li
{
	list-style: none; 
	margin-left: -20px;
	padding: 0;
}

#footer
{
	text-align: center;
}

.post h2 a 
{
	text-decoration: none;
}

.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform textarea
{
	width: 100%;
	padding: 2px;
}

p{
line-height: 1.5em;
}

/*
ここからオリジナル
*/


* html .Sheet 
{
  width: 980px;
}


.Sheet-body,.Sheet-cc
{
  background: url(images/bg-body.gif);
}

.menu{
  height:45px;
  margin:15px 0;
}

* html .nav{
  margin-bottom: -120px;
} 

.nav li{
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

.nav li a{
  display: block;
  width: 485px;
  height: 44px;
  background: url(images/head-menu.jpg) no-repeat;
  position: relative;
  left: -40px;
  /left: 0;
}

.nav li a:hover{
  background-position: 0 -46px;
}

li.page-item-68 a{
  width: 150px;
  background-position: -485px 0;
  top: -44px;
  left: 445px;
  /left: 485px;
}

li.page-item-68 a:hover{
  background-position: -485px -46px;
}

li.page-item-70 a{
  width: 152px;
  background-position: -635px 0;
  top: -88px;
  left: 595px;
  /left: 635px;
}

li.page-item-70 a:hover{
  background-position: -635px -46px;
}

li.page-item-65 a{
  width: 193px;
  background-position: -787px 0;
  top: -132px;
  left: 747px;
  /left: 787px;
}

li.page-item-65 a:hover{
  background-position: -787px -46px;
}

h1{
  font-size: 8pt;
  text-align: center;
  padding-top: 10px;
}

h2{
  border: solid brown 2px;
  background: url(images/bg-body.gif);
  color: #ccc;
  padding: 5px 5px 5px 20px;
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.breadcrumb{
  margin: 15px;
  color: #DA9610;
  font-size: middle;
}

.breadcrumb a{
  color: #DA9610;
}


.sidebar1{
  width: 280px;
  float: right;
  background-color: #f1efc7;
  padding: 10px 10px 30px 10px;
}


.sidebar1 a{
  width: 100%;
  display: block;
  width: 210px;
  height: 30px;
  background: url(images/side-menutitle.gif) no-repeat;
  padding: 7px 0 0 40px;
  color: #ffffcc;
  margin: 30px 0 0 0;
  font-size: small;
  font-weight: bold;
}


.BlockHeader{
  display: none;
}

.sidebar1 ul.children a{
  width: 280px;
  height: auto;
  background: none;
  padding: 0;
  margin: 0;
  color: #A16F0C;
  line-height: 2;
  font-weight: normal;
}

hr{
  clear: both;
  margin: 20px 0;
  width: 620px;
  height: 3px;
  background: url(images/hr.gif) repeat-x;
  border: 0px none;
}

a:focus{
  overflow: hidden;
}


.contentLayout1{
  background-color: #ffffff;
  width: 940px;
  margin-left: 20px;
  float: left;
  _margin-left: 10px;
}

.content{
  width: 620px;
  _width: 580px;
  padding: 10px;
  _padding-top: 20px;
  float: left;
}

.sidebar1{
  _width: 250px;
}

.BlockContent{
  padding-bottom: 1em;
}


.navigation{
  display: block;
  margin: 2em 0;
  height: 2em;
}


.post{
  display: block;
  margin: 10px 0;
}


th,td{border:solid #666666 1px;padding: 10px;line-height:1.4em;}
th{width:100px;background-color: #f1efc7;}
td li{margin-top:1em;}


.entry a{
	font-size: medium;
}