@charset "shift_jis";
/* CSS Document */

/*共通部分*/
body {
    font-family:ＭＳ ゴシック, Osaka−等幅;
    background-color: #000000;
    color:#DBDBDB;
    font-size:12px;
}

a:link {
    text-decoration: none;
    color:#DBDBDB;
}

a:visited {
	text-decoration: none;
	color:#DBDBDB;
}

a:hover {
	text-decoration: none;
	color:#00FF00;
}


a:active {
	text-decoration: none;
	color:#DBDBDB;
}

ul li{
	margin-left:2px;
	line-height:20px;
}

.counter{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:5px;
}

/*メインコンテンツ*/

.container{
	width:592px;
	border:solid 1px blue;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-position-x:left;
	background-position-y:top;
	height: 504px;
	position: relative;
	z-index: 1;
	background-color: #000;
}

/*プリント用*/
.printback {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}

.header{
	font-size:14px;
	/*font-weight:bold;*/
	line-height:18px;
	margin-top:0px;
	height:39px;
	position: absolute;
	z-index: 3;
	left: 18px;
	top: 74px;
	display: none;
}


/*左カラム*/
.lftContants{
	width:340px;
	float:none;
	position: absolute;
	z-index: 3;
	left: 18px;
	top: 129px;
	border-right-style: none;
	display: none;
}

h2{
	padding-bottom:5px;
	border-bottom-style: none;
}

h2 span{
	font-size:15px;
	padding-top:10px;
	margin-left:13px;
}


.lftContants ul{
	margin-top:-10px;
	margin-left:-28px;
	;
	list-style-type:none;
	z-index: 10;
}

.lftContants ul li span{
	color:red;
}

.lftContants a:hover  span{
	text-decoration: none;
	color:#00FF00;;
}

.contact{
	width:340px;
	height:24px;
	border-bottom:solid 1px #ffffff;
	display: none;
}

.contact a#btn{
    display:block;
    background-image:url('img/contact_1.gif');
    background-repeat:no-repeat;
	margin-top:30px;
    width:168px;
    height:28px;
    background-position-y:2px;
	background-position-x:-1px;
}

.contact a#btn:hover {
    background-image:url('img/contact_2.gif');

}


/*右カラム*/
.ritContants{
	width:225px;
	float:none;
	position: absolute;
	z-index: 3;
	left: 370px;
	top: 129px;
	display: none;
}

.ritContants ul{
	margin-top:-200px;
	list-style-type:none;
	display:inline;
}

.ritContants ul li{
	margin-left:2px;
	line-height:25px;
	color: #F00;
}



/*フッター*/
.footer {
	font-size: 12px;
	width:590px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
}

.info{
	border-bottom:solid 3px gray;
	padding-bottom:3px;
	margin-bottom:-7px;
	color: #FFF;
}

.infoTxt{
	text-indent: -1em;
	margin-left: 1em;
}




/*IE7*/
*:first-child+html .counter{
	margin-top:10px;
}

*:first-child+html .container {
	padding-top:90px;
}

*:first-child+html .lftContants{
	padding-top:20px;
	padding-bottom:0px;
}

*:first-child+html .lftContants ul{
	padding-bottom:10px;
	margin-top:-10px;
	margin-left:12px;;
	list-style-type:none;
}

*:first-child+html .ritContants{
	padding-top:-10px;
}

*:first-child+html .ritContants ul li{
	margin-left:-15px;
	line-height:25px;
}



*:first-child+html .contact a#btn{
	margin-top:2px;
    background-position-y:0px;
	background-position-x:-1px;
}

*:first-child+html  .info{
	margin-bottom:-12px;
}

/*IE6*/
* html  .counter{
	margin-top:10px;
}

* html .container{
	padding-top:90px;
}

* html .lftContants{
	padding-top:20px;
	padding-bottom:0px;
}

* html  .ritContants{
	padding-top:-10px;
}

* html .ritContants ul li{
	margin-left:-15px;
	line-height:25px;
}

* html .lftContants ul{
	margin-top:-10px;
	margin-left:12px;;
	list-style-type:none;
}

* html .contact a#btn{
	margin-top:15px;
    background-position-y:6px;
	background-position-x:-1px;
}

* html .info{
	margin-bottom:-12px;
}
