﻿@charset "UTF-8";

/*							*
	shopserve common.css
	2008.4.01 @koyo
*							*/


/* ----------
		basic settings
----------*/



h1 {
 background-repeat:no-repeat;
}

noscript {
	visibility: hidden;
	height: 0px;
}
#pagetop {
	height: 0px;
}


/* ----------
		basic rayout
----------*/



/* ----------
		global Navi
----------*/


#globalNavi {
	width: 760px;
	height: 79px;
	margin: 5px auto 0px 0px;
	padding: 0px;
}




/* ----------
		localNavi
----------*/

#localNavi {
	width: 780px;
	height: 27px;
	background: url(../img/localnavi_bg.gif) repeat-x top;
	color: #5A594B;
}
#localNavi ul {
	width: auto;
	height: auto;
	margin: 0px auto auto 10px;
	background: url(../img/localnavi_bg.gif) repeat-x;
}
#localNavi li {
	width: auto;
	height: auto;
	float: left;
}
#localNavi li a {
	display: block;
	width: auto;
	height: auto;
	float: left;
	background: url(../img/listmark_localnavi.gif) no-repeat left center;
	padding-left: 15px;
	padding-right: 5px;
	margin: 4px 5px 0px 0px;
	color: #5A594B;
}
#localNavi li a:hover {
	background: url(../img/listmark_localnavi_o.gif) no-repeat left center;
	color: #5A594B;
}


/* ----------
		clearfix
----------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
 display: inline-block;
}
.clearfix {
 display: block;
}
/* Mac版IEのみに適用 \*//*/
.clearfix {
 overflow: hidden;
}
/* */



/* ----------
		contents
----------*/

#contents {
	width: 800px;
	overflow: hidden;
	clear: both;
	margin:0px 65px 0px 65px;
	position: relative;
	padding-bottom: 5px;
}

#step_contents {
	width: 760px;
	clear: both;
	margin:0px 65px 0px 65px;
	text-align:left;
	position: relative;
	padding-bottom: 40px;
}


#contentsHead:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#containerTop #contents {
	background: url(../../img/i_contents_bg.gif) repeat-y right;
	height: auto;
}
#contents h1 {
	margin: 0px 0px 10px 0px;
	width: auto;
	height: 70px;
	background: url(../img/h1_bg.gif) repeat-x top;
	position: relative;
}
#contents h1 strong {
	display: block;
	margin: 0px 15px auto 15px;
	border-left: #812041 solid 3px;
	width: auto;
	height: 56px;
	position: absolute;
	top: 7px;
}
#containerTop #contents h1 strong {
	border-left: #0049dc solid 3px;
}
#contents h1 img {
	margin: 16px 10px;
}
#contents h2,#contents h3 {
	width: auto;
	margin: 20px 20px 10px 15px;

	line-height: 28px;
	padding-left: 15px;
	clear: both;
}
#contents h2 {
	background: url(../img/h2_bg.gif) no-repeat left;
	color: #FFFFFF;
	height: 28px;
}
#contents h2 a {
	color: #FFFFFF;
}
#contents h2 a:hover {
	color: #D9C097;
}
#contents h3,#containerTop #contents h2 {
	background: url(../img/h3_bg.gif) repeat-x;
	color: #292916;
	height: 27px;
	border-bottom: 2px solid #812041;
}
#containerTop #contents h2 {
	margin: 10px 10px 10px 10px;
	border-bottom: 2px solid #949388;
}
#contents h4 {
	color: #802041;

	margin: 0px 30px 10px 30px;
}

#contents p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height:140%;

}

#step_contents img{
  	padding-top: 5px;
}

.bt_next {
	text-align:center;
	margin-top: 15px;
}
.glay {
	background-color: #F5F5F5;
	margin: 10px 13px 10px 17px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.important {
	width: 748px;
	height: auto;
	padding: 0px;
	margin-bottom: 15px;
	background: url(../img/important_bg.gif) repeat-y;
}
.important p {
	width: 100%;
	height: 100%;
	padding: 25px 10px 10px 80px;
	background: url(../img/important.gif) no-repeat left top;	
}
.normal {
	margin: 0px 13px 10px 17px;
}
.attention {

}
	

/* ----------
		visual
----------*/
 
#visual {
	width: 200px;
	height: 466px;
	float: right;
}
#containerTop #visual {
	width: 580px;
	height: 100%;
	float: none;
	clear: both;
	position: static;
}


/* ----------
		main
----------*/

#main {
	width: 580px;
	height: 100%;
	margin: 0px;
	float: left;
	clear: none;
	min-height: 466px;
}
#main p,#main ol,.table {
	margin: 0px 30px 10px 30px;
}
#main th,#main td {
	vertical-align: top;
	padding: 1px;
}
#main th {
	text-align: center;
	background: #DAEBF3;
}
#main td {
	background: #FFFFFF;
}
.table {
	background: #999999;
}
.table table {
	font-size: 70%;
}
.tdCenter {
	text-align: center;
}

.contents01 {
	background-image: url(../img/index_content_bg.gif);
	background-repeat: repeat-y;
	margin-bottom:20px;
	margin-top:0px;
}


.contents01_bg p {
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
}


/*オブジェクト配置*/
.float_right{
  float:right;
}
.float_left{
  float:left;
}
.clear_both{
  clear:both;
}




