@charset "utf-8";
/* CSS Document */

/*
 ********************************
 *
 * Base(Common) CSS
 *
 * CSS Setting
 * for digital-packet.com
 * original - 00 2008.06.20 T.Chika
 * revision - 01
 *
 ********************************
*/
html {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #F1EFEC;
	font-family: 'Meiryo', 'メイリオ', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'ＭＳ Ｐゴシック', "MS UI Gothic", "MS P Gothic", Osaka, Arial, helvetica, sans-serif;
	/* */
  /*
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "MS UI Gothic",'ＭＳ Ｐゴシック', 'Osaka';
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Osaka, helvetica, sans-serif;
  font-family: "MS UI Gothic","MS P Gothic", Osaka, Arial, helvetica, sans-serif;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  */
	/* */
  font-size: 9pt;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../img/bg_html.gif);
	background-repeat: repeat-y;
	background-position: center;
}

input, textarea, select, option {
	font-size: 9pt;
	font-family: 'Meiryo', 'メイリオ', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'ＭＳ Ｐゴシック', "MS UI Gothic", "MS P Gothic", Osaka, Arial, helvetica, sans-serif;
}

a:link {
  color: #993333;
  text-decoration: none;
}

a:visited {
	color: #6F2424;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}

a:active {
	color: #CC3333;
	text-decoration: underline;
}

form {
  margin: 0px;
  padding: 0px;
}

label {
  margin: 0px;
  padding: 0px;
}

img { border-width:0px; }

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-size: 9pt;
}
