@charset "UTF-8";



/*
########################################################
  Data        : common.css
  Date        : 2000.00.00
  Last Update : 2000.00.00
########################################################
*/



/* =ClearFix */
/* ----------------------------------------------------- */

/*for IE 5.5-7*/
.clearfix{
	zoom: 1;
}

/*for modern browser*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clear{
	clear: both;
}



/* =デフォルトStyleを解除 */
/* ----------------------------------------------------- */

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,div,
form,select,option,address,pre,
strong,em{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}



/* =初期設定 */
/* ----------------------------------------------------- */

body{
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #555;
	font-size: 10px;
	line-height: 1.5em;
	background     :url(../images/common/bg.jpg) top center #FFF repeat-x;
	text-align: center;
}



img {
	border: 0px;
}

li{
	list-style: none;
}

table{
	border-collapse: collapse;
}

th,td{
	font-size: 12px;
	vertical-align: top;
}

em{
	font-weight: bold;
}



/* =見出し設定 */
/* ----------------------------------------------------- */

h1,h2,h3,h4,h5,h6{font-size: 10px;}



/* =リンク設定 */
/* ----------------------------------------------------- */

a:link    {color: #666; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}
a:hover   {color: #fb5ca3; text-decoration: underline;}
a:active  {color: #666; text-decoration: none;}

.news a:link,
.news a:visited,
.news a:hover,
.news a:active  {text-decoration: underline;}

.global a:link,
.global a:visited,
.global a:hover,
.global a:active  {color: #fb5ca3; text-decoration: underline;}



