@charset "UTF-8";

/* main */
body {
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
/*ナビゲーション*/
#loopnavi {
	font-size: small;
        background-color:#1e1e1e;
        height:30;
        width:800;
        }
ul#pagemenu {
        margin:0 auto 0px auto ;
        padding-left:240px ;
        }
ul#pagemenu li {
        background-image: url(images/loopnaviicon.jpg);
        background-repeat: no-repeat;
        list-style-type: none;
        padding-left: 15px;
        height:20px;
        display:inline-block;
        margin-top:8px;
        margin-bottom:8px;
        padding-right:5px ;
        }
ul#pagemenu li {
        /display:inline;
                }
ul#pagemenu a{;
	color: #FFFFFF;
}
/*ナビゲーション*/

#container {
	width: 800px;
	margin-right: auto;
	position: relative;
	display: block;
	margin-left: auto;
}
#container #wrapper #header {
	padding-bottom: 0px;
}
#container #wrapper #contents {
	display: inline;
	float: left;
	margin-bottom: 0px;
}
.category    {
	float: left;
	width: 260px;
	display: inline-block;
	padding-right: 10px;
}
.category2    {
	float: left;
	width: 260px;
	display: inline-block;
}

.text     {
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: x-small;
	color: #333333;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}
#links    {
    width:800px ;
	background-image: url(temprablogimage/top_01_20.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;
	float: left;
	margin-bottom: 20px;
}
.link     {
	text-align: right;
	padding-bottom: 10px;
	font-size: small;
	color: #333333;
	vertical-align: bottom;
	float: left;
	width: 260px;
	display: inline-block;
	padding-right: 10px;
}
.link2     {
	text-align: right;
	padding-bottom: 5px;
	font-size: small;
	color: #333333;
	vertical-align: bottom;
	float: left;
	width: 260px;
	display: inline-block;
}
.notfloat {
	padding-right: -10px;
}
#blog {
	float: left;
	width: 800px;
	display: block;
}
#blogcat {
	float: left;
	width: 390px;
	display: inline-block;
	padding-right: 20px;
}
#blogcat2 {
	float: left;
	width: 390px;
	display: inline-block;
}
#blogimage {
float:left
}
.clear {
	clear: both;
}
.topicsr {
	float: left;
	width: 190px;
	padding-top: 10px;
	margin-right: 10px;
}
.topicsl {
	float: left;
	width: 190px;
	padding-top: 10px;
}
.thumbimage{
	float: left;
	width: 86px;
}
.topicstxt {
	float: left;
	font-size: x-small;
	width: 100px;
	margin-left: 4px;
	margin-top:-10px;
	vertical-align: top;
}
.topicstxt {
	/margin-top:0px;
}
/* main finish */

/* blog */

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

#footer {
       height:30px;
        text-align:right;
	color: #666666;
	font-size: x-small;
       padding-top: 20px;
}
