/*color
---------------------------------------------------------------*/
.bold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}
.red-b {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

.green {
	color: #006600;
}
.green-b {
	font-size: 13px;
	font-weight: bold;
	color: #006600;
}

.orange {
	color: #FF6600;
}
.orange-b {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.blue {
	color: #154493
}
.blue-b {
	font-size: 13px;
	font-weight: bold;
	color: #154493
}



/*基本
---------------------------------------------------------------*/
html {
	font-size: 12px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 15px;
}

body {
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
	color: #333333;
	text-align:justify;
	text-justify:distribute;
}

a:link, a:visited, a:active {
	/*color:#006600;*/
	text-decoration:none;
}

a:hover {
	/*color:#006600;*/
	text-decoration:underline;
}

.checked {
	font-weight: bold;
}


h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0059B4;
	border-bottom: 1px solid #0059B4;
	margin-bottom: 0.5em;
}

h2 {
  font-size: 1.2em;
}

p {
  font-size: 1em;
}





/*構成
---------------------------------------------------------------*/

#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 840px;
	position: relative;
	height: 33px;
}





#footer {
	clear:both;
	height: 190px;
	position: relative;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}



/*header
---------------------------------------------------------------*/

#search {
	display: block;
	width: 180px;
	position: absolute;
	top: 7px;
	right: 0px;
}

#search .text-a {
	font-size: 10px;
	position: absolute;
	top: 1.5px;
	right: 55px;
	width: 120px;
}

#search .search {
	position: absolute;
	top: 1.5px;
	right: 0px;

}



#header ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	width: 500px;
}

#header li {
	float: left;
}

#header ul li, #header ul li a {
	font-weight: bold;
	color: #FFFFFF;
}




/*footer
---------------------------------------------------------------*/

#footer ul {
	width: 720px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#footer li {
	width: 240px;
	float: left;
	display: block;
	/*border-right: 1px solid #004D9A;*/
}
#footer li img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#footer dl {
	width: 190px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#footer dt {
	font-weight: bold;
}
#footer a {
	color: #FFFFFF;
}
#footer .copyright {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 360px;
	margin-left: -180px;
}


/*index
---------------------------------------------------------------*/

#top {
	width: 840px;
}
#top .left {
	float: left;
	width: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#top .right {
	float: right;
	width: 418px;
}
#top .left p {
	padding-top: 15px;
}


/*company
---------------------------------------------------------------*/

#company {
	width: 600px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#company .company-info {
	margin-bottom: 30px;
}
#company .company-info table td {
	vertical-align: top;
	line-height: 1.7em;
}
.page-top {
	text-align: right;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}


/*catalog
---------------------------------------------------------------*/

#catalog {
	width: 700px;
	margin: 40px auto 0px;
}



#catalog .catalog-cont {
	width: 200px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
}

#catalog h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0059B4;
	border-bottom: 1px solid #0059B4;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

.catalog-cont .cata-img {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#catalog a:link, a:visited, a:active {
	color:#006699;
	text-decoration:none;
}

#catalog a:hover {
	color:#006699;
	text-decoration:underline;
}
