@charset "utf-8";
/*=========================================================
 *
 *	css file for "www.direct-comm.com"
 *	file name : base.css
 *
=========================================================*/


/* Initialization */
/* -------------------------------------------------- */

* {
    margin: 0px;
    padding: 0px;
	line-height: 1.4;
}
.wrap .active-list li {
  padding-top: 0px;
}

body {
  position: relative;
  background-image: url(../sharedimg/bg_body.gif);
  /*background: #fff url(../sharedimg/bg_body_grad.gif) repeat-y;*/
  background-color: #ffffff;
  /*background-image: url(../sharedimg/bg_body_grad.gif); */
  background-image: url(../sharedimg/bg_texture_grad.gif);
  background-position: center top;
  background-repeat: repeat-y;
  /*background-attachment: fixed; */

  min-width: 1024px;
  _display: inline;
  _zoom: 1;
  /*font-family: 'Lucida Grande', 'Verdana', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',  san-serif;*/
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
  display: none;
 
}

#wrapper {
	/*display: none;*/
}


img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style-position: outside;
	list-style-type: none;
}

p {
	line-height: 160%;
	/*margin-bottom: 10px;*/
}


a {
	outline: none;

}

a:link {
	/*color: #039;*/
	color: #005BDF;
	text-decoration: none;
}

a:visited {
	color: #006;
	/*color: #005BDF;*/
	text-decoration: none;
}

a:active,
a:hover {
	color: #F60;
	text-decoration: underline;
	color: #005BDF;
}


hr.clear {
	display: none;
	clear: both;
}

hr.line {
	border: none;
	height: 30px;
	margin: 5px 0;
	background : url(../sharedimg/line_001.gif) no-repeat 0 50%;
}

hr.line02 {
	border: none;
	height: 30px;
	margin: 5px 0;
	background: url(../sharedimg/img_line02.gif) no-repeat 0 50%;
}

br.brclear {
	clear: both;
}


h1,h2,h3 {
	font-weight: normal;
	font-size: 10px;
	color: #958E7F;
	display: inline;
}

h3 {
	display: block;
	font-size: 12px;
	color: #666;
	width: 100%;
	text-align: center;
}

strong {
	color: #1E90FF;
	font-weight: bold;
}

em {
	color: #009999;
	font-style: normal;
	font-weight: bold;
}

.fixed{
	position:fixed;
	/*top:20px;/*固定させたい位置*/
	top: 0px;
	z-index: -1;
}


/* layout */
/* -------------------------------------------------- */

div#container {
	width: 1024px;
	margin: auto;
}




/* font color */
/* -------------------------------------------------- */

span.red {
	color: #ff8040;
	font-weight: bold;
}
span.blue {
	color: #1E90FF;
}
span.green {
	color: #009999;
}
span.greenbold {
	color: #009999; FONT-WEIGHT: bold
}
SPAN.lightgreenbold {
	COLOR: #4dc14d; FONT-WEIGHT: bold
}

span.darkred {
	color: #ff0000;
}
span.orange {
	color: #ff8040;
}
span.pink {
	color: #ff80c0;
}

span.darkblue {
	color: #0000ff;
}
SPAN.darkbluebold {
	COLOR: #0000ff; FONT-WEIGHT: bold
}
span.lightgreen {
	color: #009900;
}
SPAN.lightbluebold {
	COLOR: #00cccc; FONT-WEIGHT: bold
}

span.normal {
	font-weight: normal;
}


span.marker {
	background: #FDFF96;
	font-weight: bold;
}

span.bold {
	font-weight: bold;
	font-size: 120%;
}


span.l_red {
	font-weight: bold;
	color: #ff8040;
	font-size: 24px;
}



ul.list01 {
	padding: 20px 10px;
}

ul.list01 li {
	background: url(../sharedimg/icon/icon_list.gif) no-repeat 0 50%;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

ul.normal_list {
	margin-bottom: 20px;
}

ul.normal_list li {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../sharedimg/icon/icon_list.gif);
  text-indent: 0px;
  line-height: 30px;
  text-align: left;
}



div#contents strong {
	color: #1E90FF;
	font-weight: bold;
}



div#contents em {
	color: #009999;
	font-style: normal;
	font-weight: bold;
}

/* img.fi  */
/* -------------------------------------------------- */

img.fi {
	max-width: 100%
}



/* div#sp  */
/* -------------------------------------------------- */

div#sp {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 150%;
}

div#sp a {
	display: block;
	padding: 30px 0;
	background: #a2ca99;
	text-align: center;
}

/* スクロールされたら表示されるバナー */
.effect_show a {
        transition: 1.2s;
}
