@charset "utf-8";
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	font:normal normal normal 85%/2.0em "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing:0.01em;
	color:#333;
	text-align:center;
	background:url(img/bg.png) repeat-x center 40px #F7F7F7;
}
/*all*/
a {
	color:#39f;
}
a:visited {
	color:#9bcb56;
}
a:hover {
	color:#f60;
}
img {
	border:0px;
}
.none {
	display:none;
}
.clear {
	clear:both;
}
.b {
	font-weight:bold;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.PB10 {
	padding-bottom:10px;
}
dl, dt, dd, ul, ol, li {
	margin:0;
	padding:0;
}
dd {
	padding-left:20px;
}
li {
	margin-left:24px;
}
.PL {
	float:left;
	padding:5px 10px 10px 0;
}
.PR {
	float:right;
	padding:5px 0 10px 10px;
}
.text {
	padding: 0 0 10px 0;
}
/*page*/
.page {
	margin:0 auto;
	padding:0;
	width:960px;
	text-align:left;
}
#head {
	margin:0;
	padding:0 0 5px 0;
	width:960px;
	height:155px;
	position:relative;
}
#side {
	margin:0;
	padding:10px 0;
	width:160px;
	float:left;
}
#content {
	margin:0;
	padding:0;
	width:960px;
	min-height:450px;
}
#menu {
	display:block;
	clear:both;
	margin:0 0 10px 0;
	padding:8px 20px;
	height:22px;
	line-height:1em;
	width:918px;
	border:1px solid #8B8B8B;
	background:url(img/menu.png) repeat-x;
	text-align:right;
}
#foot {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:101px;
	text-align:center;
	background:url(http://jo-studio.com/img/foot.png) repeat-x;
	position:relative;
}

/*head*/
h1 {
	margin:0;
	padding:0;
	width:960px;
	height:155px;
}
#number {
	position:absolute;
	top:50px;
	left:430px;
	width:300px;
	text-align:right;
	font-size:40px;
	z-index:100;
}

/*content*/
.tsubuyaki{
	margin:0 0 10px 0;
	border:5px solid #EAEAEA;
	padding:0;
	width:950px;
	background:#FFF;
	clear:both;
}
.tsubuyaki .yuichi{
	float:left;
	width:60px;
	height:60px;
	border-right:5px solid #EAEAEA;
	border-bottom:5px solid #EAEAEA;
}
.tsubuyaki h2{
	float:left;
	line-height:1em;
	width:845px;
	padding:8px 20px 10px 20px;
}
.tsubuyaki h2 a{
	text-decoration:none;
	color:#333;
}
.tsubuyaki h2 span{
	padding:0 0 0 20px;
	font-size:60%;
}
.tsubuyaki form{
	margin:0;
	padding:0 1px 10px 10px;
	float:left;
	width:248px;
}
.tsubuyaki .comment{
	margin:0;
	padding:0 20px 10px 20px;
	width:650px;
	float:left;
}
.tsubuyaki .input{
	margin:0 0 10px 0;
	border:1px solid #B5B5B5;
	background:#FFF;
	padding:5px 8px;
	width:230px;
	line-height:1.5em;
	font-size:100%;
}
.tsubuyaki .button{
	cursor:pointer;
}

/*menu*/
#menu li{
	list-style-type:none;
	display:inline-block;
	border:1px solid #DBDBDB;
	margin:0 0 0 20px;
	background:#FFF;
}
#menu li.now{
	background:#999;
	border-color:#FFF;
}
#menu li a{
	display:inline-block;
	padding:4px 6px;
	text-decoration:none;
	color:#333;
}
#menu li.now a{
	color:#FFF;
}

/*foot*/
#foot #jo-studio {
	display:block;
	margin:26px 34px 26px 0;
	width:196px;
	height:29px;
	float:left;
}
#foot #service {
	padding: 10px 0;
	width:730px;
	height:61px;
	font-size:95%;
	float:left;
	line-height:1.5em;
}
#foot ul {
	list-style:none;
}
#foot li {
	margin:0;
	display:inline;
	padding:0 20px 0 0;
}
#foot a {
	color:#333;
	text-decoration:none;
}
#foot a:hover {
	color:#39f;
}
#fontsize {
	position:absolute;
	top:79px;
	left:50%;
	margin:0 0 0 -480px;
	width:200px;
	height:20px;
	line-height:1em;
}
#foot .left {
	position:absolute;
	top:81px;
	left:50%;
	margin:0 0 0 -260px;
	text-align:left;
	width:400px;
	height:20px;
	line-height:1em;
	color:#fff;
}
#foot .right {
	position:absolute;
	top:81px;
	left:50%;
	margin:0 0 0 140px;
	text-align:right;
	width:340px;
	height:20px;
	line-height:1em;
	color:#fff;
}
#foot .left a, #foot .right a {
	text-decoration:none;
	color:#fff;
}
#foot .left a:hover, #foot .right a:hover {
	text-decoration:underline;
}
