@charset "euc-jp";

/* -----------------------------------------
  RMK / RDS / PCshop  Reset&Set layout CSS
  Modified:2008/8/22
----------------------------------------- */

/* Base Set
================================*/

/* Reset */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,code,address,
form,fieldset,legend,input,textarea,p,blockquote{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,address {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}
dl,ul,ol {list-style:none;}
legend {display:none;}
table,img,fieldset {border:0;}
p,pre,table {
	margin:auto;
	font-size:inherit;
}

/* Set */
body {
	background-color:#fff;
	color:#333;
	font:13px/1.231 Arial, Helvetica, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	*font-size:small;
	*font:x-small;
	text-align:center;
}

a:link {color:#09c;}
a:visited {color:#09c}
a:hover {color:#f30}
a:active {color:#f30}

pre {
	padding:0.5em 10px;
	width:90%;
	overflow:scroll;
	font-family:"£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡ÝÅùÉý", "Osaka-Mono", monospace;
}

br.clear {clear:both}

/* ClearFix
================================*/

/* firefox/Safali */
.clearfix:after {
	content:".";
   display:block;
   clear:both;
   height:0;
   visibility:hidden;
}
/* IE7 */
.clearfix {zoom:100%; }
/* exlude MacIE5 \*/
* html .clearfix {height:1% }
.clearfix {display:block;}
/* end MacIE5 */
