﻿

body	{  
        font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
        margin: 0;
	padding: 0;
  font-size: 15px;
  color: #333333;
  background-color: #f8f8f8;   
}

a	{color: #b22222;}

em      {font-style: normal;
         font-weight: bold;
         color: #b22222;}

/* コンテナ */ 


div#container{
  background-image: url(image/line-gray.png);
  background-repeat:repeat-y;
	background-color: #ffffff;
	border-left: solid 6px #e8e8e8;
	border-right: solid 6px #e8e8e8;
	width: 790px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	
	background-color: #ffffff;
	border-bottom: solid 1px #e8e8e8;


div#header h1	{margin: 0;
	  font-size: 1em}

div#header p	{color: #660000;
	font-size: 1em;
	margin: 0}

/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px}

/* コンテンツ */
div#content	{width: 540px;
	float: right;
	margin-top: 10px;
	margin-left: 10x;
	margin-right: 10x;
	margin-bottom: 20px;
	display: inline}

img.photo{float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline}

div#content h1	{background-color: #e0e0e0;
	background-image: url(image/bar_h1.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 0}

div#content h2	{background-color: #e8e8e8;
	font-size: 1em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 1em;
	line-height: 1.6;
	margin-top: 10px}


div#content p#message	{margin-top: 0}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0;
  padding: 8px 3px 0 8px;
  width: 166px;
  height: 110%;
  text-align: left;
  line-height: 150%;
  letter-spacing: 0;
  background-color: #ffffff; 
  background-image: url(image/line-gray.png);


}


#menu h1 {
  height: 10px;
  margin: 0;
  padding: 6px 0 10px 0px;
  line-height: 100%;
  font-size: 16px;
  color: #b22222;
}

#menu p {
  margin: 10px 4px 12px 4px;
  line-height: 150%;
}


#menu a{
  color: #333333;
  font-size: 15px;
 }


#menu a:hover{
  color: #993300;
  font-size: 15px;
}

#menu a:visited{
  color: #993300;
  font-size: 15px;
}

/* フッター */
div#footer	{background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 1px #e8e8e8;
	width: 100%;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	color: #666666;
	text-align: center;
	padding: 12px}

