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

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family:"Times New Roman",serif;
	font-size: 11px;
}

img {
	border: none;
	vertical-align:bottom;
}

a {
	cursor:pointer;
	color:#262626;
	text-decoration:none;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#666;
}

a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}


h2 {
	font-family:"Times New Roman",serif;
	font-size:40px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:38px;
}

.date{
	
}

.newstitle{
	padding-top:0px;
}

#header {
	width:1024px;
	padding-top: 90px;
	clear: both;
}

#contents_mgn {
	height:200px;
}

#header h1 {
	float: left;
	padding-left: 40px;
}

#header #contact {
	padding-left: 40px;
	float: left;
}

#body {
	clear: both;
	padding-top: 110px;
	width:1024px;
}

#contents {
	width:675px;
	padding-left: 70px;
	float: left;
}

#contents #item{
	padding-bottom: 20px;
}

#contents #item #item_body{
	padding-top: 20px;
	font-size:14px;
	line-height:25px;
}

#contents #item #item_more{
	padding-top: 20px;
}


#navi {
	padding-left: 40px;
	float: left;
	clear: both;


}

#navi #item {
	padding-top: 20px;
	width:180px;
}

#navi ul {
list-style:none;
margin:15px 0px;
}

#navi #item ul {
border-top:1px dotted #262626;
margin:0px 0px 40px;
}

#navi #item ul li {
border-bottom:1px dotted #262626;
}

#navi #item ul li a {
display:block;
padding:4px 0px 6px 10px;
}

#worksimgarea {
	clear: both;
}
#worksimgarea img{
	margin-bottom: 20px;
}

#worksimgarea a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}

