/*
THEME NAME: mushipro2
THEME URI: http://d7r.com/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 0.9
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	"footer.css";
@import	"submenu.css";

body {
	margin: 0;
	padding: 0;
	background-image:url('images/bg.png');
	background-position : top center ;
	background-repeat : repeat-y;
	background-color: #aadad8;
	color:#000000;
	font-variant:normal;
	font-style:normal;
	font-weightt:normal;
	font-size:14px;
	font-family : "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐ ゴシック",sans-serif;	
	text-align: center;
	line-height : 20px;
}

A {
	text-decoration:none;
	color:#000099;
}
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:#666666;
	background-color:#666666;
}


