@charset "utf-8";
/* CSS Document */

#mainContents {
	padding-top:20px;
	color:#333;
	background:url(../../images/company/mainContents_bg01.png) top left repeat-x;
}
#mainContents .inner{
	width:300px;
	margin:0 auto 15px auto;
	border-top: 1px solid #999999;
	padding:0 0 30px 0;
	color: #000000;
	font-size: 93%;
	background-color: #ffffff;
}
#mainContents h2 {
	margin:0 10px;
	padding:0 0 5px 0;
	border-bottom:2px solid #666;
}
#mainContents h3 {
	padding:30px 0 0 0;
}
#mainContents table{
	margin:20px 10px 0 10px;
	border-top:1px solid #333;
	border-right:1px solid #333;
}
#mainContents td,
#mainContents th{
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	padding:15px;
	vertical-align:text-top;
	color:#333;
}
#mainContents th{
	
	text-align:left;
	background:#f2f2f2;
}

#mainContents ul{
	margin:0 10px 0 25px;
}
#mainContents li{
	margin-top:10px;
	list-style:disc;
}
#mainContents p{
	margin:10px 0 0 15px;
}

/* navi */
#gnav {
	margin: 0 10px;
}
#gnav a {
	display: block;
}
#gnav p a,
#gnav h2 {
	text-align: center;
	padding: 19px 0 16px;
	margin: 0 auto;
	background-size: 100% 100%;
	width: 300px;
}
#gnav h2 {
	background: url(../../images/top/top_menu_back.png) top left no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
#gnav h2.selected {
	background-image: url(../../images/top/top_menu_back_o.png);
}
#gnav p a {
	background: url(../../images/top/top_menu_link_back.png) top left no-repeat;
	background-size: 100% 100%;
}
#gnav p.findAStore a {
	background-image: url(../../images/top/btn_findstore_back.png);
	padding-bottom: 18px;
}
#gnav ul {
	background: url(../../images/top/gnavi_border_dot.png) top left repeat-x;
	width: 298px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	display: none;
}
#gnav ul li {
	margin: 0 11px;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
}
#gnav ul li a {
	display: block;
	font-weight: bold;
	padding: 12px 0;
	background: url(../../images/top/sub_menu_back.png) right center no-repeat;
	background-size: 100% 100%;
}

#gnav p.gnavCom img{width:40%;}
#gnav p.findAStore img{width:28.5%;}

.text01 a{
	color: #c40f39;
	text-decoration: underline;
}
