@charset "UTF-8";
/* CSS Document */
@import url(../../../../css/common.css);


h1 a { 
	color: #003979;
	text-decoration: none; 
	}
	
h1 a:hover {
	color: #C31920;
	text-decoration: none;
	}

.post h2 a {
	color: #003979;
	padding:0;
	}
	
	.post h2 a:hover {
		text-decoration: none;
		color: #C31920;
		}
		
.wrap_right li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

	
.wrap_right select {
	width: 200px;
	}
	
.wrap_right ul {
	margin: 0;
	padding: 0;
	}
	
li h4 {
	color: #003979;
	}
	
#prev_right .no_block a {
	display: inline;
	
	padding: 0;}
	
.prev_gold_blog {
	width: 218px;
	margin: 0 0 0 5px;
	padding-top: 15px;
	background: #fff url(../../../../bg/prev_gold_bg.jpg) no-repeat left top;
	}
	
	.prev_gold_blog a {
		color: #cc0019;
		font-size: 0.75em;
		padding: 3px 1px 3px 1px;
		text-decoration: none;
		width: 190px
		}
	/*	
	.prev_blue a {
		color: #486c8f;
		background: url(../cssimg/ico_west_blue.gif) transparent no-repeat left top;
		}
	
	.prev_gold a {
		color: #7f7264;
		background: url(../cssimg/ico_west_gold.gif) transparent no-repeat left top;
		}
	*/
		
	.prev_gold_blog a:hover {
		text-decoration: underline;
		}
		
.navigation, #postnav {
	border-top: 1px solid #bcbcbc;
	display: block;
	text-align: center;
	clear: both;
	margin: 0;
	padding: 10px 3px 10px 25px;
	}
	
	.alignleft, .alignright {
		font-size: 11px;
		width: 700px;
		}
		
	.alignright {
		text-align: right;
		}
	
	.alignleft {
		text-align: left
		}
