/* e-pokke.com - 共通スタイルシート */

body {
  color: #444444;
  font-size: 12px;
	line-height: 160%;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px
}

a:link, a:visited, a:hover {
  color: #444444;
}

h2 {
  margin: 0px 0px 10px 10px;
	padding: 7px 0px 7px 24px;
	font-size: 16px;
	letter-spacing: 4px;

	background-image: url(img/bg_title.gif);
	background-repeat: no-repeat;
}

h3 {
  margin: 0px 15px 10px 30px;
	padding: 4px 0px 4px 10px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #EAEAEA;
}

h6 {
  margin: 0px 20px 10px 10px;
	padding: 6px 0px 6px 20px;
	font-size: 12px;
	font-weight: normal;
}

p {
  margin: 0px 20px 10px 10px;
	padding: 6px 0px 6px 40px;
}

form {
  margin: 0px;
}

li {
  margin: 12px 0px 0px 0px;
  list-style-image: url(img/p_dot_blue.gif);
}

/* クラスの定義 */

.menu {
  background-image: url(img/bg_menu.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #444444;
	height: 36px;
}

.menu a:hover {
  text-decoration: underline;
	color: #444444;
}

.menu a:link, .menu a:visited {
  text-decoration: none;
	color: #444444;
}

.copy {
  font-size: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-top:1px dotted #7195C6;
}

.caution {
  font-size: 12px;
	line-height: 120%;
}

.mark {
  color: #FF3300;
}

.iuse {
  font-size: 12px;
	line-height: 120%;
	border-width: 1px;
	border-style: solid;
	border-color: #7195C6;
}

.iuse_title {
  color: #0066CC;
	font-weight: bold;
	line-height: 150%;
}

.iuse_subtitle {
	font-weight: bold;
	line-height: 150%;
}

.error {
  margin: 0px 20px 10px 50px;
  padding: 6px 0px 6px 50px;
  color: #FF3300;
  font-size: 12px;
  font-weight: normal;
}

/* ---------- End of Css ---------- */
