@charset "shift_jis";
/* CSS Document */


/* 中央　太字 中央　水色*/
h1{
padding-left: 0px; /* 余白 */
margin:2px 0px 2px 3px;
font-size: 107%;
line-height: 1.3; /* 行の高さ */
color: #0066FF;
font-weight: bold;
text-align: center;

}

/* 中央　太字 青*/
h2{
padding-left: 0px; /* 余白 */
margin:2px 0px 2px 3px;
font-size: 104%;
line-height: 115%; /* 行の高さ */
color: #0000FF;
font-weight: bold;
text-align: center;

}


/* 中央　青*/
h3{
	padding-left: 0px; /* 余白 */
	margin:2px 0px 2px 3px;
	font-size: 104%;
	line-height: 1.4; /* 行の高さ */
	color: #0000FF;
	font-weight: normal;
	text-align: center;
}

/* バースデーキャラクター*/
h4{
	text-indent: -10em;
	margin:2px 0 3px 10em;
	padding-left: -5em; /* 余白 */
	font-size: 104%;
	color: #333333;
	font-weight: normal;
	text-align: left;
	line-height: 1.3; /* 行の高さ */
}

/* 日程*/
h5{
	margin:2px 0 3px 1em;
	padding-left: 0em; /* 余白 */
	font-size: 104%;
	color: #0000FF;
	font-weight: normal;
	text-align: left;
	line-height: 1.3; /* 行の高さ */
}


/* 中央　太字 */
.birth{
padding-left: 0px; /* 余白 */
margin:2px 0px 2px 3px;
font-size: 98%;
line-height: 1.3; /* 行の高さ */
color: #df3b8f;
font-weight: bold;
text-align: center;

}


/* 普通テキスト */
p.at01{
	padding-left: 0em; /* 余白 */
	margin:1px 0 3px 20px;
	font-size: 94%;
	line-height: 1.3; /* 行の高さ */
	color: #333333;
	font-weight: normal;
	text-align: left;

}



a:link{
color: #0000FF;
font-weight: bold;
text-decoration: none;
}


a:visited{
color: #0000FF;
font-weight: bold;
text-decoration: none;
}


a:hover{
background-color: #0000FF;
color: #FFFFFF;
text-decoration: none;
}
