﻿body        {margin: 0;
              padding: 0;
              background-image: url(back.png)}

a	{color: #017acd}

/* コンテナ */
div#container { background-color: #ffffff;
                    border-left: solid 1px #666666;
                    border-right: solid 1px #666666;
                    width: 790px;
                    margin-left: auto;
	      margin-right: auto}

/* ヘッダー */
div#header	{background-image: url(subtop.jpg);
              border-bottom: solid 1px #666666;
	height :75px }

/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0px;
              padding-left:20px;
              clear: both}

/* コンテンツ */
div#content  { width: 750px;
	background-color: #ffffff;
              display: block;
              color: #696969;
              padding-top: 10px;
	padding-bottom: 10px;
              padding-left: 20px}

div#content h1 { background-image: url(bar-blue02.png);
                    color : #ffffff;
                    font-size: 1.1em;
                    padding-top: 5px;
	padding-bottom: 5px;
              padding-left:15px}

div#content p { color : #696969 ;
                    font-size: 0.75em;
                    }

div#content h2	{
              font-size: 0.875em;
	color: #696969;
	line-height : 35px ;
              padding-left: auto;
	margin-top: 10;
	margin-bottom:10;
              text-align : center}

table { line-height : 1.3em ; 
         font-size: 0.75em;
         width : 720px}

th { width : 240px;
     text-align : left ;
     vertical-align : top ;
     padding : 5px  }

td { vertical-align : top ;
     text-align : left ;
      padding : 5px  }

table#use { text-align : center ;}
table#use td{ text-align : center ;}
table#use img{ margin-bottom : 0px ;}


img { margin-bottom : 15px }

img.pdf { margin-right : 5px;
            margin-bottom : 0px }
img.use   { float : right;
            margin-top : 3px;
            margin-right : 10px;
            margin-bottom : 10px }


img.kote { float : left;
            margin-top : 3px;
            margin-right : 10px;
            margin-bottom : 10px }

table#sekourei { text-align : center }
table#sekourei td{ text-align : center ;padding : 0px;vertical-align : middle}
table#sekourei img{ margin : 0px ;
                    vertical-align : middle ;}


/* フッター */
div#footer	{background-image: url(line-blue.png);
	background-repeat: repeat-x;
	width: 790px;
	margin-top: 0;
	margin-left: auto;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	color: #696969;
	text-align: center;
	padding: 12px;
	padding-left: auto;}

