/* CSS Document */

/*===== universal reset =====*/

body { font-size:12px; color:#666666; line-height:140%; font-style:inherit; font-family:inherit; text-align:center; padding:0px; margin:0px auto; width:800px; border-left:1px solid #ccc; border-right:1px solid #ccc; }

img{ border:0;}
.clear { clear:both; }

/* Firefox */
html>/**/body h1{
 margin-top:2px;
  }

h1{ font-size:12px; color:#fff; font-weight:normal; text-align:left; padding-right:10px; }

/* Firefox */
html>/**/body h2{
 position:relative;
 left:40px;
 top:-18px;
 }

h2{
 background-image:url(images/logo.gif);
 background-repeat:no-repeat;
 width:120px;
 height:24px;
 position:relative;
 left:40px;
 top:0px;
 }
 
h2 a{ text-indent:-9999px; display:block; width:120px; height:24px; }

h3{ background-image:url(images/title_01.gif); width:660px; height:35px; background-repeat:no-repeat; color:#FFFFFF; font-weight:bold; padding-left:15px; padding-top:10px; }

#head_bg_01{ background-image:url(images/header_bg.gif); background-repeat:no-repeat; width:900px; height:20px; padding:0px; }
#header{ }

#header .left{ float:left; }
#header .right{ text-align:right; float:right; position:relative; top:40px; margin-right:10px; font-size:11px; }
#header .right a:link { color:#666; text-decoration:none; }
#header .right a:visited { color:#666; text-decoration:none; } 
#header .right a:hover { color:#ff3333; text-decoration:none; }

#contents{ }

#container{
	width:900px;
	margin:0 auto 0;
	text-align:left;
	padding:0px;
	border-left:1px solid #9d0205;
	border-right:1px solid #9d0205;
	}

#box{
margin: 20px auto;
width: 860px;}

div#box:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
	
		/***左ショルダー**/
		
#box #left{
	float:left;
	width:660px;
	margin:0 0 0 0;
	}
	
#right{
	float:right;
	width:180px;
	margin:0 0 0 0;
	}


#footer { clear:both; text-align:center; width:800px; height:42px; margin-top:10px; }
#footer a:link { color:#fff; text-decoration:none; }
#footer a:visited { color:#fff; text-decoration:none; } 
#footer a:hover { color:#FFFF00; text-decoration:underline; }


.pan { color:#333333; font-size:10px; margin:0px 0 10px 5px; }


.title_orange { color:#ffae3b; font-size:14px; font-weight:bold; margin-bottom:10px; }

.disc_01 { color:#ffae3b; }

/* Firefox */
html>/**/body .top_dd {
 padding-left:100px;
 }

.result {
 width:330px;
 margin:8px 0 10px;
 }

.top_dt {
 float:left;
 width:120px;
 padding-left:5px;
 }

.top_dd {
 width:195px;
 padding-left:10px;
 }
 

	
	
