
/* -----------------------------------

common.css

------------------------------------*/


body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #333333;
	font-family: ＭＳ Ｐゴシック, Osaka;
}


h1, h2 , h3 , h4 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/*--- header ---*/

#header {
	position: relative;
	width: 800px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: url(../common/bg_header2.gif) top left repeat-x;
}

#header .headerContents {
	padding: 9px 10px 0 10px;
}

#header .headerLeft {
	position: absolute;
	top:9px;
	left:10px;
}

#header .headerRight {
	position: absolute;
	top:10px;
	right:70px;
}

#header .iyc {
	position: absolute;
	top:10px;
	right:0;
}

#header .headerListContents {
	padding-bottom: 9px;
}

#header .headerList {
	float: left;
	margin-right: 22px;
	padding: 0 0 0 13px;
	background-image: url(../common/icon_yaji.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#header .headerListRight {
	float: left;
	margint: 0;
	padding: 0 0 0 15px;
	background-image: url(../common/icon_yaji.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#header .searchContents form {
	margin: 0;
	padding: 0;
}

#header .searchBtn {
	padding-left: 5px;
}

#header a:link ,
#header a:visited {
	color: #333333;
	font-size: 65%;
	line-height:1.25;
	text-decoration:none;
}

#header a:hover ,
#header a:active {
	color: #333333;
	font-size: 65%;
	line-height:1.25;
	text-decoration:underline;
}

.headerLine {
	width: 800px;
	height: 4px;
	margin: 9px 0 10px 0;
	background-image: url(../common/line_header.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

.gnaviContents {
	width: 800px;
	margin: 0;
}

.gnaviContents ul {
	margin: 0;
	padding: 0;
}

.gnaviContents li {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gnaviContents img {
	vertical-align: bottom;
}

#coopOfficial {
	width: 800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

/*--- topicpath ---*/

#topicpath {
	clear: both;
	padding: 5px 10px 9px 10px;
	font-size: 65%;
	line-height: 1.5;
	text-align:left;
}

#topicpath a:link ,
#topicpath a:visited {
	color: #0062AF;
	text-decoration: none;
}

#topicpath a:hover ,
#topicpath a:active {
	color: #0062AF;
	text-decoration: underline;
}

#contentsBody {
	width: 800px;
	text-align: left;
	clear: both;
}

#mainContents {
	margin: 0 10px;
	text-align: left;
	clear: both;
}

#pageTopLnkBlock {
	clear: both;
	margin: 0 10px;
	padding: 3px 0 2px 0;
	font-size: 65%;
	line-height: 1.5;
	text-align: right;
}

#pageTopLnkBlock .pageTopLnk {
	background-image: url(../common/icon_pagetoplink.gif);
	background-position: 770px 2px;
	background-repeat: no-repeat;
	padding-right: 15px;
}

#pageTopLnkBlock a:link ,
#pageTopLnkBlock a:visited {
	color: #333333;
	text-decoration: none;
}

#pageTopLnkBlock a:hover ,
#pageTopLnkBlock a:active {
	color: #333333;
	text-decoration: underline;
}

/*--- footer ---*/

#footer {
	width: 800px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #004097;
}

#footer .footerContents {
	padding: 15px 10px 15px 10px;
}

#footer .footerLeft {
	font-size: 65%;
	line-height: 1.5;
	float: left;
	text-align: left;
}

#footer .footerRight {
	font-size: 80%;
	line-height: 1.5;
	padding: 0 0 0 13px;
	float: right;
	text-align: left;
	background-image: url(../common/icon_yaji.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

#footer a:link ,
#footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover ,
#footer a:active {
	color: #333333;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.left {
	float: left;
}


/* 2-3.clearfix */
/* for FF,Safari,Opera */
.clearfix:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
}

/* for Win IE5.5-7 */
.clearfix {
zoom:1;
}

/* 表示用 */
.clearfix {
overflow:hidden;
}




