@charset "utf-8";

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

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

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

html {
	overflow-y: scroll;
}

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

address,code,em,strong,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,acronym,fieldset {/*略語*/
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 0px;
}


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

body{
	background-color: #FFF;
	color: #333;
	text-align: center;
	line-height:140%;
	font-size:80%;
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;*/

}

/*----------------------------------------------------
	font
----------------------------------------------------*/

h2{
	margin:0px auto 5px;
	padding:0px;
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

/*a:link {
	text-decoration: underline;
	color					 			:	#0033cc;

}

a:visited {
	text-decoration: underline;
	color					 			:	#0033cc;

}*/

a:hover {
	text-decoration: none;
	color					 			:	#0033cc;

}

a:active {
	text-decoration: underline;
	color					 			:	#0033cc;

}

	 
