@charset "UTF-8";

/*======================================
	1-1.Universal selector
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.5;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/*======================================
	1-2.Structure Module
=======================================*/

body {
	background: #ffffff;
	font-family: "ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	/**font-size: small;
	*font: x-small;*/
}

/*======================================
	1-3.Text Module
=======================================*/

p,
address {
	margin: 0.8em 0px;
}



/*======================================
	1-4. Hypertext Module
=======================================*/

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.s10p {
	font-size: 10px;
}
.s12p {
	font-size: 12px;
}
.s14p {
	font-size: 14px;
}
.s16p {
	font-size: 16px;
}
.gothic {
	font-family: Arial, Helvetica, sans-serif;
}


/*======================================
	各ページ固有のクラスやID
=======================================*/
#Head {/*ライブラリ項目*/
	width: 750px;
}
#Head ul {/*ライブラリ項目*/
	margin: 0px;
	padding: 0px;
	width: 750px;
	background-image: url(../images/kaisyagyimages/menuback.jpg);
	background-repeat: repeat-x;
	clear: both;
	overflow: hidden;
}
#Head ul li {/*ライブラリ項目*/
	float: right;
	list-style-type: none;
}
#Head ul li a {/*ライブラリ項目*/
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/kaisyagyimages/menuback.jpg);
	background-repeat: repeat-x;
	white-space: nowrap;
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#Head ul li a:hover {/*ライブラリ項目*/
	display: block;
	background-color: #F3CEC0;
	background-image: none;
	color: #900;
}
#Main {
	width: 750px;
	padding-bottom: 55px;
}
#Main h1 {
	margin-bottom: 20px;
}
#Main .Box {
	float: right;
	width: 691px;
	margin-top: 30px;
}
#Main .Box p {
	margin-left: 80px;
	margin-top: 20px;
}
#Main .Box p#Hosin {
	width: 550px;
}
#Main .Box #Mapk {
	float: left;
}
#Main .Box #Syozaitit {
	margin-bottom: 30px;
}
#Main .Box p.syozaiti {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-top: 0px;
}
#Bttm {/*ライブラリ項目*/
	width: 750px;
	background-color: #FFF;
}
#Bttm #Logo {/*ライブラリ項目*/
	vertical-align: bottom;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	display: inline;
}
#Bttm address {/*ライブラリ項目*/
	width: 350px;
	margin-left: 10px;
	margin-top: 25px;
	float: left;
}
#Bttm img#Btmbar {/*ライブラリ項目*/
	vertical-align: bottom;
	clear: both;
	width: 750px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#Head,#Main,#Bttm {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
