@charset "UTF-8";
@import url(textsettings.css);

body { margin:0; padding:0; background:#f39700 url(../images/bg.gif) no-repeat left top; }
#header, #nav, .contents, #footer { clear:both; }
a img { border:none; vertical-align:bottom; }

#container { background:transparent; width:800px; margin:0 auto 20px 0;  }

#header h1 { margin:55px auto 35px 50px;}

#nav { white-space:nowrap; }
#nav ul { margin-left:45px; margin-bottom:10px; }
#nav ul li { display:inline; border-right:1px solid #fff; padding-right:5px; padding-left:5px; }
#nav ul li.noborder { border:none; }
#nav ul li.studio { margin-left:320px; }
/* clearfix */
#nav ul:after { height:0; visibility:hidden; content:"."; display:block; clear:both; }

#main { background:#fff url(../images/corner_top.gif) no-repeat top right; }

.contents { background:transparent url(../images/corner_bottom.gif) no-repeat bottom right; padding:40px 50px; }
#top .contents { padding:0; }

#contact { padding:1em; background:#FFEADD; border:1px solid #f39700; -webkit-border-radius: 20px; -moz-border-radius: 20px; }

#news dt { float:none; }
#news dd { margin-left:0; }

#footer { margin-top:20px; }

.centering { text-align:center; }
.text-right { text-align:right; }
.to-left { float:left; }
.to-right { float:right; }
.clear { clear:both; }
.space-right { margin-right:10px; _margin-right:7px; }
.space-left { margin-left:10px; }
.space-top { margin-top:1em; } 
.space-bottom { margin-bottom:1em; } 
.photo { margin:0 1em 1em; }
.long { width:30em; }
.necessary { color:#c00; font-weight:normal; }
.to-top { text-align:right; padding:1em 0 0; }
