@charset "utf-8";

/*==============================================*
	各要素を一旦リセットし、
	基本的な要素に対して一括的に定義します。
	
==============================================*/

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

blockquote {
	margin: 10px;
	padding: 10px;
}



/* 各要素のボーダーをクリア */
fieldset,img {
	border: 0;
}

/* テーブルのボーダーを指定 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
/* リストのマーカーを消去 */
ul,ol {
	list-style-type: none;
}


/* フォント・テキスト関連 */
body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	line-height: 100%;
	color: #222;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック";
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	line-height: 1;
}

p {
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
}

.textRight{
	text-align:right;
	width:100%;
}

.textCenetr{
	text-align:center;
	width:100%;
}

a {
	color: #425FCC;
//	color: #314CCB;	
//	color: #193BD8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
