@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;
	background-image: url(../cimg/bgbg.jpg);
}

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #3D4B1B;*/
	/*background-color: #020035;*//*4/5変更*/
	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(../cimg/bg_head.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*
br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}
*/
/* ************************************************ 
 *	.clearfix
 * ************************************************ */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
	min-height:1%;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}


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;
}
optgroup {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    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;*/
}
