@charset "utf-8";
/*-- RESET CLASSES--*/

/*------------------*/
/* WIDTH */
/*------------------*/
html,body{
	height: 100%;
}
body, div, a, p, ul, ol, li, dl, dt, dd, table, th ,td, img,
h1, h2, h3 ,h4 ,h5, h6, form, select, figure, figcaption {
	margin:0;
	padding:0;
}
ul, ol { list-style: none; }
img { border: 0; vertical-align:middle;}
table { border-collapse: collapse; border-spacing:0; }
caption {padding:0; text-align:left; }
th, td {
	text-align: left;
	vertical-align: baseline;
}
input, select { vertical-align: middle; }
input[type="text"],
input[type="password"],
textarea,
select {
	outline:none;
}

input[type="button"],input[type="text"],textarea{
-webkit-appearance: none;
border-radius: 0;
border: 1px solid #A9A9A9;
}
input[type="submit"],input[type="image"],textarea{
-webkit-appearance: none;
border-radius: 0;
}

header, footer, nav, section, article, figure, aside,
details, figcaption, figure, hgroup, menu {
	display:block;
}

input { display:inline; }

iframe { border: none; }

/*------------------*/
/* FONT FACE */
/*------------------*/
body, input, textarea, select {
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ Pro W3','Meiryo','Verdana,Geneva,Arial','ＭＳＰ ゴシック','sans-serif';
	font-size: 14px;
	line-height:1.8 ;
}

h1, h2, h3 ,h4 ,h5, h6,address, th, b {
	font-style:normal;
	font-weight:normal;
	font-size: 14px;
}

/*------------------*/
/* LINK STYLES */
/*------------------*/
a:link {
	color:#6b0067;
	text-decoration: none;
}

a:visited {
	color:#6b0067;
	text-decoration: none;
}

a:hover {
	color:#6b0067;
}

a img {
background:none!important;
}
a:hover img {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}

