@charset "utf-8";

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */
/*--------------------------------------- font */

/* base */
body,table{
font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
line-height:1.5;
color:#FFF;
}

/*----------------------- size */
/* size10px */
.small{font-size:10px;}

/* size12px */
body,
table,
textarea,
#main .con dl{font-size:12px;}

/* size16px */
.large,
#con01 dt,
#con02 span,
#con05{font-size:16px;}

/*--------------------------------------- anchor */

#header a:link,
#header a:visited{
color:#fff;
text-decoration:none;
}
#header a:hover{
color:#f60;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common set-up */
body{background-color:#000;}

/* h */
h1{
padding-left:7px;
width:222px;
float:left;
}
h2,
h3{padding-bottom:20px;}

h4{padding-bottom:10px;}

/* pagetop link */
.pgtp{
width:712px;
text-align:right;
clear:both;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common contents */

/*--------------------------------------- all center */
body{text-align:center;}

#header,
#main {
width: 760px;
margin: auto;
text-align:left;
}
#main{width:732px;}

/*--------------------------------------- container */
#container {
background:url(../../img/andon/result/bg.jpg) 0 0 repeat-x;
padding-top:32px;
}

/*--------------------------------------- header */
/* header */
#header {
padding:15px 0 9px;
min-height:54px;
}
	/* IE6 */
	* html #header{height:54px;}
	/* IE7 */
	*:first-child+html #header{height:54px;}


#header p {
float:right;
width:500px;
text-align:right;
font-size: 80%;
vertical-align:bottom;
padding-top:40px;
}


/*--------------------------------------- main contents */
#main{
background-color:#000;
border-right:solid #333333 1px;
border-left:solid #333333 1px;
padding:23px 0 0 28px;
}

.small{padding:15px 0 10px;}
.con{padding-bottom:30px;}

.con table th{vertical-align:top;}
.con table td{vertical-align:bottom;}
.con table td span{display:block;}

/* con02 */
#con02 th{padding-bottom:10px;}

/* con03 */
#con03 th,
#con03 td{padding-bottom:15px;}

/* con05 */
#con05{
width:700px;
background:url(../../img/andon/result/dotto.gif) 0 0 repeat-x;
padding:24px 0 80px;
}



/*--------------------------------------- footer */
.sagawa{
width:700px;
padding-bottom:31px;
text-align:right;
}
#foot {
	border-top: 3px solid #333333;
	font-size: 80%;
	color: #666666;
	text-align: center;
	padding-top: 30px;
	height: 105px;
	background-image: url(../../img/index/bg_foot.jpg);
	background-repeat: repeat;
	background-position: left top;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */

#header:after{
content:"."; 
display:block; 
clear:both; 
height:0;
line-height:0;
visibility:hidden;
font-size: 0;
}

	/* IE6 */
	* html #header{height:1%;}

	/* IE7 */
	*:first-child+html #header{display:inline-block;}
