@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/bg.jpg) no-repeat 50% 0 #4695c2;
    color: #333333;
    font-size: 30px;
    line-height: 1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	overflow:auto;
}

a img{
	border: none;
	}
a:link{
	color: #FFF;
	}
a:visited{
	color: #FFF;
	}
a:hover{
	}

a {
	outline: none;
	border: none;
}

/* レイアウト */


#contest {
	position: absolute;
	width: 139px;
	height: 101px;
	top: 150px;
	left: 690px;
	z-index: 7;
}


#mainImg{
	width: 900px;
	height: 821px;
	margin: 0 auto;
	border: 1px #3f74ad solid;
	position:relative;
}
#contents_bg{
}


#contents_bgIn{
	margin: 0 auto;
	}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.about-mizukusa{
	background: #f2fafe;
	font-size:  19px;
	padding: 15px 10px 15px 20px;
	margin: 40px 0 25px 0;
}

#oubo{
	margin-bottom: 20px;
}

dl{
	width: 827px;
	height: 60px;
	float: left;
	clear: both;
}

dt{
	width: 330px;
	height: 60px;
	float: left;
}

dd{
	width: 490px;
	margin-left: 330px;
	height: 60px;
	float: left;
}


#invited{
	position: absolute;
	top: 708px;
	left: 23px;
}

#intro{
	background: url(../images/bg_contest.png) left bottom no-repeat;
	width: 900px;
	padding-bottom: 35px;
}

.contents_1col{
	background: url(../images/bg_contest.png) repeat;
	position: relative;
	width: 875px;
	margin: 25px 0;
	padding: 15px 25px 0 0;
	position: relative;
	border: 1px #3f74ad solid;
	z-index: 0;
}

table{
	border: none;
	margin: 30px 0 10px -2px;
	padding: 0;
	
}

td{
	font-size: 17px;
	line-height: 1.4;

}


#tenji{
	margin: 0 0 0 25px;
	padding: 0
	}


#newsen{
	height: 70px;
	padding: 30px 0 20px 150px;
	margin: 20px 0;
	font-size: 18px;
	position:relative;
	line-height: 1.5;
}

#invitation{
	position: absolute;
	top: 0;
	left: 20px;
}




#box-wrap-top{
	background:url(../images/bg_box_contest.png) right bottom no-repeat #FFF;
	width: 825px;
	padding: 20px 15px 0 10px;
	margin: 10px 0;
	float: left;
	position: relative;
}



.box-long{
	width: 825px;
	overflow: hidden;
	padding-bottom: 0;
	float: left;
	margin-top: 20px;
}




#footer{
	clear: both;
	background-color: #4aa5be;
	margin-top: 40px;
	border-top: 1px #3f74ad solid;
}
#footer_in{
	width: 900px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}


/* パーツ */
h1{
	padding-bottom: 13px;
	border-bottom: solid 1px #8b73b6;
	margin-bottom: 15px;
}
h2{
	margin-bottom: 5px;
	}



.box-in-box{
		width: 361px;
	border: none;
	background-color: #fafcfb;
	padding:0;
	margin-bottom: 12px;
}


.box-in-box-wborder{
	width: 361px;
	border: none;
	background-color: #fafcfb;
	padding:0;
	margin-bottom: 12px;
	border-bottom: #CCC 1px dotted;
}

.box-in-box-present{
	background: url(../images/present.png) no-repeat 317px 15px;
			width: 361px;
	border: none;
	background-color: #fafcfb;
	padding:0;
	margin-bottom: 12px;
}


#ouboyoukou{
	text-align: center;
	margin: 10px 0 30px 0;
}

#ouboyoukou p{
	background: url(../images/bg_oubo.png) no-repeat;
	width: 320px;
	margin: 20px auto 0 auto;
	padding-top: 55px;
	font-weight: bold;
}

#ouboyoukou p a{
	color: 	#6cb92c;
	font-size: 25px;
}
#ouboyoukou p a:hover{
	color: 	#66d50a;
	font-size: 25px;
}



#to-mizukusatop{
	margin: 10px 0 1px 360px;
	
}

#to-mizukusatop a{
	padding:5px 10px;
	background: #427cbb;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-decoration: none; 
	}

#to-mizukusatop a:hover{
	background: #2540a6;
}

.logo1{
	width: 146px;
	height: 42px;
	position: absolute;
	top: 59px;
	left: 1px;
	}
.logo2{
	width: 163px;
	height: 35px;
	position: absolute;
	left: 176px;
	top: 62px;
	}
.cr{
	width: 500px;
	color: #fafcfb;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 100px;
	}
.support{
	width: 500px;
	color: #fafcfb;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 40px;
	}	
.totop{
	width: 92px;
	height: 30px;
	position: absolute;
	left: 807px;
	top: -27px;
	}




	
/*その他 */
.clear{
	clear: both;
	}


/*socialPlugIn*/
.social{
	position: absolute;
	width: 410px;
	height: 35px;
	top: -490px;
	left:440px;
	}
.social div{
	float: right;
	text-align: left;
	}
.twitter{
	color: #000;
	margin: 0 -40px 0 15px;
	margin: 1px 40px 0 15px\9 !important ;
	}
.line{
	margin: -4px 0 0 10px;
	margin: -3px 0 0 -10px\9 !important;
	}
	


