* {
margin: 0;
padding: 0;
}

a {
color: #041447;
}


a:hover {
color: #6882A7;
}

.trackback{
	background:white;
	font-size:6px;
	text-align:center;
}

body{
	background-image:url(/images/international.jpg);
	margin:0;
	padding:0;
	background-repeat: repeat;
	background-color: #333;
}

blockquote {
 border-style:dashed;
 border-width:2px;
 border-color:#4A689C;
 background-color:#E4EBF3;
 font-size:.8em;
 padding:2px;
 margin:2px 5px 2px 5px;
}


.centable{
	margin-left:25%;
}


.blog_link{
	text-decoration:none;
	color: #284883;
}

#blogTitle{
	font: bold 50px "MS　Pゴシック",Osaka,sans-serif;
	margin:30px auto 10px auto;
	width:500px;
	background-color:#55BEFD;
	border:3px solid #BEFD55;
	text-align:center;
}
#blogTitle a{
	color:#FDDF45;
}
#blogDescription{
	font: bold 30px "MS　Pゴシック",Osaka,sans-serif;
	margin:10px auto;
	width:500px;
	color: #FC5356;
	background-color:#5AFC56;
	border:2px solid #FC565A;
	text-align:center;
}







form {
	display:inline;
}

hr {
	background: #E9BB80;
	width:90%;
}


.valid {
	text-align:left;
	border:0;
}


.center{
	text-align: center;
}

.clWeek{
	/*border:1px 0px 0px 0px solid #041447;
	padding: 1px;*/
	margin-left: 2px;
	margin-right: 2px;
}

.clDay{
	/*border:1px 1px 1px 1px solid #041447;
	padding: 1px;*/
	margin-left: 2px;
	margin-right: 2px;
}

.clHR {
	background: #041447;
	width:90%;
	size: 1px;
	text-align: center;
}

.gutterHR{
	color: #041447;
	width: 90%;
	size: 1px;
	text-align: center;
}


.gutterSpacer{
	height: 20px;
	width:5px;
}


.gutterHeader{
	text-align:center;
	color: #041447;
	background-color:white;
	width:92%;
}


.postTitle{
	font-size:large;
	background-color:white;
}


.commentTitle{
	font-size:large;
	background-color:#A5B6DE;
}

.postContainer{
	width:92%;
	color: #003487;
	background-color:#FCE255;
	text-align:left;
	padding: 3px;
	border: 3px solid #58CCCD;
}


.commentContainer{
	width:72%;
	text-align:left;
	color: #003487;
	background-color:#FCE255;
	text-align:left;
	padding: 3px;
	border: 3px solid #0046BD;
}


.postCatDate{
	height: 10px;
	text-align: right;
}

.postContent{
	text-align:left;
}

.postComment{
	text-align: right;
	margin-right: 5px;
}


#blog_floater{
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
.lefty{
	 background-color:#7BB09D;
	 border:3px solid #9F1739;
}