/* TOPページCSS (top.css) */
<style type="text/css">

body {
	background-color: #FFFFFF;
	}

a,a:link{
	color: darkblue;
	text-decoration: none;
	}
a:visited{
	color: steelblue;
	text-decoration: none;
	}
a:hover{
	color: #000000;
	background-color: aquamarine;
	text-decoration: underline;
	}

h1{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	}
 
h2{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	}

h3{
	font-weight: bold; 
	margin: 0px;
	padding: 1px;
	font-weight:bold;
	}

.small{
	font-size: small; 
	}

h4{
	font-size: small;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	}

.bottom-line-darkgray{
	border-bottom: 1px solid darkgray;
	margin-bottom: 10px;
	}

#container {
	font-family: "MS Pゴシック", Arial, sans-serif;
	line-height: normal;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
	width: 740px;
	border: 1px solid navy;
	}


#hedder {
 	background-image: url("/blog/img/top-bunner.jpg");
	height:100px;
	width: 720px;
	border-bottom: 1px solid navy;
	padding:10px;
	}

#side {
	font-size:small;
	float: left;	
	width: 154px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 2px;
	list-style-type: circle;
	}
	
	#sidetitle{
	width: 152px;
	height:20px;
 	background-color: aliceblue;
	border: 1px solid navy;
	font-weight:bold;
	margin: 5px 0px;
	}

	#sidebox{
	
	}

#center{
	float: left;
	font-size:small;
	width: 414px;
	border-left: 1px solid darkgray;
	border-right: 1px solid darkgray;
	padding: 2px;
	}
	
	#entrytitle{
	width: 412px;

 	background-color: aliceblue;
	border: 1px solid navy;
	margin: 10px 0px;
	}
	
	#entrybody{
	width: 414px;
	}
	
	#center2{
	float: left;
	font-size:small;
	}

#footer{
	background-color: #FF306F;
	height: 20px;
	width: 740px;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	}

</style>
<!-- スタイルシートの設定ここまで -->