@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

h1 {
	font-size:12px;
	color:#444;
	padding:3px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	text-align:right;
}

ul {
	list-style-type:none;
}

.del {
	display:none;
}

img {
	border:0px;
}

/*基本情報ここまで*/

/*default開始*/

#container {
	width:1000px;
	padding:0px;
	margin:0px auto;
}

#header {
	height:116px;
	background:url(../images/default/back-img.jpg) no-repeat;
}

.logo-img {
	margin:0px 225px 0px 0px;
}


#navi {
	padding:0px;
	margin:10px 0px;
}
#navi li {
	float:left;
}
.navi1 {
	display:block;
	background:url(../images/default/navi1.jpg) no-repeat;
	width:113px;
	height:43px;
}
.navi2 {
	display:block;
	background:url(../images/default/navi2.jpg) no-repeat;
	width:229px;
	height:43px;
}
.navi3 {
	display:block;
	background:url(../images/default/navi3.jpg) no-repeat;
	width:184px;
	height:43px;
}
.navi4 {
	display:block;
	background:url(../images/default/navi4.jpg) no-repeat;
	width:156px;
	height:43px;
}
.navi5 {
	display:block;
	background:url(../images/default/navi5.jpg) no-repeat;
	width:169px;
	height:43px;
}
.navi6 {
	display:block;
	background:url(../images/default/navi6.jpg) no-repeat;
	width:147px;
	height:43px;
}

/*defaultここまで*/

/*contents*/

#left-contents {
	width:545px;
	float:left;
	margin:0px 0px 30px 0px;
}

#right-contents {
	width:435px;
	margin:0px 0px 0px 555px;
}

/*contentsここまで*/

/*footer*/

#footer {
	clear:both;
	padding:20px 0px 0px 0px;
	margin:0px;
	border-top:1px solid #999;
}

#footer ul {
	font-size:14px;
	color:#333;
	padding:0px;
	margin:0px;
	text-align:center;
	line-height:25px;
}
#footer li {
	display:inline;
}

#footer p {
	font-size:12px;
	color:#333;
	text-align:center;
}
