/* Base Weblog (base-weblog.css) */

/* basic elements */

* {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
 /*   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif; */
    font-weight: normal;
	scrollbar-arrow-color:#FF33FF;
	scrollbar-base-color: #FF66FF;
	scrollbar-face-color: #FFFCFF;
	scrollbar-highlight-color: #FFD0FF;
	scrollbar-shadow-color: #FF99FF;
	scrollbar-track-color: #FFDDFF;
	scrollbar3dlightcolor: #FF0FFF;
	scrollbar-darkshadow-color: #FFD0FF;
}

img {
	border: 0;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}

img.picframe {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 6px;
	border-right-style: outset;
	border-bottom-style: outset;
}

a,
a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* basic page elements */

body {
    font-size: 12px;
	text-align: center; /* center on ie */
}

/* page layout */

#container {
    width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#container-inner {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	border-top: 1px solid #FF00FF;
	border-right: 1px solid #FF00FF;
	border-left: 1px solid #FF00FF;
	border-bottom: 1px solid #FF00FF;
}

#banner {
	margin-top: 5px;
	width: 145px;
	float: right;
	border-left: 1px solid #FF00FF;
}

#main {
	width: 772px;
}

#main-inner {
	width: 447px;
	float: right;
}

#main2-inner {
	width: 325px;
	float: left;
}

/* details layout */

#top-contents {
	margin: 10px 5px 0px;
	text-align: left;
}

#banner-inner {
	background-image: url(../images/title/title.png);
	background-position: center 5px;
	background-repeat: no-repeat;
}

ul.banner-meta {
	padding-top: 320px;
	list-style-type: none;
}

li.banner-date {
	font-size: 22px;
	text-align: center;
}

li.banner-week {
	margin: 5px;
	font-size: 22px;
	text-align:center;
	border: 1px solid #FF99FF;
}

li.banner-prod {
	padding: 10px 5px;
	text-align: center;
	border-bottom: 1px solid #FF99FF;
}

li.flash-counter,
li.flash-weather {
	margin-top: 5px;
	padding: 10px 5px;
	text-align: center;
	font-size: 9px;
	border-bottom: 1px solid #FF99FF;
}

li.feed {
	font-size: 12px;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #FF99FF;
}

#photo-topics {
	margin: 10px 5px;
	padding: 10px;
/*	border-bottom: 1px solid #FF99FF; */
}

#goods-topics {
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #FF99FF;
}

#outing-topics {
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #FF99FF;
}

#dairy-topics {
	margin: 20px 10px 10px;
	padding: 10px;
	border: 1px solid #FF99FF;
}

#tricks-topics {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 280px;
	border: 1px solid #FF99FF;
	display: block;
}

#flash-plugin {
	font-size: 13px;
	color: #666666;
	margin: 0px 15px 10px;
	padding: 10px;
	border-top: 2px solid #FF00FF;
	clear: both;
}

#top-contents {
	margin: 10px 5px 0px;
	text-align: left;
}

#flash-plugin img {
	border: none;
	margin-right: 10px;
	padding: 0px ;
	float: left;
	display: inline;
	position:relative;
}

div.copyright {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin:  5px 0px 20px;
}

h2.entry-header {
	letter-spacing: 0.5em;
	line-height: 130%;
	border: 1px solid #FF00FF;
	background-color: #FFCCFF;
	text-align: center;
}

h3.entry-header {
	border-bottom: 1px solid #FF00FF;
	text-align: left;
}

#photo-topics img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

p.image-content {
	margin: 10px 0px;
	text-align: center;
}

p.entry-content {
	margin: 10px 5px 5px;
}

p.entry-right {
	margin-top: 10px;
	font-size: 13px;
	text-align: right;
}

p.entry-center {
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
}

p.entry-normal {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
}

p.trick-image-content {
	margin: 10px 0px;
}