body,td,th {
	font-family: "ＭＳ ゴシック", "Osaka";


}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	background: url(img/bg.jpg) repeat;
	font-size: 12px;
	line-height: 170%;
	color: #333333;

}	
h1 {
	padding: 0px;
	margin: 0px;

}
h2 {
	margin: 40px 0px 10px;
}
h2.top  {
	margin: 0px 0px 10px;
}
h3.top {
	padding: 0px;
	margin: 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #a60000;

}
h3 {
	padding: 0px;
	margin: 15px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #a60000;
}


h4 {
	padding: 4px 2px 4px 5px;
	margin: 20px 0px 5px;
	background-color: #deecfb;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #b5cddb;
	border-right-color: #b5cddb;
	border-bottom-color: #b5cddb;
	border-left-color: #b5cddb;
	font-size: 110%;

}
li{
	padding:0px;
	list-style: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul{
	padding:0px;
	list-style: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

p{
	margin:  0em;
	text-indent: 0em;
}
p.space{
	margin:  0em;
	text-indent: 1em;
}

#header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
#base {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(img/basebg.jpg);
	background-repeat: repeat-y;
	width: 770px;
	padding: 0px 5px;


}
#navibase{
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 5px;
}
#navi{
	width: 750px;
	padding: 0px 10px;
	background-color: #A60000;

}
#navisub{
	width: 155px;
	padding-top: 23px;
	padding-bottom: 0px;
	padding-left: 17px;
	padding-right: 2px;
	background-image: url(img/navibg.jpg);
	background-repeat: no-repeat;
}
#navibottom{
	background-image: url(img/navibottom/navibottombg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 22px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;


}

#contbase{
	float: left;
	width: 710px;
	text-align: left;
	padding: 15px 30px;

}
#flash{
	padding-bottom: 10px;
}

#footer {
	text-align: left;
	margin-top: 10px;
}

#footer ul {
	position:relative;
   left:50%;
   float:left;
}
#footer ul li {
	position:relative;
	left:-50%;
	list-style:none;
	float:left;
	margin:0px 15px 5px 0px;
	padding:0px;
}

#footer ul li a {
	text-decoration:none;
}



.clear {
	clear:both;
	overflow:hidden;
	height: 1px;
}
.gotop {
	text-align: right;
	margin-top: 10px;
}

.photo {
	padding-bottom: 10px;
	text-align: left;
	float: right;
	padding-left: 5px;
}

/*-----toppage------*/
#contl{
	float: left;
	width: 370px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	text-align: left;
}
#contr{
	float: left;
	width: 370px;
	padding-top: 10px;
	text-align: left;

}
#topic{
	overflow: auto;
	height: 190px;

}
.topicphoto{
	padding-bottom: 4px;
	padding-left: 5px;
	float: left;
	height: 86px;
	width: 120px;
	padding-top: 4px;
}
#base #contl #topic .clear {
	background-color: #CCCCCC;
}


.topicnaiyou{
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 9px;
	float: left;
	margin-bottom: 2px;
}

/*------テーブル------*/
th {
	font-weight: bold;
	color: #075e94;
}

.table1 {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;

}
.table1top {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;


}


/*------リンク------*/
a {
font-style: normal;
color: #3399FF;
text-decoration:underline
}
a:visited{
	font-style: normal;
color: #0066FF;
	text-decoration:underline
}
a:hover{
 color: #FF9900;
	text-decoration:underline
}
a:active{
 color: #0066FF;
text-decoration:underline
}
.fontaka {
	color: #CC3300;
}
.fontao {
	color: #00c8ff;
}

.fontmidori {
	color: #41b194;
}
.fontform1 {
	color: #0099FF;
}
.tyuui {
	color: #FF3333;
}

/* コメントインプットエリアの幅指定 */
.comments-1 input{
	width:100px;
}
.comments-1l input{
	width:100px;
	float: left;
}
.comments-2 input{
	width:200px;
}
.comments-2l input{
	width:200px;
	float: left;
}
.comments-2r input{
	width:200px;
	float: right;
}
.comments-3 input{
width:300px;
}
.comments-3l input{
width:300px;
}
.comments-5 input{
width:500px;
}

.clear {
	clear:both;
	overflow:hidden;
}
/* コメントテキストエリアの幅指定 */
.textarea-1 textarea {
width:300px;
}
.textarea-2 textarea {
width:500px;
}

.map {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 105px;
}

