@charset "UTF-8";
/*------------------------------------------
  Stylesheet - version date 1.0 2008.05.30
   [import.css]
--------------------------------------------*/
@import "common.css";

/* 初期化 */
*{margin:0;padding:0;} 
body,form,fieldset{margin: 0;padding: 0;}
fieldset{border: none;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{margin: 0;padding: 0;}
blockquote,li,dt,dd{margin-left: 1em;}
li{list-style: none;}
input,textarea{font-size: 1em;}
table{border-collapse: collapse;}
form {margin:0px;padding: 0px;}
img{border:0;}
em {visibility: hidden;	font-size: 1px;}

/* リンク設定（基本・青/hover時赤で下線） */
a {color: #3366CC;text-decoration: none;}
a:hover {color: #FF4A4A;text-decoration: underline;}

/* 基本ページ構成 */
body{width:800px;text-align:center;margin:auto;clear:both; background-image:url("../img/background.jpg");
}
li{margin-top:12px;}
#wrapper{width:810px; background-color:white;background-image:url("../img/bar01.jpg"); background-repeat:y-repeat;margin:auto;padding:0;}
#left{float:left;width:200px; display:inline; overflow:hidden;margin-bottom:10px;}
#right{float:right;width:580px; display:inline; overflow:hidden;margin-bottom:10px;}
#line{clear:both; width:780px; height:22px; margin:auto; background-image:url(../img/line01.jpg); background-repeat:x-repeat; margin-top:10px;}
#address ul{clear:both; width:780px; height:36px; margin:auto; background-image:url(../img/footer.jpg); color:white; line-height:150%; font-size:12px;background-repeat:no-repeat;margin-top:10px; margin-bottom:5px; padding-bottom:2px;}
#address li{float:right;margin-left:25px;padding-right:25px;}