/* -- -- --
 * CSS Style Name: Mstyle CSS
 * Version: 3.2
 * Last Up Date: 2009.12
 * Author: mick
 * Guideline URI: http://aradas.net/guideline/
-- -- -- -- -- -- -- -- */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	}

body {
	background: url(../images/common/bg_body.jpg) repeat-x;
	background-color: #fff;
	text-align:center;
	font-family: "Meiryo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック", arial , Verdana;
	font-size: 10px;
	>font-size:62.5%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	}
	
html:\66irst-child body {
	font-size:62.5%;
	}
	
h1,h2,h3,h4,h5,p,form {
	margin:0;
	padding:0;
	}

html,body,div,ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,pre,form,p,
blockquote,fieldset,input,hr {
	margin:0;
	padding:0;
	}

h1,h2,h3,h4,h5,h6,pre,code,address,
caption,cite,code,em,strong,th {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	}

/* all
------------------------------------------------------------------------- */
a {
	border: none;
	color: #005A49;
	text-decoration: underline;
	}

a:hover {
	color: #005A49;
	text-decoration: none;
	}

a img{
	border: none;
	}
 
.clear:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#body:after, .clear {
	display: inline-block;
} /* ie */

/* Hides from IE5-mac \*/
* html .clear { height:1px; }
.clear { display:block; }
/* End hide from IE5-mac */

p,
div {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-align: left;
	}
	
ul,ol {
	list-style:none;
	line-height:1.4;
	}

fieldset,img,hr {
	border:none;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

th {
	text-align:left;
	line-height:1.4;
	}

td {
	vertical-align:top;
	line-height:1.4;
	}