body {
	background: url(../images/background.png);
	font-family: Futural, sans-serif;
	color: #555;
	font-size: 15px;
}

#page {
	background: url(../images/background-header.png) top repeat-x;

}
#page-inner {
	background: url(../images/header.png) top center no-repeat;
}

h1 {
	position: absolute;
	left: -9999px;
}
a {
	color: #E79636;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin:  5px 0 20px;
	line-height: 150%;
}
li {
	line-height: 150%;
}

strong  {
	color: #BB5E23;
}

table {
	width: 100%;
	border-bottom: 1px solid #BB5E23;	
}

	.admin table{
		font-size: 13px;
	}

thead {
	border-bottom: 1px solid #BB5E23;	
}

tr {
	border-bottom: 1px dotted #E79636;	
}

th {
	color: #BB5E23;
	font-weight: bold;
}

th a {
	color: #BB5E23;
}

th, td{
	padding: 5px;
	vertical-align: top;
}

/**********************************************/
/**********************************************/

.pager {
	margin: 10px 0;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	
}


.pager a {
	padding: 3px 5px; 
	color: #ccc;
	width: 15px;
	text-align: center;
	display: inline;
	text-decoration: none;
}

.pager strong, .pager a:hover{
	padding: 3px 5px; 
	color: #E79636;
}

/**********************************************/
/**********************************************/

#panel {
	background: #7b3d00;
	border-bottom: 1px dotted #E79636;
}

#header {
	background: #fff url(../images/main.png);
	border-bottom: 1px dotted #E79636;
}

#logo {
}

#logo a:hover{
	text-decoration: none;
}

/**********************************************/
/**********************************************/

#menu {
	background: url(../images/menu-title.png) no-repeat;
	height: 50px;
	padding-left: 70px;
	padding-top: 4px;
}

		#menu h2 {
			position: absolute;
			left: -9999px;
		}
		
		#menu li{
			float: left;
			display: block;
			text-indent: -9999px;
		}
		
		#menu a {
			display: block;
		}
		
		#menu #sitemenuphoto a{
			background: url(../images/menu.png) no-repeat 0 0 ;
			height: 50px;
			width: 50px;
			margin-right: 10px;
			
		}
		#menu #sitemenuphoto a:hover, #photo #menu #sitemenuphoto a {
			background: url(../images/menu.png) no-repeat 0 -62px ;
		}
		
		#menu #sitemenucosplay a{
			background: url(../images/menu.png) no-repeat -60px 0 ;
			height: 50px;
			width: 50px;
			margin-right: 10px;
		}
		#menu #sitemenucosplay a:hover, .cosplay #menu #sitemenucosplay a {
			background: url(../images/menu.png) no-repeat -60px -62px ;
		}
		
		#menu #sitemenucoskuru a{
			background: url(../images/menu.png) no-repeat -120px 0 ;
			height: 50px;
			width: 70px
		
		}
		#menu #sitemenucoskuru a:hover, .about #menu #sitemenucoskuru a {
			background: url(../images/menu.png) no-repeat -120px -62px ;
		}

/**********************************************/
/**********************************************/

#main {
	background: #fff url(../images/main.png);
}
		#main h2 {
			font-size: 30px;
			color: #BB5E23;
			margin: 0;
			margin-bottom: 15px;
			padding-bottom: 0;
			border-bottom: 2px solid #BB5E23;
			float: left;
		}
		#main h2 a{
			color: #BB5E23;
			text-decoration: none;		
		}
		
		 #main h2 a:hover {
			color: #E79636;
		}
		
		#main h3 {
			font-size: 22px;
			color: #E79636;
			margin-bottom: 10px;
		}

		#main .news li {
			padding: 5px 0;
			border-bottom: 1px dotted #E79636;	
		}
		#main .news strong {
			color: #BB5E23;
			font-weight: bold;
		
		}

/**********************************************/
/**********************************************/


#photo_album {
	font-size: 13px;
}

#photo_album a {
	width: 96px;
	height: 96px;
	text-align: center;
	
	display: block;
	overflow: hidden;
}

.photo_frame {
	
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 2px;
	background: #fff;
}

.photo_item {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}

	#home-index .photo_item {
		margin: 0 12px 12px 0;
	}



#photo_album.thumbnail .photo_data {
	display: none;
}

#photo_album.detail .photo_item {
	width: 300px;
	margin: 0 10px 20px 0;
}	
#photo_album.detail .photo_frame {
	float: left;
}
#photo_album.detail .photo_data {
	margin-left: 120px;
	font-size: 13px;
	line-height: 150%;
}
#photo_album.detail .photo_data li{
	float: none;
	display: list-item;
	margin-bottom: 0;
}
#photo_album.detail .photo_data .coser {
	font-size: 15px;
	margin-bottom: 8px;	
}
/**********************************************/
.admin #photo_album img {
	display: none;
	position: absolute;
}
.admin #photo_album td {
	position: relative;
}
.admin #photo_album a {
	overflow: hidden;
	text-align: center;
}
.admin #photo_album tr:hover {
	background: #fff;
}
.admin #photo_album tr:hover img {
	display: inline;
}
/**********************************************/

#member dt{
	font-weight: bold;
}

#member dd {
	margin-bottom: 20px;
}

#member li  {
	font-weight: normal;
}

#photographer li  {
	margin-bottom: 5px;
	font-weight: normal;
}

/**********************************************/
/**********************************************/


.box {
	background: #D66912;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	color: #FDF8E4;
	font-size: 13px;
	margin-bottom: 15px;
}

	.box li {
		margin-bottom: 5px;
	}
	
	.box a {
		color: #fff;
	}
	.box label {
		width: 80px;
		text-align: right;
		float: left;
		padding: 3px 0;
	}
	.box input[type="text"], .box input[type="password"] {
		width: 170px;
		border: 1px solid #fff;
		padding: 3px;
		font-size: 13px;
		color: #666;
	}
	
	.box ol {
		border-bottom: 1px dotted #FDF8E4;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.box .notice {
		font-size: 13px;
		color: #FFC259;
		margin-bottom: 0;
		float: left;
		margin-left: 70px;
	}
		
	.box .submit {
		text-align: right;
	}
	
	.box_news {
		width: 480px;
	}
	.box_news label{
		width: 70px;
	}
	
	.box_news input[type="text"]{
		width: 400px
	}
	.box_news .submit {
		margin-top: 5px;
	}

/**********************************************/

/**********************************************/

ul.data, ul.select, ul.action {
	font-size: 13px;
	margin-bottom: 10px;
}
	
.function {
	color: #BB5E23;
	cursor: pointer;
	margin-right: 20px;
}
.selected:hover {
	color: #658D31;	
}

.selected {
	color: #658D31;
	padding-left: 20px;
	background: url(../images/icon/on.png) left center no-repeat;
}

ul.action {
	border: 1px solid #ccc;
	background: #fff;
	
	padding: 10px;
	padding-bottom: 0;
	float: left;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
}

ul.action li {
	margin-bottom: 10px;
}

/**********************************************/

a.icon {
	padding: 5px;
	padding-left: 20px!important;
	font-size: 13px;
}

a.add {
	background: url(../images/icon/add.png) left center no-repeat;
}

a.edit {
	background: url(../images/icon/edit.png) left center no-repeat;
}
a.database {
	background: url(../images/icon/database.png) left center no-repeat;
}
a.delete {
	background: url(../images/icon/cancel.png) left 4px no-repeat;
}
a.list {
	background: url(../images/icon/list.png) left center no-repeat;
}
a.photos {
	background: url(../images/icon/photos.png) left center no-repeat;
}
a.photo {
	background: url(../images/icon/photo.png) left center no-repeat;
}

/**********************************************/
/**********************************************/

#footer {
	background: #fff url(../images/main.png);
		border-top: 1px dotted #E79636;
	}

	#copyright {
	padding: 15px 0;
		color: #E79636;
	}

	#footer .menu {
		padding: 15px 0;
	
	}

/**********************************************/

#sitemap {
	background: #7b3d00;
	border-top: 1px dotted #E79636;
	color: #FFC259;
}
		#sitemap h2 {
			font-size: 30px;
			color: #E79636;
			margin: 0;
			padding-bottom: 0;
			border-bottom: 2px solid #E79636;
			float: left;
		}

	
/**********************************************/
/**********************************************/

#admin_menu a{
	color: #fff;
}
#admin_menu a.login {
	color: #7b3d00;

}
#admin_menu a.logout {
	color: #c00;
}

#admin_menu ul {
	padding: 5px 0;
	color: #fff;
}
#admin_menu li{
	display: inline;
	padding: 5px 0;
	margin-right: 10px;
}

