@charset  'UTF-8';

/********************************** 
			    Tags						       
 **********************************/
html,body {
	width:100%;
	height:100%;
	background-color:#DCDCDC;
}

body{
	background-color:#DCDCDC;
	text-align:center;
	padding:0px;
	margin:0px;
}

a {
	color:#8F7E59;
}
a:hover {
	color:#BFB49B;
}

.clearfix {
	clear:both;
}

/********************************** 
 			  Container		       
 **********************************/
#container {
	background:url('../img/default/bg-container.png') 0 0 repeat-y;
	width:960px;
	padding:0px 0px;
	margin:0px auto;
	text-align:left;
}



/********************************** 
 	   		   header			   
 **********************************/
#header {
	background:url('../img/default/bg-header.gif') 0 0 repeat-x;
	margin:0px 10px;
	width:940px;
	padding-top:15px;
	height:50px;
}

#header-logo {
	float:left;
	padding-left:15px;
	vertical-align:middle;
}
#header-logo img {
	display:inline;
	vertical-align:middle;
}

#header h1 {
	float:left;
	padding-top:20px;
	padding-left:20px;
	color:#666;
	font-size:100%;
}

#header-navi {
	background:#FFF url('../img/default/bg-header-navi.gif') 10px 10px no-repeat;
	padding-top:20px;
	margin-right:10px;
	float:right;
	text-align:right;
}

.header-navi-item {
	display:inline;
	background:#FFF url(../img/default/header-navi-separator.gif) right center no-repeat;
	padding:0px 10px;
}

.last-item {
	background:none;
}


/********************************** 
 	   		  page-banner 
 **********************************/
#page-banner {
	background:#FFF url('../img/default/border-dash-920.gif') 0px 10px no-repeat;
	clear:both;
	padding:10px 0px 20px;
}

#main-navi {
}

.main-navi-item {
	padding:20px 10px 20px;
	float:left;
}

/********************************** 
 	   		  content 
 **********************************/
#contents {
	background:url('../img/default/bg-sub-contents-middle.gif') 735px top repeat-y;
	width:920px;
	margin:0px 20px;
}
.clear {
	visibility:hidden;
	clear:both;
	margin:0px;
	padding:0px;
}


/********************************** 
 	   		  main-content 
 **********************************/
#main-contents {
	float:left;
	width:730px;
}



/********************************** 
 	   		  sub-content 
 **********************************/
#sub-contents {
	background:url('../img/default/bg-sub-contents-top.gif') left 0px no-repeat;
	background-color:#F0EDE4;
	float:right;
	width:185px;
	margin-top:-70px;
}

#sub-contents div,
#sub-contents ul,
#sub-contents dl,
#sub-contents {
}

#pr-title {
	text-align:center;
}
#pr-title img {
	margin-top:0px;
}
#pr-description {
	/*background:url('../img/default/bg-sub-contents-bottom.gif') left bottom no-repeat;*/
	padding-bottom:10px;
	margin-top:5px;
	text-align:center;
}

#ad-vertical {
	margin-top:10px;
}




/********************************** 
 	   		  footer 
 **********************************/
#footer {
	background:url('../img/default/border-dash-920.gif') 20px 10px no-repeat;
	position:relative;
	clear:both;
	padding:15px 0px 0px;
}

#footer-navi {
	position:absolute;
	top:60px;
	left:40px;
}

.footer-navi-item {
	background:url('../img/default/footer-navi-separator.gif') right center no-repeat;
	float:left;
	padding-right:15px;
	padding-left:15px;
}

.last-item {
	background:none;
}

#footer-logo {
	background-color:#F0EDE4;
	width:920px;
	height:75px;
	padding-top:25px;
	margin-top:5px;
	margin-left:20px;
	text-align:right;
}

#footer-logo a {
	margin-right:35px;
}
#footer-copyright {
	background:url('../img/default/bg-footer-bottom.gif') left bottom no-repeat;
	height:40px;
	text-align:right;
}
#footer-copyright img {
	margin-top:8px;
	margin-right:30px;
}


/*********************************
			Crumb List 
 ********************************/
#crumblist-top {
	padding:0px 10px 10px;
	background:url(../img/default/border-dash-730.gif) left bottom no-repeat;
	line-height:normal;
}
.crumblist a {
	letter-spacing:0.06em;
}
.crumblist-separator {
	margin:0px 0.5em;
	font-weight:bold;
	font-size:10px;
}
