@charset "utf-8";
body {
	font-family: "メイリオ";
	margin: 0;
	padding: 0;
	color: #383737;
	font-size:100%;
	background: url(../images/pink_doragon.png) no-repeat right top fixed;
}

ul, ol, li,  h1, h2, h3, h4, h5, h6, p, dl, dt, dd { 
	padding: 0;
	margin: 0;
}

ul li {
	list-style:none;
}

a {
	text-decoration:none;
}

p {
	line-height:1.3;
}

a img {
	border: none;
	vertical-align:top;
}

a {
	color:#CCC;
}

a:hover {
	opacity:0.7;
}

.clearfix:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.contents {
	width:980px;
	margin:0 auto;
	padding:10px;
}

.footer {
	text-align:center;
	margin: 15px 0 0 0;
	width:100%;
	bottom: 10px;
}
/* ここまで基本設計 */

h1 {
	padding:30px 0 10px 0;
}

h1 span{
	display: block;
	margin-top: 10px;
	font-size: 75%;
}

.ttlBox {
	float: left;
	width: 500px;
}

.attentionBox {
	float: right;
	width: 460px;
	padding: 50px 10px 0 10px;
	font-size: 90%;
	line-height: 1.5;
}

nav{
	margin-bottom: 10px;
}

nav ul li {
	float: left;
	margin-right: 2px;
	padding: 8px 10px 5px 10px;
	background: #f1f1f1;
	cursor: pointer;
}

nav ul li:hover {
	background: #909090;
}

nav ul li a:hover {
	color: #FFF;
}


nav ul li.active {
	background: #909090;
}

nav ul li.active a {
	color: #FFF;
}


.footBnr{
	width: 100%;
	margin-bottom: 10px;
}

.footBnr li {
	float: left;
	margin-right: 5px;
}

.ftTxt {
	font-size: 80%;
}

span.recom {
	color: #FFF;
	background-color: #F00;
	padding: 1px 5px 0px 5px;
	font-size: 60%;
	font-weight: bold;
	border-radius: 10px;
	margin: 0 0 0 3px;
}