@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
}
.container{
	width:897px;
	margin:0 auto;
}
a {
 	font-size: 13px;
}
a:link {
	color:#36F;
	text-decoration: none;
}
a:visited {
	color:#36F;
	text-decoration: none;
}
a:hover {
	color:#36F;
	text-decoration: underline;
}
a:active {
	color:#36F;
	text-decoration: none;
}

#head{
	width:897px;
	height:110px;
	background-color:#FFF;
}
#headleft{
	margin:10px 20px -5px 25px;
	float:left;
}

#headright{
	margin:15px 5px -5px 25px;
	float:right;
}

#leftmenu{
	background-color:#FFF;
	float:left;
	width:180px;
	margin:0 auto;
	text-align: center;
}

#leftmenu img {
	opacity:0.3;
	width:160px;
	height:45px;
	margin-bottom:5px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#pack{
	margin-top:65px; 
	border:1px solid #F00;
	background-color:#FFF;
}
#leftmenu img:hover{
	opacity:1.0;
	height:45px;
	width:160px;
}
#rightmenu{
	width:200px;
	text-align:center;
	float:right;
	background-color:#FFF;
}
#rightmenu .ad {
	margin:7px 0 5px 8px;
	width:175px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
min-height:160px;
border:1px solid #999;
padding:3px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+58,cccccc+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 68%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 68%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 68%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#rightmenu .ad p{
	text-align:justify;
	color:#666;
	font-size:12px;
	line-height:15px;
	margin:2px;
}

#main{
	margin-left:180px;
	margin-right:250px;
    background-image: url("http://intermargins.net/image/mainbg.jpg");
}

#main .project{
	width:490px;
	margin-left:4px;
	padding:5px;
	line-height:18px;
	background-color:#FFF;
	border-left:2px solid #e49caa;
	border-right:3px solid #e49caa;
	border-bottom:2px solid #e49caa;
	}
#main .project img{
	max-width:490px;
	margin-bottom:5px;
}

#main .project .title{
	font-size:18px;
	color:#F00;
	font-family: 'cwTeXHei', sans-serif;
	margin:5px 0 10px 10px;
}

#main .project .title a{
	font-size:18px;
	color:#F00;
	font-family: 'cwTeXHei', sans-serif;
	margin:5px 0 10px 10px;
}

#main .project p{
	font-size:12px;
	color:#666;
	text-align:justify;
	margin:5px 5px 10px 10px;
}

#main .project ul {
	margin-left:25px;
	margin-bottom:10px;
}

#main .project ul li {
	font-size:12px;
	list-style-type:disc;
	line-height:20px;
}

#foot{
  clear:both;
  background-color:#FFF;
  line-height:100px;
  height:100px;
  text-align:center;
  margin:0 auto;
　height:80px;
}