@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:#FFF;
	font-size: 10px;
	line-height: 180%;
	color:#000;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing: 1px;
}
img{
	border:0;
}
li{
	list-style:none;
}
span.txt{
	display:none;
}
.mg10{
	margin-bottom:10px;
}

#contents {
    margin: 30px auto 0px auto;
    width: 970px;
}

#contents #leftArea {
    width: 145px;
    float: left;
    margin-right: 30px;
}
#contents #leftArea h1{
	margin-bottom:30px;
}
#contents #leftArea h2{
	text-align:center;
}

#contents #rightArea {
    float: left;
    margin-right: 0;
    width: 790px;
}
#contents #rightArea .about-block {
    margin-bottom: 30px;
}
#contents #rightArea .about-block .left {
    float: left;
    width: 320px;
}
#contents #rightArea .right {
    float: right;
}
#contents #rightArea .about-block .right {
    margin-top: 60px;
    width: 440px;
}
#contents #rightArea .about-block .right h3{
	margin-bottom:20px;
}
#contents #rightArea p {
    line-height: 2.2;
}




.footer{
	text-align:center;
}


/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
