/***************************************************** ページ全体 *******************************************************/

html{
    height:100%;
}

p,h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}


body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.4;
	height: 100%;
	color: #333;
	background-color: #ffffff;
}

br {
	clear: both;
}

img{
	border:0;
	margin:0;
	padding:0;
}

ul,li{
	margin:0;
	padding:0;	
}

.right {
	text-align:right;
	}

table {
	font-size: 100%;
	line-height: 1.4;
	}

/********************************************************************/

#wrapper {
	width: 962px;
    height:auto;
	background: url(../img/bk.gif) repeat-y #fff;
	margin:0 auto;
	padding:0;
}

#contents {
	width:960px;
	margin-left:1px;
	}

#hed {
	width: 960px;
    height:88px;
	background: url(../img/hed.jpg) left bottom repeat-x #fff;
	text-align:left;
}

#logo {
	width: 930px;
	padding:10px 0 0 15px;
}

#mainph {
	background: url(../img/mainph.jpg) left top no-repeat;
	width:960px;
	height:197px;
	text-align:left;
	position:relative;
	}

#mainbtn {
	margin:97px 0 0 25px;
	width:575px;
	position:absolute;
	}

#btnbk {
	background: url(../img/btnbk.gif) left top repeat-y;
	text-align:left;
	}

.sbtn {
	width:160px;
	margin:3px 0 10px 5px;
	}


#topictitle {
	background: url(../img/line1.gif) left bottom repeat-x;
	width:180px;
	padding-bottom:3px;
	margin-bottom:5px;
	color:#009900;
	font-weight:bold;
	}

.baline {
	background: url(../img/line1.gif) left center repeat-x;
	width:755px;
	padding:10px 0;
	}

#address {
	width:500px;
	font-size:120%;
	margin-left:140px;
	}

#copyright {
	background: url(../img/footbk.jpg) left top repeat-x;
	color:#fff;
	text-align:center;
	width:960px;
	height:45px;
	margin-top:20px;
	}

#copyright p {
	padding-top:15px;
	}

#marq {
	font-size:115%;
	color:#003399;
	}

.backnum {
	margin-left:205px;
	margin-top:5px;
	}

.hotwaku {
	border:1px solid #ccc;
	background-color:#F3FFFF;
	}

/*
.hotwaku {
	border:1px solid #ccc;
	background-color:#FFFFCC;
	}
*/

/**テキスト****************************************************************************************************/
.txtred {
	color:#CC0000;
	}
.txtsblue {
	color:#0099FF;
	}
.txtla {
	font-size:115%;
	}
/*
.news {
	word-break:break-all;
	}
*/

/**マージン****************************************************************************************************/
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt30{
	margin-top:30px;
}

.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
	
.mtb5 {
	margin-top:5px;
	margin-bottom:5px;
	}
.mtb10 {
	margin-top:10px;
	margin-bottom:10px;
	}
.mtb15 {
	margin-top:15px;
	margin-bottom:15px;
	}
.mtb20 {
	margin-top:20px;
	margin-bottom:20px;
	}

/**リンク********************************************************************************************************/
a:link {
        color			: #0066CC;
        text-decoration	: none;
		}
		
a:visited {
        color			: #669900;
        text-decoration	: none;
		}

a:hover {
        color			: #0099CC;
        text-decoration	: none;
		}
		
a:active {
        color			: #0099CC;
        text-decoration	: none;
		}