/* common */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* link-text */

a:link {
	color: #f33;
	text-decoration: none;
}

a:visited {
	color: #f63;
	text-decoration: none;
}

a:active, a:hover, a:focus {
	color: #f63;
	text-decoration:
	underline;
}

/* page outline */

html {
	height: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: 	#333;
}

body {
	padding: 20px;
	background: #ffcc66;
}

#wrapper {
	width: 832px;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
}

body > #wrapper {
	height: auto;
}

#header {
	height: 236px;
	background: url(../img/com/header.png);
}

#main {
	background: url(../img/com/bg.png) repeat-y;
}

#contents_area {
	padding: 20px 75px;
}

#footer {
	height: 196px;
	padding: 0 75px;
	background: url(../img/com/footer.png);
}

h3 {
	padding: 8px 25px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.2em;
	background:  url(../img/com/circle.png) no-repeat left center;
}

div.project {
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

div.project h4 {
	padding: 5px 25px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

div.project .textarea {

}

div.project .imgarea {
	padding: 10px 20px;
	float: left;
}

p.text {
	margin: 8px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}


div.project p.date {
	padding: 5px 15px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-align: right;
	clear: both;
}
