*{
	margin: 0 ;
	padding: 0;
}

body{
	font-size: small;
	color: #333333;
	width: 100%;
	background: #ed6c39 url(img/bgimage.jpg) repeat-x center top;
}

img{
	border: 0;
}

/*==枠==*/
div#wrap{
	width: 900px;
	height: 680px;
	margin: 150px auto 20px;
	padding-top: 60px;
	padding-left: 60px;
	background: url(img/main+logo.png) no-repeat center top;
}

/*==ヘッダ==*/

div#head{
	width: 750px;
	margin: 20px auto 40px;
}
div#h1{
	float: left;
}

div#menu {
	margin-left: 330px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 342px;
	height: 50px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}

#menu .photo {
	width: 114px;
	height: 58px;
	background: url(img/photo.png) no-repeat;
	left: 0;
	top: 5px;
}

#menu .link {
	width: 114px;
	height: 58px;
	background: url(img/link.png) no-repeat;
	left: 120px;
	top: 5px;
}

#menu .bbs {
	width: 114px;
	height: 58px;
	background: url(img/bbs.png) no-repeat;
	left: 220px;
	top: 5px;
}


/*==メイン==*/

/*---index---*/

div#navi{
	float: left;
	width: 300px;
	padding: 0 20px 20px 25px;
}
div#topphoto{
	width: 450px;
	margin-left: 350px;
	text-align: center;
	background: #ffffff url(img/photobg.gif) no-repeat center top;
}
div#topphoto img{
	margin: 10px auto;
	width: 430px;
	height: 320px;
}
div#about{
	width: 430px;
	padding-left: 20px;
	margin-left: 350px;
}

/*---main---*/

div#main{
	margin: 20px 90px 40px 30px;
}

div.left{
	height: 440px;
	width: 340px;
	float: left;
	margin-left: 25px;
}
div.right{
	height: 420px;
	width: 340px;
	margin-left: 400px;
	padding-top: 20px;
}

div.box{
	margin-top: 10px;
	margin-bottom: 20px;
}



/*==フッタ==*/

div#foot{
	clear: both;
	display: none;
}

/*==文字==*/
h1{
	font-size: small;
	text-indent: -9000px;
}
h1 a{
	display: block;
	width: 240px;
	height: 60px;
}
h2{
	font-size: small;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3{
	font-size: small;
	margin-bottom: 10px;
	margin-top: 30px;
	border-bottom: #999999 1px solid;
}

h4{
	font-size: small;
}

p{
	line-height: 150%;
}
/*==privacy==*/
div.privacy{
	overflow-y: auto;
	height: 400px;
	scrollbar-face-color: #333333;
	scrollbar-track-color: #ffefe0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffefe0;
	scrollbar-shadow-color: #ffefe0;
	scrollbar-3dlight-color: #ffefe0;
	scrollbar-darkshadow-color: #ffefe0;
	filter:chroma(color=#ffefe0);
}
/*==link==*/

dl#link{
	width: 200px;
	margin: 10px 0;
}
#link dt{
	float: left;
	width: 70px;
	margin: 0 0 5px 0;
}
#link dd{
	float: right;
	width: 130px;
	margin: 0 0 5px 0;
}

/*===photo===*/

div.photomenu{
	margin-top: 10px;
	margin-bottom: 20px;
}
div.photomenu a{
	margin-right: 20px;
}

/*=BBS=*/

.bbs0{
width: 100;
text-align: center;
}
.bbs1{
width: 300px;
border-bottom: dotted 1px #333333;
text-align: center;
margin: 0 auto;
}
.bbs1 td{
padding: 3px 7px;
}
.bbs2{
font-size: 12px;
border: solid 1px #333333;
background-color: #ffffff;
color: #000000;
}
.bbs3{
width: 100;
text-align: center;
padding-bottom: 30px;
margin: 0 auto;
}
.bbs4{
text-align: right;
vertical-align: top;
}
.bbs4-2{
text-align: left;
}
.bbs5{
width: 300px;
border: solid 1px #333333;
margin: 0 auto;
}
.bbs6{

}
.bbs7{
width: 300px;
margin: 0 auto;
}
.bbs7 td{
padding: 5px;
font-size: 12px;
border-collapse: collapse;
}
.bbs8{
width: 100%;
}
.bbs9{
background-color: #333333;
margin-left: auto;
margin-right: 0;
}
.bbs10{
width: 270px;
text-align: right;
}
.bbs10 td{
padding: 5px;
font-size: 12px;
color: #ffffff;
}
.bbs11{
border-bottom: solid 1px #333333;
vertical-align: baseline;
}

