﻿body {
 margin: 0;
 padding: 0;
 color: #333333;
 text-transform: lowercase;
 font-family: "Helvetica","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "Osaka","ＭＳ Ｐゴシック",sans-serif;
 font-size: 95%;
 font-size: small !important; /* IE 7向け */
 font-size: small; /* IE 6以下 */
}

/* master init styles */

h1, h2, h3, h4, p, ul, li {
 margin: 0;
 padding: 0;
}

a {
 text-decoration: none;
 font-weight: normal;
}

a:link,
a:visited {
 color: #999933;
}

a:active,
a:hover {
 color: #66CCFF;
}

ul {
 list-style-type: none;
 margin-bottom: 2em;
}

li {
 list-style-position: outside;
}

img {
 border: 0;
 }

/*--------------container styles--------------*/
.container {
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

/*--------------wrapper styles--------------*/
.wrapper {
 text-align: left;
}

/*--------------div#header--------------*/
.header {
 height: 66px;
 margin: 20px 0 20px 0 ;
 }

/*--------------div#navigation--------------*/
.navigation ul {
 margin: 0px 0 10px 10px;
}

.navigation li {
 display: inline;
 padding-right: 2em;
 text-transform: lowercase;
 text-align: left;
 color: #996600;
}

.navigation a:link,
.navigation a:visited {
 color: #CCCCCC;
}

.navigation a:active,
.navigation a:hover {
 color: #996600;
}

/*--------------div#bg--------------*/
.bg {
 padding: 5px 5px 5px 5px;
 background-image: url("../image/bgpattern.gif");
 background-repeat: repeat;
}

/*--------------div#contents--------------*/
.contents {
 padding: 13px 10px 10px 10px;
 position: relative;
 overflow: hidden;
 background-color: #ffffff;
 text-align: center;
}

.contents h2 {
 background-image: url("../image/h2bg.gif");
 background-repeat: repeat-x;
 margin-bottom: 10px;
 padding: 5px;
 font-size: 100%;
 font-weight: normal;
 text-transform: capitalize;
 letter-spacing: 0.2em;
 color: #ffffff;
 line-height: 1em;
}

.contents h3 {
 margin-bottom: 0.5em;
 color: #444444;
 font-size: 100%;
 font-weight: bold;
 padding-left: 10px;
}

.contents p {
 color: #666666;
 font-size: 90%;
 font-weight: normal;
 line-height: 180%;
 padding-left: 20px;
 letter-spacing: 0.1em;
}

/*--------------div#picture--------------*/
.picture {
 height: 200px;
 width: 860px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 10px;
}

/*--------------div#contents02--------------*/
.contents02 {
text-align: left;
width: 860px;
 margin-left: auto;
 margin-right: auto;
}

.left {
float: left;
}

.right {
float: right;
}

/*--------------address#footer--------------*/
address.footer {
 padding-bottom: 20px;
 padding-top: 20px;
 text-align: center;
 font-family: 'Lucida Sands', Helvetica, Arial, Verdana, sans-serif;
 font-size: 90%;
 font-weight: normal;
 text-transform: lowercase;
 font-style:normal;
}