 /*************** 全体のレイアウト ***************/
body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #D7EBFF;
	color:#000000;
	font-family:ＭＳ Ｐゴシック,ARIAL Rounded MT BOLD,Arial CE;
}


/*リンク関係*/
a:link {
	/*リンクされた文字の色*/
text-decoration:none;
	color:#cc3366;
	text-decoration:underline;
}
a:visited {
	/*訪問後の色*/
color:#cc3366;
	text-decoration:underline;
	/* 下線 */;
}
a:hover {
	/*カーソルを合わせたときの色*/
	color:#ff0000;	/*文字の色：赤*/
	font-style:normal;
	text-decoration:underline;	/* 下線 */;
	background-color:#ffcdf6;
}
a:active {/*クリック中の色*/
	text-decoration:none;/* なし */
}


/* 見出し */
h1{
	font-size:1.5em;
	background-color:#ffffff;
	border-style:solid;
	border-width:0px 0px 1px 10px;
	border-color:#ec6b76;
	margin:1px;
	height:28px;
	font-style:normal;
	padding-left:0.4em;
}
p{
line-height: 1.5em;
	}

 /*======== ページ本体 ========*/
/* 包みの設定*/
#wrap{
	position:relative;
	width:965px;
	background-color:#FFBFDC;
	margin:0px auto;
	text-align:left;
	padding:0;
}



 /* 頭 */
#head{
	background-color: #c6000e;
	background-image: url(../img/ingo965180.gif);
	text-align: left;
	margin: 0px auto;
	position: relative;
	width: 965px;
	height: 180px;
}

#head img{
	border: none;
	text-align: left;
}

 /* リンク */
 /* ヘッドのリンク */
#head UL.link{
	width: 600px;
	font-size: 1em;
	padding: 0;
	margin: 0;
	text-align:center;
	position:absolute;
	top:83%;
	left:30%;
}

#head UL.link LI{
	list-style:none;
	padding: 0.3em 0em;
	width: 80px;
	height:5%;
	float:left;
	margin: 0;
}

#head a:link {/*リンクされた文字の色*/
    color:#a10048;
    font-style:normal;
    text-decoration:none;/* 下線 */
}
#head a:visited {/*訪問後の色*/
    color:#a10048;
    text-decoration:none;/* 下線 */
}
 
blockquote{
		width: 950px;
	text-align:center;
}