/*　タグの初期化　*/

ul,li,h1,h2,h3,h4,p{
	margin: 0;
	padding: 0;
	}

/*　基本構造　*/

body {
	background: url(../topics/images/main_bg.jpg) repeat-y center top;
	background-color: #f2f0d6;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
}

#wrapper {
	width: 100%;
	background: url(../topics/images/head_bg.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	overflow: hidden;
	}
	

/*　リンク　*/

a:link{
	color: #d8a10c;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #d8890c;
	text-decoration: none;
	}


/*　フォント　*/

.text12{
	font-size: 12px;
	}
	
.text16red{
	color: #725a5a;
	font-size: 16px;
	}
	
.text12red{
	color: #725a5a;
	font-size: 12px;
	}
	
.text14brown{
	color: #817557;
	}

.btn,.clickable{
    cursor:pointer;
    }
	
.text14orange{
	color: #feab04;
	font-size:14px;
	}