/* CSS Document */
html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

/* page layout */

body { text-align: center; } /* center on ie */

div,td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	}

#container {
	margin:0 auto;
    padding: 0;
	width: 800px;
	text-align: left;
}

#header,#content,#footer {
	width: 750px;
	text-align: left;
}

#left {
	float: left;
	width: 500px;
	overflow: hidden;
}

#right {
	float: right;
	width: 250px;
}

.left-inner {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.right_inner {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.text-margin {
	padding: 10px;
}

.footer-margin {
	padding-bottom: 10px;
}

.c-both { clear: both;}

/* entry */
.entry {
	padding-bottom: 20px;
	}
.post-footers,.entry-footer {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 10px;
	color: #666666;
	line-height: 10px;
}

/* modules */

.module {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.module-content {
    position: relative;
    padding: 15px 15px 15px 15px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* font */
a {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
a.little {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
a.little:hover {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	text-decoration: underline;
}

h1,h2,h3 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 15px;
	}
	
p {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
		font-size: 12px;
	color: #666666;
	line-height: 20px;
}

/*img*/
.bnr {
	margin-bottom: 20px;
	}
.entry-footer  {
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
