@charset "utf-8";

h1,h2,h3,h4,p,img,ul,ol,li,form,input {
	margin: 0;
	padding: 0;
}

body {
	color: #525252;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font: 12px "メイリオ", meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*
a:link {
	color: #639334;
}

a:visited {
	color: #639334;
}

a:hover {
	color: #fb4b06;
}

a:active {
	color: #fb4b06;
}
*/

a img {
	border-width: 0px;
	text-decoration: none;
}




form input {
  display: inline;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}

.clear {
	clear: both;
	float: none;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.f_right {
	float: right;
}

.f_left {
	float: left;
}

.mg_auto {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

table td {
	vertical-align: top;
}

.center {
	text-align: center;
}

.t_right {
	text-align: right;
}

.t_left {
	text-align: left;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1em;
}




/* Header Menu
--------------------------------------------------------------*/
#header {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 69px;
	position: relative;
	margin-bottom: 15px;
}

h1#logo a {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 215px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

div#album_menu {
	height: 31px;
	width: 530px;
	position: relative;
	margin-left: 115px;
}

/*IE6 hack*/
*html body div#album_menu {
	height: 30px;
	width: 530px;
	position: relative;
	margin-left: 115px;
}


ul#navlist {
	line-height: 31px;
	width: 525px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/*IE6 hack*/
*html body #head ul#navlist {
	line-height: 30px;
	width: 530px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#topbar {
	height: 28px;
	width: 647px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#navlist li {
	padding: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
	float: left;
}

#navlist li#upload a:link,
#navlist li#upload a:visited {
	height: 31px;
	width: 134px;
	text-indent: -10000px;
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: 0px -98px;
	overflow: hidden;
	display: block;
}

#navlist li#upload a:hover,
#navlist li#upload a:active {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: 0px -129px;
	overflow: hidden;
}

#navlist li#upload a#act {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: 0px -160px;
	overflow: hidden;
	display: block;
}

#navlist li#list a:link,
#navlist li#list a:visited {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -134px -98px;
	height: 31px;
	width: 112px;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}

#navlist li#list a:hover,
#navlist li#list a:active {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -134px -129px;
	overflow: hidden;
}

#navlist li#list a#act {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -134px -160px;
	overflow: hidden;
}


#navlist li#set a:link,
#navlist li#set a:visited {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -246px -98px;
	height: 31px;
	width: 109px;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}

#navlist li#set a:hover,
#navlist li#set a:active {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -246px -129px;
	overflow: hidden;
}

#navlist li#set a#act {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -246px -160px;
	overflow: hidden;
}


#navlist li#conf a:link,
#navlist li#conf a:visited {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -355px -98px;
	height: 31px;
	width: 128px;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
}

#navlist li#conf a:hover,
#navlist li#conf a:active {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -355px -129px;
	overflow: hidden;
}

#navlist li#conf a#act {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -355px -160px;
	overflow: hidden;
}


/* Footer
--------------------------------------------------------------*/
#footer {
	background-image: url(images/parts.gif);
	background-repeat: repeat-x;
	background-position: -1px -322px;
	padding-top: 12px;
	padding-bottom: 15px;
	color: #dadada;
	font: 0.8em Arial, Helvetica, sans-serif;
}


/* Horizontal Navigation
--------------------------------------------------------------*/
#h_nav {
	width: 820px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#bread_list {
	text-align: left;
	width: 500px;
	display: block;
}

#bread_list ul {
	list-style-type: none;
}
#bread_list li {
	float: left;
	display: block;
}
#bread_list li.arw {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -147px -189px;
	padding-left: 15px;
	margin-left: 5px;
}
#bread_list li.arw_title {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -147px -189px;
	padding-left: 15px;
	margin-left: 5px;
	font-weight:bold;
	color:black;
	font-size:14px;
}
#h_nav .new  {
	background-image: url(images/makeset.gif);
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 16px;
	background-position: left center;
}



/* Top Thumbnail
--------------------------------------------------------------*/
#top_column {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.view_photos {
	width: 240px;
	text-align: left;
}

/* Picture List
--------------------------------------------------------------*/
#list_table {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#list_table2 {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.list_inner {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 90px;
	overflow: hidden;
}
.list_inner div.list_img {
	width: 80px;
	height: 80px;
}
.list_inner div.list_img_uploaded {
	width: 80px;
	height: 80px;
  background-color: #408040;
  padding: 5px;
}

.list_inner p {
	text-align: left;
}
.list_inner p.p_title {
	font-weight: bold;
}

#arc {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
}
#setlist {
	width: 450px;
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
}
#setlist .inbox {
	margin-bottom: 20px;
}
#arc h2,
#setlist h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 10px;
	display: inline;
	color: #4054A2;
}

/* Detaile
-------------------------------------------------------------*/
#detail {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#detail h2,
#config h2,
#help h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #4054A2;
	text-align: left;
}

#config h3,
#detail h3 {
	text-align: left;
	margin-bottom: 10px;
}

#detail_photo {
	background-color: #F8F8F8;
	float: left;
	width: 520px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 2em;
}

#edit {
	text-align: left;
	float: left;
	width: 260px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#detail .edit ul {
	list-style-type: none;
	text-align: left;
	clear: both;
	float: none;
}
#detail div.edit {
	clear: both;
	float: none;
}

#detail .edit ul li {
	display: block;
	margin-right: 20px;
	float: left;
}

#detail .edit ul li a {
	display: block;
}

.edit_input {
	padding: 2px;
	margin-bottom: 20px;
	width: 250px;
	border: 1px solid #dadada;
}

.url_area {
	padding: 2px;
	margin-bottom: 20px;
	width: 250px;
	border: 1px solid #dadada;
	overflow: scroll;
	height: auto;
}

.set_area {
	padding: 2px;
	margin-bottom: 100px;
	width: 250px;
	height: 400px;
	border: 1px solid #dadada;
	overflow: scroll;
}

.set_up {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -309px -216px;
	height: 19px;
	width: 59px;
	margin-bottom: 10px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 5px;
	cursor: pointer;
	margin-right: 10px;
}

.set_down {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -369px -216px;
	height: 19px;
	width: 59px;
	margin-bottom: 10px;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	cursor: pointer;
	margin-right: 10px;
}

.set_bottom {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -369px -238px;
	height: 19px;
	width: 59px;
	margin-bottom: 5px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 5px;
	cursor: pointer;
	margin-right: 10px;
}
.set_button {
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}
.set_buttons{
padding-top:10px;
padding-bottom:10px;
line-height:30px;
}

.set_remove {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -430px -238px;
	height: 19px;
	width: 59px;
	margin-bottom: 5px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 5px;
	cursor: pointer;
	margin-right: 10px;
}

.set_top {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -309px -238px;
	height: 19px;
	width: 59px;
	margin-bottom: 5px;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	cursor: pointer;
	margin-right: 10px;
}
.list_img_f {
	width: 80px;
	height: 90px;
	padding: 5px;
	float: left;
}
.list_img_f_uploaded {
	width: 80px;
	height: 90px;
	padding: 5px;
	background-color:#408040;
	float: left;
}

#edit p {
	margin-bottom: 20px;
}

#edit ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#edit li {
	display: inline;
	margin-right: 10px;
	background-color: #F8F8F8;
	padding: 2px;
	margin-bottom: 10px;
}
#commentform {
	text-align: left;
	float: left;
	width: 520px;
	margin-bottom: 20px;
}
div.comments{

}
div.comment{
	text-align:left;
	padding-left: 45px;
	background-image: url(images/comment.gif);
	margin-bottom: 1em;
	background-repeat: no-repeat;
}
.commentct{
	text-align:left;
	padding-left: 18px;
	background-image: url(images/comment_mini.gif);
	margin-bottom: 1em;
	background-repeat: no-repeat;
	margin:0px;
  padding-bottom:2px;
}
.favct{
	text-align:left;
	padding-left: 18px;
	background-image: url(images/star.gif);
	margin-bottom: 1em;
	background-repeat: no-repeat;
	margin:0px;
  padding-bottom:2px;
}
.votect{
	text-align:left;
	padding-left: 18px;
	background-image: url(images/heart.gif);
	margin-bottom: 1em;
	background-repeat: no-repeat;
	margin:0px;
  padding-bottom:2px;
}
span.comment_name{
	font-weight:bold;
	color:black;
}

.size {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -148px -260px;
	padding-left: 16px;
}

.delete {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -148px -275px;
	padding-left: 16px;
}

.rotate {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -352px -290px;
	padding-left: 16px;
}
.set_edit {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -350px -305px;
	padding-left: 16px;
}
.photo_edit {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -148px -290px;
	padding-left: 16px;
}

.download {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -260px -290px;
	padding-left: 16px;
}

.slide {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -260px -305px;
	padding-left: 16px;
}

.first {
	background-image: url(images/first.png);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.li_fav {
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.li_vote {
	background-image: url(images/crown.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.last {
	background-image: url(images/last.png);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.next {
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.prev {
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	padding-left: 16px;
}


/*.image_edit {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -148px -305px;
	padding-left: 16px;
}*/

.msg {
	font-size: 2em;
	color: #D0430D;
	font-weight: bold;
}

/* Picture Set
-------------------------------------------------------------*/
#picture_set {
	width: 720px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 2em;
	text-align: left;
}

#picture_set table {
	margin-bottom: 10px;
	clear: both;
	float: none;
}

.photo {
	background-image: url(images/parts.gif);
	background-repeat: no-repeat;
	background-position: -16px -206px;
	height: 100px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 100px;
}

#picture_set .photo img {
	margin: 10px;
}

/* Page Navigation
-----------------------------------------------------------------*/
.pages {
	text-align: center;
	clear: both;
	float: none;
	padding-bottom: 1px;
	margin-bottom: 15px;
}

.pages a {
	text-decoration: none;
	border: 1px solid #dadada;
	padding: 2px 6px;
}

.pages a:hover {
	border-color: #7bc51c;
}

.pages .prev {
	border: 2px solid #dadada;
	margin-right: 20px;
}

.pages .pnext {
	border: 2px solid #dadada;
	margin-left: 20px;
}

.pages span.start {
	margin-right: 20px;
	color: #B6B6B6;
}

.pages span.end {
	margin-left: 20px;
	color: #b6b6b6;
}

.pages .this_page {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-color: #fb4b06;
}

/* Set Thumbnail
------------------------------------------------------------------*/
#viewset_primary {
	margin-bottom: 20px;
	text-align: center;
}

/* Login
------------------------------------------------------------------*/
#login {
	width: 350px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px dotted #CACACA;
	background-color: #F8F8F8;
}

#login td {
	padding: 7px;
}

#login h2 {
	margin-bottom: 1.5em;
	color: #4054A2;
	font-size: 1.2em;
}

/* Configuration
----------------------------------------------------------------*/
#config {
	width: 780px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#detail p {
	text-align: left;
	margin-bottom: 1.8em;
	line-height: 1.5em;
}
div.fields{
margin-bottom: 20px;
}
div.field {
	text-align: left;
	color: black;
	font-weight: bold;
	text-indent: 4em;

}
div.guide {

	text-align: left;
	line-height: 1.5em;
	font-size :11px;
	text-indent:6em;
}
div.guide_noindent {

	text-align: left;
	line-height: 1.5em;
	font-size :11px;
	text-indent:0em;
	padding-left:4em;
}
#help {
	width: 720px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	text-align: left;
}
#help img {
	margin-left: 20px;
	margin-bottom: 20px;
	display: block;
	clear: both;
	float: none;
}

#help li {
	margin-bottom: 1em;
	display:inline;
	margin-left: 2em;
}
#help ul {
	margin-bottom:2em;
}

#help h3 {
	text-align: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	color: #000000;
	font-size: 1em;
}
#help h4 {
	margin-left: 1em;
	color: #D56F1C;
}
#leftarea {
	float: left;
	width: 520px;
}

div.advanced_option{
	display:none;
}


div.rotatebox{
	border-width: 0px;
	 border-color:#a0a0a0;
  display:none;
}

.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;text-align:center;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}

