body {
	margin: 0;
	padding: 0;
	font-family: "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" ,  Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , sans-serif;
	font-size: 14px;
}

#header {
	background-color: #fff;
	padding: 0px 0 20px 0;
}

#header-c {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

#header-c .logo {
	width: 300px;
	padding: 20px 0 0 0;
	display: table-cell;
}

#header-c .nav {
	display: table-cell;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 18px;
}



#container {
	margin: 0;
	padding: 0;
}
 
#contents {
	background-image: url('images/body-bg.png');
	background-color: #f0f0f0;
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 20px;
	padding-bottom: 50px;
}

#contents-c {
	width: 900px;
	margin: 0 auto 0 auto;
}


.nav {
	display: inline-block;
	text-align:left;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: block;
	float: left;
	width: 120px;
	height: 50px;
}

.nav a {
	display: block;
	width: 120px;
	height: 50px;
}

.nav a, .nav a:link, .nav a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-indent: -10000px;
}

.nav a:hover {
	color: #00f;
}


.nav a.nav1 { background: url('images/nav1.png') no-repeat center center; }
.nav a.nav2 { background: url('images/nav2.png') no-repeat center center; }
.nav a.nav3 { background: url('images/nav3.png') no-repeat center center; }
.nav a.nav4 { background: url('images/nav4.png') no-repeat center center; }
.nav a.nav5 { background: url('images/nav5.png') no-repeat center center; }

#footer {
    width: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 20px;
}


#footer-c {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#footer-c .logo {
	width: 300px;
	display: table-cell;
	vertical-align: top;
}

#footer-c .addr {
	width: 500px;
	display: table-cell;
	vertical-align: top;
	padding: 18px 0 0 20px;
	text-align: left;
	font-size: 14px;
}

#footer .bottom {
	background-color: #fff;
    width: 100%;
	padding: 10px 0 10px 0;
}


h1 {
	padding: 0 0 0 20px;
	margin: 10px 0 30px 0;
	font-size: 24px;
	font-weight: bold;
	background: url('images/h1-bg.png') no-repeat top left;
}

h2 {
	font-size: 14px;
}

p {
	line-height: 1.5;
}

table {
	border-collapse: collapse;
}
td, th {
	border: 1px solid #909090;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	font-family: "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" ,  Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , sans-serif;
	font-size: 14px;
}

th {
	background-color: #c0c0f0;
	width: 150px;
}
td {
	background-color: #fff;
	width: 500px;
}


.privacy p {
	padding-left: 5px;
}

.works {
	float:left;
	width: 300px;
}

.desc {
	margin-top: 10px;
}

