/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
reset
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

* {/*font*/
	color:#121212;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
settei
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:150%;
	color: #121212;
}

h1 {
	font-size:10px;
	font-weight:normal;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CCCCCC;
}

h2 {
	margin:0px;
	width: 205px;
}

h3 {
	width: 178px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}

h4 {
	width: 519px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 287px;
}

a,
a:link,
a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover,
a:active {
	color:#0033CC;
	text-decoration:underline;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
wrapper
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	
#wrapper {
	width:830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/wp_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper_in {
	width:780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
	width:780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 53px;
}

#header_l {
	width:255px;
	float: left;
}

#header_r {
	width:525px;
	float: right;
}

#logo{
	display:inline;
	text-indent:-9999px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#logo a{
	width:255px;
 	height:53px;
 	display: block;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
navi
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#gnavi {
	width:780px;
	margin-right: auto;
	margin-left: auto;
	height: 23px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/use_back.jpg);
}

#gnavi li {
	text-indent: -9999px;
 	display: block;
 	height: 23px;
 	float:left;
}

#gnavi li a {
 display: block;		
 height: 23px;
 text-indent: -9999px;
}

#gnavi li#top a {
	background-image:url(../btn/home.jpg);
	background-position:0px 0px;
	width:57px;
	margin-left: 484px;
}

#gnavi li#top a:hover, #gnavi li#top a:active {
 	background-position:0px -23px;
}

#gnavi li#nshop a {
	background-image:url(../btn/shop.jpg);
	background-position:0px 0px;
	width:144px;
}

#gnavi li#nshop a:hover, #gnavi li#top a:active {
 	background-position:0px -23px;
}

#gnavi li#nfm a {
	background-image:url(../btn/form.jpg);
	background-position:0px 0px;
	width:95px;
}

#gnavi li#nfm a:hover, #gnavi li#top a:active {
 	background-position:0px -23px;
}


#leftside {
	float:left;
	width:209px;
}

#leftmenu {
	width:209px;
	background-color: #E5E5E5;
	padding-bottom: 7px;
}

#leftmenu ul {
	list-style-type:none;
}

#leftmenu li img,
#leftmenu li a img {
	vertical-align:top;
}

#leftmenu2 {
	width:209px;
}

#leftmenu2 li {
	text-indent: -9999px;
 	display: block;
 	height: 30px;
}

#leftmenu2 li a {
 display: block;		
 height: 30px;
 text-indent: -9999px;
}

#leftmenu2 li#shop a {
	background-image:url(../btn/shopinfo.jpg);
	background-position:0px 0px;
	width:209px;
}

#leftmenu2 li#shop a:hover, #leftmenu2 li#shop a:active {
 	background-position:0px -30px;
}

#leftmenu2 li#price a {
	background-image:url(../btn/price.jpg);
	background-position:0px 0px;
	width:209px;
}

#leftmenu2 li#price a:hover, #leftmenu2 li#price a:active {
 	background-position:0px -30px;
}

#leftmenu2 li#bbs a {
	background-image:url(../btn/bbs.jpg);
	background-position:0px 0px;
	width:209px;
}

#leftmenu2 li#bbs a:hover, #leftmenu2 li#bbs a:active {
 	background-position:0px -30px;
}

#leftmenu2 li#topics a {
	background-image:url(../btn/topics.jpg);
	background-position:0px 0px;
	width:209px;
}

#leftmenu2 li#topics a:hover, #leftmenu2 li#topics a:active {
 	background-position:0px -30px;
}

#leftmenu2 li#link a {
	background-image:url(../btn/link.jpg);
	background-position:0px 0px;
	width:209px;
}

#leftmenu2 li#link a:hover, #leftmenu2 li#link a:active {
 	background-position:0px -30px;
}

#information{
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/shop_back.jpg);
	background-repeat: no-repeat;
}

.add{
	font-size: 11px;
	padding-top: 32px;
	padding-left: 10px;
	padding-bottom: 2px;
	line-height: 130%;
}

.map{
	padding-left: 10px;
	padding-bottom: 2px;
}

.tel{
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 140%;	
}

.tel a{
	font-size: 11px;
	line-height: 140%;	
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
main
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#flash{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#rightside {
	float:right;
	width:571px;
}

#right_top{
	width:571px;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#news{
	width:527px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news_title{
	width:527px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 44px;
}

.news_box{
	width:518px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 156px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #D6D6D6;
	border-left-color: #CCCCCC;
}

#pickup{
	width:527px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	margin-bottom: 10px;
}	

#pickup_in1{
	width:527px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 112px;
	background-image: url(../images/top_repair.jpg);
	background-repeat: no-repeat;
}

.pickup_text{
	font-size: 11px;
	line-height: 121%;
	padding-top: 4px;
	padding-right: 10px;
}

.pickup_text strong{
	font-size: 11px;
	font-weight: normal;	
}

.panf{
	width:113px;
	height: 18px;
	text-indent: -9999px;
	display: block;
	margin-left: 212px;
}

.panf a{
	background-image:url(../btn/for_ex.jpg);
	background-position:0px 0px;
	width:113px;
	height: 18px;
	display: block;	
}

.panf a:hover, .panf a:active {
 	background-position:0px -18px;
}

#pickup_in2{
	width:527px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 112px;
	background-image: url(../images/top_digital.jpg);
	background-repeat: no-repeat;
}

#pickup_in3{
	width:527px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 112px;
	background-image: url(../images/top_info.jpg);
	background-repeat: no-repeat;
}

.panf2{
	width:113px;
	height: 18px;
	text-indent: -9999px;
	display: block;
	margin-left: 212px;
}

.panf2 a{
	background-image:url(../btn/for_detail.jpg);
	background-position:0px 0px;
	width:113px;
	height: 18px;
	display: block;	
}

.panf2 a:hover, .panf2 a:active {
 	background-position:0px -18px;
}

#read{
	width:527px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#read_l{
	width:216px;
	float: left;
}

#read_r{
	width:297px;
	float: right;
	background-image: url(../images/kodawari_back.jpg);
	background-repeat: no-repeat;
	height: 107px;
}

.read_text{
	font-size: 11px;
	line-height: 123%;
	padding-top: 17px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.read_text strong{
	font-size: 11px;
	font-weight: normal;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	background-image: url(../images/footer_back.gif);
	background-repeat: no-repeat;
}

#footer_u {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	background-image: url(../images/footer_back2.jpg);
	background-repeat: no-repeat;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
fukusuu
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.red {
	color:#FF0000;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
etc
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.clear {
	clear:both;
}

.rgtside {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.lgtside {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#pagetop{
	width:519px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
