/*基本設定*/

body{ 
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #767777;
	font-size: 12px;
    line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/back.gif);
	 }
	
img{
	margin: 0px;
	border:0px;
} 


h2{
	margin:0px;
	}

h3{
	margin:0px;
	}

h4{
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #FF7995;
	margin: 14px 0px 6px 0px;
	}

p{
	margin:0;
	padding:13px 0 5px 0px;
}
	
/*リンク設定*/

a { 
	text-decoration:none;
}

 a:link {
 	color: #ff7995;
 }
 a:visited {
 	color: #4ab1de;
 }
 a:hover {
 	color: #72c7e4;
 	text-decoration:none;
 }
 
 
 /*フォント設定*/
 
 .main{
	font-size: 12px;
	line-height: 18px;
}

.small{
	font-size: 10px;
	line-height: 14px;
}

.caution{
	font-size: 10px;
	line-height: 14px;
	color:#FF819B;
}

.chushaku{
	color:#FF819B;
}

.chushakuBlue{
	font-size: 12px;
	line-height: 15px;
	color:#6a9fb8;
}

.bluebold{
	font-size: 12px;
	line-height: 15px;
	color:#6a9fb8;
	font-weight: bold;
}
.bluebold-s{
	font-size: 11px;
	line-height: 14px;
	color:#6a9fb8;
	font-weight: bold;
}
.greenbold{
	font-size: 12px;
	line-height: 15px;
	color:#669966;
	font-weight: bold;
}
.midashi{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color:#72aac4;
}

.author{
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	padding-right:5px;
}


.footer{	
	font-size: 10px;
	line-height: 14px;
	color: #FD737F;
}
