@charset "utf-8";

/*-----------------------------------------------------

	Site URL  : http://www.newdc.co.jp/
	File name : index.css
	Use with  : index.html

-----------------------------------------------------*/

/* リセット及び基本設定 */
@import url("/css/default.css");

body {
 margin:100px 0 0 0;
 background-color:#EEE;
}

#contents {
 margin:0 auto;
 padding:30px 40px 30px 40px;
 width:720px;
 background-color:#FFF;
}

#contents h1 {
 margin:0 auto;
 width:720px;
 padding-bottom:30px;
}

#lft {
 width:350px;
 float:left;
}
#rit {
 width:350px;
 float:right;
}

.inner {
 margin:0 0 10px 0;
 padding:20px;
 height:170px;
 text-align:center;
 border:4px solid #EEE;
}
.inner h2 { margin:0; }
.inner p { margin-top:10px; }

.btn {
 width:350px;
 height:100px;
}
.btn p {
 margin:0;
 font-size:14px;
 line-height:1.5;
 text-align:left;
}
.btn a {
 padding:20px 0 0 20px;
 width:auto;
 height:80px;
 display:block;
 background-image:url(/img/btn_index.gif);
 background-repeat:no-repeat;
 background-position:0px 0px;
}
.btn a:hover {
 background-position:0px -100px;
 text-decoration:none;
 color:#07639A;
}

p#copyright {
 clear:both;
 margin:0 auto;
 padding-top:30px;
 width:720px;
 text-align:right;
 font-size:12px;
}
