@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: ハンドメイド雑貨 magnet council
	Version: 1.0
	Last Up： 07/06/11
	Author: Akiko Tanaka
	Comment: 初期スタイルリセット用 - ベースリンクカラー設定
----------------------------------------------------------- */

/* 
 default Style [
----------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 100%;
}

body {
	background: url(../images/bg.jpg);
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

p {
	margin:0 0 1em;
	padding: 0px;
}

ol,ul {
	list-style:none;
}

img { 
	border:0;
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align:left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

a {
	overflow:hidden;
	cursor: pointer;
}

hr {
	display: none;
}

/*
 Base Link Color [
----------------------------------------------------------- */
a {
	color:#0C5F95;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:none;
	color:#0C5F95;
}
a:active {
}
