@charset "UTF-8";



/*
==========================================================
ヘッダー
==========================================================
*/

#header {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 195px;
	width: 100%;
	background-image: url(/commonImage/header_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	text-align: center;
}
#header #head {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: 90px;
	position: relative;
	text-align: center;
}

#header h1 {
	padding: 0px;
	width: 213px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	text-align: left;
	height: 16px;
	position: absolute;
	left: 72px;
	top: 12px;
}

#header p.logo {
	width: 430px;
	height: 61px;
	margin: 0px;
	padding-top: 0px;
	position: absolute;
	left: 1px;
	top: 15px;
}

#header #head p.logo a {
	display: block;
	height: 61px;
	width: 430px;
	background-image: url(/commonImage/logo.png);
	background-position: 0px 0px;
}

#header #contact {
	width: 250px;
	padding: 0px;
	height: 43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 746px;
	top: 33px;
}

#header #head #contact .mail {
	height: 24px;
	width: 220px;
	position: absolute;
	left: 140px;
	top: 33px;
}

#header #head p.headerlink {
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 640px;
	top: 0px;
	width: 371px;
}

#header #head p a:link,
#header #head p a:active,
#header #head p a:visited {
	color: #333;
	text-decoration: none;
}

#header #head #contact p a:hover {
	color: #68B630;
	text-decoration: underline;
}






/*
==========================================================
メインメニュー
==========================================================
*/

#navi {
	height:105px;
	width:1000px;
	overflow:hidden;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#navi:after {
height:0;
visibility:hidden;
content:".";
display:block;
clear:both;
}

#navi ul {
	padding:0px;
	margin: 0px;
	position: relative;
}

#navi ul li {
	list-style-type:none;
	float:left;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	z-index: 100;
}

#navi ul li a {
	display:block;
	margin:0;
	padding:0;
}

#navi .navi1 a {
	background-image: url(/commonImage/m01.png);
	height: 104px;
	width: 60px;
}

#navi .navi2 a {
	background-image: url(/commonImage/m02.png);
	height: 104px;
	width: 188px;
}

#navi .navi3 a {
	background-image: url(/commonImage/m03.png);	
	height: 104px;
	width: 188px;
}

#navi .navi4 a {
	background-image: url(/commonImage/m04.png);
	height: 104px;
	width: 188px;
}

#navi .navi5 a {
	background-image: url(/commonImage/m05.png);	
	height: 104px;
	width: 188px;
}

#navi .navi6 a {
	background-image: url(/commonImage/m06.png);	
	height: 104px;
	width: 188px;
}


#navi ul li a:hover {
	background-position: 0px -104px;
}

/*
==========================================================
メインメニュー2
==========================================================
*/

#navi2 {
	height:105px;
	width:1000px;
	overflow:hidden;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#navi2:after {
height:0;
visibility:hidden;
content:".";
display:block;
clear:both;
}

#navi2 ul {
	padding:0px;
	margin: 0px;
	position: relative;
}

#navi2 ul li {
	list-style-type:none;
	float:left;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}

#navi2 ul li a {
	display:block;
	margin:0;
	padding:0;
}

#navi2 .navi1 a {
	background-image: url(/commonImage/m001.png);
	height: 105px;
	width: 48px;
}

#navi2 .navi2 a {
background-image: url(/commonImage/m002.png);		
	height: 105px;
	width: 136px;
}

#navi2 .navi3 a {
	background-image: url(/commonImage/m003.png);	
	height: 105px;
	width: 136px;
}

#navi2 .navi4 a {
	background-image: url(/commonImage/m004.png);
	height: 105px;
	width: 136px;	
}

#navi2 .navi5 a {
	background-image: url(/commonImage/m005.png);	
	height: 105px;
	width: 136px;
}

#navi2 .navi6 a {
	background-image: url(/commonImage/m006.png);	
	height: 105px;
	width: 136px;
}

#navi2 .navi7 a {
	background-image: url(/commonImage/m007.png);	
	height: 105px;
	width: 136px;
}

#navi2 .navi8 a {
	background-image: url(/commonImage/m008.png);	
	height: 105px;
	width: 136px;
}


#navi2 ul li a:hover {
	background-position: 0px -105px;
}


/*
==========================================================
コンテンツ
==========================================================
*/


#container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}

#contents {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/*
==========================================================
メイン
==========================================================
*/

#contents #main {
	width: 750px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	position: relative;
}

/*
==========================================================
　#side
==========================================================
*/

#side {
	width: 220px;
	padding: 0px;
	float: right;
	position: relative;
	margin: 0px;	
}

#side .sb {
	width: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#side .sb li {
	width: 220px;
	height: 185px;
	margin-bottom: 20px;
	position: relative;
}


#side .joutou {
	padding: 0px;
	height: 150px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


#side .kanetaya {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#side .kanetaya2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	position: relative;
}

#side .kanetaya2 a {
	display: block;
	height: 100px;
	width: 220px;
	background-image: url(/commonImage/kanetaya2.gif);
}

#side .kanetaya2 a:hover {
	background-position: 0px -100px;
}

#side .kanetaya2 a:link,#side .kanetaya2 a:visited,#side .kanetaya2 a:active,#side .kanetaya2 a:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#side .kanetaya2 a p {
	font-size: 11px;
	color: #FFF;
	position: absolute;
	left: 12px;
	top: -5px;
	width: 198px;
	line-height: 140%;
}

#side .pittato {
	padding: 0px;
	height: 150px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#side .pittato {
	padding: 0px;
	height: 150px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(/commonImage/side_pittato2.jpg);
	position: relative;
	text-align: left;
}

#side .taishin {
	padding: 0px;
	height: 110px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#side .company .add {
	clear: both;
	height: 80px;
	width: 200px;
}


#side .ranking {
	padding-top: 10px;
	position: relative;
	margin-bottom: 20px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7E1D57;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#side .ranking .conte {
	height: 50px;
	width: 210px;
	position: absolute;
	background-image: url(/commonImage/ranking.png);
	left: 5px;
	top: -25px;
	display: block;
}
#side .ranking .inner {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side .ranking .inner .box {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#side .ranking .inner .box .kind {
	font-size: 12px;
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 20px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#side .ranking .inner .box .add {
	font-size: 12px;
	text-align: right;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 20px;
	height: 20px;
}
#side .ranking .inner .box .ph {
	padding: 0px;
	clear: both;
	height: 150px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#side .ranking .inner .box .comment {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#side .ranking .inner .box .r1 {
	background-image: url(/commonImage/r1.gif);
	background-position: 0px -5px;
}
#side .ranking .inner .box .r2 {
	background-image: url(/commonImage/r2.gif);
	background-position: 0px -5px;
}
#side .ranking .inner .box .r3 {
	background-image: url(/commonImage/r3.gif);
	background-position: 0px -5px;
}

#side .ranking .inner .box .comment a:link,#side .ranking .inner .box .comment a:active,#side .ranking .inner .box .comment a:visited {
	color: #000;
	text-decoration: none;
}
#side .ranking .inner .box .comment a:hover {
	color: #06C;
	text-decoration: underline;
}


#side .company {
	padding: 10px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #154CA7;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
	position: relative;
}
#side .company p {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#side .company .ph {
	padding: 0px;
	height: 145px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#side .company ul {
	padding: 0px;
	list-style-type: none;
	width: 208px;
	margin-top: 0px;
	margin-right: -8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side .company ul li {
	padding: 0px;
	float: left;
	height: 24px;
	width: 96px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#side .info {
	background-image: url(/commonImage/side_info.jpg);
	padding: 0px;
	height: 120px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	position: relative;
}
#side .info .btn {
	height: 50px;
	width: 97px;
	position: absolute;
	top: 63px;
	left: 9px;
}
#side .info .btn img {
	margin-bottom: 5px;
}
#side .sns {
	padding: 0px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


/*
==========================================================
パンくずリンク
==========================================================
*/

#topic_path {
	text-align:left;
	width:1000px;
	height: 18px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#topic_path dl {
	margin: 0px;
	padding: 0px;
}

#topic_path dt {
	display:inline;
	font-size:11px;
	font-weight:normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 18px;
}

#topic_path dd {
display:inline;
font-size:11px;
line-height:18px;
color:#333333;
margin:0;
padding:0;
}

#topic_path a:link,#topic_path a:active,#topic_path a:visited {
	color:#333333;
	text-decoration:none;
	font-size:11px;
	line-height:18px;
	margin:0;
	padding: 0px;
}

#topic_path a:hover {
	color: #03C;
	text-decoration: underline;
}

#container #topic_path ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #topic_path ul li {
	float: left;
	font-size: 11px;
}


/*
==========================================================
add menu（ラインナップ）
==========================================================
*/

#container .addmenu {
	margin-bottom: 20px;
	overflow: hidden;
}
#container .addmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container .addmenu ul li {
	float: left;
	border: 1px solid #3D8AD6;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-right: 0px;
	background-color: #E0EFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#container .addmenu ul li a:link,
#container .addmenu ul li a:active,
#container .addmenu ul li a:visited {
	text-decoration: none;
	color: #000;
}
#container .addmenu ul li a:hover {
	color: #2379CB;
	text-decoration: underline;
}


/*
==========================================================
フッタートップ
==========================================================
*/

#footertop {
	width: 960px;
	height: 24px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

#footertop p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: left;
	width: 350px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footertop .pagetop {
	width: 80px;
	padding: 0px;
	height: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

#footertop .pagetop a {
	background-image: url(/topImage/gotop.gif);
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 80px;
	float: right;
}

#footertop .pagetop a:hover {
	background-position: 0px -20px;
}






/*
==========================================================
footer
==========================================================
*/

#footer {
	width: 100%;
	margin: 0px;
	clear: both;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer #block {
	padding: 0px;
	width: 920px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	height: 190px;
	position: relative;
	background-image: url(/commonImage/footer.jpg);
}

#footerNavi {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	float: right;
	}

#footerNavi ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#footerNavi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:9px;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 20px;
	margin-bottom: 10px;
}

#footerNavi li+li {
	border-left:1px solid #999;
}

#footerNavi li a {
	text-decoration: none;
	color: #333333;
}

#footerNavi li a:hover {
	text-decoration: underline;
	color: #0066CC;
}

#footer p {
	padding: 0px;
	height: 42px;
	width: 450px;
	background-image: url(../commonImage/copy.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}



#footer .comlink {
	height: 63px;
	width: 245px;
	position: absolute;
	left: 12px;
	top: 71px;
}

#footer .comlink a {
	height: 63px;
	width: 245px;
	background-image: url(/commonImage/footerlogo.png);
	display: block;
}

#footer p.pt {
	font-size: 11px;
	text-align: left;
	clear: both;	
}

.copyright {
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	clear: both;
	padding-top: 50px;
}


/*
==========================================================
ページトップ
==========================================================
*/

.pagetop {
	padding: 0px;
	width: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	margin-bottom: 30px;
}

.pagetop a {
	background-image: url(/commonImage/pagetop.gif);
	display: block;
	height: 40px;
	width: 65px;
}

.pageback a:hover {
	background-position: 0px -20px;
}
#footer .inner {
	height: 40px;
	width: 100%;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0F49AA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer .inner .box {
	padding: 0px;
	height: 40px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#footer .inner .box .footerlogo {
	float: left;
	height: 40px;
	width: 200px;
}
#footer .inner .box .pagetop {
	float: right;
	height: 40px;
	width: 65px;
	margin: 0px;
	padding: 0px;
}
#footer #foot {
	height: 200px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer #foot address {
	float: left;
	width: 150px;
	font-size: 11px;
	text-align: left;
	font-style: normal;
	line-height: 150%;
}
#footer #foot address span {
	font-size: 14px;
	font-weight: bold;
}
#side .pittato a {
	display: block;
	height: 150px;
	width: 220px;
}
#side .pittato a:link,#side .pittato a:visited,#side .pittato a:active {
	color: #000;
	text-decoration: none;
}
#side .pittato a:hover {
	text-decoration: underline;
}
#side .pittato a p {
	font-size: 12px;
	line-height: 150%;
	color: #000;
	text-align: left;
	position: absolute;
	left: 13px;
	top: 90px;
	width: 194px;
}
#side .sb .sb1 a {
	background-image: url(/commonImage/side_sekourei2.jpg);
	height: 185px;
	width: 220px;
	background-position: 0px 0px;
	display: block;
}
#side .sb .sb1 a:hover {
	background-position: 0px -185px;
}
#side .sb .sb1 a:link,#side .sb .sb1 a:visited,#side .sb .sb1 a:active,#side .sb .sb1 a:hover {
	color: #000;
	text-decoration: none;
}
#side .sb .sb1 a .sb1p1 {
	font-size: 12px;
	position: absolute;
	text-align: center;
	left: 32px;
	top: 13px;
}
#side .sb .sb1 a .sb1p2 {
	position: absolute;
	text-align: center;
	font-size: 11px;
	top: 60px;
	left: 15px;
}

#side .sb .sb2 a {
	background-image: url(/commonImage/side_customer2.jpg);
	height: 185px;
	width: 220px;
	background-position: 0px 0px;
	display: block;
}
#side .sb .sb2 a:hover {
	background-position: 0px -185px;
}
#side .sb .sb2 a:link,#side .sb .sb2 a:visited,#side .sb .sb2 a:active,#side .sb .sb2 a:hover {
	color: #000;
	text-decoration: none;
}
#side .sb .sb2 a .sb2p1 {
	font-size: 13px;
	position: absolute;
	text-align: center;
	left: 54px;
	top: 17px;
}

#side .sb .sb3 a {
	background-image: url(/commonImage/side_hosyou2.jpg);
	height: 185px;
	width: 220px;
	background-position: 0px 0px;
	display: block;
}
#side .sb .sb3 a:hover {
	background-position: 0px -185px;
}
#side .sb .sb3 a:link,#side .sb .sb3 a:visited,#side .sb .sb3 a:active,#side .sb .sb3 a:hover {
	color: #000;
	text-decoration: none;
}
#side .sb .sb3 a .sb3p1 {
	font-size: 12px;
	position: absolute;
	text-align: center;
	left: 24px;
	top: 17px;
}
#side .joutou2 {
	padding: 0px;
	height: 150px;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
}
#side .joutou2 a {
	height: 150px;
	width: 220px;
	display: block;
	background-image: url(/commonImage/side_jyoutoushiki2.jpg);
}
#side .joutou2 a:hover {
	background-position: 0px -150px;
}
#side .joutou2 a:link,#side .joutou2 a:visited,#side .joutou2 a:active,#side .joutou2 a:hover {
	color: #FFF;
	text-decoration: none;
}
#side .joutou2 p {
	font-size: 11px;
	color: #FFF;
	line-height: 140%;
	text-align: left;
	position: absolute;
	left: 15px;
	top: 105px;
}
#side .company .add2 {
	clear: both;
	height: 80px;
	width: 200px;
	background-image: url(/commonImage/side_com2.gif);
}

#side .company .add2 .add3 {
	font-size: 12px;
	line-height: 130%;
	position: absolute;
	left: 11px;
	top: 285px;
	text-align: left;
}
#side .company .add2 .add4 {
	font-size: 10px;
	text-align: left;
	position: absolute;
	top: 344px;
	left: 13px;
	width: 194px;
}
#header #navi2 ul  a p {
	font-size: 11px;
	color: #7D1C57;
	line-height: 120%;
}
#header #navi2 ul .navi1 a p {
	position: absolute;
	left: 6px;
	top: 55px;
}
#header #navi2 ul .navi2 a p {
	position: absolute;
	left: 28px;
	top: 34px;
}
#header #navi2 ul .navi3 a p {
	position: absolute;
	left: 31px;
	top: 46px;
}
#header #navi2 ul .navi4 a p {
	position: absolute;
	left: 20px;
	top: 55px;
}
#header #navi2 ul .navi5 a p {
	position: absolute;
	left: 30px;
	top: 50px;
}
#header #navi2 ul .navi6 a p {
	position: absolute;
	left: 13px;
	top: 55px;
}
#header #navi2 ul .navi7 a p {
	position: absolute;
	left: 9px;
	top: 46px;
	width: 118px;
}
#header #navi2 ul .navi8 a p {
	position: absolute;
	left: 31px;
	top: 35px;
	width: 103px;
	text-align: left;
}
#header #navi2 ul a:link,#header #navi2 ul a:visited,#header #navi2 ul a:active,#header #navi2 ul a:hover {
	color: #7D1C57;
	text-decoration: none;
}
#side .sb {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: block;
}
#header #head .info {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 450px;
}
#navi ul .navi1 .m1 {
	font-size: 11px;
	color: #2253A0;
	position: absolute;
	left: 13px;
	top: 65px;
}
#navi ul .navi2 .m2 {
	font-size: 11px;
	color: #2253A0;
	position: absolute;
	left: 0px;
	top: 44px;
	width: 188px;
	height: 68px;
	line-height: 130%;
}
#navi ul .navi3 .m3 {
	font-size: 11px;
	line-height: 150%;
	color: #2253A0;
	position: absolute;
	left: 0px;
	top: 55px;
	width: 188px;
}
#navi ul .navi4 .m4 {
	font-size: 11px;
	line-height: 150%;
	color: #2253A0;
	position: absolute;
	left: 0px;
	top: 55px;
	width: 188px;
}
#navi ul .navi5 .m5 {
	font-size: 11px;
	line-height: 150%;
	color: #2253A0;
	position: absolute;
	left: 0px;
	top: 55px;
	width: 188px;
}
#navi ul .navi6 .m6 {
	font-size: 11px;
	line-height: 150%;
	color: #2253A0;
	position: absolute;
	left: 0px;
	top: 55px;
	width: 188px;
}
#navi li a:link,#navi li a:link,#navi li a:link,#navi li a:hover {
	color: #2253A0;
	text-decoration: none;
}
#main .promisecomment {
	border: 2px solid #C00;
	font-size: 18px;
	font-weight: bold;
	color: #CA0813;
	line-height: 200%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#side .company p span {
	font-size: 12px;
}
#side .company p {
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
