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

p {
	font-size:85%;!important
	font-size:80%;
	color:#333333;
	line-height:1.7em;
	text-align:justify;
	}
* html p {/*IE*/
	font-size:12px;
	line-height:2;
	}
	
h1 { /*ピンクの見出し*/
	font-weight:normal;
	color:#FF3366;
	font-size:24px;
	line-height:1.6em;
	}

h2 { /*焦げ茶文字*/
	font-size:14px;
	font-weight:normal;
	line-height:1.5em;
	color:#330000;
	text-align:left;
	}

h3 {/*茶色いP*/
	font-size:85%;!important
	font-size:70%;
	color:#330000;
	line-height:1.5em;
	font-weight:normal;
	}
* html h3 {/*IE*/
	font-size:70%;
	}

h4 {
	font-size:120%;
	font-weight:normal;
	color:#330000;
	line-height:1.4;
	}
	
h5 { /*小さい字*/
	text-align:left;
	font-size:75%;
	color:#330000;
	font-weight:normal;
	line-height:1.5em;
	}
	
h6 {/*紫タイトル*/
	font-size:105%;
	font-weight:normal;
	color:#CC0099;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:15px;
	}

h7 {/*リンクタイトル（大きさは中）*/
	font-size:110%;!important
	font-size:105%;
	color:#990000;
	line-height:1.4em;
	margin-top:5px;
	}
* html h7 {/*IE*/
	font-size:105%;
	}
