@charset "utf-8";

/*ページ全体*/
body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(image/body-ng.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 140%;
}
/*コンテンツ全体コンテナ*/
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 802px;
	border: 1px solid #0071BD;
	text-align: left;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	position: relative;
	float: left;
}
/*ヘッダ全体コンテナ*/
#header {
	margin: 0px;
	padding: 0px;

	background-image: none;
	background-repeat: no-repeat;
	width: 800px;
}
/*ヘッダ内タイトル*/
h1 {
	color: #003366;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	float: none;
	
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


/*メインコンテンツ全体コンテナ*/
#contents {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	height: 100%;
	width: 100%;
		
}
/*メイン全体コンテナ*/
#main {
	padding: 0px;
	float: right;
	
	width: 600px;
	text-align: left;
	position: static;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
	line-height: 140%;
}
#main h2 {
	font-size: 14px;
	height: 16px;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: bolder;
	background-image: url(image/topics2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #999999;
	border-left-color: #3E7CFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#main h3 {
	font-size: 12px;
	color: #3E7CFF;
	font-weight: bold;
	margin: 10px 0px 10px 22px;
	padding: 0px;
}
.p {
	font-size: small;
	line-height: 140%;
	margin: 0px 0px 20px 22px;
}


/*サイドナビ全体コンテナ*/
#sidenavi {
	padding: 0px;
	height: auto;
	width: 160px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: relative;
}
/*サイドナビ*/
#sidenavi ul {
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidenavi li a {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 160px;
	display: block;
	color: #003399;
	text-decoration: none;
}
#sidenavi li#midashi {
	margin: 0px;
	padding: 0px;
	height: 30px;
	color: #FFFFFF;
	background-image: url(image/category.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sidenavi li#sn1 a {
	background-image: url(image/B-Service.jpg);
	background-repeat: no-repeat;
}
#sidenavi li#sn2 a {
	background-image: url(image/B-Lineup.jpg);
	background-repeat: no-repeat;
}
#sidenavi li#sn3 a {
	background-image: url(image/B-Overview.jpg);
	background-repeat: no-repeat;
}
#sidenavi li#sn4 a {
	background-image: url(image/B-Staff.jpg);
	background-repeat: no-repeat;
}
#sidenavi li#sn5 a {
	background-image: url(image/B-Inquiry.jpg);
	background-repeat: no-repeat;
}



#sidenavi li#midashi2 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	color: #FFFFFF;
	background-image: url(image/QRde.jpg);
	background-repeat: no-repeat;
}

#sidenavi li#qr a {
	background-image: url(image/B-Inquiry.jpg);
	background-repeat: no-repeat;
}

/*サイドナビ内テキスト表示*/
#sidenavi em {
	visibility: hidden;
	font-size: 9px;
	color: #FFFFFF;
}



#sidenavi ul {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side-box {
	margin-top: 20px;
	padding: 0px;
	font-size: small;
	line-height: 140%;
	position: static;
	
}

#entry {
	width: 580px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	position: static;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	
}
#entry ul {
	list-style-type: disc;
	margin: 5px;
	padding: 10px;
	list-style-position: inside;
	text-decoration: none;
}
#entry li {
	padding-bottom: 5px;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #0167B9;
}

/*フッタ*/
address {
	font-size: 12px;
	color: #003366;
	text-align: center;
	background: #FFFFFF;
	height: 20px;
	position: static;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #0033CC;
	float: left;
	width: 800px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	
#entry .ime-l {
	float: left;
	padding-right: 10px;
}

