body {
	margin: 0;
	padding: 0;
	text-align: center;
	}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight:normal;
	}

blockquote {
		color:#666666;
		background:#E8F9FF;
		margin-right:auto;
		margin-left:auto;
		padding:10px;
		border:1px dotted #ccc;
	}

img {
	border-style: none;
	}

form {
	margin: 0;
	padding: 0;
	}
	
p{
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li{
	margin: 0;
	padding: 0;
}

#all{
	background: url(img/back.jpg);
	width:758px;
}

a:visited{
color:#595199;
text-decoration:none;
}

.a_blue a:link{
color:#064FA1;
text-decoration:none;
}

.a_black a:link{
color:#000000;
text-decoration:none;
}

.a_black a:hover{
color:#EF5701;
text-decoration:underline;
}
.a_blue a:hover{
color:#EF5701;
text-decoration:underline;
}

.a_gr666 a:link{
color:#666666;
text-decoration:none;
}

.a_gr666 a:hover{
color:#EF5701;
text-decoration:underline;
}


/*テレビ塔*/
#tower{
	border-left:#ACE8A8 solid 1px;
	border-right:#ACE8A8 solid 1px;
	border-bottom:#ACE8A8 solid 1px;
	color:#3B7F09;
	background:  #E5FFCB;
}

/*テレビ塔の画像*/
#tower img{
	margin:0px 4px 3px 0px;
	}

/*フッター*/
#footer {
	height: 40px;
	border-top: 2px solid #415fbf;
}



/*ヘッダーのブルーのグラデ*/
#head_back{
	background: url(img/head_back.jpg) no-repeat right top;
	width:758px;
}

/*ヘッダーのブルーのグラデ*/
#blueline{
	background: url(img/head_blue.jpg) repeat-x;
	width:738px;
}

/*左カラムの<ul>の背景画像*/
#left ul{
	background: url(img/left_back.jpg);	
	width:177px;
}

#left li {
	background: url(img/arrow_bk.gif) no-repeat 0px 50%;
}

/*リンク*/
.link_b {
	background:url(img/arrow_bl.jpg) no-repeat 3px 2px;
}

.blog_title_bg{
	background:url(img/blog_bg.jpg) no-repeat;
}

.blog img{
	border:1px solid #cccccc;
	display:block;
	margin-bottom:10px;
}