/*　基本設定　*/

body {
	background: url(../images/back.gif) repeat center top;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing:1.5px;
	color: #000000;
	}
	
div#wrapper{
	width: 750px;
	margin: 0 auto;
	background: url(../images/base.jpg) repeat-y center top; 
	text-align: center;
	}
	
div#main{
	width: 700px;
	margin: 0 auto;
	}
	
/*　ヘッダ　*/

div#head{
	margin: 0 auto;
	padding-top: 38px;
	}
	
h1{
	margin: 0;
	padding: 0;
	float: left;
	}
	
div#canvas{
	float: right;
	}
	
/*　糸井さんコメント　*/

div#itoi{
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	}
	
/*　インフォメーション　*/

div#info{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	}
	
h2{
	margin-top: 0;
	padding-top: 0;
	}
	
/*　フォント　*/

.text32px{
	font-size: 32px;
	line-height: 1.2;
	letter-spacing:0px;
	font-weight:bold;
}

.text32px_orange{
    color: #EE4709;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing:0px;
	font-weight:bold;
}
	
.text12px{
	font-size: 12px;
	}
	
.date{
	font-size: 11px;
	}
	
.brown{
	color: #8a7b5b;
	}

.brownbold{
	color: #8a7b5b;
	font-weight:bold;
	}

.brown12px{
    font-size: 12px;
	color: #8a7b5b;
	}
	
.bold{
    font-size: 16px;
	color: #000000;
	font-weight:bold;
	}
	
	
/*　リンク　*/

a:link{
	color: #ba5d0b;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fc7803;
	text-decoration: none;
	}