@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定*/
#backcolor{
	background-color: #fccad5;
	background-image: url(image/img_back.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom
	text-align: center;
}

/*タイトル*/
#img_title{
	margin: 0px;
	border: none;
}

/*内容*/
#box_main{
	background-color: #ffffff;
	width: 850px;
	font-size: 13pt;
	border: 2px dotted #69821b;
	border-radius: 20px;
	padding: 20px 20px;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*見出し(大)*/
.heading_big{
	color: #69821b;
	font-weight: bold;
	font-size: 18pt;
}

/*見出し(中)*/
.heading_middle{
	color: #69821b;
	font-weight: bold;
	font-size: 14pt;
}

.info{
	color: #000000;
	font-size: 14pt;
	text-align: left;
	padding: 0px 30px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.contact{
	width: 740px;
	background-color: #69821b;
	border-radius: 10px;
	color:  #ffffff;
	font-weight: bold;
	font-size: 12pt;
	padding: 10px 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*画像*/
.img_noBorder{
	margin: 0px 0px 10px 0px;
	border: none;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
