@charset "utf-8";
@media screen
{
	/*
	========== CSS information ================================
	
	Name:        AZ store十代目スタイル
	Version:     1.00
	Author:      坂取（Sakatori） - http://az-store.nrym.org/
	Description: IE6は管理の都合上スターハックで対応、子セレクタハックは使わない。
	             デザイン変更の際はスターハックの部分を削除すること。
	
	更新履歴
	1.00:        2009.08.28
	1.01:        2009.09.05 （フォームのスタイル修正・jQuery導入）
	
	-----------------------------------------------------------
	
	文字色:   color_______#4e4e4e
	背景色:   background__#fdfdfd
	リンク色: link________#2b51db
	        : visited_____#a75aa6
	        : hover_______#d998a8
	
	01. Structure Module
	02. Text Module
	03. Hypertext Module
	04. List Module
	05. Edit Module
	06. Forms Module
	07. Tables Module
	08. Image Module
	09. Object Module
	10. Presentation Module
	11. デザインその他
	
	===========================================================
	*/

	/*
	===========================================================
	基本
	-----------------------------------------------------------
	*/
body
	{
	margin-bottom: 0;
	}

	/* 見出しにリンクした場合も太字にする */
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
	{
	text-decoration: none;
	}



	/*
	===========================================================
	ansuz固有
	-----------------------------------------------------------
	*/
	/* 非表示（h2とh3） */
	/* 非表示 */
.site,
.navigation-title
	{
	display: none;
	}
.footer
	{
	margin: 2em auto;
	padding-top: 1em;
	padding-bottom: 1em;
	}
	/* メインナビゲーション */
.global-navigation
	{
	min-height: 1px;
	border: none;
	background: transparent;
	border: none;
	border-top: 2px solid;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	}
		.global-navigation dt
			{
			margin: 0;
			margin-right: -9em;
			padding: 0.2em 0;
			float: left;
			clear: both;
			display: inline;
			width: 10em;
			text-indent: 10px;
			background-image: none;
			border: none;
			}
		.global-navigation dd
			{
			margin-left: 0;
			padding: 0.2em 10px 0.2em 10em;
			border: none;
			border-bottom: 1px #989898 solid;
			/* 
			color: #cccccc;
			 */
			}
		.global-navigation:after
			{
			height: 0;
			visibility: hidden;
			content: ".";
			display: block;
			clear: both;
			}

.share
	{
	position: absolute;
	top: 1.5em;
	right: 2%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	vertical-align: middle;
	}

.hatena-star-star-container 
	{
	display: block;
	float: left;
	margin-right: 0.5em;
	}

.hatena-star-comment-button
	{
	display: none !important;
	}





 .adsense-top
,.adsense-bottom
	{
	margin: 1em 0;

	}
 .adsense-top p
,.adsense-bottom p
	{
	display: none;
	}

/* 【削除不可】 */
}