#container { 
	width:100%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

/******************HEADER BEGIN******************/

#header {
	width:100%;
	position:relative;
}

#header_top {
	width:1000px;
	height:40px;
	margin: 0 auto;
}

#header_container {
	width:1000px;
	height:80px;
	margin: 0 auto;
}

#header_bottom {
	width:1000px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;
}

#head_content {
	width:280px;
	height:60px;
	margin:9px 0 0 10px;
	float:left;
	text-align:left;
}

.head_content_text h2 {
	padding:0;
	margin:0;
	line-height:28px;	
}

#head_content a {
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	text-decoration:none;
	text-shadow: #000000 1px 1px 0px;
	color:#959595;
}

#head_content a .text_color1 {
	color:#c25765;
	font-size:26px;
	font-weight:bold;
	font-family:"Comic Sans MS", cursive;
	text-shadow:none;
	font-style:italic;
}

/****************** HEADER END ******************/


/****************** CONTNET BEGIN ******************/

#content { 
	width:100%;
	position:relative;	
}

#content_container { 
	width:1000px;
	margin: 0 auto;
	background-image:url("../image/content_container.gif");
	background-position:0 0;
	background-repeat:repeat-y;
}

/****************** RIGHT BEGIN******************/

#left {
	float:left;
	width:254px;	
}

#box_left {
	width:254px;
	position:relative;
	z-index:10;
}

.box_left_top {
	font-size:0;
	width:254px;
	height:8px;
}

.box_left_title { 
	width:220px;
	margin:0 auto;
	border-bottom:solid 1px #dddddd;
	text-align:left;
}

/*↓ design - ver2 ↓*/
.design_ver2 .box_left_title {
    color: #C25765;
    font-family: "Comic Sans MS",cursive;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-shadow: none;
    padding:2px 0 2px 0;
    font-weight:bolder;
}
/*↑ design - ver2 ↑*/

.box_left_title h3 { 
	color: #C25765;
    font-family: "Comic Sans MS",cursive;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-shadow: none;
	padding:2px 0 2px 0;
	font-weight:bolder;
}

.box_left_container {
	width:254px;
	padding:12px 0 12px 0;
	overflow:hidden;
}

/****************** RIGHT END******************/

/****************** CENTER BEGIN ******************/

#center {
	float:left;
	width:746px;	
}

#body { 
	width:746px;
	position:relative;
	z-index:1;
}

#body_title_cart {
	width:746px;
	height:38px;			
}

#body_title { 
	width:540px;
	height:24px;
	margin:8px 0 0 0;
	float:left;
	overflow:hidden;
}

#title_content {
	width:540px;
	text-align:left;
}

/*↓ design - ver2 ↓*/
.design_ver2 #title_content {
    color: #C25765;
    float: left;
    font-family: "Comic Sans MS",cursive;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-shadow: none;
    padding: 0 0 0 20px;
    font-weight: bolder;
}

.design_ver2 #title_content h1 {
    color: #C25765;
    float:left;
    font-family: "Comic Sans MS",cursive;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-shadow: none;
    font-weight:bolder;
}
/*↑ design - ver2 ↑*/

#title_content h2 {
	color: #C25765;
	float:left;
    font-family: "Comic Sans MS",cursive;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-shadow: none;
	padding:0 0 0 20px;
	font-weight:bolder;
}

#body_container { 
	width:710px;
	padding-left:18px;
	padding-right:18px;
}

#body_container_top {
	width:746px;
	height:16px;
}

/****************** CENTER END ******************/

/****************** CONTENT END******************/

/****************** FOOTER BEGIN******************/

#footer { 
	width:998px;
	height:30px;
	margin:0 auto;
	border-top:solid 1px #FFFFFF;
	border-left:solid 1px #f7f7f7;
	border-right:solid 1px #f7f7f7;
	background-color:#e7e7e7;
	position:relative;
	text-align:center;
}

#bottomlink_content {
	padding-top:10px;
	text-align:center;
}


#bottomlink_content ul {
	margin:0;
	padding:0;
}

#bottomlink_content li {
	display:inline;
}

/****************** FOOTER END******************/

/****************** PROVIDER BEGIN******************/

#provider { 
	width:998px;
	height:50px;
	border-left:solid 1px #f7f7f7;
	border-right:solid 1px #f7f7f7;	
	margin:0 auto;
	background-color:#e7e7e7;
	position:relative;
}

#provider_content {
	width:1000px;
	padding-top:10px;
}

#provider_content_left {
	width:539px;
	float:left;
	text-align:left;
	padding-top:4px;
	height:20px;
	padding-left:10px;
}

.provider_content_text {
	float:left;
	margin-right:5px;
	text-align:center;
	padding-right:3px;
	padding-left:3px;
	border: 1px solid #b2b2b2;
	background-color:#FFFFFF;
}
.provider_content_text a {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#666666;
}
.provider_content_text a:hover {
	text-decoration:none;	
}

#provider_content_right {
	width:380px;
	float:right;
	padding-right:10px;
	text-align:right;
}

/****************** PROVIDER END******************/
