html, body {
	background-color: #cdcac7;
	background-image: url('bg.png');
	background-repeat: repeat;
	font-family: Helvetica;
	height: 100%;
	}
	
#container {
	width: 595px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #f5f4f4;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15); 
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    padding-bottom: 15px;
    }
    
#nav {
	width: 100%;
	height: 30px;
	padding-top: 15px;
	color: #2899c4;
	font-size: 10px;
	font-weight: bold;
	}

#nav a {
	color: #2899c4;
	text-decoration: none;
	position: relative;
	top:1px;
	}
	
#prev {
	margin-left: 55px;
	float: left;
	}
	
#next {
	margin-right: 55px;
	float: right;
	}
	
#contents {
	width: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
a {
	text-decoration: none;
	color: #2899c4;
	}
	
img {
	display: inline-block;
	text-align: center;
    padding:5px;
    border: 1px solid #e3e3e3;
    margin-top: 5px;
    margin-bottom: 5px;
	}
	
blockquote {
	font-size: 18px;
	font-weight: 100;
	color: #333;
	line-height: 22px;
	background-color: #fff;
    padding:15px;
    border: 1px solid #e3e3e3;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    
h1 {
	width: 100%;
	height: 32px;
	padding: 14px 0 0 55px;
	margin: 0 0 26px 0;
	background-color: #2899c4;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	}
	
.writeboardbody {
	padding: 0 55px 35px 55px;
	}
	
h2 {
	width: 100%;
	height: 32px;
	padding: 14px 0 0 0;
	margin: 39px 0 13px 0;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	border-top: 1px solid #919190;
	}
	
h2:nth-child(1) {
	border-top: 0;
	}
	

	
h3 {
	margin: 0 0 9px 0;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333;
	}
	
h4 {
	margin: 0 0 9px 0;
	font-style: italic;
	font-size: 14px;
	font-weight: bolder;
	color: #333;
	}
	
p:first-child {
	font-size: 18px;
	font-weight: 100;
	color: #333;
	line-height: 22px;
	}
	
/*h2 + p {
	font-size: 18px;
	font-weight: 100;
	color: #333;
	line-height: 22px;
	}*/
	
p + h3 {
	margin-top: 26px;
	}
	
p {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	margin: 0 0 13px 0;
	}
	
ul {
	list-style: disc;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	margin: 0 0 26px 55px;
	}

ol {
	list-style: decimal;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	margin: 0 0 26px 55px;
	}
	
h2.contents {
	font-size: 52px;
	font-weight: 600;
	color: #333;
	padding: 50px 0 7px 57px;
	}
	
h2.contents img {
	display: inline-block;
	float: left;
    padding: 0px;
    border: 0;
    margin-top: 0px
    margin-bottom: 0px;
    margin-right: 7px;
    padding-bottom: 50px;
    }

h3.contents {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 0 0 12px 55px;
	}
	
ul.contents {
	list-style: none;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	}
		
ul.contents li {
	text-indent: 30px;
	width: 485px;
	border-bottom: 1px solid #e3e3e3;
	}
	
ul.contents li:last-child {
	border: 0;
	}
	
ul.contents li.head {
	text-indent: 0px;
	font-size: 14px;
	line-height: 37px;
	font-weight: bold;
	margin-top: 20px;
	text-indent: 12px;
	border: 1px solid #e3e3e3;
	background-color: #ececec;
	}
	