/* === 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: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 100%;
	line-height: 2;
	color: #595959;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top;
}

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

h1,h2,h3,h4,h5,h6 {
	line-height: 1.1;
}

p,li,dt,dd,th,td,pre {
	line-height: 1.5;
	font-size: 80%;
}

address {
	line-height: 1.1;
	font-size: 80%;
}

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 {
	font-size: 100%;
}

/* -------------------------------------------------- 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 {
	font-size: 100%;
}

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

img,input {
	vertical-align: middle;
}

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

a:active {
	color: #FF6600;
	text-decoration: underline;
}

a:visited {
	color: #089BDC;
}

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

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

/* EOF */
