/* CSS Document */


/* 共通事項 */

#header{
display:none;
}

#sidearea{
display:none;
}

#footer{
display:none;
}

#wrap {
margin:0px 0px 0px 0px;
}
#wrap #main {
margin:0px 0px 0px 0px;
}

#wrap #main #contents {
width: 575px;
background-color:#FFFFFF;
}

#wrap_wide {
width:782px;
}

#wrap_wide #main {
width:782px;
}

#wrap_wide #contents_wide {
width: 780px;
}

#pankuzu {
display: none;
}

#sidetitlearea {
display: none;
}

#box10,box11 {
display: none;
}

/*
------------------------------------------------
GLOVAL SET
------------------------------------------------*/
dt,dd,ol,li,pre,input,p,blockquote,th,td,address{font-size:75%;line-height:130%;color:#333333;}
h1,h2,h3,h4,h5,h6{font-size:75%;font-weight:normal;line-height:130%;color:#333333;}
h1,h2,h3,h4,h5,h6,dt,dd,ol,li,pre,input,p,blockquote,th,td,address{	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}

/*
------------------------------------------------
Gloval Reset
------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
a{text-decoration:none;}
li,dl{list-style:none;}
hr {display: none;}
img {border: none;vertical-align: bottom;}


/*
------------------------------------------------
Layout
------------------------------------------------*/

#wrap_wide #main #contents_wide {
	padding-top: 52px;
}
#contents_wide #box01 {
	width: 780px;
	background-image: url(../img/simulation_bg_main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contents_wide #box01 h1 {
	background-image: url(../img/simulation_bg_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	text-indent: -9999px;
	height: 62px;
	width: 204px;
	padding-top: 15px;
}
#contents_wide #box01 #txt01 {
	background-image: url(../img/simulation_bg_txt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 78px;
	width: 290px;
	padding-bottom: 28px;
}

.line{
	background-image: url(../img/simulation_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 35px;

}

#simulation{
	width: 741px;
	background-image: url(../img/simulation_line2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 19px;
	padding-left: 20px;
	margin-bottom: 50px;
}

#simulation li{
	width: 221px;
	float: left;
	padding-bottom: 13px;
	background-image: url(../img/simulation_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-right: 13px;
	padding-left: 13px;

}
#simulation li div.title{
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	background-image: url(../img/simulation_bg.gif);
	background-repeat: repeat;
	margin-bottom: 8px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}

#simulation li p.shoulder{
	color: #999999;
	margin-bottom: 3px;
	font-size: 70%;
}
#simulation li p.txt{
	color: #333333;
	margin-bottom: 3px;
	font-size: 80%;
	line-height: 160%;
	
}
#simulation li h2,
#simulation li h2 a{
	font-size: 120%;
	font-weight: bold;
	color: #3C6C1C;
	text-decoration: none;
}
#simulation li div.img{
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#simulation li p.btn{
	margin-top: 8px;

}


/*----------------------------------------------------------
CLEARFIX
----------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

