@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset  
----------------------------------------------------*/

html,body{
	height:100%;

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

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: 12px;
}


caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

/*--
hr,legend {
	display: none;
}
--*/
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {

	color: #484848;
	font-size: 12px;
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,Sans-Serif;*/
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
	letter-spacing:1px;
}

br {
letter-spacing:0;
}
/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color:#4880BC;
}

a:visited {
	text-decoration: none;
	color:#4880BC;
}

a:hover {
	text-decoration: underline;
	color:#0099CC;
}

a:active {
	text-decoration: none;
	color:#0099CC;
}

/*----------------------------------------------------
	その他
----------------------------------------------------*/

.p_1em{ padding-left:1em;}
.txt10{font-size:10px;}
.txt14{font-size:14px;}
