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



body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: center;
}
#page {
	height: 990px;
	width: 1024px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	background-image: url(../images/bg.jpg);
	height: 787px;
	width: 1024px;
}
#header,
#sidecontents,
#main1,
#main2{
	display:none;
}

/*----header----*/

#contents header {
	height: 155px;
	width: 1024px;
	background-image: url(../images/c1_line.png);
	background-repeat: no-repeat;
	background-position: 62px bottom;
}
#contents header h1 img {
	margin-top: 24px;
	margin-left: 65px;
	float: left;
}
#contents header ul {
	float: left;
	margin-top: 135px;
	margin-left: 115px;
}
#contents header ul li {
	float: left;
	color: #030;
	font-size: xx-small;
	margin-left: 20px;
	text-align: right;
	display:inline;
	height: 13px;
}
#h_map a {
	color: #030;
	text-decoration: none;
}
#h_map a:hover {
	color: #F30;
}
#h_map {
	background-image: url(../images/h_map.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#h_tel {
	background-image: url(../images/h_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
}
#h_mail {
	background-image: url(../images/h_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#face {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	background-image: url(../images/face_line2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
	width: 43px;
	text-align: center;
}



/*----maincontents----*/




#maincontents {
	height: 602px;
	width: 749px;
	float: left;
	padding-left: 72px;
	padding-top: 30px;
}



/*----sidecontents----*/

#sidecontents {
	height: 632px;
	width: 203px;
	float: right;
}
#sidecontents nav {
	height: 232px;
	width: 192px;
	background-image: url(../images/n_line.png);
	background-repeat: no-repeat;
	background-position: 16px bottom;
}
#sidecontents nav ul {
	margin-left: 20px;
}
#sidecontents nav ul li {
	margin-bottom: 19px;
}

#sidecontents aside {
	height: 400px;
	width: 192px;
}
#sidecontents aside p {
	height: 103px;
	width: 192px;
	margin-top: 17px;
}
#sidecontents aside p img {
	margin-left: 0px;
	margin-top: 0px;
}



/*----footer----*/



#page footer {
	background-image: url(../images/f_back.gif);
	background-repeat: repeat;
	height: 203px;
	width: 1024px;
	color: #FFF;
	font-size: 9.5px;
}
#address {
	height: 140px;
	width: 271px;
	margin-top: 43px;
	margin-left: 41px;
	padding-top: 25px;
	padding-left: 50px;
	float: left;
	background-image: url(../images/f_circle.png);
	background-repeat: no-repeat;
}
#tel {
	float: left;
	background-image: url(../images/f_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	height: 13px;
}
#mail {
	float: right;
	background-image: url(../images/f_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-right: 60px;
}
#address p {
	margin-bottom: 8px;
}
#address p a {
	color: #FFF;
	text-decoration: none;
}
#address p a:hover {
	color: #F30;
}
#address h1 img {
	margin-bottom: 8px;
	margin-left: 4px;
}
footer #copy {
	float: right;
	margin-right: 20px;
	margin-top: 180px;
	font-size: 9px;
}
#copyright {
	float: left;
}
#company {
	float: right;
	margin-left: 20px;
}
footer #copy #company a {
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
}
footer #copy #company a:hover {
	color: #F30;
}



/*----class----*/
.h1text{
	color: #030;
	font-size: 12px;
}
.nomaltext{
	color: #333;
	font-size: 11px;
	}
.smalltext{
	color: #333;
	font-size: 10px;
}
.mar_top_20{
	margin-top: 20px;
	}
.pad_bot_15{
	padding-bottom: 15px;
	}	