/* CSS Document */
/*****************************************************************************
 * 基本タグ設定
 *****************************************************************************/
* {margin: 0;padding: 0;border: none;list-style-type: none;font-style: normal;font-weight: normal;font-size: 100%;font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;text-align: left; color:#444444; line-height:1.1;}

body {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, caption, th, td, img, form {margin: 0;padding: 0;border: none;font-style: normal;font-weight: normal;font-size: 100%;text-align: left;list-style-type: none;}

textarea {font-size:100%;}

img {vertical-align:bottom;}

hr {display:none;}

a:link {
	color:#0957b6;
	text-decoration: underline;
}

a:hover {
	color:#006
}

a:focus {
	color:#0957b6
}

a:visited {
	color:#0957b6
}

.fl {
	float: left;
}

.cb {
	clear:both;
}

.none{
	display: none;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}
