/* === Default setting File (Japanese) === */



* {
	font-style: normal;
	font-weight: normal;
}

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

/* --------------------------------------------------body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.8em;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* -------------------------------------------------- font elements */
h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,address {
}

h1,h2,h3,h4,h5,h6 {
}

p,li,dt,dd,th,td,pre {
}

address {
}

ol li,
ul li {
	list-style: none;
}

li p,
li li,
li li li,
dd p,
dd li,
dd dd,
dd pre,
dt p,
th p,
th li,
th pre,
td p,
td li,
td pre {
}

/* -------------------------------------------------- text elements */
strong {
	font-weight: bold;
}

em {}

/* -------------------------------------------------- Table elements */
table,th,td {
	border-collapse: collapse;
}

/* -------------------------------------------------- Form elements */
input,
select,
textarea {  }

p input,
p select,
p textarea,
li input,
dd input,
li select,
dd select {
}

/* -------------------------------------------------- etc */
a,img {
	border: 0;
}

img,input {
	vertical-align: middle;
}

/* -------------------------------------------------- link elements */
a,a:link {
	color: #FFB200;
	text-decoration: none;
}

a:active {
	color: #FFB200;
}

a:visited {
	color: #FFB200;
}

a:hover {
	color: #FFB200;
}
/* -------------------------------------------------- etc */
a img{	border:0;}

a:hover img{
	border:none;
	filter: alpha(opacity=50);
}

/* EOF */
