/*
THEME NAME: d7r4
THEME URI: http://d7r.com/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 0.2
AUTHOR: Sadatsugu Nomura
AUTHOR URI:
TAGS: sandbox based, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

@import	"block.css";
@import	"head.css";
@import	"menu.css";
@import	"content.css";
@import	"submenu.css";
@import	"footer.css";

body {
	margin: 0;
	padding: 0;
	background-image : url("images/bg.png");
	background-position : top center ;
	background-repeat : repeat-y;
	background-color: #a81616;
	font-variant:normal;
	font-style:normal;
	font-weightt:normal;
	font-size:10px;
	font-family : "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐ ゴシック",sans-serif;	
	/*
	****Mac
	Hiragino Mincho Pro
	Hiragino Kaku Gothic Pro
	Hiragino Kaku Gothic Std
	Hiragino Maru Gothic Pro
	****Windows
	ＭＳ ゴシック
	ＭＳ 明朝
	****共通欧文フォント
	Arial
	Arial Black
	Comic Sans MS
	Courier New
	Georgia
	Impact
	Times New Roman
	Trebuchet MS
	Verdana
	*/
	_font-size:62.5%;
	text-align: center;
	line-height : 1;
}

A {
	text-decoration:none;
}
A:link{text-decoration:none;color:#000099;}
A:hover{text-decoration:none;color:#ff0000;}
A:visited{text-decoration:none;}
A IMG{border:none;}

H1,H2,H3,H4,H5,H6 {	
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;
}


UL,OL,LI {	
	margin:0;
	padding:0;
	list-style: none none outside;
	text-indent:0;
}

HR {	
	border:0 none;
	height:1px;
	//width:100%;
	margin:0;
	padding:0 0 0 0;
	color:#999999;
	background-color:#999999;
}

