/* DEFAULT SETTING */
body{
	margin:10px;
	padding:0;
	background:#E6E9EC;
	font-size:80%;
	text-align:center;
	line-height:1.4;
	color:#333;
	font-family:verdana,'MS UI Gothic',sans-serif;
}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

/* FONT DECORATIONT */
a{color:#eb0101;text-decoration:underline;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:850px;
	text-align:left;
	margin:auto;
	padding:auto;
	background:#fff;
	border:1px solid #eb0101;
}

/* HOMEbtn */
#home{
	margin:0 0 1px 0;
}
#home a{
	line-height:1.0;
	font-size:12px;
	vertical-align:top;
}


/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:100px;
	border-bottom:3px solid #eb0101;
}
#logo{
	position:absolute;
	bottom:10px;
	left:10px;
	background:url(img/bg_logo.jpg) no-repeat;
	width:300px;
	height:80px;
	margin:0;
}
#logo a{
	display:block;
	width:300px;
	height:80px;
	text-decoration:none;
}
#logo h1{
	font-size:1.1em;
	font-weight:bold;
	color:#006699;
	margin:10px 0 0 0;
	padding:0;
}
#logo p{
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
}


/* MAINMENU */
#mainmenu{
	margin:0 0 20px 0;
	padding:0;
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	position:relative;
	margin:0 0 1px 0;
	padding:0;
	list-style-type:none;
	width:180px;
	vertical-align:top;
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:hidden;
}
#mainmenu a{
	display:block;
	font-size:12px;
	line-height:1.0;
	margin:0;
	padding:15px 0 15px 15px;
	width:165px;
	color:#fff;
	text-decoration:none;
	background:url(img/mainmenu_off.gif) no-repeat left center #eb0101;
}
#mainmenu a:hover{
	background:url(img/mainmenu_off.gif) no-repeat left center #000;
}
#mainmenu .active{
	background:url(img/mainmenu_off.gif) no-repeat left center #000;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:10px;
	bottom:10px;
	margin:0;
	padding:0;
	font-size:0.8em;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#submenu a{
	display:block;
	padding:0 10px;
	text-decoration:underline;
	color:#999;
	border-left:1px solid #ccc;
}
#submenu a:hover{
	color:#333;
	text-decoration:underline;
}
#submenu .active{
}


/* CHILDMENU */
#childmenu{
	margin:0 0 20px 0;
	padding:0;
}
#childmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#childmenu li{
	margin:0 0 1px 0;
	padding:0;
	width:180px;
	vertical-align:top;
}
#childmenu a{
	display:block;
	padding:5px 0 5px 20px;
	width:160px;
	font-size:12px;
	line-height:1.0;
	text-decoration:none;
	color:#666;
	border-bottom:1px dotted #ccc;
	background:url(img/childmenu_off.gif) no-repeat left center;
}
#childmenu a:hover{
	color:#eb0101;
}
#childmenu .active{
	color:#eb0101;
}


/* PAGENAVI */
#pagenavi{
	margin:0 0 20px 0;
	padding:0;
	font-size:0.8em;
}


/* CONTENTS */
#contents{
	margin:15px 15px 15px 10px;
	padding:0;
	background:url(img/bg_contents.gif) repeat-y left;
}


/* MAINCONTENTS */
#main{
	float:right;
	width:620px;
	padding:0;
}
#main h2{
	font-size:1.2em;
	background:url(img/bg_pagetitle.jpg) no-repeat;
	height:42px;
	margin:0 0 30px 0;
	padding:8px 0 0 5px;
	color:#333;
}
#main h2 span{
	display:block;
	font-size:0.6em;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#666;
}
h3{
	font-size:20px;
	margin:0 0 20px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #eb0101;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}


/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:620px;
	margin:0 0 30px 0;
        font-size: 13px;
}


/* SIDEBAR */
#side{
	float:left;
	width:180px;
	margin:0;
	line-height:1.2;
}
#side h4{
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
	color:#fff;

	font-weight:bold;
	background:#999;
}
.sidebox,.sidebox01,.sidebox02{
	width:180px;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
}
.sidebox01 ul,.sidebox02 ul{
	margin:0 0 0 20px;
	padding:0;
	font-size:0.8em;
}
.sidebox01 li,.sidebox02 li{
	margin:0 0 5px 0;
}
.sidebox01 a,.sidebox02 a{
}
.sidebox01 li{
}
.sidebox02 li{
}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding:20px 0;
}


/* FOOTER */
#footer{
	text-align:center;
	font-size:0.8em;
	margin:0;
	padding:10px;
	text-align:center;
	color:#fff;
	border-top:1px solid #ccc;
	background:#eb0101;
}
#footermenu{
	padding:10px 0;
	text-align:center;
	font-size:0.8em;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 3px 0;
	display:inline;
}
#footermenu a{
	padding:0 5px;
}


/* PAGE MOVE */
.page_move{
	text-align:center;
	margin:5px 0;
}

/* TABE CELL */
.left{
	width:30%;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background-position:0 8px;
}
.right{
	width:70%;
	padding:2px 0 2px 2px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:#fff;
}


/* PROFILE PAGE */
#table_profile{
	width:100%;
}
#img_profile{
	float:left;
	width:240px;
	display:block;
	border:1px solid #999;
	margin:0 20px 20px 0;
	padding:3px;
	text-align:center;
}
.map{
	width:498px;
	height:300px;
	border:1px solid #ccc;
	margin:0;
}


/* FORM PAGE */
form{
	margin:0;
}
#table_form{
	width:100%;
	margin:0 0 20px 0;
}
#captcha{
	border:1px solid #ccc;
	background:#ddd;
	margin:0 0 0 10px;
	padding:5px 10px;
}

/* BLOG PAGE */
.blog{
	border:1px solid #eb0101;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.blog_title{
	margin:0 0 10px 0;
	padding:5px 0 5px 10px;
	font-size:90%;
	font-weight:bold;
        color: #fff;
	background-color:#eb0101;
	background-image:none;
	border:none;
}
.blog_cnt{
}
.blog_date{
	margin:0 0 5px 0;
	padding:0;
	color:#999;
	font-size:80%;
	font-weight:bold;
}
.blog_body{
	font-size:80%;
	overflow:hidden;
	width:600px;
	margin:0 9px 20px 9px;
}
.blog_bottom{
	padding:10px 5px;
	font-size:70%;
	text-align:right;
}
#entory_preview{
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	text-align:left;
	width:45%;
	background:url(img/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
	float:right;
	margin:0 0 5px 0;
	padding:0 12px 0 0;
	text-align:right;
	width:45%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}


/* BBS PAGE */
.bbs{
	border:1px solid #ccc;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.bbs_title{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-weight:bold;
	background-color:#f7f7f7;
	background-image:none;
	border:none;
}
.bbs_cnt{
}
.bbs_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#476785;
	font-size:0.8em;
	font-weight:bold;
	font-family:"Trebuchet MS",verdana,'MS UI Gothic',sans-serif;
}
.bbs_body{
	margin:0 10px 20px 10px;
}
.bbs_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#table_bbs{
	width:100%;
	margin:0 0 30px 0;
}
#table_bbs td{
	border-bottom:1px dotted #ccc;
	padding:4px 0;
	vertical-align:top;
}
#table_bbs .theme{
	padding:4px 0 4px 20px;
	background:url(img/icon_theme.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .thread{
	padding:4px 0 4px 20px;
	background:url(img/icon_thread.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .res{
	padding:4px 0 4px 20px;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .c1{
	font-size:0.8em;
	text-align:right;
}
#table_bbs .theme a{
	font-weight:bold;
}
#table_bbs .tr{
	text-align:right;
	font-size:0.8em;
	margin:10px 0;
	color:#666;
}


/* POST */
.post{
	border:none;
	background:#f1f1f1;
	color:#666;
	font-size:1em;
	padding:2px 5px;
}
.post_com{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 12px;
}
.post_tb{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_tb.gif) left top no-repeat;
	background-position:0 12px;
}
.post_bottom{
	margin:0 0 20px 0;
	padding:5px 0;
	font-size:0.8em;
	text-align:right;
}


/* TOPIMAGE */
#topimage{
	width:850px;
	height:303px;
	margin:1px 0 0 0;
	background-repeat:no-repeat;
	text-indent:-10000px;
	border-bottom:1px solid #eb0101;
}
#topimage a{
	display:block;
	width:850px;
	height:303px;
}
#topflash{
	width:850px;
	height:303px;
	margin:1px 0 0 0;
	background-repeat:no-repeat;
	border-bottom:1px solid #eb0101;
}


/* TOPNEWS */
#top_news{
	font-size:80%;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #eb0101;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}
.news_contents{
	overflow:hidden;
	width:500px;
	margin:0 10px 20px 10px;
}
.topnews_date{
	width:20%;
	font-size:80%;
	color:#666;
	padding:3px 0 2px 16px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	background:url(img/icon_clock.gif) no-repeat left top;
	background-position:0 5px;
}
.topnews_body{
	font-size:80%;
	overflow:hidden;
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}


/* TOPPHOTO */
#top_photo{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #739FC8;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}
.photo_contents{
	margin:0 10px 20px 10px;
}
.top_photo{
	font-size:0.8em;
	text-align:center;
	color:#666;
	padding:0 0 10px 0;
}


/* CALENDAR */
#calendar{
	width:160px;
	margin:0 10px;
	text-align:center;
}
#calendar tr td{
	padding:0 2px 5px 2px;
	font-size:0.8em;
}
#calendar caption{
	padding:0 5px 8px 5px;
	text-align:right;
	font-size:0.8em;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	position:absolute;
	top:10px;
	right:15px;
}
#search .search{
	width:120px;
	height:10px;
	font-size:0.8em;
}
.result_title{
	margin:0 0 10px 0;
	font-size:1.2em;
}
.result_body{
	margin:0 0 20px 30px;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;
}
.highlight{
	font-weight:bold;
	background:#ff9900;
	color:#fff;
}

/* CRAWLER */
#crawler{
	position:relative;
	width:180px;
	height:200px;
}
#crawler h4{
	font-size:0.8em;
	margin:0;
	padding:2px 0 2px 5px;
	color:#fff;
	font-weight:bold;
	background:#999;
}
.crawler_body{
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
	border:1px solid #ccc;
	border-top:none;
}
#crawler img{
	margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
	font-size:0.8em;
	text-align:center;
	color:#666;
}

/* MOBILE QR CODE */
#qr{
	position:relative;
	margin:0 0 20px 0;
	width:180px;
	height:100px;
}
#qr a{
	position:absolute;
	display:block;
	width:100px;
	height:18px;
	left:74px;
	top:69px;
	text-indent:-1000px;
	overflow:hidden;
}

/* シューリーズとは */
.aboutus p {
        font-size: 13px;
	padding: 0 10px 0 20px;
}
.aboutus p span {
	color: #0099ff;
	font-size: 18px;
	margin-right: 5px;
}
.aboutus dl {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5em;
}
.aboutus dl dt {
	padding: 0 0 0 130px;
}
.aboutus dl dt span {
	color: #ff3399;
	font-size: 18px;
	margin-right: 5px;
}
.aboutus dl dd.about1, .aboutus dl dd.about2, .aboutus dl dd.about3 {
	margin: 0px;
	height: 103px;
	padding: 40px 30px 10px 150px;
}
.aboutus dl dd.about1 {
	background-image: url(img/about_1.gif);
	background-repeat: no-repeat;
}
.aboutus dl dd.about2 {
	background-image: url(img/about_2.gif);
	background-repeat: no-repeat;
}
.aboutus dl dd.about3 {
	background-image: url(img/about_3.gif);
	background-repeat: no-repeat;
}
.aboutus ul {
	list-style-type: none;
	padding: 0;
	margin: 30px 0 0 0;
}
.aboutus ul li {
	float: left;
	margin: 0 10px 5px 0;
}
.aboutus ul li.aboutend {
	margin: 0 0 5px 0;
}

/* 見積例 */
div.mitumori {
	clear: both;
	margin-bottom: 5px;
}
div.mitumori p {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
        margin-left: 15px;
}
div.mitumori p span {
	line-height: 26px;
	margin-right: 5px;
}
div.mitumori p span.price1 {
	margin: 0;
	text-decoration: line-through;
}
div.mitumori p span.price2 {
	font-size: 26px;
	line-height: 26px;
	color: #eb0101;
	margin: 0;
}

/* 加盟店募集 */
div.kame h4 {
	font-size: 14px;
	font-weight: bold;
	
}
div.kame p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
}
div.kame p span {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}
.kamebana {
	clear: both;
	text-align: right;
	margin: 20px 0px 30px 0px;
	padding: 0;
}
div.kame p.kamebana2 {
	padding: 0;
}

/* CMギャラリー */
div.cmgall {
}
div.cmgall h3 {
	margin-bottom: 20px;
	clear: both;
}
div.cmgall h4 {
	font-size: 12px;
}
div.suisho {
        padding: 0px 15px;
}
div.suisho table {
        width: 100%;
}
div.suisho th {
        width: 40%;
        vertical-align: top;
}
div.suisho td {
        width: 60%;
        vertical-align: top;
}
div.suisho p {
        padding: 0px;
}
div.suisho table p {
        text-align: left;
        padding: 0 0 10px 0;
        margin: 0;
}

/* サービス内容 */
div.service {
	padding: 0px 10px;
}
div.service ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.service ul li {
	margin-bottom: 10px;
}

/* 個人情報保護方針 */
div.sitepolicy {
	margin: 0px;
	padding: 0px 10px;
}
div.sitepolicy ol{
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
div.sitepolicy ol li{
	margin: 0px 0px 15px 0px;
}
div.sitepolicy ol li ul {
	margin: 10px 0px;
	padding: 0px;
	list-style-type: none;
}
div.sitepolicy ol li ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
div.sitepolicy ol li ul li ol {
	margin: 10px 0px;
	padding: 0px 0px 0px 25px;
}
div.sitepolicy ol li ul li ol li {
}
div.sitepolicy ol li ul li ul {
	margin: 5px 0px;
	padding: 0px;
}
div.sitepolicy ol li ul li ul li {
}

/* サイトマップ */
#sitemap {
        margin: 0px;
        padding: 0px 10px;
}
#sitemap ul {
	margin:0;
	padding:0;
}
#sitemap ul li {
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin: 0 0 10px 0;
	padding: 20px 0 30px 0;
}
#sitemap ul li a {
	padding:5px 5px 5px 25px;
	background:url(img/bg_arrow5.gif) no-repeat;
	background-position:5px;
	font-size: 12px;
	line-height: 18px;
}
#sitemap ul li a:hover {
	color: #666;
}
#sitemap ul li ul {
	margin:10px 0;
	padding:0;
}
#sitemap ul li ul li {
	margin:10px 0;
	list-style-type:none;
	border: none;
	padding: 0;
}
#sitemap ul li ul li a {
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px 0 45px;
	background: url(img/bg_arrow6.gif) no-repeat;
	background-position:30px 2px;
}

/* ショップリスト */
.areamenu {
}
.areamenu ul {
        margin: 0;
        padding: 0 0 0 5px;
        list-style-type: none;
}
.areamenu ul li {
        padding: 0 5px 0 0;
        border-right: solid 1px #eb0101;
        margin: 0 5px 0 0;
        display: inline;
}
.shoplist {
	font-size: 12px;
        margin-bottom: 15px;
}
.shoplist:after {
        height: 0;
        visibility: hidden;
        content: ".";
        display: block;
        clear: both;
}
.shoplist h4 {
        font-size: 12px;
	background-color: #eb0101;
	color: #fff;
	padding: 5px 0 5px 10px;
        margin: 0;
}
.shoplist div.shopdata {
	padding: 10px;
        margin: 0;
}
.shoplist div.shopdata div {
	float: left;
        width: 170px;
	padding: 0;
        margin-right: 10px;
}
.shoplist p {
	padding: 0;
	margin: 0 0 5px 0;
}
.shoplist p.list_ad {
        color: #333;
}
.shoplist img {
	float: right;
	border: none;
}
.shoplist div.shopdata:after {
        height: 0;
        visibility: hidden;
        content: ".";
        display: block;
        clear: both;
}
.shoplist a.list_left {
	float: left;
	display: block;
	width: 300px;
	height: 150px;
	text-decoration: none;
	border: solid 1px #eb0101;
}
.shoplist a.list_right {
	float: right;
	display: block;
	width: 300px;
	height: 150px;
	text-decoration: none;
	border: solid 1px #eb0101;
}
.shoplist a:hover {
	border: solid 1px #eb0101;
        background-color: #ff9999;
}

/* ショップページ */
.page_contents h3 {
	margin:0 0 10px 0;
	padding:2px 0 2px 0;
	font-weight:bold;
	border: none;
	background: none;
	clear:both;
}
#shopprof {
	font-size: 1em;
	width: 100%;
	padding: 10px 0;
        margin-bottom: 10px;
}
#shopprof:after,
#shopmap:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#shopprof p {
	font-size: 80%;
}
#shopprof table {
	float: left;
	width: 320px;
}
#shopprof table caption,
#shopprof table th,
#shopprof table td {
	text-align: left;
}
#shopprof caption {
        font-size: 100%;
	font-weight: bold;
	color: #fff;
        margin-bottom: 8px;
        padding: 3px 0 3px 5px;
        background-color: #eb0101;
}
#shopprof table th,
#shopprof table td {
	font-size: 100%;
	line-height: 1.2em;
        padding: 5px 0 5px 3px;
        border-bottom: dotted 1px #eb0101;
}
#shopprof th {
	width: 25%;
}
#shopprof td {
	width: 75%;
}
#shopprof div#shopmap {
	float: right;
}
div#shopmap img {
        border: solid 1px #ccc;
}
div#photogal {
	clear: both;
}
#photogal ul li img {
        border: none;
}
#photogal h4 {
        display: block;
        font-size: 90%;
	font-weight: bold;
	color: #fff;
        margin: 0 0 15px 0;
        padding: 3px 0 3px 5px;
        background-color: #eb0101;
}
#photogal ul {
        clear: both;
        list-style-type: none;
        padding: 0;
        margin: 0 0 10px 0;
}
#photogal ul li {
        float: left;
        width: 305px;
        margin: 0 10px 0 0;
        padding: 0;
}
#photogal ul li.photo_end {
        margin:0;
}
#photogal ul li p {
        margin: 5px 0 10px 0;
        padding: 0;
}

/* ショップ一覧 */
div.splist_l {
        float: left;
	margin-bottom: 15px;
}
div.splist_r {
        float: right;
	margin-bottom: 15px;
}
div.splist_r:after {
	clear: both;
}
div.splist_l h4,
div.splist_r h4 {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 0;
	background-color: #eb0101;
	width: 302px;
}
div.splist_l h4 a,
div.splist_r h4 a {
	color: #fff;
	display: block;
	padding: 5px 0 5px 5px;
	text-decoration: none;
}
div.splist_l h4 a:hover,
div.splist_r h4 a:hover {
	color: #ffcc99;
}
div.splist_l dl,
div.splist_r dl {
        padding: 0;
        margin: 10px 0 15px 0;
        font-size: 12px;
}
div.splist_l dt,div.splist_r dt {
        font-weight: bold;
        color: #eb0101;
        margin: 0 0 5px 5px;
        padding: 0;
}
div.splist_l dd,div.splist_r dd {
        margin: 0 0 5px 5px;
        padding: 0;
}
div.splist_l dd.splist_img,
div.splist_r dd.splist_img {
        padding:0;
	margin: 0;
}
div.splist_l dd.splist_img a,
div.splist_r dd.splist_img a {
        border: solid 1px #fff;
        display: block;
}
div.splist_l dd.splist_img a:hover,
div.splist_r dd.splist_img a:hover {
        border: solid 1px #eb0101;
}

/* T-POINT */

div.t_point {
        font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Osaka, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
div.t_point h3,
div.t_point_cont1 p,
div.t_point_cont2 ul.tp_shop_list li a,
div.t_point_cont3 p.t_point_save,
div.t_point_cont4 p.t_point_use,
div.t_point_cont4 dl dt {
        text-indent: -9999px;
}
div.t_point_cont1,
div.t_point_cont2 h3,
div.t_point_cont2 ul.tp_shop_list li a,
div.t_point_cont3 p.t_point_save,
div.t_point_cont4 p.t_point_use,
div.t_point_cont4 dl dt {
        display: block;
        overflow: hidden;
        margin: 0;
}
div.t_point_cont1 {
        background: url(img/tp_title1.gif) no-repeat;
        width: 620px;
        height: 480px;
		margin-bottom: 10px;
}
div.t_point_cont2 h3 {
        background: url(img/tp_title2.gif) no-repeat;
        width: 620px;
        height: 106px;
}
div.t_point_cont2 p.t_point_shop {
        font-size: 14px;
        margin: 10px 0 10px 25px;
        padding: 0;
}
div.t_point_cont2 ul.tp_shop_list {
	list-style-type: none;
	background-color: #eeeeee;
	margin: 0 20px 5px 20px;
	padding: 10px 31px;
	width: 508px;
	height: 81px;
}
div.t_point_cont2 ul.tp_shop_list li {
	display: inline;
}
div.t_point_cont2 ul.tp_shop_list li a {
	width: 126px;
	height: 27px;
	float: left;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list1 a {
	background: url(img/tp_shop_list_01.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list2 a {
	background: url(img/tp_shop_list_02.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list3 a {
	background: url(img/tp_shop_list_03.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list4 a {
	background: url(img/tp_shop_list_04.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list5 a {
	background: url(img/tp_shop_list_05.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list6 a {
	background: url(img/tp_shop_list_06.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list7 a {
	background: url(img/tp_shop_list_07.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list8 a {
	background: url(img/tp_shop_list_08.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list9 a {
	background: url(img/tp_shop_list_09.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list10 a {
	background: url(img/tp_shop_list_10.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list11 a {
	background: url(img/tp_shop_list_11.gif) no-repeat;
}
div.t_point_cont2 ul.tp_shop_list li.tp_shop_list12 a {
	background: url(img/tp_shop_list_12.gif) no-repeat;
}
div.t_point p.t_point_note {
	clear: both;
	margin: 5px 0 10px 25px;
	font-size: 11px;
}
div.t_point_cont3 h3 {
	background: url(img/tp_title3.gif) no-repeat;
	width: 620px;
	height: 106px;
}
div.t_point_cont3 p.t_point_save {
	background: url(img/tp_cont3_exp.gif) no-repeat;
	width: 570px;
	height: 100px;
	margin: 0 20px;
}
div.t_point_cont4 h3 {
	background: url(img/tp_title4.gif) no-repeat;
	width: 620px;
	height: 106px;
}
div.t_point_cont4 p.t_point_use {
	background: url(img/tp_cont4_exp.gif) no-repeat;
	width: 570px;
	height: 100px;
	margin: 0 20px;
}
div.t_point_cont4 dl dt {
	background: url(img/tp_title5.gif) no-repeat;
	width: 223px;
	height: 41px;
	margin: 0 auto;
	text-align: center;
}
div.t_point_cont4 dl dd {
	border: 1px solid #ff0000;
	padding: 20px;
	margin: 0 30px 0 20px;
}
div.t_point_cont4 dl dd span {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

/* Aniv5 */

div.aniv5_cont,
div.aniv5_cont3 h4 {
	display: block;
	overflow: hidden;
}
div.aniv5_cont h4,
div.aniv5_cont3 h4,
div.aniv5_cont dl dt,
div.aniv5_cont dl dd,
div.aniv5_cont p {
	text-indent: -9999px;
}
div.aniv5_cont1 {
	background: url(img/aniv5_cont1_bg.gif) no-repeat;
	width: 600px;
	height: 538px;
}
div.aniv5_cont2 {
	background: url(img/aniv5_cont2_bg.gif) no-repeat;
	width: 600px;
	height: 690px;
}
div.aniv5_cont3 {
	background-color: #ffccff;
	padding-bottom: 10px
}
div.aniv5_cont3 h4 {
	background: url(img/aniv5_cont3_h4_bg.gif) no-repeat;
	width: 600px;
	height: 70px;
	margin: 0;
	padding: 0;
}
div.aniv5_cont3 p {
	padding: 0 20px 10px 20px;
	margin: 0;
	font-size: 14px;
}.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title149 {background:url(img/title149.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title148 {background:url(img/title148.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title147 {background:url(img/title147.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title146 {background:url(img/title146.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title145 {background:url(img/title145.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title144 {background:url(img/title144.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title143 {background:url(img/title143.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title142 {background:url(img/title142.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title141 {background:url(img/title141.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title140 {background:url(img/title140.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title139 {background:url(img/title139.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title138 {background:url(img/title138.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title137 {background:url(img/title137.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title136 {background:url(img/title136.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title135 {background:url(img/title135.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title134 {background:url(img/title134.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title133 {background:url(img/title133.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title132 {background:url(img/title132.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title131 {background:url(img/title131.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title130 {background:url(img/title130.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title128 {background:url(img/title128.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title127 {background:url(img/title127.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title126 {background:url(img/title126.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title125 {background:url(img/title125.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}

