@charset "utf-8";

html {
 overflow-y: scroll;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	color: #000;
	background-color:#25B7AA;
}

a:link{color:#000; text-decoration:none;}
a:visited{color:#000; text-decoration:none;}
a:hover{color:#999; text-decoration:underline;}
a:active{color:#999; text-decoration:underline;}

.opacity a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.smart {
	overflow-y: scroll;
	-webkit-text-size-adjust:none;
}

/*ページ全体ページ全体ページ全体ページ全体ページ全体ページ全体*/
#wrapper {
	width:900px;
	margin:0px auto;
}


h1 {
	margin-bottom:30px;
}
	

ul.navi {
	width:900px;
}

ul.navi li{
	float:left;
}

.main {
	width:840px;
	overflow:hidden;
	margin-bottom:20px;
	background-color:#F4F0D5;
	padding:50px 30px;
}


#footer {
	clear:both;
	border-top:#FFF 1px solid;
	padding:10px 0px;
	font-size:11px;
	text-align:center;
	color:#FFF;
}



/*テキスト系テキスト系テキスト系テキスト系テキスト系テキスト系*/
a.fortop {
	background-image:url(../img/fortop.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
}


.pochi {
	background-image:url(../img/pochi.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.pochi_medal {
	background-image:url(../img/pochi_medal.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.pochi_silver {
	background-image:url(../img/pochi_silver.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}


.pochi_pink {
	background-image:url(../img/pochi_pink.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.pochi_yellow {
	background-image:url(../img/pochi_yellow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.pochi_purple {
	background-image:url(../img/pochi_purple.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.pochi_blue {
	background-image:url(../img/pochi_blue.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.pochi_green {
	background-image:url(../img/pochi_green.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.pochi_gray {
	background-image:url(../img/pochi_gray.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.d3{
	margin-bottom:3px;
}

.d5{
	margin-bottom:5px;
}

.d10{
	margin-bottom:10px;
}

.d15{
	margin-bottom:15px;
}

.d20{
	margin-bottom:20px;
}

.d30{
	margin-bottom:30px;
}

.d40{
	margin-bottom:40px;
}

.d50{
	margin-bottom:50px;
}

.d70{
	margin-bottom:70px;
}

.d80{
	margin-bottom:80px;
}

.d100{
	margin-bottom:100px;
}

.l20{
	padding-left:20px;
}

.l30{
	padding-left:30px;
}

.line150 {
	line-height:150%;
}

.s11 {
	font-size:11px;
}

.s12 {
	font-size:12px;
}

.bold{
	font-weight:bold;
}

.s14{
	font-size:14px;
}

.s16{
	font-size:16px;
}


.c000{
	color:#000;
}


.c666{
	color:#333;
}

.green{
	color:#74A823;
}

.orange{
	color:#F47922;
}

.blue{
	color:#007FCB;
}

.pink{
	color:#903;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clearboth{
	clear:both;
}

.center{
	text-align:center;
	
}

.right{
	text-align:right;	
}

.over{
	overflow:hidden;
}

/*TOP*/
.date {
	color:#007FCB;
	padding-right:10px;
}