@charset "utf-8";

/*
 Share Style
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
	width:100%;
	overflow-y:scroll;
}
body {
	background-color:#FFFFFF;
	width:100%;
	color:#000;
	line-height:1.4;
	text-align:center;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
p,li,dt,dl {
}
ul,ol,dt,dl,li {
	list-style-type:none;
	list-style-position:outside;
}
th,caption{
	font-weight:normal;
	text-align:left;
}
img {
	border:none;
	vertical-align:bottom;
}
address {
	font-style:normal;
}

.clear {
	clear:both;
}
.leftImg{
	float:left;
}
.rightImg{
	float:right;
}
hr{
	display:none;
}
iframe{
	border:0;
}
img,fieldset,abbr,acronym {
    border:0;
}
table {
    font-size:inherit;
    font:100%;
    border-collapse:collapse;
    border-spacing:0;
}
input,select,textarea{
    font:99% arial,helvetica,clean,sans-serif;
    /* for macIE5 \*/
    font-family:"Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック",Verdana,sans-serif;
    font-weight:bold;
}
select option {
    padding : 0 0.5em;
}
form label{
    cursor : pointer;
}
input:focus,select:focus,textarea:focus{
    background-color:#fcf5f5;
}

/*
 Link Color
----------------------------------------------------------- */
a:link {
	color:#e83534;
	text-decoration:none;
}
a:visited {
	color:#e83534;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#e83534;
}
