a	{color: #017acd}


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


/* ヘッダー */
div#header	{background-color: #ffffff;
	padding: 20px 20px 20px;
        border-bottom: solid 1px #666666}

div#header h1	{color: #666666;
	font-size: 0.875em;
　　　　font-family: ＭＳ 明朝
        font-weight: lighter;
	margin: 0}

div#header h2	{color: #666666;
	font-size: 0.75em;
        font-weight: lighter;
	margin: 0}


/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 25px}


/* コンテンツ */
div#content	{width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2	{background-color: #92c9ff;
	background-image: url(grad-skyblue.png);
	background-repeat: repeat-x;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 23px;
	padding-left: 10px;
	margin-bottom: 0}


div#content p	{font-size: 0.75em;
	color: #666666;
	line-height: 1.6;
	margin-top: 15px}



ul.coment       
        {font-size: 0.75em;
	margin-top: 0;
	margin-left: 30px;
	padding-left: 20px;
	line-height: 1.7}


ul.coment li	{list-style-type: square; }



ul.thumb        {
        width: 750px;
        margin-top: 10px;
        }


ul.thumb li     {
        font-size: 0.75em;
        float: left;
        margin-left: 50px;
        list-style-type: none;
        margin-top: 20px}




/* フッター */
div#footer	{background-image: url(line-blue.png);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 8px}


address	{font-size: 0.75em;
	font-style: normal;
	color: #666666;
	text-align: left;
        margin-left: 25px;
        font-family: Candara}




