@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
		cssの初期設定
 ---------------------------------------------------------------------------------------------------- */

body{
	color: #151515;
	font-size: 0.85em;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6em;
	text-align: center;
	background: #fdfaec url(../img/bg.gif) left top repeat;
}

a{ color: #3120fe; text-decoration: underline; text-shadow: 1px 1px 5px #eee;}
a:hover{ color: #e41b1b; text-decoration: underline; text-shadow: 1px 1px 3px #ff99ff; }
/*
a img{  padding: 1px; border: 1px #fff solid; }
a:hover img{  padding: 1px; border: 1px #ff0000 solid; box-shadow: 0 0 5px #ff00ff; }
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

div,h1,h2,h3,h4,p,address{
	display: block;
}

h1, h2, h3,h4,address{
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0em;
}

img{
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}

img.scroll{
	position: fixed;
	right: 10px;
	bottom: 80px;
}

p{
	color: #171717;
	line-height: 1.6em;
}

li,dt,dd{
	line-height: 1.6em;
	list-style: none none outside;
}

input,textarea,select{
	margin: 5px 0px;
	padding: 3px 5px;
	border: 1px #bbb solid;
	border-radius: 7px;
	font-weight: bold;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
