@charset "utf-8";

/*
	Site Name: Dubai no Arukikata
	Author: Japan Media Creations
*/

/*
===== CONTENTS ===========================================

	GENERAL
	CONTAINER
	HEADER
	MAIN CONTENT
	NAVIGATION
	FOOTER

==========================================================
*/

/*
===== GENERAL ==========================================
*/

.c-both{
	clear:both;
}


/*
===== CONTAINER ==========================================
*/
div#container {
	position: relative;
	width: 650px;
	margin: 0 auto;
}

/*
===== HEADER ====================================
*/

div#header{
	position: relative;
	width: 650px;
	height: 71px;
}

div#logo{
	margin: 0;
	padding:0;
	float:left;
}
div#logo img{
	margin: 15px 0 0 15px;
}

div#title{
	margin: 15px 0 0 30px;
	padding:0 0 0 0;
	float:left;
	width:500px;
	height: 28px;
	background: transparent url(../images/title-back.gif) 0 0 no-repeat;
}

div#title h1{
	padding:0 0 0 185px;
	font-size: 16px;
	font-weight:normal;
	line-height:1.8em;
}

div#cate-title{
	width:500px;
	float:left;
	margin: 0;
	padding:0;
}

div#cate-title h2{
	font-size:14px;
	margin: 4px 0 0 60px;
	color:#ccc;
	font-weight:bold;
}

h3{
	font-size: 1em;
	font-weight:normal;
	margin-bottom: 0.5em;
	padding-left: 3px;
	color:#333;
	border-left: 4px solid #CC3399;
	border-bottom: 1px solid #CC3399;
}



/*
===== MAIN CONTENT ====================================
*/

div#mainbody{
	clear:both;
}

div#main{
	float:right;
	width:266px;
	height:357px;
	font-size: 0.8em;
	margin:0;
	padding: 0;
	background-color:#C7A342;
	color:#fff;
}


/* ---------- navigation --------------- */
#navi{
	position:relative;
	display:block;
	height:20px;
	font-size:11px;
	font-weight:normal;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background:	#C7A342 url(../images/navi-normal.gif) repeat-x top left;
}

#navi ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#navi ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	background:transparent url(../images/navi-normal.gif) repeat-x top left;
	line-height:2em;
}

#navi ul li a{
	display:block;
	float:left;
	color:#fff;
	text-align:center;
	text-decoration:none;
	width:63px;
	height:20px;
	border-left:1px solid #BBA775;
	border-right: 1px solid #A48637;
}

#navi ul li a:hover, #navi ul li a.current{
	color:#fff;
	background:transparent url(../images/navi-active.gif) repeat-x top left;
}


/* ---------- navigation sub --------------- */
#navi-sub{
	clear:both;
	position:relative;
	display:block;
	font-size:11px;
	font-weight:normal;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	margin-top:3px;
}

#navi-sub ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#navi-sub ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	line-height:2.5em;
}

#navi-sub ul li a{
	display:block;
	float:left;
	color:#333;
	text-align:center;
	text-decoration:underline;
	width:87px;
	height: 25px;
	background:transparent url(../images/navi-sub-normal.gif) no-repeat 13px 3px;
}

#navi-sub li a:hover, #navi-sub ul li a.current{
	color:#CC3399;
	text-decoration:none;
	background:transparent url(../images/navi-sub-active.gif) no-repeat 13px 3px;
}


/* ---------- contents --------------- */

div#maincontents-top{
	clear:both;
	padding: 10px;
	line-height: 140%;
	overflow:auto;
	height:315px; /*  No sub-navi contents  */
}

div#maincontents{
	clear:both;
	padding: 10px;
	line-height: 140%;
	overflow:auto;
	height:285px;
}

div#maincontents a:hover, div#maincontents-top a:hover{
	color: #fff;
	background-color:#CC3399;
	text-decoration:none;
}

div#maincontents p, div#maincontents-top p{
	padding-bottom: 1.5em;
	line-height: 155%;
	font-size:0.8em;
}

div#maincontents ul, div#maincontents-top ul{
	list-style:circle;
	font-size: 0.8em;
	margin-left: 5px;
	padding-left: 10px;
	line-height: 1.6em;
}


/*
===== Photo ======================================
*/
div#sub{
	float:left;
	width:384px;
	height:357px;
	margin:0;
	padding: 0;
}

div#submenu{
	text-align: left;
	margin: 0 0 50px 0;
	border: 0px solid #D8D8D0;
}

div#banner{
	font-size: 0.8em;
	line-height:1.5em;
	margin: 20px 0;
	text-align: center;
}

/*
===== FOOTER ==========================================
*/

div#footer{
	margin:2px 0 0 0;
	background: transparent url(../images/footer-top.gif) 0 0 no-repeat;
	padding: 0;
	text-align: center;
}
	
	
div#footer_banner{
	text-align: center;
	padding: 25px 0 15px 0;
}

div#footer_banner img{
	text-align: center;
	margin: 0 15px;
	padding: 0;
}


div#footer_copyright{
	text-align: center;
	font-size: 0.6em;
	color: #ccc;
	padding: 0px;
}

div#footer_copyright a:link{
	color:#ccc;
	text-decoration:none;
}
div#footer_copyright a:visited{
	color: #ccc;
	text-decoration:none;
}
div#footer_copyright a:hover{
	color:#ccc;
	text-decoration:underline;
}

/*
===== Image Photo ==========================================
*/

#photo {   
    padding: 0;  
    margin:  0;  
} 
 
#photo img {  
    background-color: #000;  
} 

#photodiv {
  background-repeat: no-repeat;
}

#imageContainer img {
	display:none;
	position:absolute;
}