@charset "utf-8";
/* CSS Document */

.container{
	margin:0px auto;
	width:850px;
	font-family:Verdana,"ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro","ＭＳ Pゴシック",Osaka,sans-serif;
	letter-spacing: 0.065em;
	line-height: 1.6em;
	font-size: 78%;
}

a {
	outline: none;
	text-decoration:none;
}

img {
	border:none;
}

.hedder_l{
	float:left;
	margin:38px 20px 0px 0px
}

.hedder_r{
	float:right;
	margin:20px 0px 0px 20px;

}

.h1{
	font-size:18px;
	color:#87C796;
	width:120px;
	margin:20px 0px 30px 0px;
	text-align:right;
}

.h1_l{
	font-size:18px;
	color:#87C796;
	width:120px;
	margin:20px 0px 30px 0px;
	text-align:right;
	float:left;
}

.link{
	width:600px;
	margin-top:20px;
	float:right;
}

.maincontents_l{
	float:left;
	margin-top:0px;
/*	margin-left:20px;*/
	width:120px;
	height:auto;
}

.maincontents_l2{
	margin-top:30px;
}

.maincontents_r{
	float:right;
	width:600px;
	color:#666;
	margin-bottom:50px;
}

.maincontents_r span{
	color: #F6C;
	font-weight: bold;
}

.maincontents_r a:link{
	color:#EE96BD;
}

.maincontents_r a:visited{
	color:#87C796;
}

.maincontents_r a:hover{
	color:#87C796;
}

.maincontents_r a:active{
	color:#87C796;
}

.maincontents_l2 a:link{
	color:#EE96BD;
}

.maincontents_l2 a:visited{
	color:#87C796;
}

.maincontents_l2 a:hover{
	color:#87C796;
}

.maincontents_l2 a:active{
	color:#87C796;
}

.link a:link{
	color:#EE96BD;
}

.link a:visited{
	color:#87C796;
}

.link a:hover{
	color:#87C796;
}

.link a:active{
	color:#87C796;
}

.maincontents_r{
	float: right;
	width: 600px;
	color: #EE96BD;
	margin-bottom: 50px;
}

.news a:link{
	color:#EE96BD;
}

.news a:visited{
	color:#87C796;
}

.news a:hover{
	color:#87C796;
}

.news a:active{
	color:#87C796;
}

.clear {
	clear:both;
} 

.navi{
/*	margin-right:35px;*/
	margin-bottom:5px;
	text-align:right;
}

.contents{
	text-align:center;
	margin:20px 20px 20px 20px;
}

.news{
	height:150px;
}

#list1 li {
	background-image: url(../img/maru.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 50px;
	list-style-type: none;
	margin-top:20px;
	margin-left:210px;
	color:#666;
	/*font-weight:700*/;
}

.like{
	width:850px;
}
 
.footer{
	margin:0 20 0 20;
	height:100px;
	background-color:#000;
	color:#CCC;
	position:relative;
}

span.br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 11px;
	width: 384px;
}


dl dt {     
	border-left:5px solid #EE96BD;
	border-bottom:1px solid #EE96BD;
	font-size:small;
	margin:0;
	padding:5px;
}

dl dt span{
	color:red;
	font-weight:bold; 
}

dl dd{
	font-size:small;
	margin:0;
	padding:10px;

}

dl dd input{
	position:relative;
	z-index:2;
}

dl dd label{
	position:relative;
	padding:5px 5px 5px 25px;
	margin : 0 5px 0 -25px;
	margin-left:-25px;
	position:relative;
	z-index:1;
}

dl dd.error input , dl dd.error textarea , dl dd.error label {
	background:#FFCCCC;
}

* html dl dd.error label {
	background:none;
} 

*+html dl dd.error label{
	background:none;
}

dl dd p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
} 


Read more: http://ascii.jp/elem/000/000/479/479507/#ixzz1U3YSKbGh
