/* 
copyright + credits{
	dragonsystem.net: MASATATSU SHOP edition;
	copyright: 2006 KanekoRyu. All rights reserved.;
	email: shop@dragonsystem.net ;
} 
*/

/*===== 1: universal reset =====*/
*{ /* set the fonts to a uniform size, including form fields as well as all headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}

/*===== 2: html and body =====*/
/*
html{
	min-width:770px;
}
*/

body{
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ",Meiryo,"MS P ゴシック",sans-serif;
	font-size: x-small !important;
	_font-size: 10px;
	color:#666666;
	
	background-color: #ffffff;
	background-image: url("../common/img_bg/headbase.jpg");
	background-repeat: repeat-x;
		
	}


/*===3:リンクカラーの設定===*/
a:link { /*リンクスタンバイ*/
	color: #0099ff;
	text-decoration: none;
	}
a:visited { /*リンク訪問済み*/
	color: #6699CC;
	text-decoration: none;
	}
a:active { /*リンクボタンダウン*/
	color: #3366CC;
	text-decoration: none;
	}
a:hover { /*リンクボタンオーバー*/
	color: #0033CC;
	text-decoration: underline;
	}
	
/*=== 4:文字要素の設定 ===*/
p { /*本文指定*/
	font-size: x-small !important;
	_font-size: 10px;/*IE用の指定*/
	color: #818181;
	line-height: 180%;
	margin-bottom: 2em;
	}
	
h1 { /*H1見出し指定*/
	
	}
	
h2 { /*H2見出し指定*/
	
	}
	
h3 { /*H3見出し指定*/
	
	}

h3 { /*H3見出し指定*/
	
	}

h4 { /*H4見出し指定*/
	
	}

h5 { /*H5見出し指定*/
	
	}

h6 { /*H6見出し指定*/
	
	}

h2.midashiBsize {
	font-size: small !important;
	_font-size: 12px;/*IE用の指定*/
	font-weight: bold;
	color: #666666;
	margin-top: 1em;
	}
	
	h2.midashiBsizeDesigner {/*デザイナー名*/
	font-size: x-small !important;
	_font-size: 10px;/*IE用の指定*/
	font-weight: bold;
	color: #666666;
	margin-top: 1em;
	}

h3.midashiBsize {
	font-size: x-small !important;
	_font-size: 10px;/*IE用の指定*/
	font-weight: bold;
	color: #666666;
	margin-top: 1em;
	}
	
h3.midashiBsizeHome {
	font-size: x-small !important;
	_font-size: 10px;/*IE用の指定*/
	font-weight: normal;
	color: #333333;
	margin-top: 0.2em;
	}

/*=== リストの表示設定 ===*/
ul.Home_pCategory { /* MTで出力するサイドバーのリストHOME */
	margin: 0.3em 0 0.5em 0;
	padding: 0;
	list-style: none;
	}
ul.Home_pCategory li {
	width:100%;
	font-size: xx-small; line-height: 150%;
	_font-size: 10px; line-height: 160%;
	margin-top:0.3em;
	margin-bottom:0.5em;
	}

ul.Home_blogEntry { /* MTで出力するサイドバーのリストHOME */
	margin: 0.3em 0 0.5em 0;
	padding: 0;
	list-style: none;
	}
ul.Home_blogEntry li {
	width:100%;
	font-size: xx-small; line-height: 150%;
	_font-size: 10px; line-height: 160%;
	margin-top:0.3em;
	margin-bottom:0.5em;
	}
/*===*/
ul.inside_LocalMenu { /* MTで出力するサイドバーのリストHOME */
	margin: 0.3em 0 0.5em 0;
	padding: 0;
	list-style: none;
	}
ul.inside_LocalMenu li {
	width:100%;
	font-size: xx-small; line-height: 150%;
	_font-size: 10px; line-height: 160%;
	margin-top:0.3em;
	margin-bottom:0.5em;
	}




.mtList { /* MTで出力するサイドバーのリスト */
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
	font-size: 10px; line-height: 150%;
	}
	ul .mtList li{ /* MTで出力するサイドバーのリスト */
		list-style: none; font-size: 10px; line-height: 150%;
		}
	
.regulation { /*利用規約ページのリスト*/
	margin: -1em 0 1em 0;
	padding: 0 0 0 8px;
	list-style: none;
	}


/*==== モジュール部分 ====*/

/*=== ヘッダー部分の設定 ===*/
#HeaderContainer {/*ヘッダーのコンテナ*/
	display: block;
	width: 970px; /*ヘッダ部分の幅(タブメニューの右エンド)になる*/
	height: 96px;
	/*position: absolute;*/
	/*top: 0px; left: 0px;*/
	}
	
#logoType{/*ロゴの表示部分の設定*/
	z-index: 1;
	position: absolute;
	top: 0px; 
	left:0px;
	display: block;
	width: 530px;
	height: 96px;
	background-image: url("img/logo.jpg");
	background-repeat: no-repeat;
	text-indent: -500px;
	margin: 0px 0px 0px 0px; padding: 0;
	}
	
#headerMenuContainer { /*ヘッダメニューのコンテナ*/
	display: block;
	width: auto;
	height: 35px;
	padding: 0px 0px 0px 0px; margin: 0;
	float: right;
	}

.headerMenu {
	display:bloack;
	float:left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0px 0px 0px 10px;
	}


/*=== フッター部分の設定 ===*/
#FooterContainer {
	clear: both;
	display: block;
	width: auto; min-height: 60px;
	margin: 40px 0px 20px 0px;
	padding: 5px 0px 5px 0px;
	border-top:1px solid #E6E6E6;
	background-image: url("img_bg/footerbg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: top;
	}
#Footer {
	display: block;
	width: 991px;　/*フッタ部分の幅(右エンド)になる*/
	height: auto;
	}
	
.copyright {
	display: block;
	margin: 5px 0px 5px 25px;
	padding: 0px 0px 0px 0px;
	font-size: xx-small !important;
	_font-size: 9px;
	width: auto; height: auto;
	float: left;
	}
	
#footerMenuContainer{ 
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	width: auto;
	height: 13px;
	float: right;
	}
	
.footerMenu {
	display:block;
	margin: 0px 0px 0px 10px;
	float: left;
	font-size: xx-small;
	}

/*=== フロート ===*/
.imgFloatLeft {
	float: left;
	}
.imgFloatRight {
	float: right;
	margin: 0 0 5 10px;
	}
	
.floatLeft {
	float: left;
	}
.floatRight {
	float: right;
	}


/*=== ページトップ移動ボタン ===*/


.pageTop a{
	display: block;
	background-image: url("img_btn/pageTop.gif");
	background-position: right 0px;
	padding: 0;
	margin: 5px 0px 10px auto;
	_margin: 0px 0px 0px auto;
	text-align: right;
	width: 62px;  height: 13px;
	clear: both;
	
	background-repeat: no-repeat;
	}

.pageTop a:link {

	background-position: right 0px;
	display: block;
	width: 62px;  height: 13px;
	/*background-image: url("img_btn/pageTop.gif");*/
	background-repeat: no-repeat;
	}
	
.pageTop a:hover {
	display: block;
	background-position: right -13px;
	width: 62px;  height: 13px;
}
