@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-repeat: repeat;
	background-position: center 0px !important;
}
body#Body_about {
	background-color: #B1D8D1;
}
body#Body_news {
	background-color: #DCE6B3;
	background-image: url(../img/top_bg02.png);
	background-repeat: repeat;
}
body#Body_work {
	background-color: #F6D4D4;
}
body#Body_shop {
	background-color: #D2C9E0;
}
body#Body_mail {
	background-color: #E5CDB3;
}
body#Body_diary {
	background-color: #baced2;
	background-image: url(../img/bg_diary.png);
	background-repeat: repeat;
}


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: underline;
}

/* 透明度変化の時間を設定 */
a img {
    /* Firefox */
    -moz-transition: 0.2s;
    /* WebKit */
    -webkit-transition: 0.2s;
    /* Opera */
    -o-transition: 0.2s;
    /* Standard */
    transition: 0.2s;
}



/* ~~ この固定幅コンテナが他のすべてのエレメントを囲みます。~~ */
.container {
	width: 816px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	width: 816px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	width: 818px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: both;
	min-height:460px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1 {
	text-indent: -9999px;
}
.content p {
	margin-bottom: 1.5em;
}
.content h1 {
	background-repeat: no-repeat;
	height: 43px;
	width: 240px;
	display: block;
	margin-left: 30px;
}

/*サムネール*/
.content ul.thumnail {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 50px;
}
.content .thumnail li {
	width: 180px;
	float: left;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: center;
	height: 190px;
}
/* サムネールロールオーバー */
.content .thumnail li a:hover img.thumP {
    /* Firefox */
     -moz-opacity: 0.7;
    /* IE */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    /* Standard */
    opacity: 0.7;
}

 

/* ------------------------------------------------------------
フッタ
------------------------------------------------------------ */

#footer {
	font-size: 90%;
	color: #FFF;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	margin-top: 50px;
}

/* ------------------------------------------------------------
ヘッダ
------------------------------------------------------------ */

#header {
	width: 816px;
	margin-top: 20px;
}
#header h1 {
	background-image: url(../img/head_logo.png);
	height: 42px;
	width: 222px;
	float: left;
	margin-top: 10px;
	display: block;
	text-indent: 0px;
}
#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 222px;
}
#header ul#Navi {
	float: right;
	/* [disabled]width: 384px; */
	margin-right: 20px;
	margin-bottom: 40px;
}
#header ul#Navi li {
	float: left;
	margin-left: 15px;
}

/* ------------------------------------------------------------
A-1. トップページ
------------------------------------------------------------ */

body#Body_TOP .container {
	margin-top: 34px;
}
body#Body_TOP .container .content {
	height: 618px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
body#Body_TOP .container h1 {
	position: absolute;
}
body#Body_TOP .container .Menu {
	position: absolute;
}
body#Body_TOP .container .Menu#about {
	left: 137px;
	top: 287px;
}
body#Body_TOP .container .Menu#news {
	left: 536px;
	top: 287px;
}
body#Body_TOP .container .Menu#work {
	left: 288px;
	top: 204px;
}
body#Body_TOP .container .Menu#shop {
	left: 244px;
	top: 503px;
}
body#Body_TOP .container .Menu#mail {
	left: 635px;
	top: 143px;
}
body#Body_TOP .container .Menu#diary {
	left: 642px;
	top: 448px;
}



/* ------------------------------------------------------------
A-2. Menu
------------------------------------------------------------ */

.Menu {
	height: 64px;
	width: 64px;
}
.Menu a {
	background-image: url(../img/navi.png);
	height: 64px;
	width: 64px;
	display: block;
	text-indent: -9999px;
}
.Menu#about a:hover {
	background-position: 0px -64px;
}
.Menu#news a {
	background-position: -64px 0px;
}
.Menu#news a:hover {
	background-position: -64px -64px;
}
.Menu#work a {
	background-position: -128px 0px;
}
.Menu#work a:hover {
	background-position: -128px -64px;
}
.Menu#shop a {
	background-position: -192px 0px;
}
.Menu#shop a:hover {
	background-position: -192px -64px;
}
.Menu#mail a {
	background-position: -256px 0px;
}
.Menu#mail a:hover {
	background-position: -256px -64px;
}
.Menu#diary a {
	background-position: -320px 0px;
  pointer-events: none;
}
.Menu#diary a:hover {
	background-position: -320px -64px;
}



#Body_about .content h1 {
	background-image: url(../img/h_about.png);
	margin-bottom: 70px;
}
#Body_mail .content h1 {
	background-image: url(../img/h_mail.png);
	margin-bottom: 70px;
}
#Body_shop .content h1 {
	background-image: url(../img/h_shop.png);
	float: left;
}
#Body_work .content h1 {
	background-image: url(../img/h_work.png);
}
#Body_about .content {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8em;
	padding-bottom: 90px;
}
#Body_mail .content {
	text-align: center;
	padding-bottom: 90px;
}
dl {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
dt {
	float: left;
	white-space: nowrap;
	clear: both;
}
dd {
	padding-right: 0px;
}

#Body_mail dl {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#Body_mail dt {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.8em;
	width: 210px;
}
#Body_mail dd {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 210px;
	line-height: 1.8em;
}


#Body_shop dl {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#Body_shop dt {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.8em;
	width: 13em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B4A1D1;
	padding-left: 0.5em;
	margin-bottom: 10px;
}
#Body_shop dd {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 13.5em;
	line-height: 1.8em;
	margin-bottom: 10px;
}




#Body_shop .content ul.shopmenu {
	float: right;
	height: 45px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#Body_shop .content ul.shopmenu li {
	float: left;
	background-image: url(../img/shop_smenu_line.png);
	background-repeat: repeat-x;
	padding-right: 30px;
	height: 45px;
	background-position: left -10px;
}
#Body_shop .content ul.shopmenu li:first-child {
	background-image: url(../img/shop_smenu_c.png);
	width: 1px;
}
#Body_shop .content ul.shopmenu li:last-child {
	padding-right: 12px;
}
.roundwrap {
	background-color: #FFF;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 40px;
	border-radius: 3px;	/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}
.roundwrap .data {
	background-repeat: repeat-y;
	padding-left: 18px;
	margin-bottom: 1.5em;
}
.roundwrap p {
	margin-bottom: 1.5em;
}
#Body_shop .roundwrap .data {
	background-image: url(../img/shop_data_dot.png);
}
#Body_work .roundwrap .data {
	background-image: url(../img/work_data_dot.png);
}
.roundwrap .data h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.75em;
}
#Body_shop .roundwrap .btn_buy {
	float: right;
	height: 30px;
	margin-left: 30px;
	white-space: nowrap;
}
#Body_shop .roundwrap .btn_buy a {
	background-image: url(../img/btn_buy.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 96px;
}
#Body_shop .roundwrap .btn_buy a:hover {
	background-position: 0px -30px;
}

#Body_work .content.cook h1 {
	background-image: url(../../work/img/h_cook.png);
}
#Body_work .content.living h1 {
	background-image: url(../../work/img/h_living.png);
}
#Body_work .content.journey h1 {
	background-image: url(../../work/img/h_journey.png);
}
#Body_work .content.handmade h1 {
	background-image: url(../../work/img/h_handmade.png);
}
#Body_work .content.essay h1 {
	background-image: url(../../work/img/h_essay.png);
}
#Body_work .content.photobook h1 {
	background-image: url(../../work/img/h_photobook.png);
}
#Body_work .content.magazine h1 {
	background-image: url(../../work/img/h_magazine.png);
}
#Body_work .content.illbook h1 {
	background-image: url(../../work/img/h_illbook.png);
}
#Body_work .content.other h1 {
	background-image: url(../../work/img/h_other.png);
}
.thumnail li p {
	margin-top: 0.5em;
	margin-bottom: 0px;
}
.thumnail li a {
	text-decoration: none;
}
.thumnail li a:hover {
	text-decoration: underline;
}
.content h2.hyouki {
	clear: both;
	margin-top: 30px;
	margin-left: 30px;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}
