@charset "Shift_Jis";

/* 全体 */

*{margin:0; padding:0; background-color:transparent; text-decoration:none; text-align:left;
 font:normal normal normal 100%/165% ms ui gothic,ms ui gothic,"ms ui gothic",Osaka,sans-serif;}

body{color:#898989; font-size:80%; background:#fff;}


/* リンク */ 

a{color:#999;}
a:hover{color:#000;}


/* 見出し */

h1{display:inline;}
h2{color:#999; margin:20px 20px 10px;}


/* ブロック要素 */ 

.all{width:650px; margin:20px auto;}

.txt{width:650px; margin-bottom:30px; padding:2em 2em 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; line-height:18pt;}
