@charset "UTF-8";
/* formatting style
-------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.7;
	color: #333333;
}
hr {
	display:none;
	text-decoration: none;
}
/* link styles
-------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #339933;
	text-decoration: none;
}
a:active {
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------------*/
#wrapper {
	background-color:#999999;
	width:920px;
	margin:0px auto;
	background-color: #FFFFFF;
}
#header {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}
#main {
	padding: 15px;
	float: left;
	width: 620px;
	margin-bottom: 20px;
	border: 5px solid #999999;
}
#sidebar {
	padding: 0px 15px 15px;
	float: left;
	width: 120px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#footer {
	color: #333333;
	padding: 15px;
	clear: both;
	margin-left: 15px;
}

/*  ↓ li タグに指定しませう。 */
li{
	list-style: none;
}
dt {
	margin-top: 10px;
	margin-bottom: 10px;
}
dd {
    margin-top: 5px;
    margin-bottom: 5px;
}#news .style2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#profile {
	margin-left: 50px;
}    
  
#main img {
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#main dd {
	clear: both;
}

#works {
	margin-left: 50px;
}
