@charset "utf-8";
/* CSS Document */

/************************************************************
HTML TAGS
************************************************************/
*{
	margin:0;
	padding:0px;
}

html, body {
	color:#333333;
	/* font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3, sans-serif"; */
	font-family: "ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","Osaka", "sans-serif";
	font-style: normal;
}

body{
}

h1{}

h2{}

h3{}

h4{}

h5{}

p{
	line-height:1.7;
	font-weight:normal;
	letter-spacing:0.02em;
}

dd{
	line-height:1.7;
}

table{}

th{line-height:1.5;}

td{line-height:1.5;}

ul,ol{list-style-type:none;}

li img, dt img, dd img{vertical-align:bottom;}

hr{margin:0px;padding:0px;}

address{
	background:url(../image/footer_bg.gif) repeat-x;
	text-align:center;
}

a{
	color:#324994;
	outline:none;
}

a:hover {
	color:#e1711e;
    text-decoration:underline;
}

a img{
	border:none;
}


/* custom size*/
p,li,dt,dd,th,td{
	font-size:93%;
}

textarea{
	font-size:93%;
}

address{
	font-size:77%;
}