@charset "UTF-8";

/*------------------------------------------------------------------------------
	Dezikon Cart - Browser Formatting & Redefine
	Date: 2009-05-13
	Copyright (C) GMO System Consulting, Inc. All Rights Reserved.
------------------------------------------------------------------------------*/

/*	Formatting Reset
----------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
	line-height:1.3;
}


/*	Redefine
----------------------------------------------------*/
body{
	color:#333;
	font-size:small;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	background:url(../images/bg_body_01.gif?1243571890) repeat-x top left;
}

h1,h2,h3,h4,h5,h6{font-size:100%;}

ul,
ul li{list-style-type:none;}

p{margin:0 0 1em;}

a:link		{color:#0c5f93;}
a:visited	{color:#704a99;}
a:hover,
a:visited:hover	{text-decoration:none;}
a:active	{color:#0c5f93;}

img{border:0;}
	
textarea{font-size:small;}
