@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	font-size: 1em;
	line-height: 1.5em;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
address {
	font-style: normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: circle;
	margin-left: 1.5em;
}
ol {
	list-style-type: decimal;
	margin-left: 2em;
}
.both {
	clear: both;
}
.hidden {
	visibility: hidden;
}
.right {
	float: right;
}
#wrapper {
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/headerBg.gif);
	background-color: #FFFFFF;
}
#header {
	height: 289px;
	width: 100%;
	background-image: url(../images/header_Bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
}
#headerInner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main {
	width: 861px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 19px;
	background-color: #FFFFFF;
}
#topMidashi {
	background-image: url(../images/topMidashiLine.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
	background-color: #FFFFFF;
	height: 20px;
	font-size: 1.3em;
	font-weight: bold;
}
#topMidashi h2 {
	float: left;
}
/*#topEntry img {
	float: right;
}*/
#contents {
	background-color: #FFFFFF;
	float: left;
	padding-right: 24px;
	padding-left: 0px;
	width: 600px;
}
#contents h2 {
	clear: both;
}
#contents #top_entrisTitle {
	padding-bottom: 10px;
}
.Entries {
	padding-bottom: 20px;
}
.EntriesTitle {
	clear: both;
	background-image: url(../images/dot_Line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 1.5em;
	height: 1.5em;
	padding-bottom: 1px;
	padding-top: 15px;
	margin-bottom: 10px;
}
.EntriesTitle h3, .EntriesTitle h2 {
	background-image: url(../images/EntriesIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	float: left;
}
.EntriesTitle span {
	float: right;
	font-size: 0.96em;
	line-height: 1.7em;
}
.categoryName {
	float: right;
	font-size: 0.96em;
}
.Entries .imgRight {
	float: right;
	padding-left: 10px;
}
.entryBody {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}
.entryBody    h2 {
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0066;
	border-left-color: #FF0066;
	padding-left: 5px;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}
.entryBody img {
	padding-left: 10px;
	display: inline;
}
.entryBody p {
	margin-bottom: 1em;
}

.entryBody  ul,.entryBody ol {
	margin-left: 1em;
	margin-top: 1px;
	margin-bottom: 1px;
}
.entryBody  li {
}
.entryBody   a {
	color: #0066CC;
}
.entryBody    a:hover {
	color: #FF0066;
}
.entryBody pre {
	background-color: #eeeeee;
	margin: 15px;
	padding: 15px;
	clear: both;
	border: 1px solid #CCCCCC;
}
.entryBody  blockquote {
	background-color: #eeeeee;
	padding: 10px;
	clear: both;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
.entryList {
	padding-top: 15px;
	clear: both;
	padding-bottom: 15px;
	background-image: url(../images/dot_Line.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.entryList_Title {
	font-size: 12px;
	line-height: 16px;
	background-image: url(../images/dot_Line_Pink.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 16px;
	padding-bottom: 1px;
}
.entryList_Title h3 {
	float: left;
}
.entryList_Title span {
	float: right;
}
.entryList .EntryList_img {
	float: left;
	height: 80px;
	width: 80px;
	overflow: hidden;
	background-image: url(../images/dammy_ListImg-02.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #CCCCCC;
}
.entryList_Box {
	float: left;
	padding-left: 20px;
	width: 500px;
}
.entryList_Body p {
	clear: both;
}
.entryList_Bottom {
	clear: both;
	/*width: 350px;*/
	text-align: right;
	font-size: 0.96em;
}
.toEntry {
	margin: 0px;
	padding: 0px;
}
.toEntry a {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #333333;
	padding: 2px;
}
.toEntry a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0066;
	padding: 2px;
}
#leftMenu {
	background-color: #FFFFFF;
	float: left;
	width: 181px;
}
#leftMenu .sideBox, .widget-content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
}
.widget-content2 {
	background-color: #FFFFFF;
	text-align:center;
	width: 182px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.widget-content li {
}

.sideMidashi, .widget-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/sideMidashi.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 20px;
	line-height: 22px;
	display: block;
	background-color: #FFFFFF;
}
.sideMidashi a, .widget-header a {
	color:#FFFFFF;
}
#sideBox_calendar {
	width: 230px;
	text-align: center;
	font-size: 13px;
	clear: both;
	background-image: url(../images/dot_Line.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}
#prevmonth {
	float:left;
	overflow:hidden;
	width: 15px;
	font-size: 1em;
	line-height: 1.2em;
	height: 1.1em;
}
#nextmonth {
	float:right;
	overflow:hidden;
	width: 15px;
	height: 1.1em;
	font-size: 1em;
	line-height: 1.2em;
}
#CalendarDate {
	width:130px;
	text-align:center;
	overflow:hidden;
	float: left;
	background-color: #FFFFFF;
}
#ArchiveDay {
	width:190px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	float: left;
}
#sideBox_calendar tbody {
	clear:both;
}
#sideBox_calendar a, #prevmonth a, #nextmonth a {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	width: 2.2em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.2em;
}
#sideBox_calendar a:hover, #prevmonth a:hover, #nextmonth a:hover {
	background-color: #FF0066;
	color: #FFFFFF;
	text-decoration: none;
}
#rightMenu {
	float: right;
	width: 230px;
	background-color: #FFFFFF;
}
#rightMenu .widget-content {

}
#search {
	width: 150px;
}
#searchBtn {
	font-size: 12px;
	line-height: 150%;
}
.right_cont {
	text-align: center;
	width: 182px;
	padding-top: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.widget-content .EntryList_img {
	height: 50px;
	width: 50px;
	overflow: hidden;
	background-image: url(../images/dammy_ListImg-02.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #CCCCCC;
	float: left;
}
.widget_EntryList_Box {
	padding-left: 0px;
	width: 165px;
	float: right;
}
.widget_entryList_Bottom {
	text-align: right;
	font-size: 0.96em;
	overflow: hidden;
	padding-top: 1em;
}
.widget_EntryTitle {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
.widget_EntryTitle a {
	text-decoration: none;

}
.toCategories {
	font-size: 1em;
	line-height: 1.2em;
}
#footer {
	color: #FFFFFF;
	background-color: #222222;
	width: 100%;
}
#footerInner {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	padding-top: 15px;
}
#footer address {
	padding-top: 10px;
	padding-bottom: 10px;
}
.entryBottom {
	clear: both;
	background-image: url(../images/dot_Line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
}
.entryBottom li {
	float: left;
	padding-right: 0.5em;
}
.entryBottom h4 {
	clear: both;
	float: left;
}
.entris_Bodys {
	padding-top: 1em;
	padding-bottom: 1em;
}
.entris_Bodys img {
	float: right;
}

