@charset "utf-8";

@import url("//kamogawa.mag2.com/common/css/custom/mag2.css");

/* common
--------------------------------------------------------- */
html {
	overflow-y: scroll; /* CSS3 */
	color:#000;
}
body {
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a {
    outline:none;
}
a:link {
    color: #06f;
	font-weight: bold;
    text-decoration: underline;
}
a:visited {
    color: #06f;
	font-weight: bold;
    text-decoration: underline;
}
a:hover {
    color: #39f;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: none;
}
ol,ul {
	list-style: none;
}

/* ClearFix  */
.ClearFix:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }
.ClearFix { display: inline-block; }
* html .ClearFix { height: 1%; }
.ClearFix { display: block; }


/* outline
--------------------------------------------------------- */
#outline {
	margin: 0 auto;
	width: 100%;
}
#container {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}
#header {
	width: 950px;
}


/* content
--------------------------------------------------------- */
#content {
	margin-bottom: 30px;
	width: 950px;
	text-align: left;
}
#content #title {
	margin-bottom: 15px;
	text-align: center;
}
#content #catch {
	line-height: 1.6;
	padding-bottom: 20px;
	color: #666;
	font-size: 18px;
/*	font-weight: bold; */
	text-align: center;
}
#content h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}
#content .menu_list {
	margin: 0 0 20px 70px;
	width: 840px;
}
#content .menu_list .menu_box {
	padding: 25px;
	position: relative;
	float: left;
	width: 370px;
	height: 180px;
	background: url("../img/list_bg.gif")  0 0 no-repeat;
}
* html #content .menu_list .menu_box {
	width: 420px;
	height: 230px;
}
#content .menu_list h3 {
	line-height: 1.4;
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: bold;
}
#content .menu_list h3 a:link {
    color: #000;
	font-weight: bold;
    text-decoration: none;
}
#content .menu_list h3 a:visited {
    color: #000;
	font-weight: bold;
    text-decoration: none;
}
#content .menu_list h3 a:hover {
    color: #333;
	font-weight: bold;
	text-decoration: underline;
}
#content .menu_list .note {
	margin-bottom: 10px;
	line-height: 1.6;
	color: #666;
	font-size: 14px;
}
#content .menu_list .menu_box .detail {
	margin-left: 20px;
	position: absolute;
	right: 25px;
	bottom: 20px;
	float: right;
}
#content .menu_list .menu_box .detail li {
	float: left;
}
#content .menu_list .menu_box .detail .charge {
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
}
#content .menu_list .menu_box .detail .more {
	margin-left: 15px;
}
#content .page_top {
	padding-top: 40px;
	font-size: 16px;
	text-align: center;
}


/* footer
--------------------------------------------------------- */
#footer {
	width: 950px;
}