@charset "Shift_Jis";

/* 全体 */

*{margin:0; padding:0; background-color:transparent; border:0; text-decoration:none; 
 font:normal normal normal 100%/180% Verdana,Chicago,"ＭＳ Ｐゴシック",Osaka,sans-serif;
 text-align:left;}

body{color:#000; font-size:70%; background:#fff;}


/* リンク */ 

a{color:#999;}
a:hover{color:#000;}


/* 見出し */

h1{display:inline;}
h2{color:#999; margin:20px 20px 10px;}


/* ブロック要素 */ 

.all{width:470px; margin:20px auto;}

.txt{width:470px; margin-bottom:30px; padding:0.8em 0.8em 0; border:solid 1px #ccc;}

.left{width:150px; float:left;}
.center{width:150px; float:left; margin:0 10px;}
.right{width:150px; float:right;}

.footer,address,#pan{text-align:right;}

.footer,#pan{padding:30px 20px;}


/* インライン要素 */

em{font-weight:bold;}

p{margin-bottom:1em;}
