@charset "utf-8";
/* ------------------------------------*/
/* RESET                               */
/* ------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* clear                               */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

/* ------------------------------------*/
/* GLOBAL                              */
/* ------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	color: #999;
}
#wrapper {
	width:900px;
	color:black;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*
body > #wrapper {
	height:510px;
	min-height:510px;
	font-size: 11px;
	text-align: center;
}
*/
.border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 10px;
}

a {
	color:#999;
	text-decoration: none;
}
a:hover {color:#bd96a8;}

/* ------------------------------------*/
/* HEADER                              */
/* ------------------------------------*/
#header {
	height: 320px;
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header_visual.jpg);
	background-repeat: no-repeat;
	background-position: left 62px;
}
#header h1 {
	position: absolute;
	background-image: url(images/top_header_logo.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 335px;
	top: 16px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	left: 0px;
}
/* ==========  GM  ==========  */
#header #menu {
	width: 280px;
	height: 35px;
	position: absolute;
	right: 0px;
	top: 16px;
}
#header #menu ul {
	width: 279px;
	height: 35px;
	position: relative;
	display: block;
	overflow: hidden;
}
#header #menu li a{
	background-image: url(images/header_menu.jpg);
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	height: 35px;
	text-indent: -9999px;
	display: block;
}
#header #menu .lejourHome a 	{
	width: 90px;
	left: 0px;
	top: 0px;
	background-position: 0px top;
}
#header #menu .sanyoHome a 	{
	width: 90px;
	left: 90px;
	top: 0px;
	background-position: -90px top;
}
#header #menu .privacy a 	{
	width: 100px;
	left: 180px;
	top: 0px;
	background-position: -180px top;
}
#header #menu .lejourHome a:hover	{background-position: 0px bottom;}
#header #menu .sanyoHome a:hover	{background-position: -90px bottom;}
#header #menu .privacy a:hover{background-position: -180px bottom;}


/* ------------------------------------*/
/* CONTENTS                            */
/* ------------------------------------*/
#content {
	width: 880px;
	position: relative;
	text-align: center;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#content #main {
	float: right;
	width: 630px;
	text-align: left;
}

#main .article_wrap h2 {
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom: 5px;
		display: block;

}
#main .article_wrap h2 a {
	color: #bd96a8;
	font-size: 16px;
}
#main .article_wrap h2 a:hover {
	background-color: #F795AF;
	font-size: 16px;


	color: #000;
}
#main .article_wrap .date {
	text-align: left;
	padding-top: 10px;
}
#main .article_wrap .article {
	padding-top: 10px;
	padding-bottom: 40px;
	line-height: 150%;
}
#main .article_wrap .article a {
	color: #B892A3;
	font-weight: bold;
}
#main .article_wrap .article a:hover {
	color: #F795AF;
	font-weight: bold;
}
#main .article img {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*
#main .article img a {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main .article img a:hover {
	background-color: #000;
}
*/
/* ++++++  SIDE BAR  ++++++  */
#content #sidebar {
	float: left;
	width: 210px;
	text-align: left;
}
#sidebar .widget {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#sidebar .widget .module-content.table table tr td {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar .widget h3 {
	margin-bottom: 5px;
}
#sidebar .widget .module-content.table table caption {
	text-align: left;
	padding-bottom: 5px;
}
#sidebar .widget .module-content.table table tr td a {
	color: #B892A3;
	font-weight: bold;
}
#sidebar .widget ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#sidebar .widget ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

#sidebar .widget ul li a:hover {
	background-color: #F795AF;
	color: #000;
}
/* ++++++  PAGE NAVI  ++++++  */
#content #pagennavi .prev {
	float: left;
}
#content #pagennavi .next {
	float: right;
}
/* ------------------------------------*/
/* Footer                              */
/* ------------------------------------*/
#footer_wrap {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bd96a8;
}
#footer_wrap #footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #bd96a8;
}

#footColor {
	color: #BD96A8;
}

/* ------------------------------------*/
/* カレンダー                              */
/* ------------------------------------*/

#calenendar {
}
.calendarhead {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	letter-spacing: 0.2em;
	color: #f14f7e;
	font-weight: bold;
	text-align: center;
}
.calendarhead a {
	color: #f14f7e;
	font-weight: bold;
}
.calendarhead a:hover {
    background-color: #F795AF;
    color: #000;
	font-weight: bold;
}
#calendar table {
	border-collapse: collapse;
	width: 210px;
}
#calendar th {
	padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 10px;
    width: 28px;
}
#calendar td {
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#calendar td a {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #000;
	background-color: #B892A3;
}
#calendar td a:hover {
    background-color: #F795AF;
    color: #000;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #f14f7e;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #CCC;
	font-weight: normal;
}
#calendar .widget table tr .sunday {
	color: #f14f7e;
}


