/* formatting style ------------------------------*/
/* -----------------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

hr{
	display:none;
}

html {
    margin-bottom:1px;
    height:100%;
}


/* line style　------------------------------*/
/* -----------------------------------------*/

a img{
	border-style:none;
}


/* link style ------------------------------*/
/* -----------------------------------------*/
a{
	text-decoration: none;
	color: #333333;
}

a:link{
	text-decoration: none;
}

a:hover{
	color: #FF0000;
}

a:visited{
	color: #666666;
}

a:active{
	color: #FF0000;
}

.clear {
	clear: both;
}

body {
	text-align: center;
	font-family: "MS-PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

#wrapper {
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/murmur_img/murmur_bg.jpg);
	background-repeat: repeat-y;
	zoom: 100%;
	height: 700px;
}


#wrapper:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}


#contents {
	padding-top: 30px;
	width: 600px;
	padding-left: 80px;
	padding-right: 40px;
}
.mur_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#main_txt {
	margin-bottom: 20px;
}
.bt_close {
	float: right;
	width: 150px;
}
