@charset "UTF-8";
/* CSS Document */

body {
	background-position: center center;
	background-repeat: repeat-y;
	margin: 0 auto;
}


#wrapper {
	background-color: #FFF;
	background-position: center center;
	width: 750px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
}

.headder {
}


.text_main {
	font-size: 12px;
	color: #0D91D3;
	letter-spacing: 0px;
	line-height: 20px;
	background-color: #FFF;
}

.line {
	margin-top: 60px;
	margin-bottom: 60px;
}

.textfontbig {
	
	/* メインの文字要素 */
	font-size: 20px;
	color: #0D91D3;
	letter-spacing: 3px;
	line-height: 29px;
}

.small {
	/* メインの文字要素 */
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
	line-height: 22px;
}

.margin_b_27 {
	margin-bottom: 27px;
}




a:link {
	color: #F76B7F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #096;
}
a:hover {
	text-decoration: none;
	color: #FFC7D2;
}
a:active {
	text-decoration: none;
}
