/*-----------------------------------------------------
	Polyphenon
	
	basic CSS
-----------------------------------------------------*/

body { margin: 0 auto; text-align: center; background-color:#ffffff; color: #666666;}
td { font-size:small; }

a img { border:none; }
.hide { display: none; }
h1,h2,h3,h4,h5,h6 { background: no-repeat; }
p { font-family: "ＭＳ Ｐゴシック", Osaka; }
div span, p span, h1 span, h2 span, h3 span, h4 span { display:none; }
.block { display: block !important; }
.inline { display:inline !important; }

#bread{ margin:0px 0px 0px 120px; color:#666666;font-size:small; line-height:120%; text-align: left; letter-spacing:0px;}



/* リンク色 */

a:link{color:#009900;}
a:visited{color:#ff6600;}
a:active{color:#33c133;}
a:hover{color:#33c133;}

/* フォント */



.info{font-size:12px; line-height:14px;
	color : #cccccc;
}

.pickup{font-size:14px; line-height:18px;
	color : #33c133;
}

