/* CSS Document */

.center {
	text-align:center;
}

/*-- 共通 --*/
/*-- ----------------------------------------------------------------------------- --*/
img {
	border:0;
}
body {
	margin:0px;
	font-size:80%;
	color:#444444;
	line-height:1.6em;
	background-image:url(../images/bg.gif);
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:justify;
}
#wrapper {
	width:800px;
	margin:0 auto 0 auto;
	background-image:url(../images/bg_warapper.gif);
	background-repeat:repeat-y;
	border-top:3px #E76153 solid;
}
#header {
	height:55px;
	padding-top:5px;
	margin:0 20px 0 20px;
	background-image:url(../images/bg_header_o.gif);
	background-repeat:no-repeat;
	background-position:260px;
}
#header .logo {
	float: left;
	margin-top: 5px;
}
#header .tel {
	float:right;
	margin-top: 5px;
}
#gnavi {
	width:760px;
	height:35px;
	background-image:url(../images/gnavi_over.gif);
	background-repeat:no-repeat;
	margin:0 auto 5px auto;
}
#pr {
	background-image:url(../images/pr.gif);
	background-repeat:no-repeat;
	width:760px;
	height:220px;
	margin:0 auto 15px auto;
}
#contents {
	width:760px;
	margin:0 auto 0 auto;
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	background-position: 555px;
}
#main {
	width:540px;
	float:left;
}
#sub {
	width:190px;
	float:right;
}
#footer {
	clear:both;
	height:60px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	font-size: 10px;
}
#footer ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin:35px 0 0 20px;
	letter-spacing: 0.1em;
}
#footer ul li {
	display: inline;
	background-image: url(../images/icon_footer.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-right: 20px;
}
#footer .copy {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}

/*-- タグ設定 --*/
p {
	margin:0 0 8px 0;
}
img {
	vertical-align: bottom;
}
h1 {
	font-size:9px;
	font-weight: normal;
	margin:0px;
	text-align: right;
}
table {
	border-collapse:collapse;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

/*-- グローバルナビ --*/
/*-- ----------------------------------------------------------------------------- --*/
#gnavi {
	width:760px;
	clear:both;
	margin:0 auto 0 auto;
	padding:0 0 6px 0;
	height:35px;
}
#gnavi img {
	vertical-align:bottom;
}
#gnavi .gnavi1 {
	background:url(../images2/gnavi1_over.gif) no-repeat left bottom;
}
#gnavi .gnavi2 {
	background:url(../images2/gnavi2_over.gif) no-repeat left bottom;
}
#gnavi .gnavi3 {
	background:url(../images2/gnavi3_over.gif) no-repeat left bottom;
}
#gnavi .gnavi4 {
	background:url(../images2/gnavi4_over.gif) no-repeat left bottom;
}
#gnavi .gnavi5 {
	background:url(../images2/gnavi5_over.gif) no-repeat left bottom;
}
#gnavi p {
	width:152px;
	margin:0px;
	padding:0px;
	float: left;
}
#gnavi a {
	display:block;
	height: 35px;
}
#gnavi a:hover {
	background-color:transparent;
}
#gnavi a:hover img {
	visibility:hidden;
}

/*-- サブコンテンツ --*/
/*-- ----------------------------------------------------------------------------- --*/

/*-- Q&A --*/
.qa {
	margin-bottom:8px;
	padding:5px;
	background-image:url(../images/bg_snavi.gif);
}
.qa p {
	padding:0px;
	margin:0px 0px 5px;
}
.qa .qa2 {
	margin: 0px;
	padding: 0px;
}

/*-- サイドナビ --*/
.snavi {
	margin-bottom:8px;
	padding:7px;
	background-image: url(../images/snavi/bg_snavi.gif);
	background-repeat: no-repeat;
}
.snavi p {
	padding:0px;
	margin:0px 0px 5px;
}
.snavi .snavi4 {
	margin: 0px;
	padding: 0px;
}

/*-- 会社情報 --*/
.addbox {
	border:1px #E76153 solid;
	margin-bottom:8px;
	background-image:url(../images/bg_add_o.gif);
	background-repeat:no-repeat;
	padding:30px 5px 5px 5px;
}

/*-- 携帯、ブログバナー --*/
.link>p {
	margin:0 0 8px;
}
.address {
	margin-bottom:10px;
}
.address dl {
	font-style: normal;
	font-size:10px;
	line-height:1.5em;
	margin:0;
		padding:0;
}
.address dl dt {
	margin:0 0 5px 0;
	font-weight:bold;
}
.address dl dd {
	margin:0 0 5px 0;
	padding:0;
}


/*-- フッターリンク --*/
/*-- ----------------------------------------------------------------------------- --*/
#footer a:link { color:#676362; text-decoration:none; }
#footer a:visited { color:#676362; text-decoration:none; }
#footer a:hover { color:#676362; text-decoration:underline; }
