@charset "UTF-8";

#root {	
	margin: 0px auto; 
	/* text-align: left; */
 	background:#fff url(/images/left_bg2.jpg) 0 0  repeat-y fixed;	min-width:779px;
}

#root_blog{
	margin: 0px auto; 
	/* text-align: left; */
 	background:#fff url(/images/left_bg2.jpg) 0 0  repeat-y fixed;	min-width:779px;
}

#root_sub {	
	margin:0 auto; 
 	background: url(/images/right_bg2.jpg) right 0 repeat-y fixed;	min-width:779px;
	
}




/* BLOG CONTENTS */

#main{
	text-align:left;
	margin:0 175px;
	padding-right:15px;	
	width:auto;
	height: auto;
}

#blogbody{
	margin-top:20px;
	min-height: 560px;
}

/* for Internet Explorer */
/*\*/
* html #blogbody {
	margin-top:10px;
height: 560px;
}
/**/


#blogbody h1{
width:auto;
height:70px;
background:url(/images/blog_titleline.gif) 0 0 repeat-x;
display:block;
font-weight:bold;
margin-top:-25px;
_margin-top:-10px;
}




#blogbody h1 .title{
	width:auto;
	height:70px;
	background:url(/images/blog_title.gif) 0 0 no-repeat;
	text-indent:140px;
}
html>body #blogbody h1 .title{
	margin-top:-25px;
}

#blogbody h1 .title .news{
	background:url(/images/blog_titlenews.gif) right 0 no-repeat;
	padding-top:18px;
	color:#6766cc;
}

html>body #blogbody h1 .title .news{
	margin-top:-25px;
}

#blogbody h2{
	font-weight:bold;
	float: none;
	margin-top:0;
	padding-top:0;
	width:auto;
	height:auto;
	display: block;
	color:#a0a0a0;
	margin:4px 1px;
}



#blogbody h3{
/* font-family:palatino,  georgia,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif; */
	font-weight:bold;
	margin:0;
	padding:0;
	background:url(/images/product_name_1_bg.gif) repeat-x;
	width:auto;
	height:36px;
	display:block;
	text-align:left;
}

#blogbody h3 .lshade{
	background:url(/images/product_name_1_bg_left.gif) left 0 no-repeat;
}

#blogbody h3 .lshade .rshade{
	background:url(/images/product_name_1_bg_right.gif) right 0 no-repeat;
	padding:10px 12px;
	font-weight:bold;
}

#blogbody h3 .lshade .rshade a{
 font-weight:bold;
 color:#6766cc;
}
#blogbody h3 .lshade .rshade a:hover{
	color:#f51876;
}


/* LEFT SIDE */

ul.module-list{
	margin:10px 0 2px;
	padding-left:10px;
	width:150px;
}

li.module-list-item{
	list-style-image:url(/images/blog_arrow.gif) ;
	margin:5px 5px 5px 10px;
	padding-right:5px;
}


/* ENTRY */
.entry-body p{
	padding:4px;
	line-height:145%;
}

.entry-footer{
	clear:both;
	padding:10px 2px;
	margin-bottom:40px;
	text-align:right;
	border-bottom:1px solid #999;
}
.entry-footer a,.entry-footer a:visited{
	color:#6a69ab;
}
.entry-footer a:hover{
	color:#f51876;
}


/* RIGHT SIDE CSS */

#blog_right {
	padding:0;
	margin:0;
	float:right;
	/* padding-top:15px; */
	padding-top:0;
}


.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}


#blog_right table{
	width:158px;
	margin:0;
	padding:0;
}

#blog_right  table td{
	width:22px;
	padding:3px 1px;
	margin:0;
}

#blog_right  table td a{
	background-color:#6a69ab;
	color:#fff;
	display:block;
}
#blog_right  table td a:hover{
	color:#f51876;
}


.calendar-headbg{
	border-left:1px solid #000;
	padding-top:25px;
	margin-top:-25px;
	height:20px;
	text-align:center;
	width:158px;
}
.calendar-headbg img{
	border:none;
	margin-top:2px;
}

html>body .calendar-headbg{
	padding-top:15px;
	margin-top:-10px;
}


/* mmt calendar */
.module-mmt-calendar {
	margin-bottom: 15px; 
}

.module-mmt-calendar .module-content { 
	margin: 0; 
}
.module-mmt-calendar .module-header {
	margin: 0;
}
.module-mmt-calendar .module-header a { 
	text-decoration: none;
}
#blog_right table { width: 160px;
	border-left:1px solid #000;
}

.module-mmt-calendar th {
	text-align: left;
}

.module-mmt-calendar td {
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}


/* FOOTER */

#footer {
	border-top:solid 1px #999;
	text-align:right;
	margin-top:30px;
}
#footer p {	
	margin-right:0px;
	font-size:10px;
	font-family:"Arial";
	line-height:10px;
	margin-top:5px;
}

img.left{float:left;margin:5px;}
img.right{float:right;margin:5px;}
