﻿@charset "utf-8";

body,table,td{
	color: #666;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height: 150%;

}


* {
	margin: 0;
	padding: 0;
}


a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

.clr {
	clear: both;
	line-height: 150%;
}



/***********************************************/
/* make body */
/***********************************************/




#wrapper{
	width: 801px;
	margin-right: auto;
	margin-left: auto;	
	background-color:#fff;
	margin:auto;

}





/******************/
/* bodymain*/
/******************/

#bodymain{
	clear:both;
	width: 800px;
	margin: auto;
	padding-top: 10px;
	background-color:#fff;
	z-index:0;	
}
#txt-menu{
	margin-bottom:10px;
	margin-top:3px;
	background:none;
	font-size:100%;
	width: 800px;
	color:#666666;
}
/***********************************************/
/* design */
/***********************************************/

.content_txt {
	font-size:100%;
	color: #666;
	line-height: 120%;
}

.content_txt_bold {
	font-size:100%;
        font-weight: bold;
	color: #666;
	line-height: 120%;
}

.header_obj{
	float: right;
	margin-top: 42px;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.txt_strong1{
	font-weight: 900;
	color: #FF3300;
	line-height: 100%;
	padding-bottom:5px ;
	clear:both;
}

.txt_strong2{
	font-weight: 900;
	color: #000000;
	line-height: 100%;
	padding-bottom:5px ;
}

p.txt_strong{
	margin-left:50px;
}


.seo{
	text-align:center;
	margin: auto;
	font-size:120%;
}

.contents-detail{
	margin:20px;
	font-size:90%;
	font-weight:100;
	color:#666;
}

.clear{
	clear:both;
	margin:0px;
	padding:0px;
}

/***********************************************/
/* contact,contents,info */
/***********************************************/

h1.txt1{
	font-size: 100%;
	background-color: #CCCCCC;
	padding: 5px;
	margin:30px 0px 10px 10px;
}

h2.txt2{
	font-size: 100%;
	border-bottom:solid 1px #ccc;
	color: #990000;
	padding:5px;
	margin:30px 0px 0px 20px;
	line-height:150%;
	color:;
}

p.txt3{
	margin:10px 30px;
		font-size: 90%;
}

li.txt4{
	margin:10px 50px;
		font-size: 90%;
		font-weight:normal;
}

a:link.linkemp, a:visited.linkemp, a:active.linkemp{
	color:#055;
	font-weight:900;
	text-decoration:none;
	padding-right:10px;
}


a:hover.linkemp {
	color:#055;
		font-weight:900;
text-decoration:underline;
}


/******************/
/* page index */
/******************/

.pageindex {
     color: #88C122;
}

a:link.pageindex, a:visited.pageindex, a:active.pageindex {
	color: #666666;
	text-decoration: none;
}

a:hover.pageindex {
	text-decoration: underline;
	color: #88C122;
}

