﻿@charset "utf-8";

#blog-new {
	background-image:url('img/blog_top.gif');
	background-repeat:no-repeat;
	height:470px;
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height:20px;
	}

blog-new li {
	float:none;
	list-style: none;
	}
	
.back-color {
	background-image:url('../common/img/penback08.gif');
}

/*------------------------------------------------------------*/
#blog-new a:link {
	color: #DD3300;
	text-decoration: none;
}

#blog-new a:hover {
	color: #FF3300;
	text-decoration: none;	
}

#blog-new a:visited {
	color: #DD3300;
	text-decoration: none;
}

/*------------------------------------------------------------*/
.l13 {
	margin-left: 130px;
}

.l15 {
	margin-left: 150px;
}

.l30 {
	margin-left: 300px;
}

.l40 {
	margin-left: 400px;
}

.l45 {
	margin-left: 450px;
}

.l50 {
	margin-left: 500px;
}

.r13 {
	margin-right: 130px;
}

.r15 {
	margin-right: 150px;
}

