@charset "shift_jis";


/* **********************************基本設定************************************** */

*{
	line-height:1.4em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-collapse:collapse;
}
table,tr,th,td,img{
	border: none;
}
	

body {
	font-family:"ＭＳ Ｐゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height:1.2em;
	color: #333333;
	text-align: center;
}

p{
	margin-bottom:20px;
}

a:hover {
	color: #e60012;	
	text-decoration:none;
}
h1{
	font-size:100%;
}

/* ******************************ページレイアウト********************************** */
/* -wrapper- */
#wrapper {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	padding-bottom:20px;
}
.rogo{
	float:left;
	margin-right:20px;
}
.intro{
	padding-top:15px;
	float:left;
}
#contents{
	clear:both;
}
form{
	text-align:center;
	padding-top:20px;
}
/* *******************************海上釣堀講座********************************* */
/* -course- */
.course table th{
	border:1px solid #cccccc;
	background-color:#efefef;
	font-weight:normal;
	padding:5px;
}
.course table th.min{
	width:15px;
	text-align:center;
}
.course table td.min{
	width:15px;
	text-align:center;
}
.course table th.att{
	width:140px;
}
.course table th.shop{
	width:90px;
}
.course table td.price{
	width:110px;
	text-align:right;
}
.course table td{
	border:1px solid #cccccc;
	padding:5px;
	line-height:1.6em;
}


