@charset "utf-8";

body{
	color: #404040;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", "Osaka等幅",Arial;
	font-size: 85%;
	}


* {
	margin: 0px;
	padding: 0px;
}
p,ul,li,th,td,a,dl {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	}
img {
	border: none;
}

/*リンク//========================================*/
a:link , a:visited {
	text-decoration: underline;
	color: #8DBB02;
}
a:hover , a:active {
	text-decoration: underline;
	color: #557100;
}

/* ページ全体start //========================================*/
#containerAll {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#containerTop {
	width: 100%;
	height: 100%;
}
#containerMid {
	width: 100%;
	clear:both;
}
#containerBtm {
	clear:both;
	width: 100%;
	height:20px;
}



/*ヘッダー部//======================================== */
#headTop {
	background-color: #f1f1f1;
	background-image:  url("../images/bg_head.gif");
	background-repeat: repeat-x;
	width: 760px;
	height: 60px;
	border: none;
}
#headTopLogo {
	margin: 0px;
	padding: 20px 0px 20px 15px;
	float: left;
	border: none;
	height: 20px;
	width: 95px;
}
#headTopLogo img {
	border: none;
	height: ;
	width: 95px;
}
#headTopTagline {
	padding: 20px 0px 20px 15px;
	float: left;
	border: none;
	height: 20px;
	width: 230px;
}
#headTopTagline img {
	border: none;
	height: 20px;
	width: 230px;
}
#headTopHsearch {
	text-align: right;
	padding-top:15px;
	padding-right: 15px;
	float: right;
	width: 390px;
}
#headTopHsearch table {
	text-align: right;
	float: right;
}


/* ヘッダーグローバルナビ部start//======================================== */
#headGnavi {
	width: 760px;
	height: 30px;
	clear: both;
	text-align: left;
	margin:0px;
	padding:0px;
	background-color:#CCC;
}
#headGnavi li {
	height: 30px;
	float:left;
	list-style-type:none;
	display:inline;
}

#headTitle {
	width: 760px;
	clear: both;
	height: 210px;
	border: none;
	margin:0px;
	padding-bottom:0px;
}

#headTitle img{
	border: none;
	clear: both;
}

/*フッター部start//======================================== */

#foot {
	clear: both;
	width: 720px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	background-image: url("../images/bg_ftr.jpg");
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: bottom;
}


#footBtm {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
	border: none;
}


.footFcopy {
	float: right;
	margin-top: 5px;
	text-align: right;
	width: 360px;
	font-size: 80%;
}

/*---------------------------------------- */
#containerMid .txtNowrap {
	white-space: nowrap;
}
#containerMid .txtCenter {
	text-align: center;
}
#containerMid .txtRight {
	text-align: right;
}

/*clearfix----------------------------------*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 
