@charset "utf-8";
/* CSS Document */
/* 2006/09/06 Y.Miyawaki */
/* For www.h-michelin.com/blog */

/* modified 2007/07/14 */
/* change the width of the page and added top-menu bar */
/* @charset "utf-8"; */

/* standard html tags */

html{
	padding:0px;
	margin:0px;
	text-align:center;
}
body{
	background-color:#76C87A;
	background-image: url(http://www.h-michelin.com/mst/img/bodyback2.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:100%;
	padding:0px;
	margin:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
}
div{
	padding:0px;
	margin:0px;
	height:100%;
}
img {
	border: none;
}

/* basic structures */
#wrap{
	background-color:#FFFFFF;
	width:760px;
	padding: 0px;
	margin: 0px auto 0px auto;	
}
#wrap #header {
	background-image: url(http://www.h-michelin.com/blog/../michelin/images/head04.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	padding: 0px;
	height: 139px;
	width: 760px;
	margin: 0px auto 0px auto!important;
	margin: 0px;
}
#header-banner {
	margin: 0px auto auto 0px;
	float: left;
}
#header-inner01 {
	margin: 0px;
	float: left;
	height: 139px;
	width: 259px;
	background-image: url(http://www.h-michelin.com/blog/../michelin/images/head_bg.jpg);
	background-repeat: repeat-x;
}
#header-inner01 #inner011 {
	height: 43px;
	width: 259px;
	font-size:95%;
	_font-size:90%;
	font-weight: bold;
	color: #009900;
	line-height: 130%;
	padding-top: 20px;
	margin: 0px;
}

#header-inner03 {
	float: left;
	height: 26px;
	width: 242px;
	margin: 0px;
	background-image: url(http://www.h-michelin.com/blog/../michelin/images/head03.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 14px 0px 0px 0px;
}

#wrap #toptext {
	font-size: 95%;
	background-color: #FFFF99;
	text-align: center;
	border: 3px ridge #FFFFFF;
	padding: 3px;
	margin: 0px 10px 0px 10px;
}

#content-main{
	width:100%;
	text-align:left;
}

#footer {
	font-size: 12px!important;
	background-color: #E4F3FC;
	padding: 5px;
	margin: 10px 5px 10px 5px;
	line-height: 150%;
}
#footer ul{
	display:block;
	clear:both;
	padding: 0px;
	margin: 0px auto 10px auto!important;
	margin:0px 0px 10px 0px;
	text-align:center;
}
#footer li {
	display:inline;
	font-size:12px!important;
/*	float: left; */
	margin: 0px -5px 0px 0px!important;
	margin: 0px -1px 0px 0px;
	padding: 2px 7px 2px 7px;
	list-style-type: none;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	text-align:center;
}
#footer li a{
	white-space:nowrap;
}

#left-box{
	width:570px;
	float:left;
}
#main-box{
	width:400px;
	float:right;
}
#content-main:after,
#left-box:after,
#left-side:after,
#side-box:after,
#main-box:after{
	content:"";
	display:block;
	clear:both;
}
#left-side{
	width:170px;
	float:left;
}
#side-box{
	width:190px;
	float:left;
}

/* boxes */
.entry{
	margin:5px;
}

.entry-header{
	background:url(http://www.h-michelin.com/mst/img/entry-header_back.png) no-repeat center top #ffffff;
	color:#FFFFFF;
	padding: 5px 5px 5px 10px;
	margin:0px;
}
h2.entry-header,
h3.entry-header
{
	margin-bottom:0px;
}
.entry-content{
	border-left:1px solid #0166ff;
	border-right:1px solid #0166ff;
	margin:0px auto 0px auto;
	padding-bottom:10px;
}

/* hedding */
.entry-header,
.module-header,
.date-header{
	font-size:90%;
	font-weight:bold;
}
.date-header{
	color:#0099CC;
	text-align:right;
	margin:0px 5px 0px 5px;
}
.entry-header a{
	color:#FFFFFF;
}
h4.more-header {
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	background: url(http://www.h-michelin.com/mst/img/more-header_back.png) no-repeat center top;
	width: 352px;
	margin: 5px auto 0px auto;
	padding: 5px 10px 3px 10px;
}
.entry-more {
	background: url(http://www.h-michelin.com/mst/img/more-body_back.png) repeat-y center;
	width: 352px;
	margin: 0px auto 0px auto;
	padding: 3px 10px 3px 10px;
}
.more-footer {
	background: url(http://www.h-michelin.com/mst/img/more-footer_back.png) no-repeat bottom;
	height: 10px;
	width: 352px;
	margin: 0px auto 5px auto;
	padding: 0px 10px 0px 10px;
}

.module-header{
	color:#ffffff;
	margin: 0px;
	text-align: center;
	background:url(http://www.h-michelin.com/mst/img/side-header_back.png) no-repeat center top #fe9900;
	padding: 5px;
}
.module-content{
	margin:0px;
	border-left:1px solid #fe9900;
	border-right:1px solid #fe9900;
	padding-top:5px;
	padding-bottom;5px;
}
.module-content form{
	min-height:3em;
	padding:3px 3px 10px 3px;
	_padding:0px;
}
.module-content ul{
	margin:0px 5px 5px 5px;
}

.module-calendar{
	text-align:center;
	margin:5px;
}
.module-search .module-content,
#feedbox{
	font-size:70%;
	font-weight:bold;
}
#feedbox a{
	color:#0099CC;
	
}
.module{
	background:url(http://www.h-michelin.com/mst/img/side-footer_back.png) no-repeat center bottom;
	padding:0px 0px 5px 0px;
	margin: 5px 4px 10px 4px;
}
.entry-body{
	padding-bottom:5px;
}

/* paragraph */
.entry-body p{
	font-size:90%;
	color:#333333;
	margin:5px;
}
/* etc text */
.entry-footer{
	background:url(http://www.h-michelin.com/mst/img/entry-footer_back.png) no-repeat center bottom #0166ff;
	font-size:70%;
	font-weight:bold;
	text-align:right;
	min-height:10px;
	_height:10px;
	margin:0px;
	padding:3px;
	color:#FFFFFF;
}
.entry-footer a{
	color:#ffffff;
	margin:0px;
}
/* Tag Cloud */
.module-tagcloud ul{
	padding:0px;
	margin:5px;
}
.module-tagcloud .module-list li{
	display:inline;
	list-style:none;
	padding:3px;
	margin:0px;
}
.module-tagcloud .module-list a:link,
.module-tagcloud .module-list a:visited
{
	color:#0099CC;
	text-decoration:none;
}
.module-tagcloud .module-list a:hover{
	color:#FF0000;
}
.taglevel6 a{
	font-size:70%;
	font-weight:normal;
	color:#CAEBFF;
}
.taglevel5 a{
	font-size:80%;
	font-weight:normal;
	color:#00CCFF;
}
.taglevel4 a{
	font-size:85%;
	font-weight:normal;
	color:#0099FF;
}
.taglevel3 a{
	font-size:90%;
	font-weight:bold;
	color:#0099FF;
}
.taglevel2 a{
	font-size:95%;
	font-weight:bold;
	color:#0099FF;
}
.taglevel1 a{
	font-size:100%;
	font-weight:bold;
	color:#0066FF;
}
.module-header a {
	color: #FFCC00;
	text-decoration: underline;
}



/* calendar */
.month {
	padding: 0px;
	width: 170px;
	border: 3px solid #666666;
	margin: 5px 5px 5px 5px;
}
.module-categories .module-list li a,
.module-archives .module-list li a
 {
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px -5px;
	padding: 0px;
}

.module-categories ul,
.module-archives ul {
	margin-left: 1.3em;
	padding: 0px;
/*	list-style-type: none; */
}

.month td {
	margin: 0px;
	padding: 2px;
	width: 14%;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: right;
	font-size: x-small;
	height: 14%;
	white-space: nowrap;
}
.month caption {
	font-size: small;
	font-weight: bold;
	color: #FFCC00;
	background-color: #666666;
	margin: 0px;
	padding: 3px;
	width: 100%;
}
.weekday th{
	font-size: 60%;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}
.start {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	background-color: #999999 !important; 
}
.holiday {
	background-color: #CC3333;
	color: #FFFFFF;
}
.schoolday1 {
	background-color: #F3D08E;
}
.schoolday2 {
	background-color: #C6DEB2;
}
.hide {
	display: none;
}

#archive-title {
	width:376px;
	background:url(http://www.h-michelin.com/mst/img/entry-header_back.png) no-repeat center top #ffffff;
	color:#FFFFFF;
	padding: 5px 5px 5px 10px;
	margin:0px auto 0px auto;
	border-bottom:1px solid #999999;
	text-align:center;
}

#feedbox{
	text-align:center;
}

.content-nav,
.nav2
{
	font-size: 85%;
/*	font-weight: bold; */
	padding: 0px;
	margin: 5px;
}
.nav2 {
	text-align:center;	
}
.module-archives .module-list li,
.module-categories .module-list li {
/*	font-size: 80%; */
	margin-left:-4px;
	margin-bottom:2px;
	font-size:12px;
	list-style:outside disc;
}
.a8link a {
	font-size: 80%;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	margin: 5px;
}
.a8link {
	clear: both;
}

.medal {
	width:100px;
	text-align:left;
	float: left;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
.medal a{
	font-size: 80%;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	margin: 5px;
}
.search-results-header {
	font-size: 100%;
	color: #333333;
	margin: 5px;
	padding: 0px;
}
.search-results-container {
	font-size: 90%;
	line-height: 130%;
	color: #666666;
}
.search-results-container h3 {
	margin: 0px;
	padding: 5px;
	font-size: 95%;
}

#search-options {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
}

/* for MTPaginate navigation */
.page-navi {
	font-size: 75%;
	_font-size: 70%;
	padding: 4px;
	margin: 3px auto 3px auto;
	text-align: center;
	display:inline-block;
}
.page-navi:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hides from IE--mac \*/
*html .page-navi,
{
	height:1%;
}
.page-navi{
	display:block;
}
/* End hide from IE-mac */
.navi-current,
.current_page
{
	display:block;
	float:left;
	margin-left:2px;
	margin-bottom:3px;
	padding: 1px;
	font-weight: bold;
}
.page-navi a:link,
.page-navi a:visited,
.page-navi a:active
{
	display:block;
	float:left;
	margin-left:2px;
	margin-bottom:3px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
.page-navi a:hover
{
	padding: 1px;
	border: 1px solid #0099FF;
	background-color: #EAEAEA;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.totop {
	font-size: 75%;
	_font-size: 70%;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	display: block;
	color:#0099FF;
}

/* top-menu 2007/07/14 added by Y.Miyawaki */
/* top-menu 2007/09/06 modified by Y.Miyawaki */
/* top-menu 2007/10/22 modified by Y.Miyawaki */
ul#top-menu,
ul#top-menu2
 {
	display:block;
	width:760px;
	padding: 0px;
	margin: 0px auto 0px auto!important;
	margin: 0px;
	text-align:center;
}

#top-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top-menu2 li {
	display:inline;
	font-size:13px;
/*	float: left; */
	margin: 0px -7px 0px 0px!important;
	margin: 0px -1px 0px 0px;
	padding: 2px 7px 2px 7px!important;
	padding: 2px 7px 2px 7px;
	list-style-type: none;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}
#top-menu2 li a:link,
#top-menu2 li a:visited,
#top-menu2 li a:active
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#top-menu2 li a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#top-menu2 li a.current:visited{
	color:#FF0000;
}
#top-menu a{
	display:block;
	height: 38px;
}
#top-menu #m-home a{
	width: 60px;
}
#top-menu #m-home a.current,
#top-menu #m-home a:hover{
	background-image:url(http://www.h-michelin.com/blog/../img/top-menu_hover.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-999em;
}
#top-menu #m-about a{
	width: 116px;
}
#top-menu #m-about a.current,
#top-menu #m-about a:hover{
	background-image:url(http://www.h-michelin.com/blog/../img/top-menu_hover.png);
	background-repeat:no-repeat;
	background-position:-60px top;
	text-indent:-999em;
}
#top-menu #m-standard a{
	width: 151px;
}
#top-menu #m-standard a.current,
#top-menu #m-standard a:hover{
	background-image:url(http://www.h-michelin.com/blog/../img/top-menu_hover.png);
	background-repeat:no-repeat;
	background-position:-176px top;
	text-indent:-999em;
}
#top-menu #m-request a{
	width: 135px;
}
#top-menu #m-request a.current,
#top-menu #m-request a:hover{
	background-image:url(http://www.h-michelin.com/blog/../img/top-menu_hover.png);
	background-repeat:no-repeat;
	background-position:-327px top;
	text-indent:-999em;
}

#top-menu #m-howto a{
	width: 80px;
}
#top-menu #m-howto a.current,
#top-menu #m-howto a:hover{
	background-image:url(http://www.h-michelin.com/blog/../img/top-menu_hover.png);
	background-repeat:no-repeat;
	background-position:-462px top;
	text-indent:-999em;
}
#top-menu #m-tos a{
	width: 79px;
}
#top-menu #m-tos a.current,
#top-menu #m-tos a:hover{
	background-image:url(http://www.h-michelin.com/blog/../img/top-menu_hover.png);
	background-repeat:no-repeat;
	background-position:-542px top;
	text-indent:-999em;
}
#top-menu #m-privacy a{
	width: 139px;
}
#top-menu #m-privacy a.current,
#top-menu #m-privacy a:hover{
	background-image:url(http://www.h-michelin.com/blog/../img/top-menu_hover.png);
	background-repeat:no-repeat;
	background-position:-621px top;
	text-indent:-999em;
}


/* top-menu 2007/07/14 added by Y.Miyawaki end */

/* sbmk 2007/09/26 added by Miyawaki. (for social book mark icon) */
.sbmk{
	margin:0px 3px 3px 3px;
	padding:3px;
	text-align:right;
	font-size:9px;
}
.sbmk a img{
	vertical-align:middle;
	border:0px;
}
.sbmk a:link,
.sbmk a:visited,
.sbmk a:active,
.sbmk a:hover
 {
 	font-weight:bold;
 	color:#FF6699;
}

.module-list-item img {
	vertical-align:middle;
}
.small {
	font-size: 10px;
	line-height: 125%;
}
.emph {
	font-weight:bold;
	display:block;
	margin:15px auto 15px auto;
	text-align:center;
}
a.emph:visited {
	color:#0000FF;
}
