@charset "UTF-8";
/*

==================================================



    株式会社8bit

    Copyright (C) 8bit. All Rights Reserved.



    CSS File Name - redefine.css

    Last-updated: 2010-04-17

	

    +1: Formatting Reset

    +2: Redefine



==================================================

*/





/*--------------------------------------------------

    +1: Formatting Reset

==================================================*/



html,  body,  div,  dl,  dt,  dd,  ul,  ol,  li,  h1,  h2,  h3,  h4,  h5,  h6,  pre,  form,  fieldset,  input,  textarea,  p,  blockquote,  th,  td {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
    word-break: break-all;
	word-wrap:break-word;
}
table{
	border-spacing: 0;
}
fieldset,  img {
	border: 0;
}
address,  caption,  cite,  code,  dfn,  em,  th,  var {
	font-style: normal;
	font-weight: normal;
}
strong,  em {
	font-weight: bold;
	font-size: 16px;
}
ol,  ul {
	list-style: none;
}
caption,  th {
	text-align: left;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,  q:after {
	content: '';
}
abbr,  acronym {
	border: 0;
}
img {
	vertical-align: top;
}
object {
	vertical-align: middle;
}
/*----------------------------------------------------------------------*/





/*--------------------------------------------------

    +2: Redefine

==================================================*/



html {
	overflow-y: scroll;
}
body {
	background:#EAEEF2;
	color:#000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	line-height:1.5;
	text-align:left;
	margin:0;
}
.yu{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,sans-serif;
	letter-spacing:-0.05em;	
}
a {
	color: #000000;
	text-decoration:underline;
}
a:link,  a:visited {
	color: #000000;
}
a:hover,  a:active {
	color: #000000;
	text-decoration:none;
}
input[type="checkbox"],
input[type="radio"]{
	cursor:pointer;	
}
