@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:      font.css

 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */



/*----------------------------------------------------
	font class
----------------------------------------------------*/


.style-artname {font-size: 16px; font-weight: bold;}
.style-title {color: #FF0066;font-size: 17px; font-weight: bold;}
.style-name {font-size: 16px;font-weight: bold;}
.style-adress {font-size: 14px;line-height: 26px;}
.style-blue {color: #0000CC;}
.style-red{color: #FF0000;}


.style-link {font-size: 12px;line-height: 14px;}
.style-coment {font-size: 12px;line-height: 20px;}



/*----------------------------------------------------
	link align class
----------------------------------------------------*/

.link-area-l {
	float:center;
text-align:center;}

.link-area-c {
	float:center;
text-align:center;}

.link-area-r {
	float:center;
text-align:center;}


/*----------------------------------------------------
	align class
----------------------------------------------------*/

.area-l {
	float:rleft;
text-align:left;}

.area-c {
	float:center;
text-align:center;}

.area-r {
	float:right;
text-align:right;}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #0000cc;
}

a:visited {
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: #0000cc;
}

a:active {
	text-decoration: none;
}
