@charset "shift-jis";

/* basic sytle
--------------------------------------------------*/
body{
	background:#ffffff;
	color:#666666;
	font-size:100%;
	font-family:"HiraKakuPro-W3",Osaka,"MS UIGothic",sans-serif;
	text-align : left;
    line-height: 140%;
}

/* $B8+=P$7(B */
h1{
    font-weight: bold;
	font-size: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

/* $B8+=P$7(B */
h2, h3 {
    font-weight: normal;
}

/* $B8+=P$7(B2 */
h4, h5, h6 {
    font-weight: normal;

}

/* $B%j%s%/(B */
a,
a:link,
a:visited {
	color: #333399; 
    text-decoration: underline;
	
}
a:hover {
    color: #000066;
    text-decoration: none;
}
a:active {}

/* $B%j%s%/$D$-2hA|(B */
a img {
    border: 0;
}

/* $B%j%s%/$J$72hA|(B */
.image{
    padding : 0px;
}

/* $BCJMn(B */
p {
    padding: 10px 0px 0px 0px;

}

/* $B=g=x$J$7%j%9%H(B */
ul, ol {
    padding: 0px;
	margin: 0px;
}
ul li {
    list-style-type: none;
}

ul.navi li{
    margin: 0px;
	list-style-type: none;
	display: inline;
}
ul li {
    list-style-type: none;
}

/* $BDj5A%j%9%H(B */
dl {}
dt {}
dd {
    padding-left: 8px;
}

.clear {
    clear: both;
}

/*=======================================
Win Style
=======================================*/
*html body{
	font-size:80%;
}
