@charset "UTF-8";
/* CSS Document　 */

* {
	margin: 0px;
	padding: 0px;
}

p{
	font-size: 15px;
	color: #000000;
}


h2{
	margin-top: 10px;
	margin-bottom: 15px;
	height: 40px;
	text-indent: 5px;
	color: #5bb225;
	background-image: url(../images_tok/mm_sub_h_01.jpg);
	background-repeat: no-repeat;
}

h2.h2_top{
	height: 50px;
	line-height: 42px;
	margin: 10px 0px 0px;
	text-indent: 40px;
	font-size: 13px;
	color: #333333;
	background-image: url(../images_tok/mm_top_h.jpg);
	background-repeat: no-repeat;
}

h2.h2_top_w2{
	height: 50px;
	line-height: 42px;
	margin: 10px 0px 0px;
	text-indent: 40px;
	font-size: 13px;
	color: #333333;
	background-image: url(../images_tok/mm_top_h_w2.jpg);
	background-repeat: no-repeat;
}

h3{
	height: 40px;
	margin-top: 10px;
	padding-top: 10px;
	text-indent: 5px;
	color: #333333;
	background-image: url(../images_tok/mm_sub_h_01.jpg);
	background-repeat: no-repeat;
}

h4{
	height: 30px;
	margin-top: 10px;
	padding-top: 5px;
	color: #333333;
	background-image: url(../images_tok/mm_sub_h_02.jpg);
	background-repeat: no-repeat;
}

img{
	border: 0px;
	vertical-align: top;
}

img.centering{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.to_top{
	float: right;
}

div.padding5px{
	padding-top: 5px;
}

div.padding20px{
	padding-top: 20px;
}

ul.menu{
	list-style: none;
}

ul.menu li{
	display: inline;
	float: left;
	display: inline;
}

/* clearfix */
.clearfix:after{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.clearfix{  
	display: inline-block;  
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

